diff --git a/components/adobe_photoshop/adobe_photoshop.app.mjs b/components/adobe_photoshop/adobe_photoshop.app.mjs new file mode 100644 index 0000000000000..22281017a886a --- /dev/null +++ b/components/adobe_photoshop/adobe_photoshop.app.mjs @@ -0,0 +1,11 @@ +export default { + type: "app", + app: "adobe_photoshop", + 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/adobe_photoshop/package.json b/components/adobe_photoshop/package.json new file mode 100644 index 0000000000000..0728c84c3c460 --- /dev/null +++ b/components/adobe_photoshop/package.json @@ -0,0 +1,15 @@ +{ + "name": "@pipedream/adobe_photoshop", + "version": "0.0.1", + "description": "Pipedream Adobe Photoshop Components", + "main": "adobe_photoshop.app.mjs", + "keywords": [ + "pipedream", + "adobe_photoshop" + ], + "homepage": "https://pipedream.com/apps/adobe_photoshop", + "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 9c840de4d36a0..0de99b8bc85df 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -181,6 +181,9 @@ importers: dependencies: '@adobe/pdfservices-node-sdk': 3.4.2 + components/adobe_photoshop: + specifiers: {} + components/adobe_sign: specifiers: {}