@vertigis/viewer-spec 59.18.0 → 59.19.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.
@@ -769,6 +769,13 @@ export interface PreparedPrintJobArgs {
769
769
  * gen2).
770
770
  */
771
771
  export interface RunLayoutPrintArgs extends RunPrintArgsBase {
772
+ /**
773
+ * The ID of the layout item to print with. Deprecated; use portalItem
774
+ * instead.
775
+ *
776
+ * @deprecated
777
+ */
778
+ id?: string;
772
779
  /**
773
780
  * The ID of the layout- (e.g.: vglay_xxx) or layout package (e.g.:
774
781
  * vglaypk_xxx) item to print with. Deprecated; use portalItem instead.
@@ -3185,6 +3185,10 @@
3185
3185
  "$ref": "#/definitions/esri.Extent",
3186
3186
  "description": "The map extent. Defaults to the map's current extent. The actual print extent is calculated from the center point of the map extent, the print scale and the layout frame- or the output dimensions."
3187
3187
  },
3188
+ "id": {
3189
+ "description": "The ID of the layout item to print with. Deprecated; use portalItem instead.",
3190
+ "type": "string"
3191
+ },
3188
3192
  "instanceId": {
3189
3193
  "description": "A unique ID used to track a print job.",
3190
3194
  "type": "string"
@@ -4120,6 +4120,10 @@
4120
4120
  "$ref": "#/definitions/esri.Extent",
4121
4121
  "description": "The map extent. Defaults to the map's current extent. The actual print extent is calculated from the center point of the map extent, the print scale and the layout frame- or the output dimensions."
4122
4122
  },
4123
+ "id": {
4124
+ "description": "The ID of the layout item to print with. Deprecated; use portalItem instead.",
4125
+ "type": "string"
4126
+ },
4123
4127
  "instanceId": {
4124
4128
  "description": "A unique ID used to track a print job.",
4125
4129
  "type": "string"
@@ -6589,6 +6589,10 @@
6589
6589
  "$ref": "#/definitions/esri.Extent",
6590
6590
  "description": "The map extent. Defaults to the map's current extent. The actual print extent is calculated from the center point of the map extent, the print scale and the layout frame- or the output dimensions."
6591
6591
  },
6592
+ "id": {
6593
+ "description": "The ID of the layout item to print with. Deprecated; use portalItem instead.",
6594
+ "type": "string"
6595
+ },
6592
6596
  "instanceId": {
6593
6597
  "description": "A unique ID used to track a print job.",
6594
6598
  "type": "string"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "59.18.0",
3
+ "version": "59.19.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.18.0";
4
+ export declare const version = "59.19.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.18.0";
4
+ export const version = "59.19.0";