Skip to content

Commit 9b86c1a

Browse files
authored
Merge branch 'master' into issue-14147
2 parents 674529d + 8a8e3e5 commit 9b86c1a

File tree

124 files changed

+2170
-94
lines changed

Some content is hidden

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

124 files changed

+2170
-94
lines changed

components/ambee/ambee.app.mjs

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: "ambee",
4+
propDefinitions: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
11+
};

components/ambee/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/ambee",
3+
"version": "0.0.1",
4+
"description": "Pipedream Ambee Components",
5+
"main": "ambee.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"ambee"
9+
],
10+
"homepage": "https://pipedream.com/apps/ambee",
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: "americommerce",
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/americommerce",
3+
"version": "0.0.1",
4+
"description": "Pipedream AmeriCommerce Components",
5+
"main": "americommerce.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"americommerce"
9+
],
10+
"homepage": "https://pipedream.com/apps/americommerce",
11+
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
12+
"publishConfig": {
13+
"access": "public"
14+
}
15+
}

components/attio/attio.app.mjs

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: "attio",
4+
propDefinitions: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
11+
};

components/attio/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/attio",
3+
"version": "0.0.1",
4+
"description": "Pipedream Attio Components",
5+
"main": "attio.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"attio"
9+
],
10+
"homepage": "https://pipedream.com/apps/attio",
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: "bitbadges",
4+
propDefinitions: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
11+
};

components/bitbadges/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/bitbadges",
3+
"version": "0.0.1",
4+
"description": "Pipedream BitBadges Components",
5+
"main": "bitbadges.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"bitbadges"
9+
],
10+
"homepage": "https://pipedream.com/apps/bitbadges",
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: "burstyai",
4+
propDefinitions: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
11+
};

components/burstyai/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/burstyai",
3+
"version": "0.0.1",
4+
"description": "Pipedream BurstyAI Components",
5+
"main": "burstyai.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"burstyai"
9+
],
10+
"homepage": "https://pipedream.com/apps/burstyai",
11+
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
12+
"publishConfig": {
13+
"access": "public"
14+
}
15+
}

0 commit comments

Comments
 (0)