| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: EnterpriseInfo|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: EnterpriseInfo
Method or attribute name: name: string;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: EnterpriseInfo
Method or attribute name: description: string;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: AdminType|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: AdminType
Method or attribute name: ADMIN_TYPE_NORMAL = 0x00|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: AdminType
Method or attribute name: ADMIN_TYPE_SUPER = 0x01|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: ManagedEvent|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: ManagedEvent
Method or attribute name: MANAGED_EVENT_BUNDLE_ADDED = 0|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: ManagedEvent
Method or attribute name: MANAGED_EVENT_BUNDLE_REMOVED = 1|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, userId: number, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, userId?: number): Promise\;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function disableAdmin(admin: Want, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function disableAdmin(admin: Want, userId: number, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function disableAdmin(admin: Want, userId?: number): Promise\;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function disableSuperAdmin(bundleName: String, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function disableSuperAdmin(bundleName: String): Promise\;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function isAdminEnabled(admin: Want, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function isAdminEnabled(admin: Want, userId: number, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function isAdminEnabled(admin: Want, userId?: number): Promise\;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function getEnterpriseInfo(admin: Want, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function getEnterpriseInfo(admin: Want): Promise\;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function setEnterpriseInfo(admin: Want, enterpriseInfo: EnterpriseInfo, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function setEnterpriseInfo(admin: Want, enterpriseInfo: EnterpriseInfo): Promise\;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function isSuperAdmin(bundleName: String, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function isSuperAdmin(bundleName: String): Promise\;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function subscribeManagedEvent(admin: Want, managedEvents: Array\, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function subscribeManagedEvent(admin: Want, managedEvents: Array\): Promise\;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function unsubscribeManagedEvent(admin: Want, managedEvents: Array\, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function unsubscribeManagedEvent(admin: Want, managedEvents: Array\): Promise\;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.dateTimeManager
Class name: dateTimeManager|@ohos.enterprise.dateTimeManager.d.ts|
|Added|NA|Module name: ohos.enterprise.dateTimeManager
Class name: dateTimeManager
Method or attribute name: function setDateTime(admin: Want, time: number, callback: AsyncCallback\): void;|@ohos.enterprise.dateTimeManager.d.ts|
|Added|NA|Module name: ohos.enterprise.dateTimeManager
Class name: dateTimeManager
Method or attribute name: function setDateTime(admin: Want, time: number): Promise\;|@ohos.enterprise.dateTimeManager.d.ts|
|Added|NA|Module name: ohos.enterprise.EnterpriseAdminExtensionAbility
Class name: EnterpriseAdminExtensionAbility|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
|Added|NA|Module name: ohos.enterprise.EnterpriseAdminExtensionAbility
Class name: EnterpriseAdminExtensionAbility
Method or attribute name: onAdminEnabled(): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
|Added|NA|Module name: ohos.enterprise.EnterpriseAdminExtensionAbility
Class name: EnterpriseAdminExtensionAbility
Method or attribute name: onAdminDisabled(): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
|Added|NA|Module name: ohos.enterprise.EnterpriseAdminExtensionAbility
Class name: EnterpriseAdminExtensionAbility
Method or attribute name: onBundleAdded(bundleName: string): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
|Added|NA|Module name: ohos.enterprise.EnterpriseAdminExtensionAbility
Class name: EnterpriseAdminExtensionAbility
Method or attribute name: onBundleRemoved(bundleName: string): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
|Access level changed|Class name: configPolicy
Access level: public API|Class name: configPolicy
Access level: system API|@ohos.configPolicy.d.ts|
|Error code added|NA|Class name: configPolicy
Method or attribute name: function getOneCfgFile(relPath: string, callback: AsyncCallback\);
Error code: 401|@ohos.configPolicy.d.ts|
|Error code added|NA|Class name: configPolicy
Method or attribute name: function getOneCfgFile(relPath: string): Promise\;
Error code: 401|@ohos.configPolicy.d.ts|
|Error code added|NA|Class name: configPolicy
Method or attribute name: function getCfgFiles(relPath: string, callback: AsyncCallback\>);
Error code: 401|@ohos.configPolicy.d.ts|
|Error code added|NA|Class name: configPolicy
Method or attribute name: function getCfgFiles(relPath: string): Promise\>;
Error code: 401|@ohos.configPolicy.d.ts|
|Error code added|NA|Class name: configPolicy
Method or attribute name: function getCfgDirList(callback: AsyncCallback\>);
Error code: 401|@ohos.configPolicy.d.ts|
|Error code added|NA|Class name: configPolicy
Method or attribute name: function getCfgDirList(): Promise\>;
Error code: 401|@ohos.configPolicy.d.ts|