@pipedream/click2mail2 1.0.2 → 1.0.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.
@@ -6,7 +6,7 @@ import { FORMATS } from "../../common/constants.mjs";
6
6
  export default {
7
7
  key: "click2mail2-create-document",
8
8
  name: "Create Document",
9
- version: "1.0.2",
9
+ version: "1.0.3",
10
10
  annotations: {
11
11
  destructiveHint: false,
12
12
  openWorldHint: true,
@@ -38,6 +38,7 @@ export default {
38
38
  type: "string",
39
39
  label: "File Path Or Url",
40
40
  description: "Provide either a file URL or a path to a file in the `/tmp` directory (for example, `/tmp/myFile.pdf`).",
41
+ format: "file-ref",
41
42
  },
42
43
  syncDir: {
43
44
  type: "dir",
@@ -11,7 +11,7 @@ import {
11
11
  export default {
12
12
  key: "click2mail2-create-job",
13
13
  name: "Create Job",
14
- version: "0.0.2",
14
+ version: "0.0.3",
15
15
  annotations: {
16
16
  destructiveHint: false,
17
17
  openWorldHint: true,
@@ -164,7 +164,7 @@ export default {
164
164
  businessReplyAddressId: {
165
165
  type: "integer",
166
166
  label: "Business Reply Address Id",
167
- description: "If you are mailing a business reply mail product use this to specify the busines reply address and permit information already in your account.",
167
+ description: "If you are mailing a business reply mail product use this to specify the business reply address and permit information already in your account.",
168
168
  optional: true,
169
169
  },
170
170
  courtesyReplyAddressId: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/click2mail2",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Pipedream Click2Mail Components",
5
5
  "main": "click2mail2.app.mjs",
6
6
  "keywords": [
@@ -13,7 +13,7 @@
13
13
  "access": "public"
14
14
  },
15
15
  "dependencies": {
16
- "@pipedream/platform": "^3.1.0",
16
+ "@pipedream/platform": "^3.2.5",
17
17
  "form-data": "^4.0.4",
18
18
  "fs": "^0.0.1-security"
19
19
  }