Skip to content

Commit

Permalink
Merge branch 'master' into RR_v3
Browse files Browse the repository at this point in the history
  • Loading branch information
remoteretrieval committed Oct 18, 2024
2 parents 1dd4b5a + 1910739 commit 36eff80
Show file tree
Hide file tree
Showing 383 changed files with 19,283 additions and 1,585 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import { defineApp } from "@pipedream/types";

export default defineApp({
export default {
type: "app",
app: "wati",
app: "adyen",
propDefinitions: {},
methods: {
// this.$auth contains connected account data
authKeys() {
console.log(Object.keys(this.$auth));
},
},
});
};
15 changes: 15 additions & 0 deletions components/adyen/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "@pipedream/adyen",
"version": "0.0.1",
"description": "Pipedream Adyen Components",
"main": "adyen.app.mjs",
"keywords": [
"pipedream",
"adyen"
],
"homepage": "https://pipedream.com/apps/adyen",
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"publishConfig": {
"access": "public"
}
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import { defineApp } from "@pipedream/types";

export default defineApp({
export default {
type: "app",
app: "xata",
app: "ai_textraction",
propDefinitions: {},
methods: {
// this.$auth contains connected account data
authKeys() {
console.log(Object.keys(this.$auth));
},
},
});
};
15 changes: 15 additions & 0 deletions components/ai_textraction/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "@pipedream/ai_textraction",
"version": "0.0.1",
"description": "Pipedream AI Textraction Components",
"main": "ai_textraction.app.mjs",
"keywords": [
"pipedream",
"ai_textraction"
],
"homepage": "https://pipedream.com/apps/ai_textraction",
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"publishConfig": {
"access": "public"
}
}
2 changes: 1 addition & 1 deletion components/algodocs/algodocs.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
Loading

0 comments on commit 36eff80

Please sign in to comment.