• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Class name: update<br>Method or attribute name: function getOnlineUpdater(upgradeInfo: UpgradeInfo): Updater;|@ohos.update.d.ts|
4|Added|NA|Class name: update<br>Method or attribute name: function getRestorer(): Restorer;|@ohos.update.d.ts|
5|Added|NA|Class name: update<br>Method or attribute name: function getLocalUpdater(): LocalUpdater;|@ohos.update.d.ts|
6|Added|NA|Class name: Updater<br>Method or attribute name: getNewVersionDescription(versionDigestInfo: VersionDigestInfo, descriptionOptions: DescriptionOptions, callback: AsyncCallback\<Array\<ComponentDescription>>): void;|@ohos.update.d.ts|
7|Added|NA|Class name: Updater<br>Method or attribute name: getNewVersionDescription(versionDigestInfo: VersionDigestInfo, descriptionOptions: DescriptionOptions): Promise\<Array\<ComponentDescription>>;|@ohos.update.d.ts|
8|Added|NA|Class name: Updater<br>Method or attribute name: getCurrentVersionInfo(callback: AsyncCallback\<CurrentVersionInfo>): void;|@ohos.update.d.ts|
9|Added|NA|Class name: Updater<br>Method or attribute name: getCurrentVersionInfo(): Promise\<CurrentVersionInfo>;|@ohos.update.d.ts|
10|Added|NA|Class name: Updater<br>Method or attribute name: getCurrentVersionDescription(descriptionOptions: DescriptionOptions, callback: AsyncCallback\<Array\<ComponentDescription>>): void;|@ohos.update.d.ts|
11|Added|NA|Class name: Updater<br>Method or attribute name: getCurrentVersionDescription(descriptionOptions: DescriptionOptions): Promise\<Array\<ComponentDescription>>;|@ohos.update.d.ts|
12|Added|NA|Class name: Updater<br>Method or attribute name: getTaskInfo(callback: AsyncCallback\<TaskInfo>): void;|@ohos.update.d.ts|
13|Added|NA|Class name: Updater<br>Method or attribute name: getTaskInfo(): Promise\<TaskInfo>;|@ohos.update.d.ts|
14|Added|NA|Class name: Updater<br>Method or attribute name: download(versionDigestInfo: VersionDigestInfo, downloadOptions: DownloadOptions, callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
15|Added|NA|Class name: Updater<br>Method or attribute name: download(versionDigestInfo: VersionDigestInfo, downloadOptions: DownloadOptions): Promise\<void>;|@ohos.update.d.ts|
16|Added|NA|Class name: Updater<br>Method or attribute name: resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDownloadOptions, callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
17|Added|NA|Class name: Updater<br>Method or attribute name: resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDownloadOptions): Promise\<void>;|@ohos.update.d.ts|
18|Added|NA|Class name: Updater<br>Method or attribute name: pauseDownload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions, callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
19|Added|NA|Class name: Updater<br>Method or attribute name: pauseDownload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions): Promise\<void>;|@ohos.update.d.ts|
20|Added|NA|Class name: Updater<br>Method or attribute name: upgrade(versionDigestInfo: VersionDigestInfo, upgradeOptions: UpgradeOptions, callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
21|Added|NA|Class name: Updater<br>Method or attribute name: upgrade(versionDigestInfo: VersionDigestInfo, upgradeOptions: UpgradeOptions): Promise\<void>;|@ohos.update.d.ts|
22|Added|NA|Class name: Updater<br>Method or attribute name: clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOptions, callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
23|Added|NA|Class name: Updater<br>Method or attribute name: clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOptions): Promise\<void>;|@ohos.update.d.ts|
24|Added|NA|Class name: Updater<br>Method or attribute name: getUpgradePolicy(callback: AsyncCallback\<UpgradePolicy>): void;|@ohos.update.d.ts|
25|Added|NA|Class name: Updater<br>Method or attribute name: getUpgradePolicy(): Promise\<UpgradePolicy>;|@ohos.update.d.ts|
26|Added|NA|Class name: Updater<br>Method or attribute name: setUpgradePolicy(policy: UpgradePolicy, callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
27|Added|NA|Class name: Updater<br>Method or attribute name: setUpgradePolicy(policy: UpgradePolicy): Promise\<void>;|@ohos.update.d.ts|
28|Added|NA|Class name: Updater<br>Method or attribute name: terminateUpgrade(callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
29|Added|NA|Class name: Updater<br>Method or attribute name: terminateUpgrade(): Promise\<void>;|@ohos.update.d.ts|
30|Added|NA|Class name: Updater<br>Method or attribute name: on(eventClassifyInfo: EventClassifyInfo, taskCallback: UpgradeTaskCallback): void;|@ohos.update.d.ts|
31|Added|NA|Class name: Updater<br>Method or attribute name: off(eventClassifyInfo: EventClassifyInfo, taskCallback?: UpgradeTaskCallback): void;|@ohos.update.d.ts|
32|Added|NA|Module name: ohos.update<br>Class name: Restorer|@ohos.update.d.ts|
33|Added|NA|Class name: Restorer<br>Method or attribute name: |@ohos.update.d.ts|
34|Added|NA|Module name: ohos.update<br>Class name: Restorer<br>Method or attribute name: factoryReset(callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
35|Added|NA|Class name: Restorer<br>Method or attribute name: factoryReset(callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
36|Added|NA|Module name: ohos.update<br>Class name: Restorer<br>Method or attribute name: factoryReset(): Promise\<void>;|@ohos.update.d.ts|
37|Added|NA|Class name: Restorer<br>Method or attribute name: factoryReset(): Promise\<void>;|@ohos.update.d.ts|
38|Added|NA|Module name: ohos.update<br>Class name: LocalUpdater|@ohos.update.d.ts|
39|Added|NA|Class name: LocalUpdater<br>Method or attribute name: |@ohos.update.d.ts|
40|Added|NA|Module name: ohos.update<br>Class name: LocalUpdater<br>Method or attribute name: verifyUpgradePackage(upgradeFile: UpgradeFile, certsFile: string, callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
41|Added|NA|Class name: LocalUpdater<br>Method or attribute name: verifyUpgradePackage(upgradeFile: UpgradeFile, certsFile: string, callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
42|Added|NA|Module name: ohos.update<br>Class name: LocalUpdater<br>Method or attribute name: verifyUpgradePackage(upgradeFile: UpgradeFile, certsFile: string): Promise\<void>;|@ohos.update.d.ts|
43|Added|NA|Class name: LocalUpdater<br>Method or attribute name: verifyUpgradePackage(upgradeFile: UpgradeFile, certsFile: string): Promise\<void>;|@ohos.update.d.ts|
44|Added|NA|Module name: ohos.update<br>Class name: LocalUpdater<br>Method or attribute name: applyNewVersion(upgradeFiles: Array\<UpgradeFile>, callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
45|Added|NA|Class name: LocalUpdater<br>Method or attribute name: applyNewVersion(upgradeFiles: Array\<UpgradeFile>, callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
46|Added|NA|Module name: ohos.update<br>Class name: LocalUpdater<br>Method or attribute name: applyNewVersion(upgradeFiles: Array\<UpgradeFile>): Promise\<void>;|@ohos.update.d.ts|
47|Added|NA|Class name: LocalUpdater<br>Method or attribute name: applyNewVersion(upgradeFiles: Array\<UpgradeFile>): Promise\<void>;|@ohos.update.d.ts|
48|Added|NA|Module name: ohos.update<br>Class name: LocalUpdater<br>Method or attribute name: on(eventClassifyInfo: EventClassifyInfo, taskCallback: UpgradeTaskCallback): void;|@ohos.update.d.ts|
49|Added|NA|Class name: LocalUpdater<br>Method or attribute name: on(eventClassifyInfo: EventClassifyInfo, taskCallback: UpgradeTaskCallback): void;|@ohos.update.d.ts|
50|Added|NA|Module name: ohos.update<br>Class name: LocalUpdater<br>Method or attribute name: off(eventClassifyInfo: EventClassifyInfo, taskCallback?: UpgradeTaskCallback): void;|@ohos.update.d.ts|
51|Added|NA|Class name: LocalUpdater<br>Method or attribute name: off(eventClassifyInfo: EventClassifyInfo, taskCallback?: UpgradeTaskCallback): void;|@ohos.update.d.ts|
52|Added|NA|Module name: ohos.update<br>Class name: UpgradeInfo|@ohos.update.d.ts|
53|Added|NA|Class name: UpgradeInfo<br>Method or attribute name: |@ohos.update.d.ts|
54|Added|NA|Module name: ohos.update<br>Class name: UpgradeInfo<br>Method or attribute name: upgradeApp: string;|@ohos.update.d.ts|
55|Added|NA|Class name: UpgradeInfo<br>Method or attribute name: upgradeApp: string;|@ohos.update.d.ts|
56|Added|NA|Module name: ohos.update<br>Class name: UpgradeInfo<br>Method or attribute name: businessType: BusinessType;|@ohos.update.d.ts|
57|Added|NA|Class name: UpgradeInfo<br>Method or attribute name: businessType: BusinessType;|@ohos.update.d.ts|
58|Added|NA|Module name: ohos.update<br>Class name: BusinessType|@ohos.update.d.ts|
59|Added|NA|Class name: BusinessType<br>Method or attribute name: |@ohos.update.d.ts|
60|Added|NA|Module name: ohos.update<br>Class name: BusinessType<br>Method or attribute name: vendor: BusinessVendor;|@ohos.update.d.ts|
61|Added|NA|Class name: BusinessType<br>Method or attribute name: vendor: BusinessVendor;|@ohos.update.d.ts|
62|Added|NA|Module name: ohos.update<br>Class name: BusinessType<br>Method or attribute name: subType: BusinessSubType;|@ohos.update.d.ts|
63|Added|NA|Class name: BusinessType<br>Method or attribute name: subType: BusinessSubType;|@ohos.update.d.ts|
64|Added|NA|Class name: CheckResult<br>Method or attribute name: isExistNewVersion: boolean;|@ohos.update.d.ts|
65|Added|NA|Class name: CheckResult<br>Method or attribute name: newVersionInfo: NewVersionInfo;|@ohos.update.d.ts|
66|Added|NA|Class name: NewVersionInfo<br>Method or attribute name: versionDigestInfo: VersionDigestInfo;|@ohos.update.d.ts|
67|Added|NA|Class name: NewVersionInfo<br>Method or attribute name: versionComponents: Array\<VersionComponent>;|@ohos.update.d.ts|
68|Added|NA|Module name: ohos.update<br>Class name: VersionDigestInfo|@ohos.update.d.ts|
69|Added|NA|Class name: VersionDigestInfo<br>Method or attribute name: |@ohos.update.d.ts|
70|Added|NA|Module name: ohos.update<br>Class name: VersionDigestInfo<br>Method or attribute name: versionDigest: string;|@ohos.update.d.ts|
71|Added|NA|Class name: VersionDigestInfo<br>Method or attribute name: versionDigest: string;|@ohos.update.d.ts|
72|Added|NA|Module name: ohos.update<br>Class name: VersionComponent|@ohos.update.d.ts|
73|Added|NA|Class name: VersionComponent<br>Method or attribute name: |@ohos.update.d.ts|
74|Added|NA|Module name: ohos.update<br>Class name: VersionComponent<br>Method or attribute name: componentId: string;|@ohos.update.d.ts|
75|Added|NA|Class name: VersionComponent<br>Method or attribute name: componentId: string;|@ohos.update.d.ts|
76|Added|NA|Module name: ohos.update<br>Class name: VersionComponent<br>Method or attribute name: componentType: ComponentType;|@ohos.update.d.ts|
77|Added|NA|Class name: VersionComponent<br>Method or attribute name: componentType: ComponentType;|@ohos.update.d.ts|
78|Added|NA|Module name: ohos.update<br>Class name: VersionComponent<br>Method or attribute name: upgradeAction: UpgradeAction;|@ohos.update.d.ts|
79|Added|NA|Class name: VersionComponent<br>Method or attribute name: upgradeAction: UpgradeAction;|@ohos.update.d.ts|
80|Added|NA|Module name: ohos.update<br>Class name: VersionComponent<br>Method or attribute name: displayVersion: string;|@ohos.update.d.ts|
81|Added|NA|Class name: VersionComponent<br>Method or attribute name: displayVersion: string;|@ohos.update.d.ts|
82|Added|NA|Module name: ohos.update<br>Class name: VersionComponent<br>Method or attribute name: innerVersion: string;|@ohos.update.d.ts|
83|Added|NA|Class name: VersionComponent<br>Method or attribute name: innerVersion: string;|@ohos.update.d.ts|
84|Added|NA|Module name: ohos.update<br>Class name: VersionComponent<br>Method or attribute name: size: number;|@ohos.update.d.ts|
85|Added|NA|Class name: VersionComponent<br>Method or attribute name: size: number;|@ohos.update.d.ts|
86|Added|NA|Module name: ohos.update<br>Class name: VersionComponent<br>Method or attribute name: effectiveMode: EffectiveMode;|@ohos.update.d.ts|
87|Added|NA|Class name: VersionComponent<br>Method or attribute name: effectiveMode: EffectiveMode;|@ohos.update.d.ts|
88|Added|NA|Module name: ohos.update<br>Class name: VersionComponent<br>Method or attribute name: descriptionInfo: DescriptionInfo;|@ohos.update.d.ts|
89|Added|NA|Class name: VersionComponent<br>Method or attribute name: descriptionInfo: DescriptionInfo;|@ohos.update.d.ts|
90|Added|NA|Module name: ohos.update<br>Class name: DescriptionOptions|@ohos.update.d.ts|
91|Added|NA|Class name: DescriptionOptions<br>Method or attribute name: |@ohos.update.d.ts|
92|Added|NA|Module name: ohos.update<br>Class name: DescriptionOptions<br>Method or attribute name: format: DescriptionFormat;|@ohos.update.d.ts|
93|Added|NA|Class name: DescriptionOptions<br>Method or attribute name: format: DescriptionFormat;|@ohos.update.d.ts|
94|Added|NA|Module name: ohos.update<br>Class name: DescriptionOptions<br>Method or attribute name: language: string;|@ohos.update.d.ts|
95|Added|NA|Class name: DescriptionOptions<br>Method or attribute name: language: string;|@ohos.update.d.ts|
96|Added|NA|Module name: ohos.update<br>Class name: ComponentDescription|@ohos.update.d.ts|
97|Added|NA|Class name: ComponentDescription<br>Method or attribute name: |@ohos.update.d.ts|
98|Added|NA|Module name: ohos.update<br>Class name: ComponentDescription<br>Method or attribute name: componentId: string;|@ohos.update.d.ts|
99|Added|NA|Class name: ComponentDescription<br>Method or attribute name: componentId: string;|@ohos.update.d.ts|
100|Added|NA|Module name: ohos.update<br>Class name: ComponentDescription<br>Method or attribute name: descriptionInfo: DescriptionInfo;|@ohos.update.d.ts|
101|Added|NA|Class name: ComponentDescription<br>Method or attribute name: descriptionInfo: DescriptionInfo;|@ohos.update.d.ts|
102|Added|NA|Class name: DescriptionInfo<br>Method or attribute name: descriptionType: DescriptionType;|@ohos.update.d.ts|
103|Added|NA|Module name: ohos.update<br>Class name: CurrentVersionInfo|@ohos.update.d.ts|
104|Added|NA|Class name: CurrentVersionInfo<br>Method or attribute name: |@ohos.update.d.ts|
105|Added|NA|Module name: ohos.update<br>Class name: CurrentVersionInfo<br>Method or attribute name: osVersion: string;|@ohos.update.d.ts|
106|Added|NA|Class name: CurrentVersionInfo<br>Method or attribute name: osVersion: string;|@ohos.update.d.ts|
107|Added|NA|Module name: ohos.update<br>Class name: CurrentVersionInfo<br>Method or attribute name: deviceName: string;|@ohos.update.d.ts|
108|Added|NA|Class name: CurrentVersionInfo<br>Method or attribute name: deviceName: string;|@ohos.update.d.ts|
109|Added|NA|Module name: ohos.update<br>Class name: CurrentVersionInfo<br>Method or attribute name: versionComponents: Array\<VersionComponent>;|@ohos.update.d.ts|
110|Added|NA|Class name: CurrentVersionInfo<br>Method or attribute name: versionComponents: Array\<VersionComponent>;|@ohos.update.d.ts|
111|Added|NA|Module name: ohos.update<br>Class name: DownloadOptions|@ohos.update.d.ts|
112|Added|NA|Class name: DownloadOptions<br>Method or attribute name: |@ohos.update.d.ts|
113|Added|NA|Module name: ohos.update<br>Class name: DownloadOptions<br>Method or attribute name: allowNetwork: NetType;|@ohos.update.d.ts|
114|Added|NA|Class name: DownloadOptions<br>Method or attribute name: allowNetwork: NetType;|@ohos.update.d.ts|
115|Added|NA|Module name: ohos.update<br>Class name: DownloadOptions<br>Method or attribute name: order: Order;|@ohos.update.d.ts|
116|Added|NA|Class name: DownloadOptions<br>Method or attribute name: order: Order;|@ohos.update.d.ts|
117|Added|NA|Module name: ohos.update<br>Class name: ResumeDownloadOptions|@ohos.update.d.ts|
118|Added|NA|Class name: ResumeDownloadOptions<br>Method or attribute name: |@ohos.update.d.ts|
119|Added|NA|Module name: ohos.update<br>Class name: ResumeDownloadOptions<br>Method or attribute name: allowNetwork: NetType;|@ohos.update.d.ts|
120|Added|NA|Class name: ResumeDownloadOptions<br>Method or attribute name: allowNetwork: NetType;|@ohos.update.d.ts|
121|Added|NA|Module name: ohos.update<br>Class name: PauseDownloadOptions|@ohos.update.d.ts|
122|Added|NA|Class name: PauseDownloadOptions<br>Method or attribute name: |@ohos.update.d.ts|
123|Added|NA|Module name: ohos.update<br>Class name: PauseDownloadOptions<br>Method or attribute name: isAllowAutoResume: boolean;|@ohos.update.d.ts|
124|Added|NA|Class name: PauseDownloadOptions<br>Method or attribute name: isAllowAutoResume: boolean;|@ohos.update.d.ts|
125|Added|NA|Module name: ohos.update<br>Class name: UpgradeOptions|@ohos.update.d.ts|
126|Added|NA|Class name: UpgradeOptions<br>Method or attribute name: |@ohos.update.d.ts|
127|Added|NA|Module name: ohos.update<br>Class name: UpgradeOptions<br>Method or attribute name: order: Order;|@ohos.update.d.ts|
128|Added|NA|Class name: UpgradeOptions<br>Method or attribute name: order: Order;|@ohos.update.d.ts|
129|Added|NA|Module name: ohos.update<br>Class name: ClearOptions|@ohos.update.d.ts|
130|Added|NA|Class name: ClearOptions<br>Method or attribute name: |@ohos.update.d.ts|
131|Added|NA|Module name: ohos.update<br>Class name: ClearOptions<br>Method or attribute name: status: UpgradeStatus;|@ohos.update.d.ts|
132|Added|NA|Class name: ClearOptions<br>Method or attribute name: status: UpgradeStatus;|@ohos.update.d.ts|
133|Added|NA|Module name: ohos.update<br>Class name: UpgradePolicy|@ohos.update.d.ts|
134|Added|NA|Class name: UpgradePolicy<br>Method or attribute name: |@ohos.update.d.ts|
135|Added|NA|Module name: ohos.update<br>Class name: UpgradePolicy<br>Method or attribute name: downloadStrategy: boolean;|@ohos.update.d.ts|
136|Added|NA|Class name: UpgradePolicy<br>Method or attribute name: downloadStrategy: boolean;|@ohos.update.d.ts|
137|Added|NA|Module name: ohos.update<br>Class name: UpgradePolicy<br>Method or attribute name: autoUpgradeStrategy: boolean;|@ohos.update.d.ts|
138|Added|NA|Class name: UpgradePolicy<br>Method or attribute name: autoUpgradeStrategy: boolean;|@ohos.update.d.ts|
139|Added|NA|Module name: ohos.update<br>Class name: UpgradePolicy<br>Method or attribute name: autoUpgradePeriods: Array\<UpgradePeriod>;|@ohos.update.d.ts|
140|Added|NA|Class name: UpgradePolicy<br>Method or attribute name: autoUpgradePeriods: Array\<UpgradePeriod>;|@ohos.update.d.ts|
141|Added|NA|Module name: ohos.update<br>Class name: UpgradePeriod|@ohos.update.d.ts|
142|Added|NA|Class name: UpgradePeriod<br>Method or attribute name: |@ohos.update.d.ts|
143|Added|NA|Module name: ohos.update<br>Class name: UpgradePeriod<br>Method or attribute name: start: number;|@ohos.update.d.ts|
144|Added|NA|Class name: UpgradePeriod<br>Method or attribute name: start: number;|@ohos.update.d.ts|
145|Added|NA|Module name: ohos.update<br>Class name: UpgradePeriod<br>Method or attribute name: end: number;|@ohos.update.d.ts|
146|Added|NA|Class name: UpgradePeriod<br>Method or attribute name: end: number;|@ohos.update.d.ts|
147|Added|NA|Module name: ohos.update<br>Class name: TaskInfo|@ohos.update.d.ts|
148|Added|NA|Class name: TaskInfo<br>Method or attribute name: |@ohos.update.d.ts|
149|Added|NA|Module name: ohos.update<br>Class name: TaskInfo<br>Method or attribute name: existTask: boolean;|@ohos.update.d.ts|
150|Added|NA|Class name: TaskInfo<br>Method or attribute name: existTask: boolean;|@ohos.update.d.ts|
151|Added|NA|Module name: ohos.update<br>Class name: TaskInfo<br>Method or attribute name: taskBody: TaskBody;|@ohos.update.d.ts|
152|Added|NA|Class name: TaskInfo<br>Method or attribute name: taskBody: TaskBody;|@ohos.update.d.ts|
153|Added|NA|Module name: ohos.update<br>Class name: EventInfo|@ohos.update.d.ts|
154|Added|NA|Class name: EventInfo<br>Method or attribute name: |@ohos.update.d.ts|
155|Added|NA|Module name: ohos.update<br>Class name: EventInfo<br>Method or attribute name: eventId: EventId;|@ohos.update.d.ts|
156|Added|NA|Class name: EventInfo<br>Method or attribute name: eventId: EventId;|@ohos.update.d.ts|
157|Added|NA|Module name: ohos.update<br>Class name: EventInfo<br>Method or attribute name: taskBody: TaskBody;|@ohos.update.d.ts|
158|Added|NA|Class name: EventInfo<br>Method or attribute name: taskBody: TaskBody;|@ohos.update.d.ts|
159|Added|NA|Module name: ohos.update<br>Class name: TaskBody|@ohos.update.d.ts|
160|Added|NA|Class name: TaskBody<br>Method or attribute name: |@ohos.update.d.ts|
161|Added|NA|Module name: ohos.update<br>Class name: TaskBody<br>Method or attribute name: versionDigestInfo: VersionDigestInfo;|@ohos.update.d.ts|
162|Added|NA|Class name: TaskBody<br>Method or attribute name: versionDigestInfo: VersionDigestInfo;|@ohos.update.d.ts|
163|Added|NA|Module name: ohos.update<br>Class name: TaskBody<br>Method or attribute name: status: UpgradeStatus;|@ohos.update.d.ts|
164|Added|NA|Class name: TaskBody<br>Method or attribute name: status: UpgradeStatus;|@ohos.update.d.ts|
165|Added|NA|Module name: ohos.update<br>Class name: TaskBody<br>Method or attribute name: subStatus: number;|@ohos.update.d.ts|
166|Added|NA|Class name: TaskBody<br>Method or attribute name: subStatus: number;|@ohos.update.d.ts|
167|Added|NA|Module name: ohos.update<br>Class name: TaskBody<br>Method or attribute name: progress: number;|@ohos.update.d.ts|
168|Added|NA|Class name: TaskBody<br>Method or attribute name: progress: number;|@ohos.update.d.ts|
169|Added|NA|Module name: ohos.update<br>Class name: TaskBody<br>Method or attribute name: installMode: number;|@ohos.update.d.ts|
170|Added|NA|Class name: TaskBody<br>Method or attribute name: installMode: number;|@ohos.update.d.ts|
171|Added|NA|Module name: ohos.update<br>Class name: TaskBody<br>Method or attribute name: errorMessages: Array\<ErrorMessage>;|@ohos.update.d.ts|
172|Added|NA|Class name: TaskBody<br>Method or attribute name: errorMessages: Array\<ErrorMessage>;|@ohos.update.d.ts|
173|Added|NA|Module name: ohos.update<br>Class name: TaskBody<br>Method or attribute name: versionComponents: Array\<VersionComponent>;|@ohos.update.d.ts|
174|Added|NA|Class name: TaskBody<br>Method or attribute name: versionComponents: Array\<VersionComponent>;|@ohos.update.d.ts|
175|Added|NA|Module name: ohos.update<br>Class name: ErrorMessage|@ohos.update.d.ts|
176|Added|NA|Class name: ErrorMessage<br>Method or attribute name: |@ohos.update.d.ts|
177|Added|NA|Module name: ohos.update<br>Class name: ErrorMessage<br>Method or attribute name: errorCode: number;|@ohos.update.d.ts|
178|Added|NA|Class name: ErrorMessage<br>Method or attribute name: errorCode: number;|@ohos.update.d.ts|
179|Added|NA|Module name: ohos.update<br>Class name: ErrorMessage<br>Method or attribute name: errorMessage: string;|@ohos.update.d.ts|
180|Added|NA|Class name: ErrorMessage<br>Method or attribute name: errorMessage: string;|@ohos.update.d.ts|
181|Added|NA|Module name: ohos.update<br>Class name: EventClassifyInfo|@ohos.update.d.ts|
182|Added|NA|Class name: EventClassifyInfo<br>Method or attribute name: |@ohos.update.d.ts|
183|Added|NA|Module name: ohos.update<br>Class name: EventClassifyInfo<br>Method or attribute name: eventClassify: EventClassify;|@ohos.update.d.ts|
184|Added|NA|Class name: EventClassifyInfo<br>Method or attribute name: eventClassify: EventClassify;|@ohos.update.d.ts|
185|Added|NA|Module name: ohos.update<br>Class name: EventClassifyInfo<br>Method or attribute name: extraInfo: string;|@ohos.update.d.ts|
186|Added|NA|Class name: EventClassifyInfo<br>Method or attribute name: extraInfo: string;|@ohos.update.d.ts|
187|Added|NA|Module name: ohos.update<br>Class name: UpgradeFile|@ohos.update.d.ts|
188|Added|NA|Class name: UpgradeFile<br>Method or attribute name: |@ohos.update.d.ts|
189|Added|NA|Module name: ohos.update<br>Class name: UpgradeFile<br>Method or attribute name: fileType: ComponentType;|@ohos.update.d.ts|
190|Added|NA|Class name: UpgradeFile<br>Method or attribute name: fileType: ComponentType;|@ohos.update.d.ts|
191|Added|NA|Module name: ohos.update<br>Class name: UpgradeFile<br>Method or attribute name: filePath: string;|@ohos.update.d.ts|
192|Added|NA|Class name: UpgradeFile<br>Method or attribute name: filePath: string;|@ohos.update.d.ts|
193|Added|NA|Module name: ohos.update<br>Class name: UpgradeTaskCallback|@ohos.update.d.ts|
194|Added|NA|Class name: UpgradeTaskCallback<br>Method or attribute name: |@ohos.update.d.ts|
195|Added|NA|Module name: ohos.update<br>Class name: UpgradeTaskCallback<br>Method or attribute name: (eventInfo: EventInfo): void;|@ohos.update.d.ts|
196|Added|NA|Class name: UpgradeTaskCallback<br>Method or attribute name: (eventInfo: EventInfo): void;|@ohos.update.d.ts|
197|Added|NA|Module name: ohos.update<br>Class name: BusinessVendor|@ohos.update.d.ts|
198|Added|NA|Class name: BusinessVendor<br>Method or attribute name: |@ohos.update.d.ts|
199|Added|NA|Module name: ohos.update<br>Class name: BusinessVendor<br>Method or attribute name: PUBLIC = "public"|@ohos.update.d.ts|
200|Added|NA|Class name: BusinessVendor<br>Method or attribute name: PUBLIC = "public"|@ohos.update.d.ts|
201|Added|NA|Module name: ohos.update<br>Class name: BusinessSubType|@ohos.update.d.ts|
202|Added|NA|Class name: BusinessSubType<br>Method or attribute name: |@ohos.update.d.ts|
203|Added|NA|Module name: ohos.update<br>Class name: BusinessSubType<br>Method or attribute name: FIRMWARE = 1|@ohos.update.d.ts|
204|Added|NA|Class name: BusinessSubType<br>Method or attribute name: FIRMWARE = 1|@ohos.update.d.ts|
205|Added|NA|Module name: ohos.update<br>Class name: ComponentType|@ohos.update.d.ts|
206|Added|NA|Class name: ComponentType<br>Method or attribute name: |@ohos.update.d.ts|
207|Added|NA|Module name: ohos.update<br>Class name: ComponentType<br>Method or attribute name: OTA = 1|@ohos.update.d.ts|
208|Added|NA|Class name: ComponentType<br>Method or attribute name: OTA = 1|@ohos.update.d.ts|
209|Added|NA|Module name: ohos.update<br>Class name: UpgradeAction|@ohos.update.d.ts|
210|Added|NA|Class name: UpgradeAction<br>Method or attribute name: |@ohos.update.d.ts|
211|Added|NA|Module name: ohos.update<br>Class name: UpgradeAction<br>Method or attribute name: UPGRADE = "upgrade"|@ohos.update.d.ts|
212|Added|NA|Class name: UpgradeAction<br>Method or attribute name: UPGRADE = "upgrade"|@ohos.update.d.ts|
213|Added|NA|Module name: ohos.update<br>Class name: UpgradeAction<br>Method or attribute name: RECOVERY = "recovery"|@ohos.update.d.ts|
214|Added|NA|Class name: UpgradeAction<br>Method or attribute name: RECOVERY = "recovery"|@ohos.update.d.ts|
215|Added|NA|Module name: ohos.update<br>Class name: EffectiveMode|@ohos.update.d.ts|
216|Added|NA|Class name: EffectiveMode<br>Method or attribute name: |@ohos.update.d.ts|
217|Added|NA|Module name: ohos.update<br>Class name: EffectiveMode<br>Method or attribute name: COLD = 1|@ohos.update.d.ts|
218|Added|NA|Class name: EffectiveMode<br>Method or attribute name: COLD = 1|@ohos.update.d.ts|
219|Added|NA|Module name: ohos.update<br>Class name: EffectiveMode<br>Method or attribute name: LIVE = 2|@ohos.update.d.ts|
220|Added|NA|Class name: EffectiveMode<br>Method or attribute name: LIVE = 2|@ohos.update.d.ts|
221|Added|NA|Module name: ohos.update<br>Class name: EffectiveMode<br>Method or attribute name: LIVE_AND_COLD = 3|@ohos.update.d.ts|
222|Added|NA|Class name: EffectiveMode<br>Method or attribute name: LIVE_AND_COLD = 3|@ohos.update.d.ts|
223|Added|NA|Module name: ohos.update<br>Class name: DescriptionType|@ohos.update.d.ts|
224|Added|NA|Class name: DescriptionType<br>Method or attribute name: |@ohos.update.d.ts|
225|Added|NA|Module name: ohos.update<br>Class name: DescriptionType<br>Method or attribute name: CONTENT = 0|@ohos.update.d.ts|
226|Added|NA|Class name: DescriptionType<br>Method or attribute name: CONTENT = 0|@ohos.update.d.ts|
227|Added|NA|Module name: ohos.update<br>Class name: DescriptionType<br>Method or attribute name: URI = 1|@ohos.update.d.ts|
228|Added|NA|Class name: DescriptionType<br>Method or attribute name: URI = 1|@ohos.update.d.ts|
229|Added|NA|Module name: ohos.update<br>Class name: DescriptionFormat|@ohos.update.d.ts|
230|Added|NA|Class name: DescriptionFormat<br>Method or attribute name: |@ohos.update.d.ts|
231|Added|NA|Module name: ohos.update<br>Class name: DescriptionFormat<br>Method or attribute name: STANDARD = 0|@ohos.update.d.ts|
232|Added|NA|Class name: DescriptionFormat<br>Method or attribute name: STANDARD = 0|@ohos.update.d.ts|
233|Added|NA|Module name: ohos.update<br>Class name: DescriptionFormat<br>Method or attribute name: SIMPLIFIED = 1|@ohos.update.d.ts|
234|Added|NA|Class name: DescriptionFormat<br>Method or attribute name: SIMPLIFIED = 1|@ohos.update.d.ts|
235|Added|NA|Module name: ohos.update<br>Class name: NetType|@ohos.update.d.ts|
236|Added|NA|Class name: NetType<br>Method or attribute name: |@ohos.update.d.ts|
237|Added|NA|Module name: ohos.update<br>Class name: NetType<br>Method or attribute name: CELLULAR = 1|@ohos.update.d.ts|
238|Added|NA|Class name: NetType<br>Method or attribute name: CELLULAR = 1|@ohos.update.d.ts|
239|Added|NA|Module name: ohos.update<br>Class name: NetType<br>Method or attribute name: METERED_WIFI = 2|@ohos.update.d.ts|
240|Added|NA|Class name: NetType<br>Method or attribute name: METERED_WIFI = 2|@ohos.update.d.ts|
241|Added|NA|Module name: ohos.update<br>Class name: NetType<br>Method or attribute name: NOT_METERED_WIFI = 4|@ohos.update.d.ts|
242|Added|NA|Class name: NetType<br>Method or attribute name: NOT_METERED_WIFI = 4|@ohos.update.d.ts|
243|Added|NA|Module name: ohos.update<br>Class name: NetType<br>Method or attribute name: WIFI = 6|@ohos.update.d.ts|
244|Added|NA|Class name: NetType<br>Method or attribute name: WIFI = 6|@ohos.update.d.ts|
245|Added|NA|Module name: ohos.update<br>Class name: NetType<br>Method or attribute name: CELLULAR_AND_WIFI = 7|@ohos.update.d.ts|
246|Added|NA|Class name: NetType<br>Method or attribute name: CELLULAR_AND_WIFI = 7|@ohos.update.d.ts|
247|Added|NA|Module name: ohos.update<br>Class name: Order|@ohos.update.d.ts|
248|Added|NA|Class name: Order<br>Method or attribute name: |@ohos.update.d.ts|
249|Added|NA|Module name: ohos.update<br>Class name: Order<br>Method or attribute name: DOWNLOAD = 1|@ohos.update.d.ts|
250|Added|NA|Class name: Order<br>Method or attribute name: DOWNLOAD = 1|@ohos.update.d.ts|
251|Added|NA|Module name: ohos.update<br>Class name: Order<br>Method or attribute name: INSTALL = 2|@ohos.update.d.ts|
252|Added|NA|Class name: Order<br>Method or attribute name: INSTALL = 2|@ohos.update.d.ts|
253|Added|NA|Module name: ohos.update<br>Class name: Order<br>Method or attribute name: DOWNLOAD_AND_INSTALL = 3|@ohos.update.d.ts|
254|Added|NA|Class name: Order<br>Method or attribute name: DOWNLOAD_AND_INSTALL = 3|@ohos.update.d.ts|
255|Added|NA|Module name: ohos.update<br>Class name: Order<br>Method or attribute name: APPLY = 4|@ohos.update.d.ts|
256|Added|NA|Class name: Order<br>Method or attribute name: APPLY = 4|@ohos.update.d.ts|
257|Added|NA|Module name: ohos.update<br>Class name: Order<br>Method or attribute name: INSTALL_AND_APPLY = 6|@ohos.update.d.ts|
258|Added|NA|Class name: Order<br>Method or attribute name: INSTALL_AND_APPLY = 6|@ohos.update.d.ts|
259|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus|@ohos.update.d.ts|
260|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: |@ohos.update.d.ts|
261|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus<br>Method or attribute name: WAITING_DOWNLOAD = 20|@ohos.update.d.ts|
262|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: WAITING_DOWNLOAD = 20|@ohos.update.d.ts|
263|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus<br>Method or attribute name: DOWNLOADING = 21|@ohos.update.d.ts|
264|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOADING = 21|@ohos.update.d.ts|
265|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_PAUSED = 22|@ohos.update.d.ts|
266|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_PAUSED = 22|@ohos.update.d.ts|
267|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_FAIL = 23|@ohos.update.d.ts|
268|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_FAIL = 23|@ohos.update.d.ts|
269|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus<br>Method or attribute name: WAITING_INSTALL = 30|@ohos.update.d.ts|
270|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: WAITING_INSTALL = 30|@ohos.update.d.ts|
271|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus<br>Method or attribute name: UPDATING = 31|@ohos.update.d.ts|
272|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: UPDATING = 31|@ohos.update.d.ts|
273|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus<br>Method or attribute name: WAITING_APPLY = 40|@ohos.update.d.ts|
274|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: WAITING_APPLY = 40|@ohos.update.d.ts|
275|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus<br>Method or attribute name: APPLYING = 41|@ohos.update.d.ts|
276|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: APPLYING = 41|@ohos.update.d.ts|
277|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_SUCCESS = 50|@ohos.update.d.ts|
278|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_SUCCESS = 50|@ohos.update.d.ts|
279|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_FAIL = 51|@ohos.update.d.ts|
280|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_FAIL = 51|@ohos.update.d.ts|
281|Added|NA|Module name: ohos.update<br>Class name: EventClassify|@ohos.update.d.ts|
282|Added|NA|Class name: EventClassify<br>Method or attribute name: |@ohos.update.d.ts|
283|Added|NA|Module name: ohos.update<br>Class name: EventClassify<br>Method or attribute name: TASK = 0x01000000|@ohos.update.d.ts|
284|Added|NA|Class name: EventClassify<br>Method or attribute name: TASK = 0x01000000|@ohos.update.d.ts|
285|Added|NA|Module name: ohos.update<br>Class name: EventId|@ohos.update.d.ts|
286|Added|NA|Class name: EventId<br>Method or attribute name: |@ohos.update.d.ts|
287|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK|@ohos.update.d.ts|
288|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK|@ohos.update.d.ts|
289|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_TASK_RECEIVE|@ohos.update.d.ts|
290|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_TASK_RECEIVE|@ohos.update.d.ts|
291|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_TASK_CANCEL|@ohos.update.d.ts|
292|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_TASK_CANCEL|@ohos.update.d.ts|
293|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_WAIT|@ohos.update.d.ts|
294|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_WAIT|@ohos.update.d.ts|
295|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_START|@ohos.update.d.ts|
296|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_START|@ohos.update.d.ts|
297|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_UPDATE|@ohos.update.d.ts|
298|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_UPDATE|@ohos.update.d.ts|
299|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_PAUSE|@ohos.update.d.ts|
300|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_PAUSE|@ohos.update.d.ts|
301|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_RESUME|@ohos.update.d.ts|
302|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_RESUME|@ohos.update.d.ts|
303|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_SUCCESS|@ohos.update.d.ts|
304|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_SUCCESS|@ohos.update.d.ts|
305|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_FAIL|@ohos.update.d.ts|
306|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_FAIL|@ohos.update.d.ts|
307|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_WAIT|@ohos.update.d.ts|
308|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_WAIT|@ohos.update.d.ts|
309|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_START|@ohos.update.d.ts|
310|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_START|@ohos.update.d.ts|
311|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_UPDATE|@ohos.update.d.ts|
312|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_UPDATE|@ohos.update.d.ts|
313|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_APPLY_WAIT|@ohos.update.d.ts|
314|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_APPLY_WAIT|@ohos.update.d.ts|
315|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_APPLY_START|@ohos.update.d.ts|
316|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_APPLY_START|@ohos.update.d.ts|
317|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_SUCCESS|@ohos.update.d.ts|
318|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_SUCCESS|@ohos.update.d.ts|
319|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_FAIL|@ohos.update.d.ts|
320|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_FAIL|@ohos.update.d.ts|
321|Deleted|Module name: ohos.update<br>Class name: UpdateTypes<br>Method or attribute name: type UpdateTypes =<br>        'OTA' \|<br>        'patch';|NA|@ohos.update.d.ts|
322|Deleted|Module name: ohos.update<br>Class name: UpdateTypes<br>Method or attribute name: type UpdateTypes =<br>        'OTA' \|<br>        'patch';|NA|@ohos.update.d.ts|
323|Deleted|Module name: ohos.update<br>Class name: PackageTypes|NA|@ohos.update.d.ts|
324|Deleted|Module name: ohos.update<br>Class name: PackageTypes<br>Method or attribute name: PACKAGE_TYPE_NORMAL = 1|NA|@ohos.update.d.ts|
325|Deleted|Module name: ohos.update<br>Class name: PackageTypes<br>Method or attribute name: PACKAGE_TYPE_BASE = 2|NA|@ohos.update.d.ts|
326|Deleted|Module name: ohos.update<br>Class name: PackageTypes<br>Method or attribute name: PACKAGE_TYPE_CUST = 3|NA|@ohos.update.d.ts|
327|Deleted|Module name: ohos.update<br>Class name: PackageTypes<br>Method or attribute name: PACKAGE_TYPE_PRELOAD = 4|NA|@ohos.update.d.ts|
328|Deleted|Module name: ohos.update<br>Class name: PackageTypes<br>Method or attribute name: PACKAGE_TYPE_COTA = 5|NA|@ohos.update.d.ts|
329|Deleted|Module name: ohos.update<br>Class name: PackageTypes<br>Method or attribute name: PACKAGE_TYPE_VERSION = 6|NA|@ohos.update.d.ts|
330|Deleted|Module name: ohos.update<br>Class name: PackageTypes<br>Method or attribute name: PACKAGE_TYPE_PATCH = 7|NA|@ohos.update.d.ts|
331|Deleted|Module name: ohos.update<br>Class name: CheckResult<br>Method or attribute name: versionName: number;|NA|@ohos.update.d.ts|
332|Deleted|Module name: ohos.update<br>Class name: CheckResult<br>Method or attribute name: versionCode: string;|NA|@ohos.update.d.ts|
333|Deleted|Module name: ohos.update<br>Class name: CheckResult<br>Method or attribute name: size: number;|NA|@ohos.update.d.ts|
334|Deleted|Module name: ohos.update<br>Class name: CheckResult<br>Method or attribute name: verifyInfo: string;|NA|@ohos.update.d.ts|
335|Deleted|Module name: ohos.update<br>Class name: CheckResult<br>Method or attribute name: packageType: PackageTypes;|NA|@ohos.update.d.ts|
336|Deleted|Module name: ohos.update<br>Class name: CheckResult<br>Method or attribute name: descriptionId: string;|NA|@ohos.update.d.ts|
337|Deleted|Module name: ohos.update<br>Class name: DescriptionInfo<br>Method or attribute name: descriptionId: string;|NA|@ohos.update.d.ts|
338|Deleted|Module name: ohos.update<br>Class name: NewVersionStatus|NA|@ohos.update.d.ts|
339|Deleted|Module name: ohos.update<br>Class name: NewVersionStatus<br>Method or attribute name: VERSION_STATUS_ERR = -1|NA|@ohos.update.d.ts|
340|Deleted|Module name: ohos.update<br>Class name: NewVersionStatus<br>Method or attribute name: VERSION_STATUS_NEW = 0|NA|@ohos.update.d.ts|
341|Deleted|Module name: ohos.update<br>Class name: NewVersionStatus<br>Method or attribute name: VERSION_STATUS_NONE = 1|NA|@ohos.update.d.ts|
342|Deleted|Module name: ohos.update<br>Class name: NewVersionStatus<br>Method or attribute name: VERSION_STATUS_BUSY = 2|NA|@ohos.update.d.ts|
343|Deleted|Module name: ohos.update<br>Class name: NewVersionInfo<br>Method or attribute name: status: NewVersionStatus;|NA|@ohos.update.d.ts|
344|Deleted|Module name: ohos.update<br>Class name: NewVersionInfo<br>Method or attribute name: errMsg: string;|NA|@ohos.update.d.ts|
345|Deleted|Module name: ohos.update<br>Class name: NewVersionInfo<br>Method or attribute name: checkResults: Array\<CheckResult>;|NA|@ohos.update.d.ts|
346|Deleted|Module name: ohos.update<br>Class name: NewVersionInfo<br>Method or attribute name: descriptionInfo: Array\<DescriptionInfo>;|NA|@ohos.update.d.ts|
347|Deleted|Module name: ohos.update<br>Class name: UpdateState|NA|@ohos.update.d.ts|
348|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_INIT = 0|NA|@ohos.update.d.ts|
349|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_CHECK_VERSION_ON = 10|NA|@ohos.update.d.ts|
350|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_CHECK_VERSION_FAIL|NA|@ohos.update.d.ts|
351|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_CHECK_VERSION_SUCCESS|NA|@ohos.update.d.ts|
352|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_DOWNLOAD_ON = 20|NA|@ohos.update.d.ts|
353|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_DOWNLOAD_PAUSE|NA|@ohos.update.d.ts|
354|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_DOWNLOAD_CANCEL|NA|@ohos.update.d.ts|
355|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_DOWNLOAD_FAIL|NA|@ohos.update.d.ts|
356|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_DOWNLOAD_SUCCESS|NA|@ohos.update.d.ts|
357|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_VERIFY_ON = 30|NA|@ohos.update.d.ts|
358|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_VERIFY_FAIL|NA|@ohos.update.d.ts|
359|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_VERIFY_SUCCESS|NA|@ohos.update.d.ts|
360|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_PACKAGE_TRANS_ON = 70|NA|@ohos.update.d.ts|
361|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_PACKAGE_TRANS_FAIL|NA|@ohos.update.d.ts|
362|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_PACKAGE_TRANS_SUCCESS|NA|@ohos.update.d.ts|
363|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_INSTALL_ON = 80|NA|@ohos.update.d.ts|
364|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_INSTALL_FAIL|NA|@ohos.update.d.ts|
365|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_INSTALL_SUCCESS|NA|@ohos.update.d.ts|
366|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_UPDATE_ON = 90|NA|@ohos.update.d.ts|
367|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_UPDATE_FAIL|NA|@ohos.update.d.ts|
368|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_UPDATE_SUCCESS|NA|@ohos.update.d.ts|
369|Deleted|Module name: ohos.update<br>Class name: Progress|NA|@ohos.update.d.ts|
370|Deleted|Module name: ohos.update<br>Class name: Progress<br>Method or attribute name: percent: number;|NA|@ohos.update.d.ts|
371|Deleted|Module name: ohos.update<br>Class name: Progress<br>Method or attribute name: status: UpdateState;|NA|@ohos.update.d.ts|
372|Deleted|Module name: ohos.update<br>Class name: Progress<br>Method or attribute name: endReason: string;|NA|@ohos.update.d.ts|
373|Deleted|Module name: ohos.update<br>Class name: InstallMode|NA|@ohos.update.d.ts|
374|Deleted|Module name: ohos.update<br>Class name: InstallMode<br>Method or attribute name: INSTALL_MODE_NORMAL|NA|@ohos.update.d.ts|
375|Deleted|Module name: ohos.update<br>Class name: InstallMode<br>Method or attribute name: INSTALL_MODE_NIGHT|NA|@ohos.update.d.ts|
376|Deleted|Module name: ohos.update<br>Class name: InstallMode<br>Method or attribute name: INSTALL_MODE_AUTO|NA|@ohos.update.d.ts|
377|Deleted|Module name: ohos.update<br>Class name: UpdatePolicy|NA|@ohos.update.d.ts|
378|Deleted|Module name: ohos.update<br>Class name: UpdatePolicy<br>Method or attribute name: autoDownload: boolean;|NA|@ohos.update.d.ts|
379|Deleted|Module name: ohos.update<br>Class name: UpdatePolicy<br>Method or attribute name: installMode: INSTALL_MODE;|NA|@ohos.update.d.ts|
380|Deleted|Module name: ohos.update<br>Class name: UpdatePolicy<br>Method or attribute name: autoUpgradeInterval: Array\<number>;|NA|@ohos.update.d.ts|
381|Deleted|Module name: ohos.update<br>Class name: UpdateProgressCallback|NA|@ohos.update.d.ts|
382|Deleted|Module name: ohos.update<br>Class name: UpdateProgressCallback<br>Method or attribute name: (progress: Progress): void;|NA|@ohos.update.d.ts|
383|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: getUpdatePolicy(callback: AsyncCallback\<UpdatePolicy>): void;|NA|@ohos.update.d.ts|
384|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: getUpdatePolicy(): Promise\<UpdatePolicy>;|NA|@ohos.update.d.ts|
385|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: setUpdatePolicy(policy: UpdatePolicy, callback: AsyncCallback\<number>): void;|NA|@ohos.update.d.ts|
386|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: setUpdatePolicy(policy: UpdatePolicy): Promise\<number>;|NA|@ohos.update.d.ts|
387|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: applyNewVersion(callback: AsyncCallback\<number>): void;|NA|@ohos.update.d.ts|
388|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: applyNewVersion(): Promise\<number>;|NA|@ohos.update.d.ts|
389|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: rebootAndCleanCache(callback: AsyncCallback\<number>): void;|NA|@ohos.update.d.ts|
390|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: rebootAndCleanCache(): Promise\<number>;|NA|@ohos.update.d.ts|
391|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: rebootAndCleanUserData(callback: AsyncCallback\<number>): void;|NA|@ohos.update.d.ts|
392|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: rebootAndCleanUserData(): Promise\<number>;|NA|@ohos.update.d.ts|
393|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: verifyUpdatePackage(upgradeFile: string, certsFile: string): void;|NA|@ohos.update.d.ts|
394|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: on(eventType: 'downloadProgress', callback: UpdateProgressCallback): void;|NA|@ohos.update.d.ts|
395|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: on(eventType: 'upgradeProgress', callback: UpdateProgressCallback): void;|NA|@ohos.update.d.ts|
396|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: on(eventType: 'verifyProgress', callback: UpdateProgressCallback): void;|NA|@ohos.update.d.ts|
397|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: off(eventType: 'downloadProgress', callback?: UpdateProgressCallback): void;|NA|@ohos.update.d.ts|
398|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: off(eventType: 'upgradeProgress', callback?: UpdateProgressCallback): void;|NA|@ohos.update.d.ts|
399|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: off(eventType: 'verifyProgress', callback?: UpdateProgressCallback): void;|NA|@ohos.update.d.ts|
400|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: cancel(): void;|NA|@ohos.update.d.ts|
401|Deleted|Module name: ohos.update<br>Class name: update<br>Method or attribute name: function getUpdater(upgradeFile: string, updateType?: UpdateTypes): Updater;|NA|@ohos.update.d.ts|
402|Deleted|Module name: ohos.update<br>Class name: update<br>Method or attribute name: function getUpdaterForOther(upgradeFile: string, device: string, updateType?: UpdateTypes): Updater;|NA|@ohos.update.d.ts|
403|Deleted|Module name: ohos.update<br>Class name: update<br>Method or attribute name: function getUpdaterFromOther(upgradeFile: string, device: string, updateType?: UpdateTypes): Updater;|NA|@ohos.update.d.ts|
404|Initial version changed|Class name: update<br>Initial version: 6|Class name: update<br>Initial version: 9|@ohos.update.d.ts|
405|Initial version changed|Class name: Updater<br>Initial version: 6|Class name: Updater<br>Initial version: 9|@ohos.update.d.ts|
406|Initial version changed|Class name: Updater<br>Method or attribute name: getNewVersionInfo(callback: AsyncCallback\<NewVersionInfo>): void;<br>Initial version: 6|Class name: Updater<br>Method or attribute name: getNewVersionInfo(callback: AsyncCallback\<NewVersionInfo>): void;<br>Initial version: 9|@ohos.update.d.ts|
407|Initial version changed|Class name: Updater<br>Method or attribute name: getNewVersionInfo(): Promise\<NewVersionInfo>;<br>Initial version: 6|Class name: Updater<br>Method or attribute name: getNewVersionInfo(): Promise\<NewVersionInfo>;<br>Initial version: 9|@ohos.update.d.ts|
408|Initial version changed|Class name: CheckResult<br>Initial version: 6|Class name: CheckResult<br>Initial version: 9|@ohos.update.d.ts|
409|Initial version changed|Class name: NewVersionInfo<br>Initial version: 6|Class name: NewVersionInfo<br>Initial version: 9|@ohos.update.d.ts|
410|Initial version changed|Class name: DescriptionInfo<br>Initial version: 6|Class name: DescriptionInfo<br>Initial version: 9|@ohos.update.d.ts|
411|Initial version changed|Class name: DescriptionInfo<br>Method or attribute name: content: string;<br>Initial version: 6|Class name: DescriptionInfo<br>Method or attribute name: content: string;<br>Initial version: 9|@ohos.update.d.ts|
412|Error code added|NA|Class name: Updater<br>Method or attribute name: getNewVersionInfo(callback: AsyncCallback\<NewVersionInfo>): void;<br>Error code: 201, 11500104|@ohos.update.d.ts|
413|Error code added|NA|Class name: Updater<br>Method or attribute name: getNewVersionInfo(): Promise\<NewVersionInfo>;<br>Error code: 201, 11500104|@ohos.update.d.ts|
414|Permission added|Class name: Updater<br>Method or attribute name: getNewVersionInfo(callback: AsyncCallback\<NewVersionInfo>): void;<br>Permission: N/A|Class name: Updater<br>Method or attribute name: getNewVersionInfo(callback: AsyncCallback\<NewVersionInfo>): void;<br>Permission: ohos.permission.UPDATE_SYSTEM|@ohos.update.d.ts|
415|Permission added|Class name: Updater<br>Method or attribute name: getNewVersionInfo(): Promise\<NewVersionInfo>;<br>Permission: N/A|Class name: Updater<br>Method or attribute name: getNewVersionInfo(): Promise\<NewVersionInfo>;<br>Permission: ohos.permission.UPDATE_SYSTEM|@ohos.update.d.ts|
416|Function changed|Class name: Updater<br>Method or attribute name: checkNewVersion(callback: AsyncCallback\<NewVersionInfo>): void;<br>|Class name: Updater<br>Method or attribute name: checkNewVersion(callback: AsyncCallback\<CheckResult>): void;<br>|@ohos.update.d.ts|
417|Function changed|Class name: Updater<br>Method or attribute name: checkNewVersion(): Promise\<NewVersionInfo>;<br>|Class name: Updater<br>Method or attribute name: checkNewVersion(): Promise\<CheckResult>;<br>|@ohos.update.d.ts|
418