@vertigis/viewer-spec 58.24.0 → 58.24.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.
@@ -23,7 +23,7 @@ export interface LayerEventArgs {
23
23
  *
24
24
  * @mobileOnly
25
25
  */
26
- layerContent: ILayerContent;
26
+ layerContent?: ILayerContent;
27
27
  }
28
28
  /**
29
29
  * An instance of @Esri.ArcGISRuntime.Mapping.ILayerContent.
@@ -317,9 +317,6 @@
317
317
  "description": "The layer whose visibility was changed. Web only."
318
318
  }
319
319
  },
320
- "required": [
321
- "layerContent"
322
- ],
323
320
  "type": "object"
324
321
  },
325
322
  "LayerLike": {
@@ -1242,9 +1242,6 @@
1242
1242
  "description": "The layer whose visibility was changed. Web only."
1243
1243
  }
1244
1244
  },
1245
- "required": [
1246
- "layerContent"
1247
- ],
1248
1245
  "type": "object"
1249
1246
  },
1250
1247
  "LayerLike": {
@@ -1009,9 +1009,6 @@
1009
1009
  "description": "The layer whose visibility was changed. Web only."
1010
1010
  }
1011
1011
  },
1012
- "required": [
1013
- "layerContent"
1014
- ],
1015
1012
  "type": "object"
1016
1013
  },
1017
1014
  "LayerLike": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "58.24.0",
3
+ "version": "58.24.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export declare const version = "58.24.0";
4
+ export declare const version = "58.24.1";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export const version = "58.24.0";
4
+ export const version = "58.24.1";