@pipedream/printnode 0.2.2 → 0.2.4

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,13 +5,14 @@ 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.2",
8
+ version: "1.0.4",
9
9
  annotations: {
10
10
  destructiveHint: false,
11
11
  openWorldHint: true,
12
12
  readOnlyHint: false,
13
13
  },
14
14
  type: "action",
15
+ ai: "optimized",
15
16
  props: {
16
17
  printnode,
17
18
  printerId: {
@@ -30,6 +31,7 @@ export default {
30
31
  type: "string",
31
32
  label: "File Path or URL",
32
33
  description: "The file to upload. Provide either a file URL or a path to a file in the `/tmp` directory (for example, `/tmp/myFile.txt`)",
34
+ format: "file-ref",
33
35
  },
34
36
  title: {
35
37
  type: "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/printnode",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Pipedream PrintNode Components",
5
5
  "main": "printnode.app.mjs",
6
6
  "keywords": [
@@ -13,6 +13,6 @@
13
13
  "access": "public"
14
14
  },
15
15
  "dependencies": {
16
- "@pipedream/platform": "^3.1.1"
16
+ "@pipedream/platform": "^3.2.5"
17
17
  }
18
18
  }