diff --git a/components/eyepop_ai/eyepop_ai.app.mjs b/components/eyepop_ai/eyepop_ai.app.mjs new file mode 100644 index 0000000000000..7336a217c0a6d --- /dev/null +++ b/components/eyepop_ai/eyepop_ai.app.mjs @@ -0,0 +1,11 @@ +export default { + type: "app", + app: "eyepop_ai", + propDefinitions: {}, + methods: { + // this.$auth contains connected account data + authKeys() { + console.log(Object.keys(this.$auth)); + }, + }, +}; \ No newline at end of file diff --git a/components/eyepop_ai/package.json b/components/eyepop_ai/package.json new file mode 100644 index 0000000000000..7ea272c5c67ed --- /dev/null +++ b/components/eyepop_ai/package.json @@ -0,0 +1,15 @@ +{ + "name": "@pipedream/eyepop_ai", + "version": "0.0.1", + "description": "Pipedream EyePop.ai Components", + "main": "eyepop_ai.app.mjs", + "keywords": [ + "pipedream", + "eyepop_ai" + ], + "homepage": "https://pipedream.com/apps/eyepop_ai", + "author": "Pipedream (https://pipedream.com/)", + "publishConfig": { + "access": "public" + } +} \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d76e7c094c2ef..684241c420071 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2820,6 +2820,9 @@ importers: components/extensiv_integration_manager: specifiers: {} + components/eyepop_ai: + specifiers: {} + components/ez_texting: specifiers: {}