@vertigis/viewer-spec 56.16.0 → 56.17.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.
@@ -0,0 +1,11 @@
1
+ import type { ModelProperties } from "../common/ModelProperties.js";
2
+ /**
3
+ * Configuration for the printing service.
4
+ */
5
+ export interface PrintModelProperties extends ModelProperties {
6
+ /**
7
+ * The URL for the external printing service that's used to print maps
8
+ * alongside ArcGIS pro layouts.
9
+ */
10
+ printServiceUrl?: string;
11
+ }
@@ -0,0 +1 @@
1
+ export{};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "56.16.0",
3
+ "version": "56.17.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 VertiGIS Studio Viewer Specification.
3
3
  */
4
- export declare const version = "56.16.0";
4
+ export declare const version = "56.17.0";
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 = "56.16.0";
4
+ export const version = "56.17.0";