Skip to content

Commit 5536ccc

Browse files
authored
Merge branch 'PipedreamHQ:master' into feature/zoho-desk-props-fix
2 parents 1a1245b + 36a8917 commit 5536ccc

File tree

139 files changed

+3975
-286
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+3975
-286
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
export default {
2+
type: "app",
3+
app: "alienvault",
4+
propDefinitions: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
11+
};

components/alienvault/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/alienvault",
3+
"version": "0.0.1",
4+
"description": "Pipedream AlienVault Components",
5+
"main": "alienvault.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"alienvault"
9+
],
10+
"homepage": "https://pipedream.com/apps/alienvault",
11+
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
12+
"publishConfig": {
13+
"access": "public"
14+
}
15+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
export default {
2+
type: "app",
3+
app: "beyond_presence",
4+
propDefinitions: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
11+
};
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/beyond_presence",
3+
"version": "0.0.1",
4+
"description": "Pipedream Beyond Presence Components",
5+
"main": "beyond_presence.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"beyond_presence"
9+
],
10+
"homepage": "https://pipedream.com/apps/beyond_presence",
11+
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
12+
"publishConfig": {
13+
"access": "public"
14+
}
15+
}

0 commit comments

Comments
 (0)