@vertigis/viewer-spec 49.0.0 → 49.1.0

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.
@@ -26,6 +26,11 @@ export interface PrivacyPolicyInfoProperties extends EntityProperties {
26
26
  * Global configuration for a VertiGIS Web application.
27
27
  */
28
28
  export interface VertigisWebModelProperties extends ApplicationModelProperties {
29
+ /**
30
+ * Use an Esri API key to access location services and premium content in
31
+ * your public application.
32
+ */
33
+ platformApiKey?: string;
29
34
  /**
30
35
  * Allowed origin for sending and receiving PostMessages.
31
36
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "49.0.0",
3
+ "version": "49.1.0",
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 Geocortex Viewer Specification.
3
3
  */
4
- export declare const version = "49.0.0";
4
+ export declare const version = "49.1.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the Geocortex Viewer Specification.
3
3
  */
4
- export const version = "49.0.0";
4
+ export const version = "49.1.0";