@pipedream/bloomerang 0.1.0 → 0.1.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.
|
@@ -7,7 +7,12 @@ export default {
|
|
|
7
7
|
key: "bloomerang-add-interaction",
|
|
8
8
|
name: "Add Interaction",
|
|
9
9
|
description: "Adds an interaction to an existing constituent in Bloomerang. [See the documentation](https://bloomerang.co/product/integrations-data-management/api/rest-api/#/Interactions/post_interaction)",
|
|
10
|
-
version: "0.0.
|
|
10
|
+
version: "0.0.3",
|
|
11
|
+
annotations: {
|
|
12
|
+
destructiveHint: false,
|
|
13
|
+
openWorldHint: true,
|
|
14
|
+
readOnlyHint: false,
|
|
15
|
+
},
|
|
11
16
|
type: "action",
|
|
12
17
|
props: {
|
|
13
18
|
bloomerang,
|
|
@@ -25,18 +30,18 @@ export default {
|
|
|
25
30
|
subject: {
|
|
26
31
|
type: "string",
|
|
27
32
|
label: "Subject",
|
|
28
|
-
description: "The subject
|
|
33
|
+
description: "The subject of the interaction",
|
|
29
34
|
},
|
|
30
35
|
channel: {
|
|
31
36
|
type: "string",
|
|
32
37
|
label: "Channel",
|
|
33
|
-
description: "The channel of the
|
|
38
|
+
description: "The channel of the interaction",
|
|
34
39
|
options: CHANNEL_OPTIONS,
|
|
35
40
|
},
|
|
36
41
|
purpose: {
|
|
37
42
|
type: "string",
|
|
38
43
|
label: "Purpose",
|
|
39
|
-
description: "The purpose of the
|
|
44
|
+
description: "The purpose of the interaction",
|
|
40
45
|
options: PURPOSE_OPTIONS,
|
|
41
46
|
},
|
|
42
47
|
note: {
|
|
@@ -12,7 +12,12 @@ export default {
|
|
|
12
12
|
key: "bloomerang-create-constituent",
|
|
13
13
|
name: "Create Constituent",
|
|
14
14
|
description: "Creates a new constituent in Bloomerang. [See the documentation](https://bloomerang.co/product/integrations-data-management/api/rest-api/#/Constituents/post_constituent)",
|
|
15
|
-
version: "0.0.
|
|
15
|
+
version: "0.0.2",
|
|
16
|
+
annotations: {
|
|
17
|
+
destructiveHint: false,
|
|
18
|
+
openWorldHint: true,
|
|
19
|
+
readOnlyHint: false,
|
|
20
|
+
},
|
|
16
21
|
type: "action",
|
|
17
22
|
props: {
|
|
18
23
|
bloomerang,
|
|
@@ -5,7 +5,12 @@ export default {
|
|
|
5
5
|
key: "bloomerang-create-donation",
|
|
6
6
|
name: "Create Donation",
|
|
7
7
|
description: "Creates a new donation record in Bloomerang. [See the documentation](https://bloomerang.co/product/integrations-data-management/api/rest-api/)",
|
|
8
|
-
version: "0.0.
|
|
8
|
+
version: "0.0.2",
|
|
9
|
+
annotations: {
|
|
10
|
+
destructiveHint: false,
|
|
11
|
+
openWorldHint: true,
|
|
12
|
+
readOnlyHint: false,
|
|
13
|
+
},
|
|
9
14
|
type: "action",
|
|
10
15
|
props: {
|
|
11
16
|
bloomerang,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pipedream/bloomerang",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Pipedream Bloomerang Components",
|
|
5
5
|
"main": "bloomerang.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.1.1"
|
|
17
17
|
}
|
|
18
18
|
}
|