@vertigis/viewer-spec 59.25.0 → 59.27.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.
@@ -1920,7 +1920,7 @@
1920
1920
  },
1921
1921
  "PreparedPrintJobArgs": {
1922
1922
  "additionalProperties": false,
1923
- "description": "Prepared print job arguments (printing gen2).",
1923
+ "description": "Print job arguments (printing gen2).",
1924
1924
  "properties": {
1925
1925
  "additionalSettings": {
1926
1926
  "$ref": "#/definitions/AdditionalSettings",
@@ -2048,7 +2048,7 @@
2048
2048
  },
2049
2049
  "printJobArgs": {
2050
2050
  "$ref": "#/definitions/PreparedPrintJobArgs",
2051
- "description": "The print job arguments."
2051
+ "description": "The prepared print job arguments."
2052
2052
  },
2053
2053
  "printTemplateId": {
2054
2054
  "description": "The ID of the print template being used.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "59.25.0",
3
+ "version": "59.27.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 = "59.25.0";
4
+ export declare const version = "59.27.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 = "59.25.0";
4
+ export const version = "59.27.0";