@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.
- package/messaging/common.d.ts +15 -1
- package/messaging/registry/Operations.d.ts +2 -0
- package/messaging/registry/Operations.js +1 -1
- package/messaging/registry/drawing.d.ts +2 -2
- package/messaging/registry/layers.d.ts +2 -2
- package/messaging/registry/printing.d.ts +32 -3
- package/messaging/registry/printing.js +1 -1
- package/messaging/schema/web-action.schema.json +1476 -89
- package/messaging/schema/web-event.schema.json +2 -2
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -1920,7 +1920,7 @@
|
|
|
1920
1920
|
},
|
|
1921
1921
|
"PreparedPrintJobArgs": {
|
|
1922
1922
|
"additionalProperties": false,
|
|
1923
|
-
"description": "
|
|
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
package/version.d.ts
CHANGED
package/version.js
CHANGED