@pipedream/printnode 0.2.0 → 0.2.1
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.
|
@@ -5,7 +5,7 @@ export default {
|
|
|
5
5
|
key: "printnode-send-print-job",
|
|
6
6
|
name: "Send Print Job",
|
|
7
7
|
description: "Sends a print job to a specified printer. [See the documentation](https://www.printnode.com/en/docs/api/curl#creating-print-jobs)",
|
|
8
|
-
version: "1.0.
|
|
8
|
+
version: "1.0.1",
|
|
9
9
|
type: "action",
|
|
10
10
|
props: {
|
|
11
11
|
printnode,
|
|
@@ -63,6 +63,12 @@ export default {
|
|
|
63
63
|
description: "If access to the file URL requires HTTP Basic or Digest Authentication, specify the username and password information here. [See the documentation for more information](https://www.printnode.com/en/docs/api/curl#printjob-creating).",
|
|
64
64
|
optional: true,
|
|
65
65
|
},
|
|
66
|
+
syncDir: {
|
|
67
|
+
type: "dir",
|
|
68
|
+
accessMode: "read",
|
|
69
|
+
sync: true,
|
|
70
|
+
optional: true,
|
|
71
|
+
},
|
|
66
72
|
},
|
|
67
73
|
async run({ $ }) {
|
|
68
74
|
const {
|