Skip to content

Commit 36eff80

Browse files
Merge branch 'master' into RR_v3
2 parents 1dd4b5a + 1910739 commit 36eff80

File tree

383 files changed

+19283
-1585
lines changed

Some content is hidden

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

383 files changed

+19283
-1585
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: "wati",
3+
app: "adyen",
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/adyen/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/adyen",
3+
"version": "0.0.1",
4+
"description": "Pipedream Adyen Components",
5+
"main": "adyen.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"adyen"
9+
],
10+
"homepage": "https://pipedream.com/apps/adyen",
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: "xata",
3+
app: "ai_textraction",
64
propDefinitions: {},
75
methods: {
86
// this.$auth contains connected account data
97
authKeys() {
108
console.log(Object.keys(this.$auth));
119
},
1210
},
13-
});
11+
};
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/ai_textraction",
3+
"version": "0.0.1",
4+
"description": "Pipedream AI Textraction Components",
5+
"main": "ai_textraction.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"ai_textraction"
9+
],
10+
"homepage": "https://pipedream.com/apps/ai_textraction",
11+
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
12+
"publishConfig": {
13+
"access": "public"
14+
}
15+
}

components/algodocs/algodocs.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

0 commit comments

Comments
 (0)