@vertigis/viewer-spec 48.13.0 → 48.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -204,8 +204,9 @@ export declare class OfflineCommands extends CommandRegistry {
|
|
|
204
204
|
*/
|
|
205
205
|
get cancelDownload(): Command<OfflineCommandArgs>;
|
|
206
206
|
/**
|
|
207
|
-
* Deletes the data stored on the device for the specified offline area.
|
|
208
|
-
* offline
|
|
207
|
+
* Deletes the data stored on the device for the specified offline area. If
|
|
208
|
+
* a custom offline area is specified, and the area is not downloaded,
|
|
209
|
+
* deletes the custom area definition instead.
|
|
209
210
|
*
|
|
210
211
|
* @mobileOnly
|
|
211
212
|
*/
|
|
@@ -13071,7 +13071,7 @@
|
|
|
13071
13071
|
"$ref": "CustomOfflineArea"
|
|
13072
13072
|
},
|
|
13073
13073
|
"offline.delete-area": {
|
|
13074
|
-
"description": "Deletes the data stored on the device for the specified offline area.
|
|
13074
|
+
"description": "Deletes the data stored on the device for the specified offline area. If a custom offline area is specified, and the area is not downloaded, deletes the custom area definition instead.",
|
|
13075
13075
|
"enum": [
|
|
13076
13076
|
"offline.delete-area"
|
|
13077
13077
|
]
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED