@pipedream/jobnimbus 1.0.1 → 1.0.2
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/actions/create-attachment/create-attachment.mjs +7 -1
- package/actions/create-contact/create-contact.mjs +6 -1
- package/actions/find-contact-by-email/find-contact-by-email.mjs +6 -1
- package/actions/find-contact-by-id/find-contact-by-id.mjs +6 -1
- package/actions/update-contact/update-contact.mjs +6 -1
- package/package.json +2 -2
|
@@ -7,7 +7,12 @@ import {
|
|
|
7
7
|
|
|
8
8
|
export default {
|
|
9
9
|
key: "jobnimbus-create-attachment",
|
|
10
|
-
version: "1.0.
|
|
10
|
+
version: "1.0.3",
|
|
11
|
+
annotations: {
|
|
12
|
+
destructiveHint: false,
|
|
13
|
+
openWorldHint: true,
|
|
14
|
+
readOnlyHint: false,
|
|
15
|
+
},
|
|
11
16
|
type: "action",
|
|
12
17
|
name: "Create Attachment",
|
|
13
18
|
description: "Creates an attachment. [See the documentation](https://documenter.getpostman.com/view/3919598/S11PpG4x#5f3f485b-91f9-4ed9-912c-99a07987ac6c)",
|
|
@@ -17,6 +22,7 @@ export default {
|
|
|
17
22
|
type: "string",
|
|
18
23
|
label: "File Path or URL",
|
|
19
24
|
description: "The file to upload. Provide a file URL or a path to a file in the `/tmp` directory.",
|
|
25
|
+
format: "file-ref",
|
|
20
26
|
},
|
|
21
27
|
type: {
|
|
22
28
|
type: "string",
|
|
@@ -4,7 +4,12 @@ import base from "../common/contact-base.mjs";
|
|
|
4
4
|
|
|
5
5
|
export default {
|
|
6
6
|
key: "jobnimbus-create-contact",
|
|
7
|
-
version: "0.0.
|
|
7
|
+
version: "0.0.2",
|
|
8
|
+
annotations: {
|
|
9
|
+
destructiveHint: false,
|
|
10
|
+
openWorldHint: true,
|
|
11
|
+
readOnlyHint: false,
|
|
12
|
+
},
|
|
8
13
|
type: "action",
|
|
9
14
|
name: "Create Contact",
|
|
10
15
|
description: "Creates a contact. [See the documentation](https://documenter.getpostman.com/view/3919598/S11PpG4x#7ec1541f-7241-4840-9322-0ed83c01d48e)",
|
|
@@ -2,7 +2,12 @@ import app from "../../jobnimbus.app.mjs";
|
|
|
2
2
|
|
|
3
3
|
export default {
|
|
4
4
|
key: "jobnimbus-find-contact-by-email",
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.2",
|
|
6
|
+
annotations: {
|
|
7
|
+
destructiveHint: false,
|
|
8
|
+
openWorldHint: true,
|
|
9
|
+
readOnlyHint: true,
|
|
10
|
+
},
|
|
6
11
|
type: "action",
|
|
7
12
|
name: "Find Contact By Email",
|
|
8
13
|
description: "Finds contact by email. [See the documentation](https://documenter.getpostman.com/view/3919598/S11PpG4x#46dff3eb-80ae-46b1-a399-eb80ab2a09bc)",
|
|
@@ -2,7 +2,12 @@ import app from "../../jobnimbus.app.mjs";
|
|
|
2
2
|
|
|
3
3
|
export default {
|
|
4
4
|
key: "jobnimbus-find-contact-by-id",
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.2",
|
|
6
|
+
annotations: {
|
|
7
|
+
destructiveHint: false,
|
|
8
|
+
openWorldHint: true,
|
|
9
|
+
readOnlyHint: true,
|
|
10
|
+
},
|
|
6
11
|
type: "action",
|
|
7
12
|
name: "Find Contact By ID",
|
|
8
13
|
description: "Finds contact by ID. [See the documentation](https://documenter.getpostman.com/view/3919598/S11PpG4x#02875033-b94e-4ed9-83cc-d157fba8e5d5)",
|
|
@@ -2,7 +2,12 @@ import base from "../common/contact-base.mjs";
|
|
|
2
2
|
|
|
3
3
|
export default {
|
|
4
4
|
key: "jobnimbus-update-contact",
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.2",
|
|
6
|
+
annotations: {
|
|
7
|
+
destructiveHint: true,
|
|
8
|
+
openWorldHint: true,
|
|
9
|
+
readOnlyHint: false,
|
|
10
|
+
},
|
|
6
11
|
type: "action",
|
|
7
12
|
name: "Update Contact",
|
|
8
13
|
description: "Updates a contact. [See the documentation](https://documenter.getpostman.com/view/3919598/S11PpG4x#6c94f9a6-2bac-4189-9b2e-5d856f0fe310)",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pipedream/jobnimbus",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Pipedream Jobnimbus Components",
|
|
5
5
|
"main": "jobnimbus.app.mjs",
|
|
6
6
|
"keywords": [
|
|
@@ -13,6 +13,6 @@
|
|
|
13
13
|
"access": "public"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@pipedream/platform": "^3.
|
|
16
|
+
"@pipedream/platform": "^3.2.5"
|
|
17
17
|
}
|
|
18
18
|
}
|