@vertigis/viewer-spec 59.6.1 → 59.7.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.
@@ -750,15 +750,17 @@ export interface PreparedPrintJobArgs {
750
750
  }
751
751
  /**
752
752
  * The arguments required by the printing.run command when printing with
753
- * VertiGIS Studio ArcGIS Pro layouts or -layout packages (printing gen2).
753
+ * VertiGIS Studio ArcGIS Pro layouts, -layout packages or map only (printing
754
+ * gen2).
754
755
  */
755
756
  export interface RunLayoutPrintArgs extends RunPrintArgsBase {
756
757
  /**
757
- * The ID of the layout item to be printed.
758
+ * The ID of the layout- (e.g.: vglay_xxx) or layout package (e.g.:
759
+ * vglaypk_xxx) item to print with or "MAP_ONLY" for map only prints.
758
760
  */
759
761
  layoutId: string;
760
762
  /**
761
- * The print output format.
763
+ * The print output format or PDF as default.
762
764
  */
763
765
  outputFormat?: PrintOutputFormat;
764
766
  }
@@ -3152,7 +3152,7 @@
3152
3152
  },
3153
3153
  "RunLayoutPrintArgs": {
3154
3154
  "additionalProperties": false,
3155
- "description": "The arguments required by the printing.run command when printing with VertiGIS Studio ArcGIS Pro layouts or -layout packages (printing gen2).",
3155
+ "description": "The arguments required by the printing.run command when printing with VertiGIS Studio ArcGIS Pro layouts, -layout packages or map only (printing gen2).",
3156
3156
  "properties": {
3157
3157
  "dpi": {
3158
3158
  "description": "The DPI with which to print.",
@@ -3171,7 +3171,7 @@
3171
3171
  "type": "string"
3172
3172
  },
3173
3173
  "layoutId": {
3174
- "description": "The ID of the layout item to be printed.",
3174
+ "description": "The ID of the layout- (e.g.: vglay_xxx) or layout package (e.g.: vglaypk_xxx) item to print with or \"MAP_ONLY\" for map only prints.",
3175
3175
  "type": "string"
3176
3176
  },
3177
3177
  "maps": {
@@ -3180,7 +3180,7 @@
3180
3180
  },
3181
3181
  "outputFormat": {
3182
3182
  "$ref": "#/definitions/PrintOutputFormat",
3183
- "description": "The print output format."
3183
+ "description": "The print output format or PDF as default."
3184
3184
  },
3185
3185
  "parameters": {
3186
3186
  "$ref": "#/definitions/JobParameters",
@@ -4087,7 +4087,7 @@
4087
4087
  },
4088
4088
  "RunLayoutPrintArgs": {
4089
4089
  "additionalProperties": false,
4090
- "description": "The arguments required by the printing.run command when printing with VertiGIS Studio ArcGIS Pro layouts or -layout packages (printing gen2).",
4090
+ "description": "The arguments required by the printing.run command when printing with VertiGIS Studio ArcGIS Pro layouts, -layout packages or map only (printing gen2).",
4091
4091
  "properties": {
4092
4092
  "dpi": {
4093
4093
  "description": "The DPI with which to print.",
@@ -4106,7 +4106,7 @@
4106
4106
  "type": "string"
4107
4107
  },
4108
4108
  "layoutId": {
4109
- "description": "The ID of the layout item to be printed.",
4109
+ "description": "The ID of the layout- (e.g.: vglay_xxx) or layout package (e.g.: vglaypk_xxx) item to print with or \"MAP_ONLY\" for map only prints.",
4110
4110
  "type": "string"
4111
4111
  },
4112
4112
  "maps": {
@@ -4115,7 +4115,7 @@
4115
4115
  },
4116
4116
  "outputFormat": {
4117
4117
  "$ref": "#/definitions/PrintOutputFormat",
4118
- "description": "The print output format."
4118
+ "description": "The print output format or PDF as default."
4119
4119
  },
4120
4120
  "parameters": {
4121
4121
  "$ref": "#/definitions/JobParameters",
@@ -6499,7 +6499,7 @@
6499
6499
  },
6500
6500
  "RunLayoutPrintArgs": {
6501
6501
  "additionalProperties": false,
6502
- "description": "The arguments required by the printing.run command when printing with VertiGIS Studio ArcGIS Pro layouts or -layout packages (printing gen2).",
6502
+ "description": "The arguments required by the printing.run command when printing with VertiGIS Studio ArcGIS Pro layouts, -layout packages or map only (printing gen2).",
6503
6503
  "properties": {
6504
6504
  "dpi": {
6505
6505
  "description": "The DPI with which to print.",
@@ -6518,7 +6518,7 @@
6518
6518
  "type": "string"
6519
6519
  },
6520
6520
  "layoutId": {
6521
- "description": "The ID of the layout item to be printed.",
6521
+ "description": "The ID of the layout- (e.g.: vglay_xxx) or layout package (e.g.: vglaypk_xxx) item to print with or \"MAP_ONLY\" for map only prints.",
6522
6522
  "type": "string"
6523
6523
  },
6524
6524
  "maps": {
@@ -6527,7 +6527,7 @@
6527
6527
  },
6528
6528
  "outputFormat": {
6529
6529
  "$ref": "#/definitions/PrintOutputFormat",
6530
- "description": "The print output format."
6530
+ "description": "The print output format or PDF as default."
6531
6531
  },
6532
6532
  "parameters": {
6533
6533
  "$ref": "#/definitions/JobParameters",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "59.6.1",
3
+ "version": "59.7.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.6.1";
4
+ export declare const version = "59.7.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.6.1";
4
+ export const version = "59.7.0";