Skip to content

Commit 210e6c7

Browse files
committed
Merge remote-tracking branch 'origin/master' into issue-18847
2 parents 3408e4e + b3cd11c commit 210e6c7

File tree

128 files changed

+3348
-427
lines changed

Some content is hidden

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

128 files changed

+3348
-427
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 <[email protected]> (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 <[email protected]> (https://pipedream.com/)",
12+
"publishConfig": {
13+
"access": "public"
14+
}
15+
}

0 commit comments

Comments
 (0)