Skip to content

Commit 7358e23

Browse files
Merge branch 'master' into elevenlabs-outbound-call-agent-phone-number-id
2 parents d98dcb1 + 6d12c92 commit 7358e23

5 files changed

Lines changed: 58 additions & 0 deletions

File tree

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

pnpm-lock.yaml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)