Skip to content

Commit 0be6c22

Browse files
Merge branch 'master' into fix-google-drive-searchname-prop
2 parents d1d83b2 + 5b6ea9b commit 0be6c22

File tree

112 files changed

+2312
-111
lines changed

Some content is hidden

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

112 files changed

+2312
-111
lines changed
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
import { defineApp } from "@pipedream/types";
2-
3-
export default defineApp({
1+
export default {
42
type: "app",
5-
app: "icontact",
3+
app: "action1",
64
propDefinitions: {},
75
methods: {
86
// this.$auth contains connected account data
97
authKeys() {
108
console.log(Object.keys(this.$auth));
119
},
1210
},
13-
});
11+
};

components/action1/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/action1",
3+
"version": "0.0.1",
4+
"description": "Pipedream Action1 Components",
5+
"main": "action1.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"action1"
9+
],
10+
"homepage": "https://pipedream.com/apps/action1",
11+
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
12+
"publishConfig": {
13+
"access": "public"
14+
}
15+
}
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
import { defineApp } from "@pipedream/types";
2-
3-
export default defineApp({
1+
export default {
42
type: "app",
5-
app: "whatconverts",
3+
app: "adtraction",
64
propDefinitions: {},
75
methods: {
86
// this.$auth contains connected account data
97
authKeys() {
108
console.log(Object.keys(this.$auth));
119
},
1210
},
13-
});
11+
};

components/adtraction/package.json

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

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

components/buddy/package.json

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

components/dolibarr/package.json

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

components/guardrails/package.json

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

0 commit comments

Comments
 (0)