jmapcloud-ng-core-types 1.0.32 → 1.0.33

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapcloud-ng-core-types",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "description": "JMap Cloud specific version of JMap Cloud NG Core types and interfaces",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -36,4 +36,4 @@
36
36
  "maplibre-gl": "^4.3.1",
37
37
  "redux": "^5.0.1"
38
38
  }
39
- }
39
+ }
@@ -316,6 +316,7 @@ declare interface JLayer extends JLayerTreeElement {
316
316
  spatialDataSourceId: string
317
317
  selectionStyleId: string
318
318
  dynamicFilter: JDynamicFilter
319
+ allowClientSideEditing: boolean
319
320
  }
320
321
 
321
322
  declare interface JLayerInformationReport {