@vertigis/viewer-spec 56.26.0 → 56.26.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.
- package/messaging/registry/geolocation.d.ts +1 -1
- package/messaging/schema/common-action.schema.json +12829 -7323
- package/messaging/schema/common-event.schema.json +483 -0
- package/messaging/schema/mobile-action.schema.json +16065 -7846
- package/messaging/schema/mobile-event.schema.json +2084 -56
- package/messaging/schema/web-action.schema.json +23633 -9060
- package/messaging/schema/web-event.schema.json +1608 -67
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -357,7 +357,7 @@ export declare class GeolocationOperations extends OperationRegistry {
|
|
|
357
357
|
* Returns whether integrated location services have been permitted via app
|
|
358
358
|
* or browser permissions.
|
|
359
359
|
*/
|
|
360
|
-
get getLocationPermissionsEnabled(): Operation<boolean>;
|
|
360
|
+
get getLocationPermissionsEnabled(): Operation<void, boolean>;
|
|
361
361
|
/**
|
|
362
362
|
* Returns the current user position. This Operation can block while the
|
|
363
363
|
* user is prompted for permission, as such it is considered best practice
|