@vertigis/viewer-spec 59.2.0 → 59.3.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.
@@ -116,6 +116,10 @@ export interface PrintErrorEventArgs extends PrintEventArgsBase {
116
116
  * The HTTP status code associated with the error, if it's a HTTP error.
117
117
  */
118
118
  errorCode?: number;
119
+ /**
120
+ * The URL from which to download the print log created by the engine.
121
+ */
122
+ downloadLogUrl?: string;
119
123
  }
120
124
  /**
121
125
  * Arguments for the printing.print-finished event.
@@ -125,6 +129,10 @@ export interface PrintFinishedEventArgs extends PrintEventArgsBase {
125
129
  * The URL from which to download the print.
126
130
  */
127
131
  downloadUrl: string;
132
+ /**
133
+ * The URL from which to download the print log created by the engine.
134
+ */
135
+ downloadLogUrl?: string;
128
136
  }
129
137
  /**
130
138
  * Arguments for the printing.print-progress event.
@@ -145,6 +153,10 @@ export interface PrintPreparedEventArgs extends PrintEventArgsBase {
145
153
  * Arguments for the printing.print-started event.
146
154
  */
147
155
  export interface PrintStartedEventArgs extends PrintEventArgsBase {
156
+ /**
157
+ * The title of the print.
158
+ */
159
+ title?: string;
148
160
  }
149
161
  export declare class PrintCommands extends CommandRegistry {
150
162
  protected readonly _prefix = "printing";
@@ -531,6 +531,10 @@
531
531
  "additionalProperties": false,
532
532
  "description": "Arguments for the printing.print-error event.",
533
533
  "properties": {
534
+ "downloadLogUrl": {
535
+ "description": "The URL from which to download the print log created by the engine.",
536
+ "type": "string"
537
+ },
534
538
  "errorCode": {
535
539
  "description": "The HTTP status code associated with the error, if it's a HTTP error.",
536
540
  "type": "number"
@@ -559,6 +563,10 @@
559
563
  "additionalProperties": false,
560
564
  "description": "Arguments for the printing.print-finished event.",
561
565
  "properties": {
566
+ "downloadLogUrl": {
567
+ "description": "The URL from which to download the print log created by the engine.",
568
+ "type": "string"
569
+ },
562
570
  "downloadUrl": {
563
571
  "description": "The URL from which to download the print.",
564
572
  "type": "string"
@@ -609,6 +617,10 @@
609
617
  "printTemplateId": {
610
618
  "description": "The ID of the print template being used.",
611
619
  "type": "string"
620
+ },
621
+ "title": {
622
+ "description": "The title of the print.",
623
+ "type": "string"
612
624
  }
613
625
  },
614
626
  "required": [
@@ -1670,6 +1670,10 @@
1670
1670
  "additionalProperties": false,
1671
1671
  "description": "Arguments for the printing.print-error event.",
1672
1672
  "properties": {
1673
+ "downloadLogUrl": {
1674
+ "description": "The URL from which to download the print log created by the engine.",
1675
+ "type": "string"
1676
+ },
1673
1677
  "errorCode": {
1674
1678
  "description": "The HTTP status code associated with the error, if it's a HTTP error.",
1675
1679
  "type": "number"
@@ -1698,6 +1702,10 @@
1698
1702
  "additionalProperties": false,
1699
1703
  "description": "Arguments for the printing.print-finished event.",
1700
1704
  "properties": {
1705
+ "downloadLogUrl": {
1706
+ "description": "The URL from which to download the print log created by the engine.",
1707
+ "type": "string"
1708
+ },
1701
1709
  "downloadUrl": {
1702
1710
  "description": "The URL from which to download the print.",
1703
1711
  "type": "string"
@@ -1748,6 +1756,10 @@
1748
1756
  "printTemplateId": {
1749
1757
  "description": "The ID of the print template being used.",
1750
1758
  "type": "string"
1759
+ },
1760
+ "title": {
1761
+ "description": "The title of the print.",
1762
+ "type": "string"
1751
1763
  }
1752
1764
  },
1753
1765
  "required": [
@@ -1334,6 +1334,10 @@
1334
1334
  "additionalProperties": false,
1335
1335
  "description": "Arguments for the printing.print-error event.",
1336
1336
  "properties": {
1337
+ "downloadLogUrl": {
1338
+ "description": "The URL from which to download the print log created by the engine.",
1339
+ "type": "string"
1340
+ },
1337
1341
  "errorCode": {
1338
1342
  "description": "The HTTP status code associated with the error, if it's a HTTP error.",
1339
1343
  "type": "number"
@@ -1362,6 +1366,10 @@
1362
1366
  "additionalProperties": false,
1363
1367
  "description": "Arguments for the printing.print-finished event.",
1364
1368
  "properties": {
1369
+ "downloadLogUrl": {
1370
+ "description": "The URL from which to download the print log created by the engine.",
1371
+ "type": "string"
1372
+ },
1365
1373
  "downloadUrl": {
1366
1374
  "description": "The URL from which to download the print.",
1367
1375
  "type": "string"
@@ -1450,6 +1458,10 @@
1450
1458
  "printTemplateId": {
1451
1459
  "description": "The ID of the print template being used.",
1452
1460
  "type": "string"
1461
+ },
1462
+ "title": {
1463
+ "description": "The title of the print.",
1464
+ "type": "string"
1453
1465
  }
1454
1466
  },
1455
1467
  "required": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "59.2.0",
3
+ "version": "59.3.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.2.0";
4
+ export declare const version = "59.3.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.2.0";
4
+ export const version = "59.3.0";