diff --git a/components/abuselpdb/app/abuselpdb.app.ts b/components/abuselpdb/app/abuselpdb.app.ts deleted file mode 100644 index 1fa7fdb3af72d..0000000000000 --- a/components/abuselpdb/app/abuselpdb.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "abuselpdb", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/abuselpdb/tsconfig.json b/components/abuselpdb/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/abuselpdb/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/action_builder/app/action_builder.app.ts b/components/action_builder/app/action_builder.app.ts deleted file mode 100644 index 5918b23a169b6..0000000000000 --- a/components/action_builder/app/action_builder.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "action_builder", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/action_builder/tsconfig.json b/components/action_builder/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/action_builder/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/action_network/app/action_network.app.ts b/components/action_network/app/action_network.app.ts deleted file mode 100644 index 3b5ff22a9d10b..0000000000000 --- a/components/action_network/app/action_network.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "action_network", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/action_network/tsconfig.json b/components/action_network/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/action_network/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/acumbamail/app/acumbamail.app.ts b/components/acumbamail/app/acumbamail.app.ts deleted file mode 100644 index 71e32d9406edd..0000000000000 --- a/components/acumbamail/app/acumbamail.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "acumbamail", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/acumbamail/tsconfig.json b/components/acumbamail/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/acumbamail/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/adafruit_io/app/adafruit_io.app.ts b/components/adafruit_io/app/adafruit_io.app.ts deleted file mode 100644 index b9b0c9e268602..0000000000000 --- a/components/adafruit_io/app/adafruit_io.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "adafruit_io", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/adafruit_io/tsconfig.json b/components/adafruit_io/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/adafruit_io/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/adp/app/adp.app.ts b/components/adp/app/adp.app.ts deleted file mode 100644 index 18ba10bcfe20c..0000000000000 --- a/components/adp/app/adp.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "adp", - 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/adp/tsconfig.json b/components/adp/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/adp/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/aimtell/app/aimtell.app.ts b/components/aimtell/app/aimtell.app.ts deleted file mode 100644 index dfc7c62c4be2f..0000000000000 --- a/components/aimtell/app/aimtell.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "aimtell", - 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/aimtell/tsconfig.json b/components/aimtell/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/aimtell/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/airnow/app/airnow.app.ts b/components/airnow/app/airnow.app.ts deleted file mode 100644 index 6f63392fdd9b6..0000000000000 --- a/components/airnow/app/airnow.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "airnow", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/airnow/tsconfig.json b/components/airnow/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/airnow/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/amazing_marvin/app/amazing_marvin.app.ts b/components/amazing_marvin/app/amazing_marvin.app.ts deleted file mode 100644 index 2de86f0fad301..0000000000000 --- a/components/amazing_marvin/app/amazing_marvin.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "amazing_marvin", - 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/amazing_marvin/tsconfig.json b/components/amazing_marvin/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/amazing_marvin/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/ambient_weather/app/ambient_weather.app.ts b/components/ambient_weather/app/ambient_weather.app.ts deleted file mode 100644 index 758b182f54949..0000000000000 --- a/components/ambient_weather/app/ambient_weather.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "ambient_weather", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/ambient_weather/tsconfig.json b/components/ambient_weather/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/ambient_weather/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/amcards/app/amcards.app.ts b/components/amcards/app/amcards.app.ts deleted file mode 100644 index 70bd90103f2ba..0000000000000 --- a/components/amcards/app/amcards.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "amcards", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/amcards/tsconfig.json b/components/amcards/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/amcards/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/amentum_aerospace/app/amentum_aerospace.app.ts b/components/amentum_aerospace/app/amentum_aerospace.app.ts deleted file mode 100644 index b78131b448668..0000000000000 --- a/components/amentum_aerospace/app/amentum_aerospace.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "amentum_aerospace", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/amentum_aerospace/tsconfig.json b/components/amentum_aerospace/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/amentum_aerospace/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/amplifier/app/amplifier.app.ts b/components/amplifier/app/amplifier.app.ts deleted file mode 100644 index c09080665fa01..0000000000000 --- a/components/amplifier/app/amplifier.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "amplifier", - 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/amplifier/tsconfig.json b/components/amplifier/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/amplifier/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/announcekit/app/announcekit.app.ts b/components/announcekit/app/announcekit.app.ts deleted file mode 100644 index 25c9d65081116..0000000000000 --- a/components/announcekit/app/announcekit.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "announcekit", - 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/announcekit/tsconfig.json b/components/announcekit/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/announcekit/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/apex_27/app/apex_27.app.ts b/components/apex_27/app/apex_27.app.ts deleted file mode 100644 index 989866fb30ec0..0000000000000 --- a/components/apex_27/app/apex_27.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "apex_27", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/apex_27/tsconfig.json b/components/apex_27/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/apex_27/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/api2pdf/app/api2pdf.app.ts b/components/api2pdf/app/api2pdf.app.ts deleted file mode 100644 index 4be068d286cf9..0000000000000 --- a/components/api2pdf/app/api2pdf.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "api2pdf", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/api2pdf/tsconfig.json b/components/api2pdf/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/api2pdf/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/api_sports/app/api_sports.app.ts b/components/api_sports/app/api_sports.app.ts deleted file mode 100644 index 6fdfd516c7ca4..0000000000000 --- a/components/api_sports/app/api_sports.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "api_sports", - 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/api_sports/tsconfig.json b/components/api_sports/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/api_sports/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/api_void/app/api_void.app.ts b/components/api_void/app/api_void.app.ts deleted file mode 100644 index d46016e5338c5..0000000000000 --- a/components/api_void/app/api_void.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "api_void", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/api_void/tsconfig.json b/components/api_void/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/api_void/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/apilio/app/apilio.app.ts b/components/apilio/app/apilio.app.ts deleted file mode 100644 index d1eda781a4019..0000000000000 --- a/components/apilio/app/apilio.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "apilio", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/apilio/tsconfig.json b/components/apilio/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/apilio/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/appcues/app/appcues.app.ts b/components/appcues/app/appcues.app.ts deleted file mode 100644 index 8396993679c66..0000000000000 --- a/components/appcues/app/appcues.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "appcues", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/appcues/tsconfig.json b/components/appcues/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/appcues/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/astrology_api/app/astrology_api.app.ts b/components/astrology_api/app/astrology_api.app.ts deleted file mode 100644 index 6867d990a8fcf..0000000000000 --- a/components/astrology_api/app/astrology_api.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "astrology_api", - 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/astrology_api/tsconfig.json b/components/astrology_api/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/astrology_api/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/autoklose/app/autoklose.app.ts b/components/autoklose/app/autoklose.app.ts deleted file mode 100644 index 12b7df000f160..0000000000000 --- a/components/autoklose/app/autoklose.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "autoklose", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/autoklose/tsconfig.json b/components/autoklose/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/autoklose/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/avochato/app/avochato.app.ts b/components/avochato/app/avochato.app.ts deleted file mode 100644 index 6b97cb158ce36..0000000000000 --- a/components/avochato/app/avochato.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "avochato", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/avochato/tsconfig.json b/components/avochato/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/avochato/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/axis_lms/app/axis_lms.app.ts b/components/axis_lms/app/axis_lms.app.ts deleted file mode 100644 index 9da3ec320a3e7..0000000000000 --- a/components/axis_lms/app/axis_lms.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "axis_lms", - 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/axis_lms/tsconfig.json b/components/axis_lms/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/axis_lms/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/bart/app/bart.app.ts b/components/bart/app/bart.app.ts deleted file mode 100644 index 08815eb718aef..0000000000000 --- a/components/bart/app/bart.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "bart", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/bart/tsconfig.json b/components/bart/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/bart/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/bc_gov_news/app/bc_gov_news.app.ts b/components/bc_gov_news/app/bc_gov_news.app.ts deleted file mode 100644 index 2a193d3373d6f..0000000000000 --- a/components/bc_gov_news/app/bc_gov_news.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "bc_gov_news", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/bc_gov_news/tsconfig.json b/components/bc_gov_news/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/bc_gov_news/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/beaconstac/app/beaconstac.app.ts b/components/beaconstac/app/beaconstac.app.ts deleted file mode 100644 index 5546e0e19c1de..0000000000000 --- a/components/beaconstac/app/beaconstac.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "beaconstac", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/beaconstac/tsconfig.json b/components/beaconstac/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/beaconstac/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/better_uptime/app/better_uptime.app.ts b/components/better_uptime/app/better_uptime.app.ts deleted file mode 100644 index 1ec8caf65ee2a..0000000000000 --- a/components/better_uptime/app/better_uptime.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "better_uptime", - 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/better_uptime/tsconfig.json b/components/better_uptime/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/better_uptime/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/bill/app/bill.app.ts b/components/bill/app/bill.app.ts deleted file mode 100644 index eb82129cda4ba..0000000000000 --- a/components/bill/app/bill.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "bill", - 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/bill/tsconfig.json b/components/bill/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/bill/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/billsby/app/billsby.app.ts b/components/billsby/app/billsby.app.ts deleted file mode 100644 index a5f1ee04f3632..0000000000000 --- a/components/billsby/app/billsby.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "billsby", - 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/billsby/tsconfig.json b/components/billsby/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/billsby/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/bitrix24/app/bitrix24.app.ts b/components/bitrix24/app/bitrix24.app.ts deleted file mode 100644 index 5dc09244bd870..0000000000000 --- a/components/bitrix24/app/bitrix24.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "bitrix24", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/bitrix24/tsconfig.json b/components/bitrix24/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/bitrix24/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/blockchain_exchange/app/blockchain_exchange.app.ts b/components/blockchain_exchange/app/blockchain_exchange.app.ts deleted file mode 100644 index 58198454edbad..0000000000000 --- a/components/blockchain_exchange/app/blockchain_exchange.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "blockchain_exchange", - 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/blockchain_exchange/tsconfig.json b/components/blockchain_exchange/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/blockchain_exchange/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/blue/app/blue.app.ts b/components/blue/app/blue.app.ts deleted file mode 100644 index dfaffb95bb374..0000000000000 --- a/components/blue/app/blue.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "blue", - 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/blue/tsconfig.json b/components/blue/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/blue/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/botbaba/app/botbaba.app.ts b/components/botbaba/app/botbaba.app.ts deleted file mode 100644 index 31b510f8b03aa..0000000000000 --- a/components/botbaba/app/botbaba.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "botbaba", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/botbaba/tsconfig.json b/components/botbaba/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/botbaba/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/braintree/app/braintree.app.ts b/components/braintree/app/braintree.app.ts deleted file mode 100644 index 0e33bb2407071..0000000000000 --- a/components/braintree/app/braintree.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "braintree", - 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/braintree/tsconfig.json b/components/braintree/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/braintree/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/brandmentions/app/brandmentions.app.ts b/components/brandmentions/app/brandmentions.app.ts deleted file mode 100644 index 073f64c481887..0000000000000 --- a/components/brandmentions/app/brandmentions.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "brandmentions", - 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/brandmentions/tsconfig.json b/components/brandmentions/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/brandmentions/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/braze/app/braze.app.ts b/components/braze/app/braze.app.ts deleted file mode 100644 index adbd60fa6a2af..0000000000000 --- a/components/braze/app/braze.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "braze", - 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/braze/tsconfig.json b/components/braze/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/braze/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/budgets_ai/app/budgets_ai.app.ts b/components/budgets_ai/app/budgets_ai.app.ts deleted file mode 100644 index f7a3252d050c0..0000000000000 --- a/components/budgets_ai/app/budgets_ai.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "budgets_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/budgets_ai/tsconfig.json b/components/budgets_ai/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/budgets_ai/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/builder_io/app/builder_io.app.ts b/components/builder_io/app/builder_io.app.ts deleted file mode 100644 index f743c05d3c351..0000000000000 --- a/components/builder_io/app/builder_io.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "builder_io", - 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/builder_io/tsconfig.json b/components/builder_io/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/builder_io/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/burst_sms/app/burst_sms.app.ts b/components/burst_sms/app/burst_sms.app.ts deleted file mode 100644 index 2e7c7e4faf7eb..0000000000000 --- a/components/burst_sms/app/burst_sms.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "burst_sms", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/burst_sms/tsconfig.json b/components/burst_sms/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/burst_sms/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/cabinpanda/app/cabinpanda.app.ts b/components/cabinpanda/app/cabinpanda.app.ts deleted file mode 100644 index 6eb123532ca33..0000000000000 --- a/components/cabinpanda/app/cabinpanda.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "cabinpanda", - 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/cabinpanda/tsconfig.json b/components/cabinpanda/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/cabinpanda/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/call_fire/app/call_fire.app.ts b/components/call_fire/app/call_fire.app.ts deleted file mode 100644 index e54364d336e5e..0000000000000 --- a/components/call_fire/app/call_fire.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "call_fire", - 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/call_fire/tsconfig.json b/components/call_fire/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/call_fire/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/callingly/app/callingly.app.ts b/components/callingly/app/callingly.app.ts deleted file mode 100644 index c017c5fb753e3..0000000000000 --- a/components/callingly/app/callingly.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "callingly", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/callingly/tsconfig.json b/components/callingly/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/callingly/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/callrail/app/callrail.app.ts b/components/callrail/app/callrail.app.ts deleted file mode 100644 index fef51fa3b7640..0000000000000 --- a/components/callrail/app/callrail.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "callrail", - 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/callrail/tsconfig.json b/components/callrail/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/callrail/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/captaindata/app/captaindata.app.ts b/components/captaindata/app/captaindata.app.ts deleted file mode 100644 index 8fa2c316e1dcb..0000000000000 --- a/components/captaindata/app/captaindata.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "captaindata", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/captaindata/tsconfig.json b/components/captaindata/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/captaindata/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/cartes/app/cartes.app.ts b/components/cartes/app/cartes.app.ts deleted file mode 100644 index a7b6b63789a68..0000000000000 --- a/components/cartes/app/cartes.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "cartes", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/cartes/tsconfig.json b/components/cartes/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/cartes/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/cascade_strategy/app/cascade_strategy.app.ts b/components/cascade_strategy/app/cascade_strategy.app.ts deleted file mode 100644 index 37d00fca4daf4..0000000000000 --- a/components/cascade_strategy/app/cascade_strategy.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "cascade_strategy", - 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/cascade_strategy/tsconfig.json b/components/cascade_strategy/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/cascade_strategy/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/caspio/app/caspio.app.ts b/components/caspio/app/caspio.app.ts deleted file mode 100644 index 10262814c9ee9..0000000000000 --- a/components/caspio/app/caspio.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "caspio", - 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/caspio/tsconfig.json b/components/caspio/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/caspio/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/cdc_national_environmental_public_health_tracking/app/cdc_national_environmental_public_health_tracking.app.ts b/components/cdc_national_environmental_public_health_tracking/app/cdc_national_environmental_public_health_tracking.app.ts deleted file mode 100644 index 501d488ca3cc2..0000000000000 --- a/components/cdc_national_environmental_public_health_tracking/app/cdc_national_environmental_public_health_tracking.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "cdc_national_environmental_public_health_tracking", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/cdc_national_environmental_public_health_tracking/tsconfig.json b/components/cdc_national_environmental_public_health_tracking/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/cdc_national_environmental_public_health_tracking/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/cdr_platform/app/cdr_platform.app.ts b/components/cdr_platform/app/cdr_platform.app.ts deleted file mode 100644 index 27facf74c676a..0000000000000 --- a/components/cdr_platform/app/cdr_platform.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "cdr_platform", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/cdr_platform/tsconfig.json b/components/cdr_platform/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/cdr_platform/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/celonis_ems/app/celonis_ems.app.ts b/components/celonis_ems/app/celonis_ems.app.ts deleted file mode 100644 index 455a61bcef7e8..0000000000000 --- a/components/celonis_ems/app/celonis_ems.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "celonis_ems", - 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/celonis_ems/tsconfig.json b/components/celonis_ems/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/celonis_ems/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/census_bureau/app/census_bureau.app.ts b/components/census_bureau/app/census_bureau.app.ts deleted file mode 100644 index c312798cadf53..0000000000000 --- a/components/census_bureau/app/census_bureau.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "census_bureau", - 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/census_bureau/tsconfig.json b/components/census_bureau/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/census_bureau/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/cflow/app/cflow.app.ts b/components/cflow/app/cflow.app.ts deleted file mode 100644 index 5e0afc597c411..0000000000000 --- a/components/cflow/app/cflow.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "cflow", - 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/cflow/tsconfig.json b/components/cflow/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/cflow/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/chaport/app/chaport.app.ts b/components/chaport/app/chaport.app.ts deleted file mode 100644 index 37bc436fabf80..0000000000000 --- a/components/chaport/app/chaport.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "chaport", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/chaport/tsconfig.json b/components/chaport/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/chaport/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/chatfuel_dashboard_api_/app/chatfuel_dashboard_api_.app.ts b/components/chatfuel_dashboard_api_/app/chatfuel_dashboard_api_.app.ts deleted file mode 100644 index 79918edd035cb..0000000000000 --- a/components/chatfuel_dashboard_api_/app/chatfuel_dashboard_api_.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "chatfuel_dashboard_api_", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/chatfuel_dashboard_api_/tsconfig.json b/components/chatfuel_dashboard_api_/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/chatfuel_dashboard_api_/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/chatrace/app/chatrace.app.ts b/components/chatrace/app/chatrace.app.ts deleted file mode 100644 index 273ec990024c7..0000000000000 --- a/components/chatrace/app/chatrace.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "chatrace", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/chatrace/tsconfig.json b/components/chatrace/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/chatrace/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/chatsonic/app/chatsonic.app.ts b/components/chatsonic/app/chatsonic.app.ts deleted file mode 100644 index 99f472daf91fa..0000000000000 --- a/components/chatsonic/app/chatsonic.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "chatsonic", - 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/chatsonic/tsconfig.json b/components/chatsonic/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/chatsonic/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/cheddar/app/cheddar.app.ts b/components/cheddar/app/cheddar.app.ts deleted file mode 100644 index 8c43f9ad0b9be..0000000000000 --- a/components/cheddar/app/cheddar.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "cheddar", - 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/cheddar/tsconfig.json b/components/cheddar/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/cheddar/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/circl_hash_lookup/app/circl_hash_lookup.app.ts b/components/circl_hash_lookup/app/circl_hash_lookup.app.ts deleted file mode 100644 index c0362d3436f38..0000000000000 --- a/components/circl_hash_lookup/app/circl_hash_lookup.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "circl_hash_lookup", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/circl_hash_lookup/tsconfig.json b/components/circl_hash_lookup/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/circl_hash_lookup/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/civicrm/app/civicrm.app.ts b/components/civicrm/app/civicrm.app.ts deleted file mode 100644 index 5b055e0dc9a4c..0000000000000 --- a/components/civicrm/app/civicrm.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "civicrm", - 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/civicrm/tsconfig.json b/components/civicrm/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/civicrm/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/clickmeeting/app/clickmeeting.app.ts b/components/clickmeeting/app/clickmeeting.app.ts deleted file mode 100644 index e43a0e6113661..0000000000000 --- a/components/clickmeeting/app/clickmeeting.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "clickmeeting", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/clickmeeting/tsconfig.json b/components/clickmeeting/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/clickmeeting/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/cloudcart/app/cloudcart.app.ts b/components/cloudcart/app/cloudcart.app.ts deleted file mode 100644 index 5cad329b553f1..0000000000000 --- a/components/cloudcart/app/cloudcart.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "cloudcart", - 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/cloudcart/tsconfig.json b/components/cloudcart/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/cloudcart/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/cloudfill/app/cloudfill.app.ts b/components/cloudfill/app/cloudfill.app.ts deleted file mode 100644 index 5aa965ec1ddc4..0000000000000 --- a/components/cloudfill/app/cloudfill.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "cloudfill", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/cloudfill/tsconfig.json b/components/cloudfill/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/cloudfill/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/cloudlayer/app/cloudlayer.app.ts b/components/cloudlayer/app/cloudlayer.app.ts deleted file mode 100644 index 599ea0871bf14..0000000000000 --- a/components/cloudlayer/app/cloudlayer.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "cloudlayer", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/cloudlayer/tsconfig.json b/components/cloudlayer/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/cloudlayer/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/cloudtalk/app/cloudtalk.app.ts b/components/cloudtalk/app/cloudtalk.app.ts deleted file mode 100644 index a7eca3d1cb10e..0000000000000 --- a/components/cloudtalk/app/cloudtalk.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "cloudtalk", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/cloudtalk/tsconfig.json b/components/cloudtalk/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/cloudtalk/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/clubworx/app/clubworx.app.ts b/components/clubworx/app/clubworx.app.ts deleted file mode 100644 index db1056f475e38..0000000000000 --- a/components/clubworx/app/clubworx.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "clubworx", - 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/clubworx/tsconfig.json b/components/clubworx/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/clubworx/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/coderpad/app/coderpad.app.ts b/components/coderpad/app/coderpad.app.ts deleted file mode 100644 index ac5b72f299401..0000000000000 --- a/components/coderpad/app/coderpad.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "coderpad", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/coderpad/tsconfig.json b/components/coderpad/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/coderpad/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/coinbase_commerce/app/coinbase_commerce.app.ts b/components/coinbase_commerce/app/coinbase_commerce.app.ts deleted file mode 100644 index 8b479e9bf5f95..0000000000000 --- a/components/coinbase_commerce/app/coinbase_commerce.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "coinbase_commerce", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/coinbase_commerce/tsconfig.json b/components/coinbase_commerce/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/coinbase_commerce/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/coinmarketcal_demo_app/app/coinmarketcal_demo_app.app.ts b/components/coinmarketcal_demo_app/app/coinmarketcal_demo_app.app.ts deleted file mode 100644 index 91a277ab4fc02..0000000000000 --- a/components/coinmarketcal_demo_app/app/coinmarketcal_demo_app.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "coinmarketcal_demo_app", - 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/coinmarketcal_demo_app/tsconfig.json b/components/coinmarketcal_demo_app/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/coinmarketcal_demo_app/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/college_football_data/app/college_football_data.app.ts b/components/college_football_data/app/college_football_data.app.ts deleted file mode 100644 index 2553f1ceabc23..0000000000000 --- a/components/college_football_data/app/college_football_data.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "college_football_data", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/college_football_data/tsconfig.json b/components/college_football_data/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/college_football_data/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/commcare/app/commcare.app.ts b/components/commcare/app/commcare.app.ts deleted file mode 100644 index fce2c48409c8d..0000000000000 --- a/components/commcare/app/commcare.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "commcare", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/commcare/tsconfig.json b/components/commcare/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/commcare/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/confluent/app/confluent.app.ts b/components/confluent/app/confluent.app.ts deleted file mode 100644 index 66dd261b78ba7..0000000000000 --- a/components/confluent/app/confluent.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "confluent", - 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/confluent/tsconfig.json b/components/confluent/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/confluent/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/congress_gov/app/congress_gov.app.ts b/components/congress_gov/app/congress_gov.app.ts deleted file mode 100644 index e73b46393a91a..0000000000000 --- a/components/congress_gov/app/congress_gov.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "congress_gov", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/congress_gov/tsconfig.json b/components/congress_gov/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/congress_gov/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/conveyor/app/conveyor.app.ts b/components/conveyor/app/conveyor.app.ts deleted file mode 100644 index 8cba3c42f48de..0000000000000 --- a/components/conveyor/app/conveyor.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "conveyor", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/conveyor/tsconfig.json b/components/conveyor/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/conveyor/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/corrently/app/corrently.app.ts b/components/corrently/app/corrently.app.ts deleted file mode 100644 index 3415ad322361a..0000000000000 --- a/components/corrently/app/corrently.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "corrently", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/corrently/tsconfig.json b/components/corrently/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/corrently/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/coupontools/app/coupontools.app.ts b/components/coupontools/app/coupontools.app.ts deleted file mode 100644 index c32449a8105d5..0000000000000 --- a/components/coupontools/app/coupontools.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "coupontools", - 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/coupontools/tsconfig.json b/components/coupontools/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/coupontools/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/covalent/app/covalent.app.ts b/components/covalent/app/covalent.app.ts deleted file mode 100644 index 87a24e522867a..0000000000000 --- a/components/covalent/app/covalent.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "covalent", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/covalent/tsconfig.json b/components/covalent/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/covalent/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/crisp/app/crisp.app.ts b/components/crisp/app/crisp.app.ts deleted file mode 100644 index 93c62b92abc93..0000000000000 --- a/components/crisp/app/crisp.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "crisp", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/crisp/tsconfig.json b/components/crisp/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/crisp/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/crowdpower/app/crowdpower.app.ts b/components/crowdpower/app/crowdpower.app.ts deleted file mode 100644 index 72d066642e8c6..0000000000000 --- a/components/crowdpower/app/crowdpower.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "crowdpower", - 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/crowdpower/tsconfig.json b/components/crowdpower/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/crowdpower/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/currencyapi/app/currencyapi.app.ts b/components/currencyapi/app/currencyapi.app.ts deleted file mode 100644 index 359387d7a2895..0000000000000 --- a/components/currencyapi/app/currencyapi.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "currencyapi", - 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/currencyapi/tsconfig.json b/components/currencyapi/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/currencyapi/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/customer_guru/app/customer_guru.app.ts b/components/customer_guru/app/customer_guru.app.ts deleted file mode 100644 index 6de95f5ffd9bc..0000000000000 --- a/components/customer_guru/app/customer_guru.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "customer_guru", - 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/customer_guru/tsconfig.json b/components/customer_guru/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/customer_guru/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/cyfe/app/cyfe.app.ts b/components/cyfe/app/cyfe.app.ts deleted file mode 100644 index ff7bf93957ec2..0000000000000 --- a/components/cyfe/app/cyfe.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "cyfe", - 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/cyfe/tsconfig.json b/components/cyfe/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/cyfe/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/danny_test_app/app/danny_test_app.app.ts b/components/danny_test_app/app/danny_test_app.app.ts deleted file mode 100644 index 9fcb0c065ea5f..0000000000000 --- a/components/danny_test_app/app/danny_test_app.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "danny_test_app", - 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/danny_test_app/tsconfig.json b/components/danny_test_app/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/danny_test_app/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/darwinbox/app/darwinbox.app.ts b/components/darwinbox/app/darwinbox.app.ts deleted file mode 100644 index 49d9af42c2206..0000000000000 --- a/components/darwinbox/app/darwinbox.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "darwinbox", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/darwinbox/tsconfig.json b/components/darwinbox/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/darwinbox/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/data247/app/data247.app.ts b/components/data247/app/data247.app.ts deleted file mode 100644 index 41444fbf9c120..0000000000000 --- a/components/data247/app/data247.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "data247", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/data247/tsconfig.json b/components/data247/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/data247/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/dataset/app/dataset.app.ts b/components/dataset/app/dataset.app.ts deleted file mode 100644 index 4790d6755fa56..0000000000000 --- a/components/dataset/app/dataset.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "dataset", - 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/dataset/tsconfig.json b/components/dataset/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/dataset/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/datumbox/app/datumbox.app.ts b/components/datumbox/app/datumbox.app.ts deleted file mode 100644 index 995e2270eb7d6..0000000000000 --- a/components/datumbox/app/datumbox.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "datumbox", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/datumbox/tsconfig.json b/components/datumbox/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/datumbox/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/deepl/app/deepl.app.ts b/components/deepl/app/deepl.app.ts deleted file mode 100644 index 907474254149c..0000000000000 --- a/components/deepl/app/deepl.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "deepl", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/deepl/tsconfig.json b/components/deepl/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/deepl/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/degreed/app/degreed.app.ts b/components/degreed/app/degreed.app.ts deleted file mode 100644 index 272596cc5cac8..0000000000000 --- a/components/degreed/app/degreed.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "degreed", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/degreed/tsconfig.json b/components/degreed/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/degreed/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/dialmycalls/app/dialmycalls.app.ts b/components/dialmycalls/app/dialmycalls.app.ts deleted file mode 100644 index 7fe1abd3f1b61..0000000000000 --- a/components/dialmycalls/app/dialmycalls.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "dialmycalls", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/dialmycalls/tsconfig.json b/components/dialmycalls/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/dialmycalls/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/digicert/app/digicert.app.ts b/components/digicert/app/digicert.app.ts deleted file mode 100644 index df8c19e62ddcc..0000000000000 --- a/components/digicert/app/digicert.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "digicert", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/digicert/tsconfig.json b/components/digicert/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/digicert/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/digistore24/app/digistore24.app.ts b/components/digistore24/app/digistore24.app.ts deleted file mode 100644 index 812e613b65f2b..0000000000000 --- a/components/digistore24/app/digistore24.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "digistore24", - 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/digistore24/tsconfig.json b/components/digistore24/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/digistore24/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/dispatch/app/dispatch.app.ts b/components/dispatch/app/dispatch.app.ts deleted file mode 100644 index 520ecdc5d22d0..0000000000000 --- a/components/dispatch/app/dispatch.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "dispatch", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/dispatch/tsconfig.json b/components/dispatch/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/dispatch/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/docraptor/app/docraptor.app.ts b/components/docraptor/app/docraptor.app.ts deleted file mode 100644 index bb2a58213a5a6..0000000000000 --- a/components/docraptor/app/docraptor.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "docraptor", - 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/docraptor/tsconfig.json b/components/docraptor/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/docraptor/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/dokan/app/dokan.app.ts b/components/dokan/app/dokan.app.ts deleted file mode 100644 index 6d88ad52bfad3..0000000000000 --- a/components/dokan/app/dokan.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "dokan", - 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/dokan/tsconfig.json b/components/dokan/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/dokan/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/dots_/app/dots_.app.ts b/components/dots_/app/dots_.app.ts deleted file mode 100644 index ca16ffccadf1c..0000000000000 --- a/components/dots_/app/dots_.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "dots_", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/dots_/tsconfig.json b/components/dots_/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/dots_/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/dynatrace_api/app/dynatrace_api.app.ts b/components/dynatrace_api/app/dynatrace_api.app.ts deleted file mode 100644 index ea88ed1e1419b..0000000000000 --- a/components/dynatrace_api/app/dynatrace_api.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "dynatrace_api", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/dynatrace_api/tsconfig.json b/components/dynatrace_api/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/dynatrace_api/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/e_conomic/app/e_conomic.app.ts b/components/e_conomic/app/e_conomic.app.ts deleted file mode 100644 index 7191dc6e37258..0000000000000 --- a/components/e_conomic/app/e_conomic.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "e_conomic", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/e_conomic/tsconfig.json b/components/e_conomic/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/e_conomic/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/easy_projects/app/easy_projects.app.ts b/components/easy_projects/app/easy_projects.app.ts deleted file mode 100644 index 5a30657e19b73..0000000000000 --- a/components/easy_projects/app/easy_projects.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "easy_projects", - 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/easy_projects/tsconfig.json b/components/easy_projects/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/easy_projects/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/edapp/app/edapp.app.ts b/components/edapp/app/edapp.app.ts deleted file mode 100644 index df8f76b161079..0000000000000 --- a/components/edapp/app/edapp.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "edapp", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/edapp/tsconfig.json b/components/edapp/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/edapp/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/elopage/app/elopage.app.ts b/components/elopage/app/elopage.app.ts deleted file mode 100644 index f8356dfb428c3..0000000000000 --- a/components/elopage/app/elopage.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "elopage", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/elopage/tsconfig.json b/components/elopage/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/elopage/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/emelia/app/emelia.app.ts b/components/emelia/app/emelia.app.ts deleted file mode 100644 index e7bfab54effe8..0000000000000 --- a/components/emelia/app/emelia.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "emelia", - 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/emelia/tsconfig.json b/components/emelia/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/emelia/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/encharge/app/encharge.app.ts b/components/encharge/app/encharge.app.ts deleted file mode 100644 index 644d77ac609e6..0000000000000 --- a/components/encharge/app/encharge.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "encharge", - 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/encharge/tsconfig.json b/components/encharge/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/encharge/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/enigma/app/enigma.app.ts b/components/enigma/app/enigma.app.ts deleted file mode 100644 index 9b217da8bb775..0000000000000 --- a/components/enigma/app/enigma.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "enigma", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/enigma/tsconfig.json b/components/enigma/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/enigma/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/enormail/app/enormail.app.ts b/components/enormail/app/enormail.app.ts deleted file mode 100644 index c52b9c643482f..0000000000000 --- a/components/enormail/app/enormail.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "enormail", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/enormail/tsconfig.json b/components/enormail/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/enormail/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/ethereum/app/ethereum.app.ts b/components/ethereum/app/ethereum.app.ts deleted file mode 100644 index e6d4e94d60c23..0000000000000 --- a/components/ethereum/app/ethereum.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "ethereum", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/ethereum/tsconfig.json b/components/ethereum/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/ethereum/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/ez_texting/app/ez_texting.app.ts b/components/ez_texting/app/ez_texting.app.ts deleted file mode 100644 index d26ba948ebcab..0000000000000 --- a/components/ez_texting/app/ez_texting.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "ez_texting", - 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/ez_texting/tsconfig.json b/components/ez_texting/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/ez_texting/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/ez_texting_/app/ez_texting_.app.ts b/components/ez_texting_/app/ez_texting_.app.ts deleted file mode 100644 index 465f2c04e440f..0000000000000 --- a/components/ez_texting_/app/ez_texting_.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "ez_texting_", - 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/ez_texting_/tsconfig.json b/components/ez_texting_/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/ez_texting_/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/facebook_conversions/app/facebook_conversions.app.ts b/components/facebook_conversions/app/facebook_conversions.app.ts deleted file mode 100644 index 6d07277894f45..0000000000000 --- a/components/facebook_conversions/app/facebook_conversions.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "facebook_conversions", - 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/facebook_conversions/tsconfig.json b/components/facebook_conversions/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/facebook_conversions/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/facebook_lead_ads/app/facebook_lead_ads.app.ts b/components/facebook_lead_ads/app/facebook_lead_ads.app.ts deleted file mode 100644 index aa9ff1927c724..0000000000000 --- a/components/facebook_lead_ads/app/facebook_lead_ads.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "facebook_lead_ads", - 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/facebook_lead_ads/tsconfig.json b/components/facebook_lead_ads/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/facebook_lead_ads/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/facturadirecta/app/facturadirecta.app.ts b/components/facturadirecta/app/facturadirecta.app.ts deleted file mode 100644 index 1768e4e63b546..0000000000000 --- a/components/facturadirecta/app/facturadirecta.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "facturadirecta", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/facturadirecta/tsconfig.json b/components/facturadirecta/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/facturadirecta/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/faire/app/faire.app.ts b/components/faire/app/faire.app.ts deleted file mode 100644 index af07e76a5e9d4..0000000000000 --- a/components/faire/app/faire.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "faire", - 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/faire/tsconfig.json b/components/faire/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/faire/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/fastfield_mobile_forms/app/fastfield_mobile_forms.app.ts b/components/fastfield_mobile_forms/app/fastfield_mobile_forms.app.ts deleted file mode 100644 index 6c87403916afe..0000000000000 --- a/components/fastfield_mobile_forms/app/fastfield_mobile_forms.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "fastfield_mobile_forms", - 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/fastfield_mobile_forms/tsconfig.json b/components/fastfield_mobile_forms/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/fastfield_mobile_forms/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/fedex/app/fedex.app.ts b/components/fedex/app/fedex.app.ts deleted file mode 100644 index 27acb1e0a844f..0000000000000 --- a/components/fedex/app/fedex.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "fedex", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/fedex/tsconfig.json b/components/fedex/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/fedex/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/finmo/app/finmo.app.ts b/components/finmo/app/finmo.app.ts deleted file mode 100644 index e2891358a24eb..0000000000000 --- a/components/finmo/app/finmo.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "finmo", - 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/finmo/tsconfig.json b/components/finmo/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/finmo/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/firmalyzer_iotvas/app/firmalyzer_iotvas.app.ts b/components/firmalyzer_iotvas/app/firmalyzer_iotvas.app.ts deleted file mode 100644 index a79d0970c240a..0000000000000 --- a/components/firmalyzer_iotvas/app/firmalyzer_iotvas.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "firmalyzer_iotvas", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/firmalyzer_iotvas/tsconfig.json b/components/firmalyzer_iotvas/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/firmalyzer_iotvas/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/fivetran/app/fivetran.app.ts b/components/fivetran/app/fivetran.app.ts deleted file mode 100644 index 1eb9a748b8d93..0000000000000 --- a/components/fivetran/app/fivetran.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "fivetran", - 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/fivetran/tsconfig.json b/components/fivetran/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/fivetran/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/float/app/float.app.ts b/components/float/app/float.app.ts deleted file mode 100644 index 4dfcd04653452..0000000000000 --- a/components/float/app/float.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "float", - 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/float/tsconfig.json b/components/float/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/float/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/fluent_support/app/fluent_support.app.ts b/components/fluent_support/app/fluent_support.app.ts deleted file mode 100644 index f36f3cb930cf1..0000000000000 --- a/components/fluent_support/app/fluent_support.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "fluent_support", - 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/fluent_support/tsconfig.json b/components/fluent_support/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/fluent_support/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/focuster/app/focuster.app.ts b/components/focuster/app/focuster.app.ts deleted file mode 100644 index b6117f684d3c1..0000000000000 --- a/components/focuster/app/focuster.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "focuster", - 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/focuster/tsconfig.json b/components/focuster/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/focuster/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/follow_up_boss/app/follow_up_boss.app.ts b/components/follow_up_boss/app/follow_up_boss.app.ts deleted file mode 100644 index cec5be6e8cb57..0000000000000 --- a/components/follow_up_boss/app/follow_up_boss.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "follow_up_boss", - 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/follow_up_boss/tsconfig.json b/components/follow_up_boss/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/follow_up_boss/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/form_io/app/form_io.app.ts b/components/form_io/app/form_io.app.ts deleted file mode 100644 index 7c01685f93fa0..0000000000000 --- a/components/form_io/app/form_io.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "form_io", - 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/form_io/tsconfig.json b/components/form_io/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/form_io/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/formdesk/app/formdesk.app.ts b/components/formdesk/app/formdesk.app.ts deleted file mode 100644 index a532128f828c1..0000000000000 --- a/components/formdesk/app/formdesk.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "formdesk", - 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/formdesk/tsconfig.json b/components/formdesk/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/formdesk/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/forms_on_fire/app/forms_on_fire.app.ts b/components/forms_on_fire/app/forms_on_fire.app.ts deleted file mode 100644 index af6343b393156..0000000000000 --- a/components/forms_on_fire/app/forms_on_fire.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "forms_on_fire", - 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/forms_on_fire/tsconfig.json b/components/forms_on_fire/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/forms_on_fire/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/formsite/app/formsite.app.ts b/components/formsite/app/formsite.app.ts deleted file mode 100644 index b47588544253d..0000000000000 --- a/components/formsite/app/formsite.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "formsite", - 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/formsite/tsconfig.json b/components/formsite/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/formsite/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/foxy/app/foxy.app.ts b/components/foxy/app/foxy.app.ts deleted file mode 100644 index 2ae5fb24b076c..0000000000000 --- a/components/foxy/app/foxy.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "foxy", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/foxy/tsconfig.json b/components/foxy/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/foxy/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/freedcamp/app/freedcamp.app.ts b/components/freedcamp/app/freedcamp.app.ts deleted file mode 100644 index 26e3635873ccd..0000000000000 --- a/components/freedcamp/app/freedcamp.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "freedcamp", - 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/freedcamp/tsconfig.json b/components/freedcamp/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/freedcamp/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/freshbooks/app/freshbooks.app.ts b/components/freshbooks/app/freshbooks.app.ts deleted file mode 100644 index e1a75b51ea146..0000000000000 --- a/components/freshbooks/app/freshbooks.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "freshbooks", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/freshbooks/tsconfig.json b/components/freshbooks/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/freshbooks/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/funnelcockpit/app/funnelcockpit.app.ts b/components/funnelcockpit/app/funnelcockpit.app.ts deleted file mode 100644 index c9ed9d6962f54..0000000000000 --- a/components/funnelcockpit/app/funnelcockpit.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "funnelcockpit", - 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/funnelcockpit/tsconfig.json b/components/funnelcockpit/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/funnelcockpit/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/gatekeeper/app/gatekeeper.app.ts b/components/gatekeeper/app/gatekeeper.app.ts deleted file mode 100644 index 928caf39a75e9..0000000000000 --- a/components/gatekeeper/app/gatekeeper.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "gatekeeper", - 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/gatekeeper/tsconfig.json b/components/gatekeeper/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/gatekeeper/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/gender_api/app/gender_api.app.ts b/components/gender_api/app/gender_api.app.ts deleted file mode 100644 index 3f841297b0035..0000000000000 --- a/components/gender_api/app/gender_api.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "gender_api", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/gender_api/tsconfig.json b/components/gender_api/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/gender_api/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/getprospect/app/getprospect.app.ts b/components/getprospect/app/getprospect.app.ts deleted file mode 100644 index cd7994466b455..0000000000000 --- a/components/getprospect/app/getprospect.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "getprospect", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/getprospect/tsconfig.json b/components/getprospect/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/getprospect/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/getswift/app/getswift.app.ts b/components/getswift/app/getswift.app.ts deleted file mode 100644 index 4d0205fe6ac21..0000000000000 --- a/components/getswift/app/getswift.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "getswift", - 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/getswift/tsconfig.json b/components/getswift/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/getswift/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/givingfuel/app/givingfuel.app.ts b/components/givingfuel/app/givingfuel.app.ts deleted file mode 100644 index 38d640820d63d..0000000000000 --- a/components/givingfuel/app/givingfuel.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "givingfuel", - 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/givingfuel/tsconfig.json b/components/givingfuel/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/givingfuel/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/go_upc/app/go_upc.app.ts b/components/go_upc/app/go_upc.app.ts deleted file mode 100644 index be5a051465e83..0000000000000 --- a/components/go_upc/app/go_upc.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "go_upc", - 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/go_upc/tsconfig.json b/components/go_upc/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/go_upc/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/gobio_link/app/gobio_link.app.ts b/components/gobio_link/app/gobio_link.app.ts deleted file mode 100644 index 3591d1c0a8f85..0000000000000 --- a/components/gobio_link/app/gobio_link.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "gobio_link", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/gobio_link/tsconfig.json b/components/gobio_link/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/gobio_link/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/godaddy/app/godaddy.app.ts b/components/godaddy/app/godaddy.app.ts deleted file mode 100644 index d2570ff02b048..0000000000000 --- a/components/godaddy/app/godaddy.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "godaddy", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/godaddy/tsconfig.json b/components/godaddy/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/godaddy/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/google_fit_developer_app/app/google_fit_developer_app.app.ts b/components/google_fit_developer_app/app/google_fit_developer_app.app.ts deleted file mode 100644 index ef6397071f194..0000000000000 --- a/components/google_fit_developer_app/app/google_fit_developer_app.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "google_fit_developer_app", - 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/google_fit_developer_app/tsconfig.json b/components/google_fit_developer_app/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/google_fit_developer_app/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/grab_your_reviews/app/grab_your_reviews.app.ts b/components/grab_your_reviews/app/grab_your_reviews.app.ts deleted file mode 100644 index 0197bd3a5c886..0000000000000 --- a/components/grab_your_reviews/app/grab_your_reviews.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "grab_your_reviews", - 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/grab_your_reviews/tsconfig.json b/components/grab_your_reviews/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/grab_your_reviews/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/grade_us/app/grade_us.app.ts b/components/grade_us/app/grade_us.app.ts deleted file mode 100644 index 9238b09faa3e5..0000000000000 --- a/components/grade_us/app/grade_us.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "grade_us", - 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/grade_us/tsconfig.json b/components/grade_us/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/grade_us/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/grafbase/app/grafbase.app.ts b/components/grafbase/app/grafbase.app.ts deleted file mode 100644 index f6c3d1041d219..0000000000000 --- a/components/grafbase/app/grafbase.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "grafbase", - 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/grafbase/tsconfig.json b/components/grafbase/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/grafbase/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/graphhopper/app/graphhopper.app.ts b/components/graphhopper/app/graphhopper.app.ts deleted file mode 100644 index cbe14e27a0e75..0000000000000 --- a/components/graphhopper/app/graphhopper.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "graphhopper", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/graphhopper/tsconfig.json b/components/graphhopper/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/graphhopper/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/groundhogg/app/groundhogg.app.ts b/components/groundhogg/app/groundhogg.app.ts deleted file mode 100644 index 2074e0e4fb82c..0000000000000 --- a/components/groundhogg/app/groundhogg.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "groundhogg", - 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/groundhogg/tsconfig.json b/components/groundhogg/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/groundhogg/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/growsurf/app/growsurf.app.ts b/components/growsurf/app/growsurf.app.ts deleted file mode 100644 index 4ab79a94ffc37..0000000000000 --- a/components/growsurf/app/growsurf.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "growsurf", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/growsurf/tsconfig.json b/components/growsurf/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/growsurf/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/gupshup/app/gupshup.app.ts b/components/gupshup/app/gupshup.app.ts deleted file mode 100644 index c06e851ede904..0000000000000 --- a/components/gupshup/app/gupshup.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "gupshup", - 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/gupshup/tsconfig.json b/components/gupshup/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/gupshup/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/handwrytten/app/handwrytten.app.ts b/components/handwrytten/app/handwrytten.app.ts deleted file mode 100644 index 05583e0a79af5..0000000000000 --- a/components/handwrytten/app/handwrytten.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "handwrytten", - 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/handwrytten/tsconfig.json b/components/handwrytten/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/handwrytten/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/heartbeat/app/heartbeat.app.ts b/components/heartbeat/app/heartbeat.app.ts deleted file mode 100644 index 2949d951737b5..0000000000000 --- a/components/heartbeat/app/heartbeat.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "heartbeat", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/heartbeat/tsconfig.json b/components/heartbeat/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/heartbeat/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/helcim/app/helcim.app.ts b/components/helcim/app/helcim.app.ts deleted file mode 100644 index 6d9efdf8c4077..0000000000000 --- a/components/helcim/app/helcim.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "helcim", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/helcim/tsconfig.json b/components/helcim/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/helcim/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/helpwise/app/helpwise.app.ts b/components/helpwise/app/helpwise.app.ts deleted file mode 100644 index 9c5affc267bde..0000000000000 --- a/components/helpwise/app/helpwise.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "helpwise", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/helpwise/tsconfig.json b/components/helpwise/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/helpwise/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/hotjar/app/hotjar.app.ts b/components/hotjar/app/hotjar.app.ts deleted file mode 100644 index cc66bac4c8c01..0000000000000 --- a/components/hotjar/app/hotjar.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "hotjar", - 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/hotjar/tsconfig.json b/components/hotjar/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/hotjar/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/httpsms/app/httpsms.app.ts b/components/httpsms/app/httpsms.app.ts deleted file mode 100644 index 7eeb87c288b4d..0000000000000 --- a/components/httpsms/app/httpsms.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "httpsms", - 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/httpsms/tsconfig.json b/components/httpsms/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/httpsms/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/hub_planner/app/hub_planner.app.ts b/components/hub_planner/app/hub_planner.app.ts deleted file mode 100644 index 3f68c449c2917..0000000000000 --- a/components/hub_planner/app/hub_planner.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "hub_planner", - 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/hub_planner/tsconfig.json b/components/hub_planner/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/hub_planner/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/hubspot_developer_app/app/hubspot_developer_app.app.ts b/components/hubspot_developer_app/app/hubspot_developer_app.app.ts deleted file mode 100644 index e5aec5dc7d5c8..0000000000000 --- a/components/hubspot_developer_app/app/hubspot_developer_app.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "hubspot_developer_app", - 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/hubspot_developer_app/tsconfig.json b/components/hubspot_developer_app/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/hubspot_developer_app/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/humanitix/app/humanitix.app.ts b/components/humanitix/app/humanitix.app.ts deleted file mode 100644 index 82eecd4a66d18..0000000000000 --- a/components/humanitix/app/humanitix.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "humanitix", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/humanitix/tsconfig.json b/components/humanitix/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/humanitix/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/humanloop/app/humanloop.app.ts b/components/humanloop/app/humanloop.app.ts deleted file mode 100644 index 97cd74d7afbfb..0000000000000 --- a/components/humanloop/app/humanloop.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "humanloop", - 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/humanloop/tsconfig.json b/components/humanloop/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/humanloop/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/hygraph/app/hygraph.app.ts b/components/hygraph/app/hygraph.app.ts deleted file mode 100644 index 083c914c53473..0000000000000 --- a/components/hygraph/app/hygraph.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "hygraph", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/hygraph/tsconfig.json b/components/hygraph/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/hygraph/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/idealpostcodes/app/idealpostcodes.app.ts b/components/idealpostcodes/app/idealpostcodes.app.ts deleted file mode 100644 index c97b8f777e5b2..0000000000000 --- a/components/idealpostcodes/app/idealpostcodes.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "idealpostcodes", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/idealpostcodes/tsconfig.json b/components/idealpostcodes/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/idealpostcodes/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/idealspot/app/idealspot.app.ts b/components/idealspot/app/idealspot.app.ts deleted file mode 100644 index e532a43e1c0c6..0000000000000 --- a/components/idealspot/app/idealspot.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "idealspot", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/idealspot/tsconfig.json b/components/idealspot/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/idealspot/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/idx_broker/app/idx_broker.app.ts b/components/idx_broker/app/idx_broker.app.ts deleted file mode 100644 index 8f84280b474a2..0000000000000 --- a/components/idx_broker/app/idx_broker.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "idx_broker", - 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/idx_broker/tsconfig.json b/components/idx_broker/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/idx_broker/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/implisense_api/app/implisense_api.app.ts b/components/implisense_api/app/implisense_api.app.ts deleted file mode 100644 index 2c30ef65143ee..0000000000000 --- a/components/implisense_api/app/implisense_api.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "implisense_api", - 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/implisense_api/tsconfig.json b/components/implisense_api/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/implisense_api/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/iqair_airvisual/app/iqair_airvisual.app.ts b/components/iqair_airvisual/app/iqair_airvisual.app.ts deleted file mode 100644 index ac3be34586972..0000000000000 --- a/components/iqair_airvisual/app/iqair_airvisual.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "iqair_airvisual", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/iqair_airvisual/tsconfig.json b/components/iqair_airvisual/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/iqair_airvisual/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/isn/app/isn.app.ts b/components/isn/app/isn.app.ts deleted file mode 100644 index a2f6fbda87716..0000000000000 --- a/components/isn/app/isn.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "isn", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/isn/tsconfig.json b/components/isn/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/isn/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/jellyreach/app/jellyreach.app.ts b/components/jellyreach/app/jellyreach.app.ts deleted file mode 100644 index 0a3fcf6c3c5eb..0000000000000 --- a/components/jellyreach/app/jellyreach.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "jellyreach", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/jellyreach/tsconfig.json b/components/jellyreach/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/jellyreach/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/junip/app/junip.app.ts b/components/junip/app/junip.app.ts deleted file mode 100644 index 37d3f09a8deb0..0000000000000 --- a/components/junip/app/junip.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "junip", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/junip/tsconfig.json b/components/junip/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/junip/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/kakao/app/kakao.app.ts b/components/kakao/app/kakao.app.ts deleted file mode 100644 index 1ce6b4a6d503f..0000000000000 --- a/components/kakao/app/kakao.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "kakao", - 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/kakao/tsconfig.json b/components/kakao/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/kakao/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/karbon/app/karbon.app.ts b/components/karbon/app/karbon.app.ts deleted file mode 100644 index bc53e7370c631..0000000000000 --- a/components/karbon/app/karbon.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "karbon", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/karbon/tsconfig.json b/components/karbon/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/karbon/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/kartra/app/kartra.app.ts b/components/kartra/app/kartra.app.ts deleted file mode 100644 index 24ba8e8a55d1b..0000000000000 --- a/components/kartra/app/kartra.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "kartra", - 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/kartra/tsconfig.json b/components/kartra/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/kartra/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/keen_io/app/keen_io.app.ts b/components/keen_io/app/keen_io.app.ts deleted file mode 100644 index d6d969eb00621..0000000000000 --- a/components/keen_io/app/keen_io.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "keen_io", - 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/keen_io/tsconfig.json b/components/keen_io/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/keen_io/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/key_app_demo_1/app/key_app_demo_1.app.ts b/components/key_app_demo_1/app/key_app_demo_1.app.ts deleted file mode 100644 index f960a8628eb02..0000000000000 --- a/components/key_app_demo_1/app/key_app_demo_1.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "key_app_demo_1", - 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/key_app_demo_1/tsconfig.json b/components/key_app_demo_1/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/key_app_demo_1/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/kintone/app/kintone.app.ts b/components/kintone/app/kintone.app.ts deleted file mode 100644 index f641fad765359..0000000000000 --- a/components/kintone/app/kintone.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "kintone", - 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/kintone/tsconfig.json b/components/kintone/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/kintone/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/knowbe4/app/knowbe4.app.ts b/components/knowbe4/app/knowbe4.app.ts deleted file mode 100644 index f3d21ab185d5d..0000000000000 --- a/components/knowbe4/app/knowbe4.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "knowbe4", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/knowbe4/tsconfig.json b/components/knowbe4/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/knowbe4/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/kyvio/app/kyvio.app.ts b/components/kyvio/app/kyvio.app.ts deleted file mode 100644 index eb7d7f1bcb374..0000000000000 --- a/components/kyvio/app/kyvio.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "kyvio", - 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/kyvio/tsconfig.json b/components/kyvio/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/kyvio/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/labs64_netlicensing/app/labs64_netlicensing.app.ts b/components/labs64_netlicensing/app/labs64_netlicensing.app.ts deleted file mode 100644 index 54d308c99ae9e..0000000000000 --- a/components/labs64_netlicensing/app/labs64_netlicensing.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "labs64_netlicensing", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/labs64_netlicensing/tsconfig.json b/components/labs64_netlicensing/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/labs64_netlicensing/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/lahar/app/lahar.app.ts b/components/lahar/app/lahar.app.ts deleted file mode 100644 index 11132f716105c..0000000000000 --- a/components/lahar/app/lahar.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "lahar", - 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/lahar/tsconfig.json b/components/lahar/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/lahar/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/leadboxer/app/leadboxer.app.ts b/components/leadboxer/app/leadboxer.app.ts deleted file mode 100644 index 5f16de679a3f6..0000000000000 --- a/components/leadboxer/app/leadboxer.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "leadboxer", - 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/leadboxer/tsconfig.json b/components/leadboxer/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/leadboxer/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/learndash/app/learndash.app.ts b/components/learndash/app/learndash.app.ts deleted file mode 100644 index e7b6eb0355e57..0000000000000 --- a/components/learndash/app/learndash.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "learndash", - 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/learndash/tsconfig.json b/components/learndash/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/learndash/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/lessaccounting/app/lessaccounting.app.ts b/components/lessaccounting/app/lessaccounting.app.ts deleted file mode 100644 index 8fa7ca6667cb0..0000000000000 --- a/components/lessaccounting/app/lessaccounting.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "lessaccounting", - 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/lessaccounting/tsconfig.json b/components/lessaccounting/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/lessaccounting/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/levity/app/levity.app.ts b/components/levity/app/levity.app.ts deleted file mode 100644 index ef619669792c6..0000000000000 --- a/components/levity/app/levity.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "levity", - 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/levity/tsconfig.json b/components/levity/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/levity/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/lexoffice/app/lexoffice.app.ts b/components/lexoffice/app/lexoffice.app.ts deleted file mode 100644 index 61da80e837486..0000000000000 --- a/components/lexoffice/app/lexoffice.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "lexoffice", - 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/lexoffice/tsconfig.json b/components/lexoffice/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/lexoffice/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/lifterlms/app/lifterlms.app.ts b/components/lifterlms/app/lifterlms.app.ts deleted file mode 100644 index 94a64180dec43..0000000000000 --- a/components/lifterlms/app/lifterlms.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "lifterlms", - 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/lifterlms/tsconfig.json b/components/lifterlms/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/lifterlms/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/linqs_cc/app/linqs_cc.app.ts b/components/linqs_cc/app/linqs_cc.app.ts deleted file mode 100644 index d64e0a2b5b1a6..0000000000000 --- a/components/linqs_cc/app/linqs_cc.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "linqs_cc", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/linqs_cc/tsconfig.json b/components/linqs_cc/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/linqs_cc/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/liondesk/app/liondesk.app.ts b/components/liondesk/app/liondesk.app.ts deleted file mode 100644 index 2f1ee1eec0c31..0000000000000 --- a/components/liondesk/app/liondesk.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "liondesk", - 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/liondesk/tsconfig.json b/components/liondesk/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/liondesk/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/lodgify/app/lodgify.app.ts b/components/lodgify/app/lodgify.app.ts deleted file mode 100644 index 1dfdc419af616..0000000000000 --- a/components/lodgify/app/lodgify.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "lodgify", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/lodgify/tsconfig.json b/components/lodgify/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/lodgify/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/logoraisr/app/logoraisr.app.ts b/components/logoraisr/app/logoraisr.app.ts deleted file mode 100644 index cf1be8de521b6..0000000000000 --- a/components/logoraisr/app/logoraisr.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "logoraisr", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/logoraisr/tsconfig.json b/components/logoraisr/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/logoraisr/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/logsnag/app/logsnag.app.ts b/components/logsnag/app/logsnag.app.ts deleted file mode 100644 index c349c639cc7a4..0000000000000 --- a/components/logsnag/app/logsnag.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "logsnag", - 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/logsnag/tsconfig.json b/components/logsnag/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/logsnag/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/looker/app/looker.app.ts b/components/looker/app/looker.app.ts deleted file mode 100644 index d72b19dd9e80c..0000000000000 --- a/components/looker/app/looker.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "looker", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/looker/tsconfig.json b/components/looker/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/looker/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/loqate/app/loqate.app.ts b/components/loqate/app/loqate.app.ts deleted file mode 100644 index 814e15dbf4051..0000000000000 --- a/components/loqate/app/loqate.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "loqate", - 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/loqate/tsconfig.json b/components/loqate/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/loqate/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/luminous/app/luminous.app.ts b/components/luminous/app/luminous.app.ts deleted file mode 100644 index 52190db252dc0..0000000000000 --- a/components/luminous/app/luminous.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "luminous", - 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/luminous/tsconfig.json b/components/luminous/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/luminous/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/mailcoach/app/mailcoach.app.ts b/components/mailcoach/app/mailcoach.app.ts deleted file mode 100644 index 54205455ee931..0000000000000 --- a/components/mailcoach/app/mailcoach.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "mailcoach", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/mailcoach/tsconfig.json b/components/mailcoach/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/mailcoach/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/mailify/app/mailify.app.ts b/components/mailify/app/mailify.app.ts deleted file mode 100644 index 1fab82653cf69..0000000000000 --- a/components/mailify/app/mailify.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "mailify", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/mailify/tsconfig.json b/components/mailify/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/mailify/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/mailrefine/app/mailrefine.app.ts b/components/mailrefine/app/mailrefine.app.ts deleted file mode 100644 index f7caf76e0b8f5..0000000000000 --- a/components/mailrefine/app/mailrefine.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "mailrefine", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/mailrefine/tsconfig.json b/components/mailrefine/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/mailrefine/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/mainwp/app/mainwp.app.ts b/components/mainwp/app/mainwp.app.ts deleted file mode 100644 index d456b33ce4627..0000000000000 --- a/components/mainwp/app/mainwp.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "mainwp", - 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/mainwp/tsconfig.json b/components/mainwp/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/mainwp/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/manifestly_checklists/app/manifestly_checklists.app.ts b/components/manifestly_checklists/app/manifestly_checklists.app.ts deleted file mode 100644 index 7afa83fdfb9e7..0000000000000 --- a/components/manifestly_checklists/app/manifestly_checklists.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "manifestly_checklists", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/manifestly_checklists/tsconfig.json b/components/manifestly_checklists/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/manifestly_checklists/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/marketing_master_io/app/marketing_master_io.app.ts b/components/marketing_master_io/app/marketing_master_io.app.ts deleted file mode 100644 index 12196b4c6afba..0000000000000 --- a/components/marketing_master_io/app/marketing_master_io.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "marketing_master_io", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/marketing_master_io/tsconfig.json b/components/marketing_master_io/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/marketing_master_io/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/marketstack/app/marketstack.app.ts b/components/marketstack/app/marketstack.app.ts deleted file mode 100644 index f208ec99d8272..0000000000000 --- a/components/marketstack/app/marketstack.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "marketstack", - 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/marketstack/tsconfig.json b/components/marketstack/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/marketstack/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/mav/app/mav.app.ts b/components/mav/app/mav.app.ts deleted file mode 100644 index 22ae9c0487906..0000000000000 --- a/components/mav/app/mav.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "mav", - 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/mav/tsconfig.json b/components/mav/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/mav/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/meetup/app/meetup.app.ts b/components/meetup/app/meetup.app.ts deleted file mode 100644 index 00f0bad0d8b5a..0000000000000 --- a/components/meetup/app/meetup.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "meetup", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/meetup/tsconfig.json b/components/meetup/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/meetup/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/membervault/app/membervault.app.ts b/components/membervault/app/membervault.app.ts deleted file mode 100644 index 32260e62f94b2..0000000000000 --- a/components/membervault/app/membervault.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "membervault", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/membervault/tsconfig.json b/components/membervault/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/membervault/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/metatext_ai_inference_api/app/metatext_ai_inference_api.app.ts b/components/metatext_ai_inference_api/app/metatext_ai_inference_api.app.ts deleted file mode 100644 index e0cc47ccf21c1..0000000000000 --- a/components/metatext_ai_inference_api/app/metatext_ai_inference_api.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "metatext_ai_inference_api", - 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/metatext_ai_inference_api/tsconfig.json b/components/metatext_ai_inference_api/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/metatext_ai_inference_api/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/mindmeister/app/mindmeister.app.ts b/components/mindmeister/app/mindmeister.app.ts deleted file mode 100644 index e7c701ecca452..0000000000000 --- a/components/mindmeister/app/mindmeister.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "mindmeister", - 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/mindmeister/tsconfig.json b/components/mindmeister/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/mindmeister/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/mobile_text_alerts/app/mobile_text_alerts.app.ts b/components/mobile_text_alerts/app/mobile_text_alerts.app.ts deleted file mode 100644 index 1a327c6faeeb7..0000000000000 --- a/components/mobile_text_alerts/app/mobile_text_alerts.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "mobile_text_alerts", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/mobile_text_alerts/tsconfig.json b/components/mobile_text_alerts/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/mobile_text_alerts/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/mobilemonkey/app/mobilemonkey.app.ts b/components/mobilemonkey/app/mobilemonkey.app.ts deleted file mode 100644 index d5d4362269923..0000000000000 --- a/components/mobilemonkey/app/mobilemonkey.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "mobilemonkey", - 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/mobilemonkey/tsconfig.json b/components/mobilemonkey/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/mobilemonkey/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/moco/app/moco.app.ts b/components/moco/app/moco.app.ts deleted file mode 100644 index 9923b825c8206..0000000000000 --- a/components/moco/app/moco.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "moco", - 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/moco/tsconfig.json b/components/moco/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/moco/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/mode/app/mode.app.ts b/components/mode/app/mode.app.ts deleted file mode 100644 index 50829afadafe2..0000000000000 --- a/components/mode/app/mode.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "mode", - 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/mode/tsconfig.json b/components/mode/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/mode/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/moonmail/app/moonmail.app.ts b/components/moonmail/app/moonmail.app.ts deleted file mode 100644 index 6a66b90961c2a..0000000000000 --- a/components/moonmail/app/moonmail.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "moonmail", - 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/moonmail/tsconfig.json b/components/moonmail/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/moonmail/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/mozilla_observatory/app/mozilla_observatory.app.ts b/components/mozilla_observatory/app/mozilla_observatory.app.ts deleted file mode 100644 index f6a69aaa7ee60..0000000000000 --- a/components/mozilla_observatory/app/mozilla_observatory.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "mozilla_observatory", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/mozilla_observatory/tsconfig.json b/components/mozilla_observatory/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/mozilla_observatory/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/murlist/app/murlist.app.ts b/components/murlist/app/murlist.app.ts deleted file mode 100644 index b46e464bb69fe..0000000000000 --- a/components/murlist/app/murlist.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "murlist", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/murlist/tsconfig.json b/components/murlist/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/murlist/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/mx_toolbox/app/mx_toolbox.app.ts b/components/mx_toolbox/app/mx_toolbox.app.ts deleted file mode 100644 index b52af2f759cd7..0000000000000 --- a/components/mx_toolbox/app/mx_toolbox.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "mx_toolbox", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/mx_toolbox/tsconfig.json b/components/mx_toolbox/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/mx_toolbox/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/n8n_io/app/n8n_io.app.ts b/components/n8n_io/app/n8n_io.app.ts deleted file mode 100644 index 05ea71ba27812..0000000000000 --- a/components/n8n_io/app/n8n_io.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "n8n_io", - 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/n8n_io/tsconfig.json b/components/n8n_io/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/n8n_io/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/nano_nets/app/nano_nets.app.ts b/components/nano_nets/app/nano_nets.app.ts deleted file mode 100644 index 4a4965a321642..0000000000000 --- a/components/nano_nets/app/nano_nets.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "nano_nets", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/nano_nets/tsconfig.json b/components/nano_nets/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/nano_nets/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/nasdaq_data_link_time_series_and_table_data_/app/nasdaq_data_link_time_series_and_table_data_.app.ts b/components/nasdaq_data_link_time_series_and_table_data_/app/nasdaq_data_link_time_series_and_table_data_.app.ts deleted file mode 100644 index 9e4401efa5062..0000000000000 --- a/components/nasdaq_data_link_time_series_and_table_data_/app/nasdaq_data_link_time_series_and_table_data_.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "nasdaq_data_link_time_series_and_table_data_", - 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/nasdaq_data_link_time_series_and_table_data_/tsconfig.json b/components/nasdaq_data_link_time_series_and_table_data_/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/nasdaq_data_link_time_series_and_table_data_/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/neutrino/app/neutrino.app.ts b/components/neutrino/app/neutrino.app.ts deleted file mode 100644 index 88183c8f1eb81..0000000000000 --- a/components/neutrino/app/neutrino.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "neutrino", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/neutrino/tsconfig.json b/components/neutrino/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/neutrino/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/newsletter/app/newsletter.app.ts b/components/newsletter/app/newsletter.app.ts deleted file mode 100644 index 1b95e8d92839b..0000000000000 --- a/components/newsletter/app/newsletter.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "newsletter", - 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/newsletter/tsconfig.json b/components/newsletter/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/newsletter/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/newslit/app/newslit.app.ts b/components/newslit/app/newslit.app.ts deleted file mode 100644 index 41d2f0523d1a5..0000000000000 --- a/components/newslit/app/newslit.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "newslit", - 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/newslit/tsconfig.json b/components/newslit/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/newslit/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/nextdns/app/nextdns.app.ts b/components/nextdns/app/nextdns.app.ts deleted file mode 100644 index 937d26940ce32..0000000000000 --- a/components/nextdns/app/nextdns.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "nextdns", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/nextdns/tsconfig.json b/components/nextdns/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/nextdns/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/nightfall_ai/app/nightfall_ai.app.ts b/components/nightfall_ai/app/nightfall_ai.app.ts deleted file mode 100644 index b7d4f1d4c2b3b..0000000000000 --- a/components/nightfall_ai/app/nightfall_ai.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "nightfall_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/nightfall_ai/tsconfig.json b/components/nightfall_ai/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/nightfall_ai/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/nozbe_teams/app/nozbe_teams.app.ts b/components/nozbe_teams/app/nozbe_teams.app.ts deleted file mode 100644 index ac4561edfd716..0000000000000 --- a/components/nozbe_teams/app/nozbe_teams.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "nozbe_teams", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/nozbe_teams/tsconfig.json b/components/nozbe_teams/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/nozbe_teams/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/nusii_proposals/app/nusii_proposals.app.ts b/components/nusii_proposals/app/nusii_proposals.app.ts deleted file mode 100644 index d3af666fefe12..0000000000000 --- a/components/nusii_proposals/app/nusii_proposals.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "nusii_proposals", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/nusii_proposals/tsconfig.json b/components/nusii_proposals/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/nusii_proposals/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/oauth_app_demo/app/oauth_app_demo.app.ts b/components/oauth_app_demo/app/oauth_app_demo.app.ts deleted file mode 100644 index 7258d44893246..0000000000000 --- a/components/oauth_app_demo/app/oauth_app_demo.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "oauth_app_demo", - 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/oauth_app_demo/tsconfig.json b/components/oauth_app_demo/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/oauth_app_demo/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/oauth_app_demo_1/app/oauth_app_demo_1.app.ts b/components/oauth_app_demo_1/app/oauth_app_demo_1.app.ts deleted file mode 100644 index 723e39084a2e5..0000000000000 --- a/components/oauth_app_demo_1/app/oauth_app_demo_1.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "oauth_app_demo_1", - 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/oauth_app_demo_1/tsconfig.json b/components/oauth_app_demo_1/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/oauth_app_demo_1/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/octopus_deploy/app/octopus_deploy.app.ts b/components/octopus_deploy/app/octopus_deploy.app.ts deleted file mode 100644 index 07f5ccf43358b..0000000000000 --- a/components/octopus_deploy/app/octopus_deploy.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "octopus_deploy", - 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/octopus_deploy/tsconfig.json b/components/octopus_deploy/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/octopus_deploy/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/oksign/app/oksign.app.ts b/components/oksign/app/oksign.app.ts deleted file mode 100644 index 4e9ca47ef31f4..0000000000000 --- a/components/oksign/app/oksign.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "oksign", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/oksign/tsconfig.json b/components/oksign/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/oksign/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/onepage/app/onepage.app.ts b/components/onepage/app/onepage.app.ts deleted file mode 100644 index e06a54435a098..0000000000000 --- a/components/onepage/app/onepage.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "onepage", - 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/onepage/tsconfig.json b/components/onepage/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/onepage/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/ones2u/app/ones2u.app.ts b/components/ones2u/app/ones2u.app.ts deleted file mode 100644 index 5ebb344e3de77..0000000000000 --- a/components/ones2u/app/ones2u.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "ones2u", - 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/ones2u/tsconfig.json b/components/ones2u/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/ones2u/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/onesaas/app/onesaas.app.ts b/components/onesaas/app/onesaas.app.ts deleted file mode 100644 index aca05ff95770d..0000000000000 --- a/components/onesaas/app/onesaas.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "onesaas", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/onesaas/tsconfig.json b/components/onesaas/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/onesaas/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/onesec_mail/app/onesec_mail.app.ts b/components/onesec_mail/app/onesec_mail.app.ts deleted file mode 100644 index aee9fc5dd20f6..0000000000000 --- a/components/onesec_mail/app/onesec_mail.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "onesec_mail", - 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/onesec_mail/tsconfig.json b/components/onesec_mail/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/onesec_mail/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/oneuptime/app/oneuptime.app.ts b/components/oneuptime/app/oneuptime.app.ts deleted file mode 100644 index 9a8cba35309c6..0000000000000 --- a/components/oneuptime/app/oneuptime.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "oneuptime", - 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/oneuptime/tsconfig.json b/components/oneuptime/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/oneuptime/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/orbisx/app/orbisx.app.ts b/components/orbisx/app/orbisx.app.ts deleted file mode 100644 index 67262f80eb98b..0000000000000 --- a/components/orbisx/app/orbisx.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "orbisx", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/orbisx/tsconfig.json b/components/orbisx/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/orbisx/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/oxford_dictionaries/app/oxford_dictionaries.app.ts b/components/oxford_dictionaries/app/oxford_dictionaries.app.ts deleted file mode 100644 index f665a0bf6f527..0000000000000 --- a/components/oxford_dictionaries/app/oxford_dictionaries.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "oxford_dictionaries", - 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/oxford_dictionaries/tsconfig.json b/components/oxford_dictionaries/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/oxford_dictionaries/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/paypro/app/paypro.app.ts b/components/paypro/app/paypro.app.ts deleted file mode 100644 index 4338e585114c6..0000000000000 --- a/components/paypro/app/paypro.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "paypro", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/paypro/tsconfig.json b/components/paypro/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/paypro/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/pendo/app/pendo.app.ts b/components/pendo/app/pendo.app.ts deleted file mode 100644 index ccca5160abed9..0000000000000 --- a/components/pendo/app/pendo.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "pendo", - 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/pendo/tsconfig.json b/components/pendo/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/pendo/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/perry_github_test/app/perry_github_test.app.ts b/components/perry_github_test/app/perry_github_test.app.ts deleted file mode 100644 index 721985a907bf6..0000000000000 --- a/components/perry_github_test/app/perry_github_test.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "perry_github_test", - 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/perry_github_test/tsconfig.json b/components/perry_github_test/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/perry_github_test/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/phone_com/app/phone_com.app.ts b/components/phone_com/app/phone_com.app.ts deleted file mode 100644 index ef40bac02037f..0000000000000 --- a/components/phone_com/app/phone_com.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "phone_com", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/phone_com/tsconfig.json b/components/phone_com/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/phone_com/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/pilvio/app/pilvio.app.ts b/components/pilvio/app/pilvio.app.ts deleted file mode 100644 index bd9d7025631ec..0000000000000 --- a/components/pilvio/app/pilvio.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "pilvio", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/pilvio/tsconfig.json b/components/pilvio/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/pilvio/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/pirate_weather/app/pirate_weather.app.ts b/components/pirate_weather/app/pirate_weather.app.ts deleted file mode 100644 index 7cd3b5759f43b..0000000000000 --- a/components/pirate_weather/app/pirate_weather.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "pirate_weather", - 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/pirate_weather/tsconfig.json b/components/pirate_weather/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/pirate_weather/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/placetel/app/placetel.app.ts b/components/placetel/app/placetel.app.ts deleted file mode 100644 index 069b0e481e304..0000000000000 --- a/components/placetel/app/placetel.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "placetel", - 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/placetel/tsconfig.json b/components/placetel/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/placetel/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/planso_forms/app/planso_forms.app.ts b/components/planso_forms/app/planso_forms.app.ts deleted file mode 100644 index f0a2aaedad338..0000000000000 --- a/components/planso_forms/app/planso_forms.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "planso_forms", - 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/planso_forms/tsconfig.json b/components/planso_forms/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/planso_forms/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/plasmic/app/plasmic.app.ts b/components/plasmic/app/plasmic.app.ts deleted file mode 100644 index 0c4e48f2d040b..0000000000000 --- a/components/plasmic/app/plasmic.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "plasmic", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/plasmic/tsconfig.json b/components/plasmic/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/plasmic/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/platform_ly/app/platform_ly.app.ts b/components/platform_ly/app/platform_ly.app.ts deleted file mode 100644 index 6d79fc2ee1b0f..0000000000000 --- a/components/platform_ly/app/platform_ly.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "platform_ly", - 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/platform_ly/tsconfig.json b/components/platform_ly/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/platform_ly/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/plisio/app/plisio.app.ts b/components/plisio/app/plisio.app.ts deleted file mode 100644 index b9b14fd7f60d6..0000000000000 --- a/components/plisio/app/plisio.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "plisio", - 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/plisio/tsconfig.json b/components/plisio/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/plisio/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/pobuca_connect/app/pobuca_connect.app.ts b/components/pobuca_connect/app/pobuca_connect.app.ts deleted file mode 100644 index 0e7df1021609c..0000000000000 --- a/components/pobuca_connect/app/pobuca_connect.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "pobuca_connect", - 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/pobuca_connect/tsconfig.json b/components/pobuca_connect/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/pobuca_connect/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/pointerpro/app/pointerpro.app.ts b/components/pointerpro/app/pointerpro.app.ts deleted file mode 100644 index 71303d45b5dd2..0000000000000 --- a/components/pointerpro/app/pointerpro.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "pointerpro", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/pointerpro/tsconfig.json b/components/pointerpro/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/pointerpro/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/popupsmart/app/popupsmart.app.ts b/components/popupsmart/app/popupsmart.app.ts deleted file mode 100644 index 3fc3702f30099..0000000000000 --- a/components/popupsmart/app/popupsmart.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "popupsmart", - 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/popupsmart/tsconfig.json b/components/popupsmart/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/popupsmart/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/portfolio_optimizer/app/portfolio_optimizer.app.ts b/components/portfolio_optimizer/app/portfolio_optimizer.app.ts deleted file mode 100644 index 33cbcbcb9a955..0000000000000 --- a/components/portfolio_optimizer/app/portfolio_optimizer.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "portfolio_optimizer", - 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/portfolio_optimizer/tsconfig.json b/components/portfolio_optimizer/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/portfolio_optimizer/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/processplan/app/processplan.app.ts b/components/processplan/app/processplan.app.ts deleted file mode 100644 index 4c4419eb88836..0000000000000 --- a/components/processplan/app/processplan.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "processplan", - 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/processplan/tsconfig.json b/components/processplan/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/processplan/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/propelauth/app/propelauth.app.ts b/components/propelauth/app/propelauth.app.ts deleted file mode 100644 index f4f1592ab1386..0000000000000 --- a/components/propelauth/app/propelauth.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "propelauth", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/propelauth/tsconfig.json b/components/propelauth/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/propelauth/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/propeller/app/propeller.app.ts b/components/propeller/app/propeller.app.ts deleted file mode 100644 index f322c9f5a75d0..0000000000000 --- a/components/propeller/app/propeller.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "propeller", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/propeller/tsconfig.json b/components/propeller/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/propeller/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/questionpro/app/questionpro.app.ts b/components/questionpro/app/questionpro.app.ts deleted file mode 100644 index 8919a1c81c59e..0000000000000 --- a/components/questionpro/app/questionpro.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "questionpro", - 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/questionpro/tsconfig.json b/components/questionpro/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/questionpro/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/quickmail_io/app/quickmail_io.app.ts b/components/quickmail_io/app/quickmail_io.app.ts deleted file mode 100644 index d4c7fe60f224c..0000000000000 --- a/components/quickmail_io/app/quickmail_io.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "quickmail_io", - 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/quickmail_io/tsconfig.json b/components/quickmail_io/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/quickmail_io/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/qwilr/app/qwilr.app.ts b/components/qwilr/app/qwilr.app.ts deleted file mode 100644 index d6a12ae851923..0000000000000 --- a/components/qwilr/app/qwilr.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "qwilr", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/qwilr/tsconfig.json b/components/qwilr/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/qwilr/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/radar/app/radar.app.ts b/components/radar/app/radar.app.ts deleted file mode 100644 index 17d1f84a11668..0000000000000 --- a/components/radar/app/radar.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "radar", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/radar/tsconfig.json b/components/radar/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/radar/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/rapid7_insight_platform/app/rapid7_insight_platform.app.ts b/components/rapid7_insight_platform/app/rapid7_insight_platform.app.ts deleted file mode 100644 index d3a98049b8cdb..0000000000000 --- a/components/rapid7_insight_platform/app/rapid7_insight_platform.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "rapid7_insight_platform", - 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/rapid7_insight_platform/tsconfig.json b/components/rapid7_insight_platform/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/rapid7_insight_platform/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/rat_genome_database/app/rat_genome_database.app.ts b/components/rat_genome_database/app/rat_genome_database.app.ts deleted file mode 100644 index 9a5fdc0dde7ff..0000000000000 --- a/components/rat_genome_database/app/rat_genome_database.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "rat_genome_database", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/rat_genome_database/tsconfig.json b/components/rat_genome_database/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/rat_genome_database/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/rawg_video_games_database/app/rawg_video_games_database.app.ts b/components/rawg_video_games_database/app/rawg_video_games_database.app.ts deleted file mode 100644 index 0f1510740bdb8..0000000000000 --- a/components/rawg_video_games_database/app/rawg_video_games_database.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "rawg_video_games_database", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/rawg_video_games_database/tsconfig.json b/components/rawg_video_games_database/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/rawg_video_games_database/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/razorpay/app/razorpay.app.ts b/components/razorpay/app/razorpay.app.ts deleted file mode 100644 index 238a3411e9a37..0000000000000 --- a/components/razorpay/app/razorpay.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "razorpay", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/razorpay/tsconfig.json b/components/razorpay/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/razorpay/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/realphonevalidation/app/realphonevalidation.app.ts b/components/realphonevalidation/app/realphonevalidation.app.ts deleted file mode 100644 index af2a8505e3dfb..0000000000000 --- a/components/realphonevalidation/app/realphonevalidation.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "realphonevalidation", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/realphonevalidation/tsconfig.json b/components/realphonevalidation/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/realphonevalidation/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/referralrock/app/referralrock.app.ts b/components/referralrock/app/referralrock.app.ts deleted file mode 100644 index 0d0cebf89a01c..0000000000000 --- a/components/referralrock/app/referralrock.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "referralrock", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/referralrock/tsconfig.json b/components/referralrock/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/referralrock/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/remarkety/app/remarkety.app.ts b/components/remarkety/app/remarkety.app.ts deleted file mode 100644 index aaf72d2bcc107..0000000000000 --- a/components/remarkety/app/remarkety.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "remarkety", - 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/remarkety/tsconfig.json b/components/remarkety/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/remarkety/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/render/app/render.app.ts b/components/render/app/render.app.ts deleted file mode 100644 index a657213704ccc..0000000000000 --- a/components/render/app/render.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "render", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/render/tsconfig.json b/components/render/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/render/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/respond_io/app/respond_io.app.ts b/components/respond_io/app/respond_io.app.ts deleted file mode 100644 index a5e2374b037b3..0000000000000 --- a/components/respond_io/app/respond_io.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "respond_io", - 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/respond_io/tsconfig.json b/components/respond_io/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/respond_io/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/retool/app/retool.app.ts b/components/retool/app/retool.app.ts deleted file mode 100644 index 90ebcff256942..0000000000000 --- a/components/retool/app/retool.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "retool", - 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/retool/tsconfig.json b/components/retool/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/retool/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/revamp_crm/app/revamp_crm.app.ts b/components/revamp_crm/app/revamp_crm.app.ts deleted file mode 100644 index 6df630402a551..0000000000000 --- a/components/revamp_crm/app/revamp_crm.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "revamp_crm", - 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/revamp_crm/tsconfig.json b/components/revamp_crm/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/revamp_crm/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/reviews_io/app/reviews_io.app.ts b/components/reviews_io/app/reviews_io.app.ts deleted file mode 100644 index 06078584b3ea5..0000000000000 --- a/components/reviews_io/app/reviews_io.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "reviews_io", - 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/reviews_io/tsconfig.json b/components/reviews_io/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/reviews_io/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/rewardful/app/rewardful.app.ts b/components/rewardful/app/rewardful.app.ts deleted file mode 100644 index 52c0348d4c57a..0000000000000 --- a/components/rewardful/app/rewardful.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "rewardful", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/rewardful/tsconfig.json b/components/rewardful/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/rewardful/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/route4me/app/route4me.app.ts b/components/route4me/app/route4me.app.ts deleted file mode 100644 index b4add90041cdd..0000000000000 --- a/components/route4me/app/route4me.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "route4me", - 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/route4me/tsconfig.json b/components/route4me/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/route4me/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/rudderstack/app/rudderstack.app.ts b/components/rudderstack/app/rudderstack.app.ts deleted file mode 100644 index ad47accd81d36..0000000000000 --- a/components/rudderstack/app/rudderstack.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "rudderstack", - 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/rudderstack/tsconfig.json b/components/rudderstack/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/rudderstack/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/rudderstack_transformation/app/rudderstack_transformation.app.ts b/components/rudderstack_transformation/app/rudderstack_transformation.app.ts deleted file mode 100644 index 5be91e7ceac34..0000000000000 --- a/components/rudderstack_transformation/app/rudderstack_transformation.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "rudderstack_transformation", - 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/rudderstack_transformation/tsconfig.json b/components/rudderstack_transformation/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/rudderstack_transformation/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/rytr/app/rytr.app.ts b/components/rytr/app/rytr.app.ts deleted file mode 100644 index 650f958ab5f2a..0000000000000 --- a/components/rytr/app/rytr.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "rytr", - 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/rytr/tsconfig.json b/components/rytr/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/rytr/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/ryver/app/ryver.app.ts b/components/ryver/app/ryver.app.ts deleted file mode 100644 index fae998153e6da..0000000000000 --- a/components/ryver/app/ryver.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "ryver", - 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/ryver/tsconfig.json b/components/ryver/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/ryver/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/sailpoint/app/sailpoint.app.ts b/components/sailpoint/app/sailpoint.app.ts deleted file mode 100644 index 30c1a55ca46d1..0000000000000 --- a/components/sailpoint/app/sailpoint.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "sailpoint", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/sailpoint/tsconfig.json b/components/sailpoint/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/sailpoint/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/sailpoint_personal_token/app/sailpoint_personal_token.app.ts b/components/sailpoint_personal_token/app/sailpoint_personal_token.app.ts deleted file mode 100644 index 7cb267cab2db3..0000000000000 --- a/components/sailpoint_personal_token/app/sailpoint_personal_token.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "sailpoint_personal_token", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/sailpoint_personal_token/tsconfig.json b/components/sailpoint_personal_token/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/sailpoint_personal_token/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/sakari_sms/app/sakari_sms.app.ts b/components/sakari_sms/app/sakari_sms.app.ts deleted file mode 100644 index 34776beed0e9e..0000000000000 --- a/components/sakari_sms/app/sakari_sms.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "sakari_sms", - 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/sakari_sms/tsconfig.json b/components/sakari_sms/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/sakari_sms/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/sales_simplify/app/sales_simplify.app.ts b/components/sales_simplify/app/sales_simplify.app.ts deleted file mode 100644 index 2a96e7186933a..0000000000000 --- a/components/sales_simplify/app/sales_simplify.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "sales_simplify", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/sales_simplify/tsconfig.json b/components/sales_simplify/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/sales_simplify/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/salesblink/app/salesblink.app.ts b/components/salesblink/app/salesblink.app.ts deleted file mode 100644 index 5958148a108fe..0000000000000 --- a/components/salesblink/app/salesblink.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "salesblink", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/salesblink/tsconfig.json b/components/salesblink/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/salesblink/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/salestown/app/salestown.app.ts b/components/salestown/app/salestown.app.ts deleted file mode 100644 index cc99c5689b9fc..0000000000000 --- a/components/salestown/app/salestown.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "salestown", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/salestown/tsconfig.json b/components/salestown/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/salestown/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/samcart/app/samcart.app.ts b/components/samcart/app/samcart.app.ts deleted file mode 100644 index 5fa609cd0b0b5..0000000000000 --- a/components/samcart/app/samcart.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "samcart", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/samcart/tsconfig.json b/components/samcart/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/samcart/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/saucelabs/app/saucelabs.app.ts b/components/saucelabs/app/saucelabs.app.ts deleted file mode 100644 index 478231f9e0385..0000000000000 --- a/components/saucelabs/app/saucelabs.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "saucelabs", - 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/saucelabs/tsconfig.json b/components/saucelabs/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/saucelabs/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/schedule_it/app/schedule_it.app.ts b/components/schedule_it/app/schedule_it.app.ts deleted file mode 100644 index f5dfd6c1c7393..0000000000000 --- a/components/schedule_it/app/schedule_it.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "schedule_it", - 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/schedule_it/tsconfig.json b/components/schedule_it/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/schedule_it/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/scopemaster/app/scopemaster.app.ts b/components/scopemaster/app/scopemaster.app.ts deleted file mode 100644 index 46807d1b914ec..0000000000000 --- a/components/scopemaster/app/scopemaster.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "scopemaster", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/scopemaster/tsconfig.json b/components/scopemaster/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/scopemaster/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/scoro/app/scoro.app.ts b/components/scoro/app/scoro.app.ts deleted file mode 100644 index 6a5de25a539a5..0000000000000 --- a/components/scoro/app/scoro.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "scoro", - 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/scoro/tsconfig.json b/components/scoro/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/scoro/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/scrapingbee/app/scrapingbee.app.ts b/components/scrapingbee/app/scrapingbee.app.ts deleted file mode 100644 index 603924899e096..0000000000000 --- a/components/scrapingbee/app/scrapingbee.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "scrapingbee", - 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/scrapingbee/tsconfig.json b/components/scrapingbee/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/scrapingbee/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/selectpdf/app/selectpdf.app.ts b/components/selectpdf/app/selectpdf.app.ts deleted file mode 100644 index 50bbf0362820e..0000000000000 --- a/components/selectpdf/app/selectpdf.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "selectpdf", - 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/selectpdf/tsconfig.json b/components/selectpdf/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/selectpdf/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/sellix/app/sellix.app.ts b/components/sellix/app/sellix.app.ts deleted file mode 100644 index 05b60839e9439..0000000000000 --- a/components/sellix/app/sellix.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "sellix", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/sellix/tsconfig.json b/components/sellix/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/sellix/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/sendblue/app/sendblue.app.ts b/components/sendblue/app/sendblue.app.ts deleted file mode 100644 index 119bc46dd4aaf..0000000000000 --- a/components/sendblue/app/sendblue.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "sendblue", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/sendblue/tsconfig.json b/components/sendblue/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/sendblue/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/sender/app/sender.app.ts b/components/sender/app/sender.app.ts deleted file mode 100644 index b70333289742f..0000000000000 --- a/components/sender/app/sender.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "sender", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/sender/tsconfig.json b/components/sender/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/sender/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/sendlane/app/sendlane.app.ts b/components/sendlane/app/sendlane.app.ts deleted file mode 100644 index 4681ce27fb441..0000000000000 --- a/components/sendlane/app/sendlane.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "sendlane", - 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/sendlane/tsconfig.json b/components/sendlane/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/sendlane/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/sendle/app/sendle.app.ts b/components/sendle/app/sendle.app.ts deleted file mode 100644 index a35afe6faf422..0000000000000 --- a/components/sendle/app/sendle.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "sendle", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/sendle/tsconfig.json b/components/sendle/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/sendle/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/serveravatar/app/serveravatar.app.ts b/components/serveravatar/app/serveravatar.app.ts deleted file mode 100644 index 7b4ede598efeb..0000000000000 --- a/components/serveravatar/app/serveravatar.app.ts +++ /dev/null @@ -1,87 +0,0 @@ -import { defineApp } from "@pipedream/types"; -import { axios } from "@pipedream/platform"; - -export default defineApp({ - type: "app", - app: "serveravatar", - propDefinitions: {}, - methods: { - _getBaseUrl() { - return "https://api.serveravatar.com"; - }, - _getHeaders() { - return { - "content-type": "application/json", - "authorization": `${this.$auth.api_key}`, - }; - }, - _getRequestParams(opts: any) { - return { - ...opts, - url: this._getBaseUrl() + opts.path, - headers: this._getHeaders(), - }; - }, - async createApplicationDomain(ctx = this, newAppDomainData: any) { - return await axios(ctx, this._getRequestParams({ - method: "POST", - path: "/domains", - data: newAppDomainData, - })); - }, - async listTeams() { - const teamsResponse = await axios(this, this._getRequestParams({ - method: "GET", - path: "/teams", - })); - return teamsResponse.teams; - }, - async listServers(teams: any[]) { - const teamServersPromise = teams.map((team: any) => { - return axios(this, this._getRequestParams({ - method: "GET", - path: `/teams/${team.id}/servers`, - })); - }); - const teamsServers = await Promise.all(teamServersPromise); - return teamsServers - .map((teamServers: any) => (teamServers.servers)) - .flat() - .filter((server: any) => server.status === "1"); - }, - async listAllServersOptions() { - const teams = await this.listTeams(); - const servers = await this.listServers(teams); - return servers.map((server: any) => ({ - label: `${server.name} - ${server.ip}`, - value: server.id, - })); - }, - async listApplications(serverId: number, page: number) { - const serverApplications = await axios(this, this._getRequestParams({ - method: "GET", - path: `/servers/${serverId}/applications?page=${page}`, - })); - return serverApplications?.applications; - }, - async listApplicationsOptions(serverId: number, prevContext: any) { - if (!serverId) { - return []; - } - const page = prevContext.page - ? prevContext.page + 1 - : 1; - const applications = await this.listApplications(serverId, page); - const options = applications.data.map((application: any) => ({ - label: `${application.name} - ${application.framework}`, - value: application.id, - })); - return { - options, - context: { - page: applications.current_page, - }, - }; - }, - }, -}); diff --git a/components/serveravatar/tsconfig.json b/components/serveravatar/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/serveravatar/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/serwersms_pl/app/serwersms_pl.app.ts b/components/serwersms_pl/app/serwersms_pl.app.ts deleted file mode 100644 index 7f8d59efc823e..0000000000000 --- a/components/serwersms_pl/app/serwersms_pl.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "serwersms_pl", - 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/serwersms_pl/tsconfig.json b/components/serwersms_pl/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/serwersms_pl/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/shippotoken/app/shippotoken.app.ts b/components/shippotoken/app/shippotoken.app.ts deleted file mode 100644 index 247fe3b4c31b2..0000000000000 --- a/components/shippotoken/app/shippotoken.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "shippotoken", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/shippotoken/tsconfig.json b/components/shippotoken/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/shippotoken/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/showpad/app/showpad.app.ts b/components/showpad/app/showpad.app.ts deleted file mode 100644 index 1e3e44a8e4e97..0000000000000 --- a/components/showpad/app/showpad.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "showpad", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/showpad/tsconfig.json b/components/showpad/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/showpad/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/sierra_interactive/app/sierra_interactive.app.ts b/components/sierra_interactive/app/sierra_interactive.app.ts deleted file mode 100644 index c9ede4824a03e..0000000000000 --- a/components/sierra_interactive/app/sierra_interactive.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "sierra_interactive", - 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/sierra_interactive/tsconfig.json b/components/sierra_interactive/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/sierra_interactive/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/signrequest/app/signrequest.app.ts b/components/signrequest/app/signrequest.app.ts deleted file mode 100644 index 1b3d400161cf1..0000000000000 --- a/components/signrequest/app/signrequest.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "signrequest", - 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/signrequest/tsconfig.json b/components/signrequest/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/signrequest/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/signwell/app/signwell.app.ts b/components/signwell/app/signwell.app.ts deleted file mode 100644 index 1690d2c9f9ab5..0000000000000 --- a/components/signwell/app/signwell.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "signwell", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/signwell/tsconfig.json b/components/signwell/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/signwell/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/simple_analytics/app/simple_analytics.app.ts b/components/simple_analytics/app/simple_analytics.app.ts deleted file mode 100644 index dab3b243c361e..0000000000000 --- a/components/simple_analytics/app/simple_analytics.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "simple_analytics", - 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/simple_analytics/tsconfig.json b/components/simple_analytics/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/simple_analytics/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/simplehash/app/simplehash.app.ts b/components/simplehash/app/simplehash.app.ts deleted file mode 100644 index e6609809923cf..0000000000000 --- a/components/simplehash/app/simplehash.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "simplehash", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/simplehash/tsconfig.json b/components/simplehash/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/simplehash/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/simplekpi/app/simplekpi.app.ts b/components/simplekpi/app/simplekpi.app.ts deleted file mode 100644 index 44b46a0c1bdd5..0000000000000 --- a/components/simplekpi/app/simplekpi.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "simplekpi", - 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/simplekpi/tsconfig.json b/components/simplekpi/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/simplekpi/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/simpletexting/app/simpletexting.app.ts b/components/simpletexting/app/simpletexting.app.ts deleted file mode 100644 index 4ae893e9440e4..0000000000000 --- a/components/simpletexting/app/simpletexting.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "simpletexting", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/simpletexting/tsconfig.json b/components/simpletexting/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/simpletexting/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/slack_demo_app/app/slack_demo_app.app.ts b/components/slack_demo_app/app/slack_demo_app.app.ts deleted file mode 100644 index 40febd3d1a159..0000000000000 --- a/components/slack_demo_app/app/slack_demo_app.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "slack_demo_app", - 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/slack_demo_app/tsconfig.json b/components/slack_demo_app/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/slack_demo_app/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/slack_demo_app_1/app/slack_demo_app_1.app.ts b/components/slack_demo_app_1/app/slack_demo_app_1.app.ts deleted file mode 100644 index 27b1d9a0caa5c..0000000000000 --- a/components/slack_demo_app_1/app/slack_demo_app_1.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "slack_demo_app_1", - 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/slack_demo_app_1/tsconfig.json b/components/slack_demo_app_1/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/slack_demo_app_1/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/smartreach/app/smartreach.app.ts b/components/smartreach/app/smartreach.app.ts deleted file mode 100644 index 4dc90d430bbc4..0000000000000 --- a/components/smartreach/app/smartreach.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "smartreach", - 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/smartreach/tsconfig.json b/components/smartreach/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/smartreach/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/smartrmail/app/smartrmail.app.ts b/components/smartrmail/app/smartrmail.app.ts deleted file mode 100644 index 94d7745c648bd..0000000000000 --- a/components/smartrmail/app/smartrmail.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "smartrmail", - 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/smartrmail/tsconfig.json b/components/smartrmail/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/smartrmail/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/smarty/app/smarty.app.ts b/components/smarty/app/smarty.app.ts deleted file mode 100644 index 5e9d5360cdd8a..0000000000000 --- a/components/smarty/app/smarty.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "smarty", - 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/smarty/tsconfig.json b/components/smarty/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/smarty/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/sms_it/app/sms_it.app.ts b/components/sms_it/app/sms_it.app.ts deleted file mode 100644 index 1290eff9a4edb..0000000000000 --- a/components/sms_it/app/sms_it.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "sms_it", - 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/sms_it/tsconfig.json b/components/sms_it/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/sms_it/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/sms_magic/app/sms_magic.app.ts b/components/sms_magic/app/sms_magic.app.ts deleted file mode 100644 index 32f69a10f44ba..0000000000000 --- a/components/sms_magic/app/sms_magic.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "sms_magic", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/sms_magic/tsconfig.json b/components/sms_magic/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/sms_magic/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/snapchat_marketing/app/snapchat_marketing.app.ts b/components/snapchat_marketing/app/snapchat_marketing.app.ts deleted file mode 100644 index b3ff1e52ce84a..0000000000000 --- a/components/snapchat_marketing/app/snapchat_marketing.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "snapchat_marketing", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/snapchat_marketing/tsconfig.json b/components/snapchat_marketing/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/snapchat_marketing/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/snapdocs/app/snapdocs.app.ts b/components/snapdocs/app/snapdocs.app.ts deleted file mode 100644 index 0e42ac8d2d567..0000000000000 --- a/components/snapdocs/app/snapdocs.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "snapdocs", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/snapdocs/tsconfig.json b/components/snapdocs/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/snapdocs/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/snyk/app/snyk.app.ts b/components/snyk/app/snyk.app.ts deleted file mode 100644 index 8acd70c6953b0..0000000000000 --- a/components/snyk/app/snyk.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "snyk", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/snyk/tsconfig.json b/components/snyk/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/snyk/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/softledger/app/softledger.app.ts b/components/softledger/app/softledger.app.ts deleted file mode 100644 index 2c4b7058a64b7..0000000000000 --- a/components/softledger/app/softledger.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "softledger", - 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/softledger/tsconfig.json b/components/softledger/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/softledger/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/solarwinds_service_desk/app/solarwinds_service_desk.app.ts b/components/solarwinds_service_desk/app/solarwinds_service_desk.app.ts deleted file mode 100644 index 2f803e60cd045..0000000000000 --- a/components/solarwinds_service_desk/app/solarwinds_service_desk.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "solarwinds_service_desk", - 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/solarwinds_service_desk/tsconfig.json b/components/solarwinds_service_desk/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/solarwinds_service_desk/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/sportsdata/app/sportsdata.app.ts b/components/sportsdata/app/sportsdata.app.ts deleted file mode 100644 index 34999f3d1f103..0000000000000 --- a/components/sportsdata/app/sportsdata.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "sportsdata", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/sportsdata/tsconfig.json b/components/sportsdata/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/sportsdata/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/starton/app/starton.app.ts b/components/starton/app/starton.app.ts deleted file mode 100644 index fe14493fd1168..0000000000000 --- a/components/starton/app/starton.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "starton", - 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/starton/tsconfig.json b/components/starton/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/starton/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/stealthseminar/app/stealthseminar.app.ts b/components/stealthseminar/app/stealthseminar.app.ts deleted file mode 100644 index 475a374d1c066..0000000000000 --- a/components/stealthseminar/app/stealthseminar.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "stealthseminar", - 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/stealthseminar/tsconfig.json b/components/stealthseminar/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/stealthseminar/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/stormglass_io/app/stormglass_io.app.ts b/components/stormglass_io/app/stormglass_io.app.ts deleted file mode 100644 index 2b7d8ac06d7e8..0000000000000 --- a/components/stormglass_io/app/stormglass_io.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "stormglass_io", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/stormglass_io/tsconfig.json b/components/stormglass_io/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/stormglass_io/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/studio_by_ai21_labs/app/studio_by_ai21_labs.app.ts b/components/studio_by_ai21_labs/app/studio_by_ai21_labs.app.ts deleted file mode 100644 index 521fb3ffaf9fc..0000000000000 --- a/components/studio_by_ai21_labs/app/studio_by_ai21_labs.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "studio_by_ai21_labs", - 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/studio_by_ai21_labs/tsconfig.json b/components/studio_by_ai21_labs/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/studio_by_ai21_labs/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/successeve/app/successeve.app.ts b/components/successeve/app/successeve.app.ts deleted file mode 100644 index 2b2309dd854cd..0000000000000 --- a/components/successeve/app/successeve.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "successeve", - 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/successeve/tsconfig.json b/components/successeve/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/successeve/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/sugarcrm_/app/sugarcrm_.app.ts b/components/sugarcrm_/app/sugarcrm_.app.ts deleted file mode 100644 index ebae59c974f78..0000000000000 --- a/components/sugarcrm_/app/sugarcrm_.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "sugarcrm_", - 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/sugarcrm_/tsconfig.json b/components/sugarcrm_/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/sugarcrm_/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/survey2connect/app/survey2connect.app.ts b/components/survey2connect/app/survey2connect.app.ts deleted file mode 100644 index 0277669777e0b..0000000000000 --- a/components/survey2connect/app/survey2connect.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "survey2connect", - 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/survey2connect/tsconfig.json b/components/survey2connect/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/survey2connect/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/survicate/app/survicate.app.ts b/components/survicate/app/survicate.app.ts deleted file mode 100644 index 975cf88582e33..0000000000000 --- a/components/survicate/app/survicate.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "survicate", - 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/survicate/tsconfig.json b/components/survicate/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/survicate/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/swiftype/app/swiftype.app.ts b/components/swiftype/app/swiftype.app.ts deleted file mode 100644 index 35b02af80749b..0000000000000 --- a/components/swiftype/app/swiftype.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "swiftype", - 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/swiftype/tsconfig.json b/components/swiftype/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/swiftype/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/switchboard/app/switchboard.app.ts b/components/switchboard/app/switchboard.app.ts deleted file mode 100644 index e2519031df6d5..0000000000000 --- a/components/switchboard/app/switchboard.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "switchboard", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/switchboard/tsconfig.json b/components/switchboard/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/switchboard/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/syncro/app/syncro.app.ts b/components/syncro/app/syncro.app.ts deleted file mode 100644 index fd5b3a392b6cc..0000000000000 --- a/components/syncro/app/syncro.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "syncro", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/syncro/tsconfig.json b/components/syncro/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/syncro/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/t2m_url_shortener/app/t2m_url_shortener.app.ts b/components/t2m_url_shortener/app/t2m_url_shortener.app.ts deleted file mode 100644 index 182ad5499002e..0000000000000 --- a/components/t2m_url_shortener/app/t2m_url_shortener.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "t2m_url_shortener", - 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/t2m_url_shortener/tsconfig.json b/components/t2m_url_shortener/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/t2m_url_shortener/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/talenox/app/talenox.app.ts b/components/talenox/app/talenox.app.ts deleted file mode 100644 index 031ea9d0deebb..0000000000000 --- a/components/talenox/app/talenox.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "talenox", - 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/talenox/tsconfig.json b/components/talenox/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/talenox/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/talentlms/app/talentlms.app.ts b/components/talentlms/app/talentlms.app.ts deleted file mode 100644 index ccef27e2474ca..0000000000000 --- a/components/talentlms/app/talentlms.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "talentlms", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/talentlms/tsconfig.json b/components/talentlms/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/talentlms/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/talkspirit/app/talkspirit.app.ts b/components/talkspirit/app/talkspirit.app.ts deleted file mode 100644 index a1ec11e28b5b0..0000000000000 --- a/components/talkspirit/app/talkspirit.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "talkspirit", - 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/talkspirit/tsconfig.json b/components/talkspirit/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/talkspirit/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/tapfiliate/app/tapfiliate.app.ts b/components/tapfiliate/app/tapfiliate.app.ts deleted file mode 100644 index d3a01bfa21dfc..0000000000000 --- a/components/tapfiliate/app/tapfiliate.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "tapfiliate", - 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/tapfiliate/tsconfig.json b/components/tapfiliate/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/tapfiliate/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/td_ameritrade/app/td_ameritrade.app.ts b/components/td_ameritrade/app/td_ameritrade.app.ts deleted file mode 100644 index fce96def76336..0000000000000 --- a/components/td_ameritrade/app/td_ameritrade.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "td_ameritrade", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/td_ameritrade/tsconfig.json b/components/td_ameritrade/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/td_ameritrade/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/teamdeck/app/teamdeck.app.ts b/components/teamdeck/app/teamdeck.app.ts deleted file mode 100644 index d3f5a26d8814b..0000000000000 --- a/components/teamdeck/app/teamdeck.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "teamdeck", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/teamdeck/tsconfig.json b/components/teamdeck/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/teamdeck/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/teamwave/app/teamwave.app.ts b/components/teamwave/app/teamwave.app.ts deleted file mode 100644 index a69a4df8ec215..0000000000000 --- a/components/teamwave/app/teamwave.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "teamwave", - 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/teamwave/tsconfig.json b/components/teamwave/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/teamwave/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/telesign/app/telesign.app.ts b/components/telesign/app/telesign.app.ts deleted file mode 100644 index 69eae41005e32..0000000000000 --- a/components/telesign/app/telesign.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "telesign", - 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/telesign/tsconfig.json b/components/telesign/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/telesign/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/terminus_app/app/terminus_app.app.ts b/components/terminus_app/app/terminus_app.app.ts deleted file mode 100644 index e6a788eab9326..0000000000000 --- a/components/terminus_app/app/terminus_app.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "terminus_app", - 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/terminus_app/tsconfig.json b/components/terminus_app/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/terminus_app/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/textgain/app/textgain.app.ts b/components/textgain/app/textgain.app.ts deleted file mode 100644 index aa93bcbf474d5..0000000000000 --- a/components/textgain/app/textgain.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "textgain", - 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/textgain/tsconfig.json b/components/textgain/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/textgain/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/textmagic/app/textmagic.app.ts b/components/textmagic/app/textmagic.app.ts deleted file mode 100644 index 93343817dae83..0000000000000 --- a/components/textmagic/app/textmagic.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "textmagic", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/textmagic/tsconfig.json b/components/textmagic/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/textmagic/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/thankster/app/thankster.app.ts b/components/thankster/app/thankster.app.ts deleted file mode 100644 index 3025dd79acdb8..0000000000000 --- a/components/thankster/app/thankster.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "thankster", - 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/thankster/tsconfig.json b/components/thankster/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/thankster/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/threescribe/app/threescribe.app.ts b/components/threescribe/app/threescribe.app.ts deleted file mode 100644 index f56842efde96f..0000000000000 --- a/components/threescribe/app/threescribe.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "threescribe", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/threescribe/tsconfig.json b/components/threescribe/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/threescribe/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/time_tracker_by_ebillity/app/time_tracker_by_ebillity.app.ts b/components/time_tracker_by_ebillity/app/time_tracker_by_ebillity.app.ts deleted file mode 100644 index 8ffb1e2248c50..0000000000000 --- a/components/time_tracker_by_ebillity/app/time_tracker_by_ebillity.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "time_tracker_by_ebillity", - 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/time_tracker_by_ebillity/tsconfig.json b/components/time_tracker_by_ebillity/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/time_tracker_by_ebillity/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/tmetric/app/tmetric.app.ts b/components/tmetric/app/tmetric.app.ts deleted file mode 100644 index e45b85dc1b663..0000000000000 --- a/components/tmetric/app/tmetric.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "tmetric", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/tmetric/tsconfig.json b/components/tmetric/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/tmetric/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/tolstoy/app/tolstoy.app.ts b/components/tolstoy/app/tolstoy.app.ts deleted file mode 100644 index 897fded204ecf..0000000000000 --- a/components/tolstoy/app/tolstoy.app.ts +++ /dev/null @@ -1,40 +0,0 @@ -import { defineApp } from "@pipedream/types"; -import { axios } from "@pipedream/platform"; - -export default defineApp({ - type: "app", - app: "tolstoy", - propDefinitions: {}, - methods: { - _apiKey() { - return this.$auth.api_key; - }, - _apiUrl() { - return "https://api.gotolstoy.com"; - }, - async _makeRequest({ - $ = this, path, ...args - }) { - return axios($, { - url: `${this._apiUrl()}${path}`, - headers: { - Authorization: `Bearer ${this._apiKey()}`, - }, - ...args, - }); - }, - async createWebhook({ ...args }) { - return this._makeRequest({ - path: "/webhooks/", - method: "post", - ...args, - }); - }, - async removeWebhook(webhookId) { - return this._makeRequest({ - path: `/webhooks/${webhookId}`, - method: "delete", - }); - }, - }, -}); diff --git a/components/tolstoy/tsconfig.json b/components/tolstoy/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/tolstoy/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/tomba/app/tomba.app.ts b/components/tomba/app/tomba.app.ts deleted file mode 100644 index 81380ed70ed63..0000000000000 --- a/components/tomba/app/tomba.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "tomba", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/tomba/tsconfig.json b/components/tomba/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/tomba/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/trainual/app/trainual.app.ts b/components/trainual/app/trainual.app.ts deleted file mode 100644 index f781c972815a6..0000000000000 --- a/components/trainual/app/trainual.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "trainual", - 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/trainual/tsconfig.json b/components/trainual/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/trainual/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/trint/app/trint.app.ts b/components/trint/app/trint.app.ts deleted file mode 100644 index 73fc7b7e372f5..0000000000000 --- a/components/trint/app/trint.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "trint", - 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/trint/tsconfig.json b/components/trint/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/trint/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/turbohire/app/turbohire.app.ts b/components/turbohire/app/turbohire.app.ts deleted file mode 100644 index b994de3d82777..0000000000000 --- a/components/turbohire/app/turbohire.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "turbohire", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/turbohire/tsconfig.json b/components/turbohire/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/turbohire/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/tutor_lms/app/tutor_lms.app.ts b/components/tutor_lms/app/tutor_lms.app.ts deleted file mode 100644 index b233d50be6ab0..0000000000000 --- a/components/tutor_lms/app/tutor_lms.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "tutor_lms", - 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/tutor_lms/tsconfig.json b/components/tutor_lms/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/tutor_lms/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/twelve_data/app/twelve_data.app.ts b/components/twelve_data/app/twelve_data.app.ts deleted file mode 100644 index 4d5cb133e84e5..0000000000000 --- a/components/twelve_data/app/twelve_data.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "twelve_data", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/twelve_data/tsconfig.json b/components/twelve_data/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/twelve_data/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/typless/app/typless.app.ts b/components/typless/app/typless.app.ts deleted file mode 100644 index 31bd44aa76ed3..0000000000000 --- a/components/typless/app/typless.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "typless", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/typless/tsconfig.json b/components/typless/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/typless/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/uchat/app/uchat.app.ts b/components/uchat/app/uchat.app.ts deleted file mode 100644 index dacc08f4868e6..0000000000000 --- a/components/uchat/app/uchat.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "uchat", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/uchat/tsconfig.json b/components/uchat/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/uchat/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/uk_gov_vehecle_enquiry_api/app/uk_gov_vehecle_enquiry_api.app.ts b/components/uk_gov_vehecle_enquiry_api/app/uk_gov_vehecle_enquiry_api.app.ts deleted file mode 100644 index 8c081969914fa..0000000000000 --- a/components/uk_gov_vehecle_enquiry_api/app/uk_gov_vehecle_enquiry_api.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "uk_gov_vehecle_enquiry_api", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/uk_gov_vehecle_enquiry_api/tsconfig.json b/components/uk_gov_vehecle_enquiry_api/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/uk_gov_vehecle_enquiry_api/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/user_com/app/user_com.app.ts b/components/user_com/app/user_com.app.ts deleted file mode 100644 index 63f6f6d1b0287..0000000000000 --- a/components/user_com/app/user_com.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "user_com", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/user_com/tsconfig.json b/components/user_com/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/user_com/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/utradea/app/utradea.app.ts b/components/utradea/app/utradea.app.ts deleted file mode 100644 index 600e7a5233484..0000000000000 --- a/components/utradea/app/utradea.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "utradea", - 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/utradea/tsconfig.json b/components/utradea/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/utradea/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/vectera/app/vectera.app.ts b/components/vectera/app/vectera.app.ts deleted file mode 100644 index 54bd7728fb725..0000000000000 --- a/components/vectera/app/vectera.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "vectera", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/vectera/tsconfig.json b/components/vectera/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/vectera/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/verifybee/app/verifybee.app.ts b/components/verifybee/app/verifybee.app.ts deleted file mode 100644 index 6c642c1264a4d..0000000000000 --- a/components/verifybee/app/verifybee.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "verifybee", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/verifybee/tsconfig.json b/components/verifybee/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/verifybee/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/virustotal/app/virustotal.app.ts b/components/virustotal/app/virustotal.app.ts deleted file mode 100644 index 431be0cb8b206..0000000000000 --- a/components/virustotal/app/virustotal.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "virustotal", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/virustotal/tsconfig.json b/components/virustotal/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/virustotal/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/vivifyscrum/app/vivifyscrum.app.ts b/components/vivifyscrum/app/vivifyscrum.app.ts deleted file mode 100644 index 34d15fa59d352..0000000000000 --- a/components/vivifyscrum/app/vivifyscrum.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "vivifyscrum", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/vivifyscrum/tsconfig.json b/components/vivifyscrum/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/vivifyscrum/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/vk/app/vk.app.ts b/components/vk/app/vk.app.ts deleted file mode 100644 index f1d6c9546f5a5..0000000000000 --- a/components/vk/app/vk.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "vk", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/vk/tsconfig.json b/components/vk/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/vk/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/voice/app/voice.app.ts b/components/voice/app/voice.app.ts deleted file mode 100644 index d5f1a0676bfb0..0000000000000 --- a/components/voice/app/voice.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "voice", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/voice/tsconfig.json b/components/voice/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/voice/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/voice/voice.app.mjs b/components/voice/voice.app.mjs index 97fd6f5ebd420..adb39807b06ba 100644 --- a/components/voice/voice.app.mjs +++ b/components/voice/voice.app.mjs @@ -8,4 +8,4 @@ export default { console.log(Object.keys(this.$auth)); }, }, -}; \ No newline at end of file +}; diff --git a/components/vosfactures/app/vosfactures.app.ts b/components/vosfactures/app/vosfactures.app.ts deleted file mode 100644 index 27b7958810ba1..0000000000000 --- a/components/vosfactures/app/vosfactures.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "vosfactures", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/vosfactures/tsconfig.json b/components/vosfactures/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/vosfactures/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/warpcast/app/warpcast.app.ts b/components/warpcast/app/warpcast.app.ts deleted file mode 100644 index ce66316866c10..0000000000000 --- a/components/warpcast/app/warpcast.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "warpcast", - 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/warpcast/tsconfig.json b/components/warpcast/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/warpcast/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/watchsignals/app/watchsignals.app.ts b/components/watchsignals/app/watchsignals.app.ts deleted file mode 100644 index 6f5abb61f91d7..0000000000000 --- a/components/watchsignals/app/watchsignals.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "watchsignals", - 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/watchsignals/tsconfig.json b/components/watchsignals/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/watchsignals/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/whosonlocation/app/whosonlocation.app.ts b/components/whosonlocation/app/whosonlocation.app.ts deleted file mode 100644 index 5d14f6aa7917d..0000000000000 --- a/components/whosonlocation/app/whosonlocation.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "whosonlocation", - 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/whosonlocation/tsconfig.json b/components/whosonlocation/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/whosonlocation/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/wicked_reports/app/wicked_reports.app.ts b/components/wicked_reports/app/wicked_reports.app.ts deleted file mode 100644 index 0e0262be0eb38..0000000000000 --- a/components/wicked_reports/app/wicked_reports.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "wicked_reports", - 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/wicked_reports/tsconfig.json b/components/wicked_reports/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/wicked_reports/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/wire2air/app/wire2air.app.ts b/components/wire2air/app/wire2air.app.ts deleted file mode 100644 index d94bc0ba7efb1..0000000000000 --- a/components/wire2air/app/wire2air.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "wire2air", - 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/wire2air/tsconfig.json b/components/wire2air/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/wire2air/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/wishpond/app/wishpond.app.ts b/components/wishpond/app/wishpond.app.ts deleted file mode 100644 index 368f13ce2b421..0000000000000 --- a/components/wishpond/app/wishpond.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "wishpond", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/wishpond/tsconfig.json b/components/wishpond/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/wishpond/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/wix/app/wix.app.ts b/components/wix/app/wix.app.ts deleted file mode 100644 index a203797989912..0000000000000 --- a/components/wix/app/wix.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "wix", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/wix/tsconfig.json b/components/wix/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/wix/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/woopra/app/woopra.app.ts b/components/woopra/app/woopra.app.ts deleted file mode 100644 index 7d92589b1b61d..0000000000000 --- a/components/woopra/app/woopra.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "woopra", - 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/woopra/tsconfig.json b/components/woopra/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/woopra/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/workiom/app/workiom.app.ts b/components/workiom/app/workiom.app.ts deleted file mode 100644 index 9f0a861202903..0000000000000 --- a/components/workiom/app/workiom.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "workiom", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/workiom/tsconfig.json b/components/workiom/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/workiom/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/worksnaps/app/worksnaps.app.ts b/components/worksnaps/app/worksnaps.app.ts deleted file mode 100644 index f0ff26fc8cc2a..0000000000000 --- a/components/worksnaps/app/worksnaps.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "worksnaps", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/worksnaps/tsconfig.json b/components/worksnaps/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/worksnaps/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/writesonic/app/writesonic.app.ts b/components/writesonic/app/writesonic.app.ts deleted file mode 100644 index 5fd3de698ffd9..0000000000000 --- a/components/writesonic/app/writesonic.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "writesonic", - 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/writesonic/tsconfig.json b/components/writesonic/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/writesonic/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/xperiencify/app/xperiencify.app.ts b/components/xperiencify/app/xperiencify.app.ts deleted file mode 100644 index e69e4f2e4eddc..0000000000000 --- a/components/xperiencify/app/xperiencify.app.ts +++ /dev/null @@ -1,134 +0,0 @@ -import { defineApp } from "@pipedream/types"; -import { axios } from "@pipedream/platform"; - -export default defineApp({ - type: "app", - app: "xperiencify", - propDefinitions: { - courseId: { - type: "integer", - label: "Course", - description: "Course", - async options() { - const courses = await this.listCourses(); - return courses.map((course) => ({ - label: course.title, - value: course.id, - })); - }, - }, - student: { - type: "string", - label: "Student", - description: "The student's email address", - async options({ courseId }) { - const students = !courseId - ? await this.listAllStudents() - : await this.getStudentsForCourse({ - courseId, - }); - return students.map((student) => ({ - label: student.first_name, - value: student.email, - })); - }, - }, - tags: { - type: "string[]", - label: "Tags", - description: "Student tags", - async options({ studentEmail }) { - const tags = await this.listStudentTags({ - data: { - student_email: studentEmail, - }, - }); - return tags; - }, - }, - }, - methods: { - async _makeRequest({ - $ = this, path, params, ...opts - }) { - try { - return await axios($, { - url: `https://api.xperiencify.io/api/public${path}`, - params: { - api_key: this.$auth.api_key, - ...params, - }, - ...opts, - }); - } catch (e) { - console.error(e.response.data); - throw e; - } - }, - async listCourses(opts = {}) { - return this._makeRequest({ - path: "/coach/courses", - ...opts, - }); - }, - async listAllStudents() { - const courses = await this.listCourses(); - const promises = courses.map(async (course) => this.getStudentsForCourse({ - courseId: course.id, - })); - return (await Promise.all(promises)).flat().sort(); - }, - async listStudentTags(opts = {}) { - return this._makeRequest({ - path: "/student/tag/list", - ...opts, - }); - }, - async addTagsToStudent(opts = {}) { - return this._makeRequest({ - path: "/student/tag/manager", - method: "post", - ...opts, - }); - }, - async removeTagsFromStudent(opts = {}) { - return this._makeRequest({ - path: "/student/tag/manager", - method: "delete", - ...opts, - }); - }, - async removeStudentFromAllCourses(opts = {}) { - return this._makeRequest({ - path: "/student/course/remove/all", - method: "post", // yes, it's supposed to be post - ...opts, - }); - }, - async getStudentsForCourse({ courseId }) { - const courses = await this.listCourses(); - const [ - course, - ] = courses.filter((course) => course.id === courseId) || []; - - if (!course) { - throw new Error(`Course ${courseId} not found`); - } - return course.users; - }, - async addStudentToCourse(opts = {}) { - return this._makeRequest({ - path: "/student/create", - method: "post", - ...opts, - }); - }, - async removeStudentFromCourse(opts = {}) { - return this._makeRequest({ - path: "/student/course/remove", - method: "post", // yes, it's supposed to be post - ...opts, - }); - }, - }, -}); diff --git a/components/xperiencify/tsconfig.json b/components/xperiencify/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/xperiencify/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/yoast_seo/app/yoast_seo.app.ts b/components/yoast_seo/app/yoast_seo.app.ts deleted file mode 100644 index 82cd36e6c6993..0000000000000 --- a/components/yoast_seo/app/yoast_seo.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "yoast_seo", - 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/yoast_seo/tsconfig.json b/components/yoast_seo/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/yoast_seo/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/you_can_book_me/app/you_can_book_me.app.ts b/components/you_can_book_me/app/you_can_book_me.app.ts deleted file mode 100644 index 4681d15dbec62..0000000000000 --- a/components/you_can_book_me/app/you_can_book_me.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "you_can_book_me", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/you_can_book_me/tsconfig.json b/components/you_can_book_me/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/you_can_book_me/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/yr/app/yr.app.ts b/components/yr/app/yr.app.ts deleted file mode 100644 index edabc089a9218..0000000000000 --- a/components/yr/app/yr.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "yr", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/yr/tsconfig.json b/components/yr/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/yr/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/yumpu/app/yumpu.app.ts b/components/yumpu/app/yumpu.app.ts deleted file mode 100644 index 9946b26f29433..0000000000000 --- a/components/yumpu/app/yumpu.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "yumpu", - 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/yumpu/tsconfig.json b/components/yumpu/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/yumpu/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/components/zuora/app/zuora.app.ts b/components/zuora/app/zuora.app.ts deleted file mode 100644 index 1e71d872ada91..0000000000000 --- a/components/zuora/app/zuora.app.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineApp } from "@pipedream/types"; - -export default defineApp({ - type: "app", - app: "zuora", - propDefinitions: {}, - methods: { - // this.$auth contains connected account data - authKeys() { - console.log(Object.keys(this.$auth)); - }, - }, -}); diff --git a/components/zuora/tsconfig.json b/components/zuora/tsconfig.json deleted file mode 100644 index 3a9389484d040..0000000000000 --- a/components/zuora/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.components.json" -} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 760a07aac7bba..26d34202f6f29 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13014,8 +13014,7 @@ importers: specifier: ^1.4.0 version: 1.6.6 - components/siteglide: - specifiers: {} + components/siteglide: {} components/siteleaf: dependencies: @@ -13371,8 +13370,7 @@ importers: specifier: ^4.0.0 version: 4.0.1 - components/sperse: - specifiers: {} + components/sperse: {} components/spider: dependencies: diff --git a/scripts/generate-package-report.js b/scripts/generate-package-report.js index 64000f822c200..fd249c4cfa75e 100644 --- a/scripts/generate-package-report.js +++ b/scripts/generate-package-report.js @@ -353,16 +353,23 @@ function validateRelativeImports(packageJson, app) { const content = fs.readFileSync(mainFile, 'utf8'); // Find all relative imports to other app files or components - const relativeImportRegex = /import\s+.*\s+from\s+["'](\.\.\/[^"']+\.(?:app\.)?mjs)["']/g; + const relativeImportRegex = /import\s+.*\s+from\s+["']((?:\.\.\/)+([^"'/]+)\/[^"']*\.(?:app\.)?mjs)["']/g; const relativeImports = []; let match; while ((match = relativeImportRegex.exec(content)) !== null) { const relativePath = match[1]; + const firstFolderName = match[2]; // Captured group for the first folder name + + // Skip if the first folder name is one of the standard app folders + if (['app', 'actions', 'sources', 'common'].includes(firstFolderName)) { + break; + } + let suggestion = ''; // Check if it's an app import - if (relativePath.includes('.app.mjs')) { + if (relativePath.includes('.app.mjs') || relativePath.includes('.app.ts')) { const pathParts = relativePath.split('/'); if (pathParts.length >= 2) { const importedApp = pathParts[1]; diff --git a/tsconfig.json b/tsconfig.json index 740ef0270296b..dab5acb721487 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,10 @@ "baseUrl": ".", "rootDir": ".", "moduleResolution": "node", - "lib": ["es2020", "dom"] + "lib": [ + "es2020", + "dom" + ] }, "exclude": [ "components" @@ -22,249 +25,27 @@ { "path": "components/tookan" }, - { - "path": "components/snapchat_marketing" - }, { "path": "components/nectar_crm" }, - { - "path": "components/coinbase_commerce" - }, - { - "path": "components/serveravatar" - }, - { - "path": "components/verifalia" - }, { "path": "components/dialpad" }, - { - "path": "components/render" - }, - { - "path": "components/propelauth" - }, - { - "path": "components/nextdns" - }, - { - "path": "components/scopemaster" - }, - { - "path": "components/pretix" - }, - { - "path": "components/phone_com" - }, - { - "path": "components/f15five" - }, - { - "path": "components/agendor" - }, - { - "path": "components/autoklose" - }, - { - "path": "components/digicert" - }, - { - "path": "components/paypro" - }, - { - "path": "components/ticket_tailor" - }, - { - "path": "components/detrack" - }, - { - "path": "components/stormglass_io" - }, - { - "path": "components/craftmypdf" - }, - { - "path": "components/onesaas" - }, - { - "path": "components/threescribe" - }, - { - "path": "components/calendarhero" - }, - { - "path": "components/captaindata" - }, - { - "path": "components/sellix" - }, - { - "path": "components/acumbamail" - }, - { - "path": "components/apex_27" - }, - { - "path": "components/xperiencify" - }, - { - "path": "components/persistiq" - }, - { - "path": "components/tolstoy" - }, - { - "path": "components/enormail" - }, - { - "path": "components/api2pdf" - }, - { - "path": "components/sympla" - }, - { - "path": "components/botbaba" - }, - { - "path": "components/cloudfill" - }, - { - "path": "components/pikaso" - }, - { - "path": "components/beehiiv" - }, - { - "path": "components/brosix" - }, - { - "path": "components/picky_assist" - }, - { - "path": "components/apitemplate_io" - }, - { - "path": "components/xendit" - }, - { - "path": "components/clickmeeting" - }, - { - "path": "components/gobio_link" - }, - { - "path": "components/linqs_cc" - }, - { - "path": "components/f15five" - }, - { - "path": "components/agendor" - }, - { - "path": "components/autoklose" - }, - { - "path": "components/digicert" - }, - { - "path": "components/paypro" - }, - { - "path": "components/ticket_tailor" - }, { "path": "components/detrack" }, - { - "path": "components/stormglass_io" - }, - { - "path": "components/craftmypdf" - }, - { - "path": "components/onesaas" - }, - { - "path": "components/threescribe" - }, - { - "path": "components/calendarhero" - }, - { - "path": "components/captaindata" - }, - { - "path": "components/sellix" - }, - { - "path": "components/acumbamail" - }, - { - "path": "components/apex_27" - }, - { - "path": "components/xperiencify" - }, { "path": "components/persistiq" }, - { - "path": "components/tolstoy" - }, - { - "path": "components/enormail" - }, - { - "path": "components/api2pdf" - }, - { - "path": "components/sympla" - }, - { - "path": "components/botbaba" - }, - { - "path": "components/tomba" - }, - { - "path": "components/cloudfill" - }, { "path": "components/pikaso" }, { "path": "components/beehiiv" }, - { - "path": "components/brosix" - }, - { - "path": "components/picky_assist" - }, { "path": "components/apitemplate_io" }, - { - "path": "components/xendit" - }, - { - "path": "components/clickmeeting" - }, - { - "path": "components/gobio_link" - }, - { - "path": "components/linqs_cc" - }, - { - "path": "components/intuiface" - }, - { - "path": "components/jobnimbus" - }, { "path": "components/niftyimages" }, @@ -277,2489 +58,143 @@ { "path": "components/mediatoolkit" }, - { - "path": "components/qwilr" - }, - { - "path": "components/heartbeat" - }, - { - "path": "components/realphonevalidation" - }, - { - "path": "components/oncehub" - }, - { - "path": "components/murlist" - }, - { - "path": "components/laposta" - }, - { - "path": "components/transistor_fm" - }, - { - "path": "components/mailify" - }, - { - "path": "components/mailrefine" - }, - { - "path": "components/jellyreach" - }, { "path": "components/workast" }, - { - "path": "components/uchat" - }, - { - "path": "components/marketing_master_io" - }, - { - "path": "components/grist" - }, - { - "path": "components/vbout" - }, { "path": "components/quickemailverification" }, - { - "path": "components/typless" - }, - { - "path": "components/typebot" - }, { "path": "components/profitwell" }, { - "path": "components/helcim" - }, - { - "path": "components/virustotal" - }, - { - "path": "components/curated" - }, - { - "path": "components/getprospect" - }, - { - "path": "components/gist" - }, - { - "path": "components/sales_simplify" - }, - { - "path": "components/junip" - }, - { - "path": "components/e_conomic" - }, - { - "path": "components/godial" - }, - { - "path": "components/salesblink" + "path": "components/smaily" }, { - "path": "components/signwell" + "path": "components/rise" }, { - "path": "components/social_intents" + "path": "components/amplenote" }, { - "path": "components/smaily" + "path": "components/wildberries" }, { - "path": "components/reply_io" + "path": "components/infusionsoft" }, { - "path": "components/regfox" + "path": "components/expensify" }, { - "path": "components/rise" + "path": "components/smtp2go" }, { - "path": "components/referralrock" + "path": "components/namely" }, { - "path": "components/shippotoken" + "path": "components/twitch_developer_app" }, { - "path": "components/amplenote" + "path": "components/google_workspace" }, { - "path": "components/wildberries" + "path": "components/lob" }, { - "path": "components/yr" + "path": "components/waitwhile" }, { - "path": "components/deepgram" + "path": "components/google_recaptcha" }, { - "path": "components/smiirl" + "path": "components/shipcloud" }, { - "path": "components/fedex" + "path": "components/docupilot" }, { - "path": "components/infusionsoft" + "path": "components/repuso" }, { - "path": "components/expensify" + "path": "components/neverbounce" }, { - "path": "components/readwise" + "path": "components/verdict_as_a_service" }, { - "path": "components/smtp2go" + "path": "components/mailboxvalidator" }, { - "path": "components/degreed" + "path": "components/mattermost" }, { - "path": "components/conveyor" + "path": "components/buy_me_a_coffee" }, { - "path": "components/namely" + "path": "components/kanbanflow" }, { - "path": "components/propeller" + "path": "components/clientary" }, { - "path": "components/twitch_developer_app" + "path": "components/baserow" }, { - "path": "components/vectera" + "path": "components/yelp" }, { - "path": "components/triggercmd" + "path": "components/cloudmersive" }, { - "path": "components/isn" + "path": "components/practitest" }, { - "path": "components/chaport" + "path": "components/raven_tools" }, { - "path": "components/dots_" + "path": "components/salesmate" }, { - "path": "components/exact" + "path": "components/reversecontact" }, { - "path": "components/google_directory" + "path": "components/coassemble" }, { - "path": "components/looker" + "path": "components/lemon_squeezy" }, { - "path": "components/ethereum" + "path": "components/mailbluster" }, { - "path": "components/sendle" + "path": "components/formatting" }, { - "path": "components/google_workspace" + "path": "components/resend" }, { - "path": "components/cartes" + "path": "components/team_up" }, { - "path": "components/dictionary_api" + "path": "components/data_axle_platform" }, { - "path": "components/foxy" + "path": "components/twitter" }, { - "path": "components/lob" + "path": "components/currencyscoop" }, { - "path": "components/voice" + "path": "components/concord" }, { - "path": "components/switchboard" + "path": "components/google_my_business" }, { - "path": "components/uptimerobot" + "path": "components/zoho_catalyst" }, { - "path": "components/google_appsheet" - }, - { - "path": "components/rewardful" - }, - { - "path": "components/membervault" - }, - { - "path": "components/alchemy" - }, - { - "path": "components/mapbox" - }, - { - "path": "components/mux" - }, - { - "path": "components/radar" - }, - { - "path": "components/guru" - }, - { - "path": "components/circle" - }, - { - "path": "components/godaddy" - }, - { - "path": "components/paperform" - }, - { - "path": "components/sender" - }, - { - "path": "components/syncro" - }, - { - "path": "components/teamdeck" - }, - { - "path": "components/verifybee" - }, - { - "path": "components/google_ads" - }, - { - "path": "components/oksign" - }, - { - "path": "components/cal_com" - }, - { - "path": "components/niceboard" - }, - { - "path": "components/getscreenshot" - }, - { - "path": "components/helpwise" - }, - { - "path": "components/showpad" - }, - { - "path": "components/softr" - }, - { - "path": "components/user_com" - }, - { - "path": "components/tmetric" - }, - { - "path": "components/pdfmonkey" - }, - { - "path": "components/vivifyscrum" - }, - { - "path": "components/workiom" - }, - { - "path": "components/worksnaps" - }, - { - "path": "components/vosfactures" - }, - { - "path": "components/pointerpro" - }, - { - "path": "components/darwinbox" - }, - { - "path": "components/turbohire" - }, - { - "path": "components/knowbe4" - }, - { - "path": "components/salestown" - }, - { - "path": "components/adafruit_io" - }, - { - "path": "components/iqair_airvisual" - }, - { - "path": "components/airnow" - }, - { - "path": "components/waitwhile" - }, - { - "path": "components/meetup" - }, - { - "path": "components/vk" - }, - { - "path": "components/apilio" - }, - { - "path": "components/ambient_weather" - }, - { - "path": "components/bart" - }, - { - "path": "components/google_recaptcha" - }, - { - "path": "components/amilia" - }, - { - "path": "components/bitrix24" - }, - { - "path": "components/ecwid" - }, - { - "path": "components/shipcloud" - }, - { - "path": "components/gmail" - }, - { - "path": "components/growsurf" - }, - { - "path": "components/productboard" - }, - { - "path": "components/vercel_token_auth" - }, - { - "path": "components/action_builder" - }, - { - "path": "components/action_network" - }, - { - "path": "components/gmail_custom_oauth" - }, - { - "path": "components/crisp" - }, - { - "path": "components/gmail" - }, - { - "path": "components/zoho_sheet" - }, - { - "path": "components/sailpoint" - }, - { - "path": "components/snapdocs" - }, - { - "path": "components/wakatime" - }, - { - "path": "components/congress_gov" - }, - { - "path": "components/lodgify" - }, - { - "path": "components/sailpoint_personal_token" - }, - { - "path": "components/gmail_custom_oauth" - }, - { - "path": "components/cloudlayer" - }, - { - "path": "components/qstash" - }, - { - "path": "components/twelve_data" - }, - { - "path": "components/sms" - }, - { - "path": "components/planning_center" - }, - { - "path": "components/printful_oauth" - }, - { - "path": "components/docupilot" - }, - { - "path": "components/repuso" - }, - { - "path": "components/deployhq" - }, - { - "path": "components/bingx" - }, - { - "path": "components/razorpay" - }, - { - "path": "components/neverbounce" - }, - { - "path": "components/verdict_as_a_service" - }, - { - "path": "components/wix" - }, - { - "path": "components/wishpond" - }, - { - "path": "components/nusii_proposals" - }, - { - "path": "components/callingly" - }, - { - "path": "components/bybit" - }, - { - "path": "components/aircall" - }, - { - "path": "components/kucoin_futures" - }, - { - "path": "components/deepl" - }, - { - "path": "components/sendblue" - }, - { - "path": "components/zuora" - }, - { - "path": "components/habitica" - }, - { - "path": "components/mailboxvalidator" - }, - { - "path": "components/freshbooks" - }, - { - "path": "components/slicktext" - }, - { - "path": "components/expofp" - }, - { - "path": "components/mattermost" - }, - { - "path": "components/karbon" - }, - { - "path": "components/dynatrace_api" - }, - { - "path": "components/freshsales" - }, - { - "path": "components/gender_api" - }, - { - "path": "components/sms_magic" - }, - { - "path": "components/mailcoach" - }, - { - "path": "components/mozilla_observatory" - }, - { - "path": "components/mx_toolbox" - }, - { - "path": "components/nano_nets" - }, - { - "path": "components/dispatch" - }, - { - "path": "components/edapp" - }, - { - "path": "components/miro_custom_app" - }, - { - "path": "components/nozbe_teams" - }, - { - "path": "components/coderpad" - }, - { - "path": "components/elopage" - }, - { - "path": "components/simpletexting" - }, - { - "path": "components/pilvio" - }, - { - "path": "components/webscraping_ai" - }, - { - "path": "components/corrently" - }, - { - "path": "components/logoraisr" - }, - { - "path": "components/firmalyzer_iotvas" - }, - { - "path": "components/rat_genome_database" - }, - { - "path": "components/samcart" - }, - { - "path": "components/zulip" - }, - { - "path": "components/textmagic" - }, - { - "path": "components/talentlms" - }, - { - "path": "components/abuselpdb" - }, - { - "path": "components/amcards" - }, - { - "path": "components/api_void" - }, - { - "path": "components/beaconstac" - }, - { - "path": "components/data247" - }, - { - "path": "components/chatrace" - }, - { - "path": "components/amentum_aerospace" - }, - { - "path": "components/patreon" - }, - { - "path": "components/buy_me_a_coffee" - }, - { - "path": "components/idealpostcodes" - }, - { - "path": "components/datumbox" - }, - { - "path": "components/commcare" - }, - { - "path": "components/cdc_national_environmental_public_health_tracking" - }, - { - "path": "components/enigma" - }, - { - "path": "components/easyship" - }, - { - "path": "components/avochato" - }, - { - "path": "components/graphhopper" - }, - { - "path": "components/humanitix" - }, - { - "path": "components/dialmycalls" - }, - { - "path": "components/manifestly_checklists" - }, - { - "path": "components/chatfuel_dashboard_api_" - }, - { - "path": "components/cloudtalk" - }, - { - "path": "components/bc_gov_news" - }, - { - "path": "components/sportsdata" - }, - { - "path": "components/labs64_netlicensing" - }, - { - "path": "components/circl_hash_lookup" - }, - { - "path": "components/appcues" - }, - { - "path": "components/college_football_data" - }, - { - "path": "components/listen_notes" - }, - { - "path": "components/doppler_marketing_automation" - }, - { - "path": "components/idealspot" - }, - { - "path": "components/rawg_video_games_database" - }, - { - "path": "components/neutrino" - }, - { - "path": "components/uk_gov_vehecle_enquiry_api" - }, - { - "path": "components/facturadirecta" - }, - { - "path": "components/xata" - }, - { - "path": "components/ipinfo_io" - }, - { - "path": "components/plasmic" - }, - { - "path": "components/orbisx" - }, - { - "path": "components/burst_sms" - }, - { - "path": "components/simplehash" - }, - { - "path": "components/hygraph" - }, - { - "path": "components/td_ameritrade" - }, - { - "path": "components/covalent" - }, - { - "path": "components/you_can_book_me" - }, - { - "path": "components/mobile_text_alerts" - }, - { - "path": "components/snyk" - }, - { - "path": "components/kanbanflow" - }, - { - "path": "components/facebook_groups" - }, - { - "path": "components/terminus_app" - }, - { - "path": "components/cdr_platform" - }, - { - "path": "components/whatsapp_business" - }, - { - "path": "components/d7_networks" - }, - { - "path": "components/dataset" - }, - { - "path": "components/nightfall_ai" - }, - { - "path": "components/scrapeninja" - }, - { - "path": "components/octopus_deploy" - }, - { - "path": "components/kartra" - }, - { - "path": "components/clientary" - }, - { - "path": "components/faire" - }, - { - "path": "components/talenox" - }, - { - "path": "components/azure_devops" - }, - { - "path": "components/envoy" - }, - { - "path": "components/rudderstack" - }, - { - "path": "components/baserow" - }, - { - "path": "components/rudderstack_transformation" - }, - { - "path": "components/loqate" - }, - { - "path": "components/drata" - }, - { - "path": "components/drata" - }, - { - "path": "components/yelp" - }, - { - "path": "components/mastodon" - }, - { - "path": "components/mav" - }, - { - "path": "components/n8n_io" - }, - { - "path": "components/ortto" - }, - { - "path": "components/bugsnag" - }, - { - "path": "components/databricks" - }, - { - "path": "components/mode" - }, - { - "path": "components/levity" - }, - { - "path": "components/digitalocean_spaces" - }, - { - "path": "components/kakao" - }, - { - "path": "components/builder_io" - }, - { - "path": "components/smartrmail" - }, - { - "path": "components/rapid7_insight_platform" - }, - { - "path": "components/aimtell" - }, - { - "path": "components/route4me" - }, - { - "path": "components/brandmentions" - }, - { - "path": "components/cflow" - }, - { - "path": "components/taxjar" - }, - { - "path": "components/customer_guru" - }, - { - "path": "components/clicktime" - }, - { - "path": "components/callhub" - }, - { - "path": "components/cloudmersive" - }, - { - "path": "components/crowdin" - }, - { - "path": "components/esendex" - }, - { - "path": "components/keen_io" - }, - { - "path": "components/clubworx" - }, - { - "path": "components/ryver" - }, - { - "path": "components/practitest" - }, - { - "path": "components/revamp_crm" - }, - { - "path": "components/easy_projects" - }, - { - "path": "components/call_fire" - }, - { - "path": "components/formsite" - }, - { - "path": "components/geckoboard" - }, - { - "path": "components/forms_on_fire" - }, - { - "path": "components/oneuptime" - }, - { - "path": "components/kyvio" - }, - { - "path": "components/klipfolio" - }, - { - "path": "components/bill" - }, - { - "path": "components/softledger" - }, - { - "path": "components/raven_tools" - }, - { - "path": "components/mobilemonkey" - }, - { - "path": "components/pirate_weather" - }, - { - "path": "components/hubspot_developer_app" - }, - { - "path": "components/newslit" - }, - { - "path": "components/supernotes" - }, - { - "path": "components/gatekeeper" - }, - { - "path": "components/braze" - }, - { - "path": "components/salesmate" - }, - { - "path": "components/grafbase" - }, - { - "path": "components/getswift" - }, - { - "path": "components/opsgenie" - }, - { - "path": "components/plecto" - }, - { - "path": "components/lahar" - }, - { - "path": "components/questionpro" - }, - { - "path": "components/float" - }, - { - "path": "components/givingfuel" - }, - { - "path": "components/formdesk" - }, - { - "path": "components/hub_planner" - }, - { - "path": "components/pobuca_connect" - }, - { - "path": "components/processplan" - }, - { - "path": "components/leadboxer" - }, - { - "path": "components/reversecontact" - }, - { - "path": "components/gupshup" - }, - { - "path": "components/follow_up_boss" - }, - { - "path": "components/lexoffice" - }, - { - "path": "components/remarkety" - }, - { - "path": "components/lessaccounting" - }, - { - "path": "components/onepagecrm" - }, - { - "path": "components/schedule_it" - }, - { - "path": "components/shiphero" - }, - { - "path": "components/google_forms" - }, - { - "path": "components/trainual" - }, - { - "path": "components/time_tracker_by_ebillity" - }, - { - "path": "components/trint" - }, - { - "path": "components/tubular" - }, - { - "path": "components/upwave" - }, - { - "path": "components/vtiger_crm" - }, - { - "path": "components/whosonlocation" - }, - { - "path": "components/smartsuite" - }, - { - "path": "components/whatconverts" - }, - { - "path": "components/yumpu" - }, - { - "path": "components/engage" - }, - { - "path": "components/reviews_io" - }, - { - "path": "components/sendlane" - }, - { - "path": "components/emelia" - }, - { - "path": "components/blue" - }, - { - "path": "components/announcekit" - }, - { - "path": "components/scoro" - }, - { - "path": "components/tapfiliate" - }, - { - "path": "components/smartreach" - }, - { - "path": "components/serwersms_pl" - }, - { - "path": "components/moco" - }, - { - "path": "components/coassemble" - }, - { - "path": "components/solarwinds_service_desk" - }, - { - "path": "components/sms_it" - }, - { - "path": "components/amplifier" - }, - { - "path": "components/swiftype" - }, - { - "path": "components/talkspirit" - }, - { - "path": "components/lessonspace" - }, - { - "path": "components/teamwave" - }, - { - "path": "components/tettra" - }, - { - "path": "components/wire2air" - }, - { - "path": "components/coupontools" - }, - { - "path": "components/ones2u" - }, - { - "path": "components/svix" - }, - { - "path": "components/hugging_face" - }, - { - "path": "components/onesec_mail" - }, - { - "path": "components/moonmail" - }, - { - "path": "components/lemon_squeezy" - }, - { - "path": "components/badger_maps" - }, - { - "path": "components/cabinpanda" - }, - { - "path": "components/simple_analytics" - }, - { - "path": "components/planso_forms" - }, - { - "path": "components/learndash" - }, - { - "path": "components/mailbluster" - }, - { - "path": "components/formatting" - }, - { - "path": "components/crowdpower" - }, - { - "path": "components/t2m_url_shortener" - }, - { - "path": "components/groundhogg" - }, - { - "path": "components/resend" - }, - { - "path": "components/grab_your_reviews" - }, - { - "path": "components/platform_ly" - }, - { - "path": "components/freedcamp" - }, - { - "path": "components/elastic_email" - }, - { - "path": "components/favro" - }, - { - "path": "components/docraptor" - }, - { - "path": "components/oxford_dictionaries" - }, - { - "path": "components/scalr" - }, - { - "path": "components/cloudcart" - }, - { - "path": "components/fivetran" - }, - { - "path": "components/goodbits" - }, - { - "path": "components/successeve" - }, - { - "path": "components/form_io" - }, - { - "path": "components/fluent_support" - }, - { - "path": "components/mainwp" - }, - { - "path": "components/tutor_lms" - }, - { - "path": "components/newsletter" - }, - { - "path": "components/dokan" - }, - { - "path": "components/yoast_seo" - }, - { - "path": "components/woopra" - }, - { - "path": "components/lifterlms" - }, - { - "path": "components/chatsonic" - }, - { - "path": "components/simplekpi" - }, - { - "path": "components/cyfe" - }, - { - "path": "components/writesonic" - }, - { - "path": "components/writer" - }, - { - "path": "components/grade_us" - }, - { - "path": "components/telesign" - }, - { - "path": "components/go_upc" - }, - { - "path": "components/warpcast" - }, - { - "path": "components/logsnag" - }, - { - "path": "components/memix" - }, - { - "path": "components/metabase" - }, - { - "path": "components/plain" - }, - { - "path": "components/danny_test_app" - }, - { - "path": "components/currencyapi" - }, - { - "path": "components/posthog" - }, - { - "path": "components/studio_by_ai21_labs" - }, - { - "path": "components/luminous" - }, - { - "path": "components/scrapingbee" - }, - { - "path": "components/swaggerhub" - }, - { - "path": "components/api_sports" - }, - { - "path": "components/confluent" - }, - { - "path": "components/saucelabs" - }, - { - "path": "components/humanloop" - }, - { - "path": "components/smarty" - }, - { - "path": "components/pinecone" - }, - { - "path": "components/watchsignals" - }, - { - "path": "components/campayn" - }, - { - "path": "components/beanstalkapp" - }, - { - "path": "components/bigml" - }, - { - "path": "components/cheddar" - }, - { - "path": "components/cisco_meraki" - }, - { - "path": "components/bulkgate" - }, - { - "path": "components/cascade_strategy" - }, - { - "path": "components/sitecreator_io" - }, - { - "path": "components/idx_broker" - }, - { - "path": "components/rytr" - }, - { - "path": "components/savvycal" - }, - { - "path": "components/astrology_api" - }, - { - "path": "components/rest_countries_pe" - }, - { - "path": "components/spoonacular" - }, - { - "path": "components/opengraph_io" - }, - { - "path": "components/world_news_api" - }, - { - "path": "components/geodb_cities" - }, - { - "path": "components/businesslogic" - }, - { - "path": "components/team_up" - }, - { - "path": "components/humor_api" - }, - { - "path": "components/data_axle_platform" - }, - { - "path": "components/oxylabs" - }, - { - "path": "components/wubook_ratechecker" - }, - { - "path": "components/weatherbit_io" - }, - { - "path": "components/crimeometer" - }, - { - "path": "components/webscraper_io" - }, - { - "path": "components/gravity_forms" - }, - { - "path": "components/twitter" - }, - { - "path": "components/cohere_platform" - }, - { - "path": "components/automatic_data_extraction" - }, - { - "path": "components/maintainx" - }, - { - "path": "components/adp" - }, - { - "path": "components/anthropic" - }, - { - "path": "components/wesupply" - }, - { - "path": "components/blockchain_exchange" - }, - { - "path": "components/urlbox_io" - }, - { - "path": "components/recreation_gov" - }, - { - "path": "components/geodb_cities" - }, - { - "path": "components/world_news_api" - }, - { - "path": "components/ezeep_blue" - }, - { - "path": "components/instagram_business" - }, - { - "path": "components/perry_github_test" - }, - { - "path": "components/businesslogic" - }, - { - "path": "components/coinmarketcal" - }, - { - "path": "components/mindmeister" - }, - { - "path": "components/coinmarketcal_demo_app" - }, - { - "path": "components/census_bureau" - }, - { - "path": "components/data_police_uk" - }, - { - "path": "components/budgets_ai" - }, - { - "path": "components/key_app_demo_1" - }, - { - "path": "components/slack_demo_app" - }, - { - "path": "components/slack_demo_app_1" - }, - { - "path": "components/oauth_app_demo" - }, - { - "path": "components/oauth_app_demo_1" - }, - { - "path": "components/omnisend" - }, - { - "path": "components/formstack_documents" - }, - { - "path": "components/holded" - }, - { - "path": "components/signrequest" - }, - { - "path": "components/habitify" - }, - { - "path": "components/scrape_it_cloud" - }, - { - "path": "components/utradea" - }, - { - "path": "components/currencyscoop" - }, - { - "path": "components/visualping" - }, - { - "path": "components/scrapingbot" - }, - { - "path": "components/dock_certs" - }, - { - "path": "components/big_data_cloud" - }, - { - "path": "components/shotstack" - }, - { - "path": "components/eodhd_apis" - }, - { - "path": "components/selectpdf" - }, - { - "path": "components/nasdaq_data_link_time_series_and_table_data_" - }, - { - "path": "components/mailwizz" - }, - { - "path": "components/jp_funda" - }, - { - "path": "components/leap" - }, - { - "path": "components/metatext_ai_inference_api" - }, - { - "path": "components/metatext_ai_pre_build_ai_models_api" - }, - { - "path": "components/klazify" - }, - { - "path": "components/ipbase" - }, - { - "path": "components/lettria" - }, - { - "path": "components/tisane_labs" - }, - { - "path": "components/codeq_natural_language_processing_api" - }, - { - "path": "components/snatchbot" - }, - { - "path": "components/google_safebrowsing" - }, - { - "path": "components/textgain" - }, - { - "path": "components/intellexer_api" - }, - { - "path": "components/stannp" - }, - { - "path": "components/sapling_ai" - }, - { - "path": "components/google_maps_platform" - }, - { - "path": "components/dayschedule" - }, - { - "path": "components/marketstack" - }, - { - "path": "components/plisio" - }, - { - "path": "components/concord" - }, - { - "path": "components/portfolio_optimizer" - }, - { - "path": "components/slybroadcast" - }, - { - "path": "components/liondesk" - }, - { - "path": "components/implisense_api" - }, - { - "path": "components/h_supertools_analytics_tool" - }, - { - "path": "components/digistore24" - }, - { - "path": "components/accredible" - }, - { - "path": "components/kintone" - }, - { - "path": "components/suitedash" - }, - { - "path": "components/vestaboard" - }, - { - "path": "components/quaderno" - }, - { - "path": "components/braintree" - }, - { - "path": "components/billsby" - }, - { - "path": "components/convertapi" - }, - { - "path": "components/axonaut" - }, - { - "path": "components/stealthseminar" - }, - { - "path": "components/messagebird" - }, - { - "path": "components/better_uptime" - }, - { - "path": "components/icontact" - }, - { - "path": "components/zerobounce" - }, - { - "path": "components/ecologi" - }, - { - "path": "components/paystack" - }, - { - "path": "components/klenty" - }, - { - "path": "components/survicate" - }, - { - "path": "components/finmo" - }, - { - "path": "components/amazing_marvin" - }, - { - "path": "components/sierra_interactive" - }, - { - "path": "components/hive" - }, - { - "path": "components/order_desk" - }, - { - "path": "components/happy_scribe" - }, - { - "path": "components/omise" - }, - { - "path": "components/thankster" - }, - { - "path": "components/segmetrics" - }, - { - "path": "components/reflect" - }, - { - "path": "components/baselinker" - }, - { - "path": "components/ez_texting" - }, - { - "path": "components/salesmsg" - }, - { - "path": "components/signaturit" - }, - { - "path": "components/handwrytten" - }, - { - "path": "components/focuster" - }, - { - "path": "components/retool" - }, - { - "path": "components/wealthbox" - }, - { - "path": "components/wati" - }, - { - "path": "components/hotjar" - }, - { - "path": "components/caspio" - }, - { - "path": "components/cloze" - }, - { - "path": "components/respond_io" - }, - { - "path": "components/sakari_sms" - }, - { - "path": "components/encharge" - }, - { - "path": "components/replicate" - }, - { - "path": "components/sellercloud" - }, - { - "path": "components/constant_contact" - }, - { - "path": "components/google_palm_api" - }, - { - "path": "components/imagga" - }, - { - "path": "components/unbounce" - }, - { - "path": "components/hootsuite" - }, - { - "path": "components/wix_api_key" - }, - { - "path": "components/teamleader_focus" - }, - { - "path": "components/fastfield_mobile_forms" - }, - { - "path": "components/trakt" - }, - { - "path": "components/iauditor_by_safetyculture" - }, - { - "path": "components/callrail" - }, - { - "path": "components/wave" - }, - { - "path": "components/chatwork" - }, - { - "path": "components/daffy" - }, - { - "path": "components/trustpilot" - }, - { - "path": "components/ip2location_io" - }, - { - "path": "components/mem" - }, - { - "path": "components/cohere_platform" - }, - { - "path": "components/firmao" - }, - { - "path": "components/bloom_growth" - }, - { - "path": "components/cleverreach" - }, - { - "path": "components/infinity" - }, - { - "path": "components/dext" - }, - { - "path": "components/phoneburner" - }, - { - "path": "components/surveysparrow" - }, - { - "path": "components/teachable" - }, - { - "path": "components/gotowebinar" - }, - { - "path": "components/inoreader" - }, - { - "path": "components/highlevel_oauth" - }, - { - "path": "components/facebook_groups" - }, - { - "path": "components/missive" - }, - { - "path": "components/viral_loops" - }, - { - "path": "components/memberful" - }, - { - "path": "components/teamwork_desk" - }, - { - "path": "components/clientify" - }, - { - "path": "components/livestorm" - }, - { - "path": "components/formaloo" - }, - { - "path": "components/google_tag_manager" - }, - { - "path": "components/facebook_pages" - }, - { - "path": "components/google_chat" - }, - { - "path": "components/sourceforge" - }, - { - "path": "components/unbounce" - }, - { - "path": "components/facebook_conversions" - }, - { - "path": "components/facebook_lead_ads" - }, - { - "path": "components/google_ads" - }, - { - "path": "components/credit_repair_cloud" - }, - { - "path": "components/outseta" - }, - { - "path": "components/uipath_automation_hub" - }, - { - "path": "components/funnelcockpit" - }, - { - "path": "components/pendo" - }, - { - "path": "components/elevenlabs" - }, - { - "path": "components/google_contacts" - }, - { - "path": "components/facebook_groups" - }, - { - "path": "components/nango" - }, - { - "path": "components/shopify_developer_app" - }, - { - "path": "components/hookdeck" - }, - { - "path": "components/facebook_pages" - }, - { - "path": "components/facebook_lead_ads" - }, - { - "path": "components/loops_so" - }, - { - "path": "components/etsy" - }, - { - "path": "components/dbt" - }, - { - "path": "components/open_exchange_rates" - }, - { - "path": "components/motion" - }, - { - "path": "components/assemblyai" - }, - { - "path": "components/senta" - }, - { - "path": "components/customer_fields" - }, - { - "path": "components/airtable_oauth" - }, - { - "path": "components/amplitude" - }, - { - "path": "components/google_my_business" - }, - { - "path": "components/zoho_salesiq" - }, - { - "path": "components/zoho_cliq" - }, - { - "path": "components/zoho_analytics" - }, - { - "path": "components/zoho_catalyst" - }, - { - "path": "components/zoho_sign" - }, - { - "path": "components/zoho_bigin" - }, - { - "path": "components/zoho_bookings" - }, - { - "path": "components/precisefp" - }, - { - "path": "components/zoho_campaigns" - }, - { - "path": "components/zoho_bugtracker" - }, - { - "path": "components/zoho_commerce" - }, - { - "path": "components/zoho_assist" - }, - { - "path": "components/zoho_invoice" - }, - { - "path": "components/zoho_recruit" - }, - { - "path": "components/zoho_subscriptions" - }, - { - "path": "components/zoho_people" - }, - { - "path": "components/zoho_subscriptions" - }, - { - "path": "components/zoho_people" - }, - { - "path": "components/zoho_sprints" - }, - { - "path": "components/zoho_meeting" - }, - { - "path": "components/zoho_expense" - }, - { - "path": "components/zoho_calendar" - }, - { - "path": "components/zoho_meeting" - }, - { - "path": "components/zoho_expense" - }, - { - "path": "components/zoho_calendar" - }, - { - "path": "components/mysql_ssl" - }, - { - "path": "components/azure_openai_service" - }, - { - "path": "components/microsoft_outlook_calendar" - }, - { - "path": "components/google_my_business" - }, - { - "path": "components/metaphor" - }, - { - "path": "components/streamtime" - }, - { - "path": "components/moxie" - }, - { - "path": "components/webinarkit" - }, - { - "path": "components/tidycal" - }, - { - "path": "components/neon_api_keys" - }, - { - "path": "components/superphone" - }, - { - "path": "components/ftrack" - }, - { - "path": "components/airplane" - }, - { - "path": "components/pushcut" - }, - { - "path": "components/justcall" - }, - { - "path": "components/campaignhq" - }, - { - "path": "components/google_fit_developer_app" - }, - { - "path": "components/vitally" - }, - { - "path": "components/talend" - }, - { - "path": "components/nationbuilder" - }, - { - "path": "components/sharepoint" - }, - { - "path": "components/retently" - }, - { - "path": "components/devrev" - }, - { - "path": "components/microsofttodo" - }, - { - "path": "components/imagekit_io" - }, - { - "path": "components/omnivore" - }, - { - "path": "components/microsoft_365_people" - }, - { - "path": "components/microsoft_365_planner" - }, - { - "path": "components/retriever" - }, - { - "path": "components/klaxoon" - }, - { - "path": "components/screenshotone" - }, - { - "path": "components/kite_suite" - }, - { - "path": "components/gryd" - }, - { - "path": "components/microsoft_entra_id" - }, - { - "path": "components/botconversa" - }, - { - "path": "components/mapulus" - }, - { - "path": "components/kwtsms" - }, - { - "path": "components/acelle_mail" - }, - { - "path": "components/listclean" - }, - { - "path": "components/vero" - }, - { - "path": "components/dreamstudio" - }, - { - "path": "components/scale_ai" - }, - { - "path": "components/ilovepdf" - }, - { - "path": "components/yoplanning" - }, - { - "path": "components/asknicely" - }, - { - "path": "components/affinda" - }, - { - "path": "components/search_api" - }, - { - "path": "components/onenote" - }, - { - "path": "components/kontent_ai" - }, - { - "path": "components/memberspot" - }, - { - "path": "components/loopmessage" - }, - { - "path": "components/one_ai" - }, - { - "path": "components/textcortex" - }, - { - "path": "components/roboflow" - }, - { - "path": "components/eden_ai" - }, - { - "path": "components/danny_test_app" - }, - { - "path": "components/sugarcrm_" - }, - { - "path": "components/diabatix_coldstream" - }, - { - "path": "components/small_improvements" - }, - { - "path": "components/referrizer" - }, - { - "path": "components/wicked_reports" - }, - { - "path": "components/placetel" - }, - { - "path": "components/retable" - }, - { - "path": "components/uplisting" - }, - { - "path": "components/raisely" - }, - { - "path": "components/jumpseller" - }, - { - "path": "components/popupsmart" - }, - { - "path": "components/airmeet" - }, - { - "path": "components/nudgify" - }, - { - "path": "components/timeular" - }, - { - "path": "components/recruit_crm" - }, - { - "path": "components/project_broadcast" - }, - { - "path": "components/dropcontact" - }, - { - "path": "components/rex" - }, - { - "path": "components/uscreen" - }, - { - "path": "components/survey2connect" - }, - { - "path": "components/screendesk" - }, - { - "path": "components/workiz" - }, - { - "path": "components/dealmachine" - }, - { - "path": "components/getemails" - }, - { - "path": "components/kickofflabs" - }, - { - "path": "components/askyourpdf" - }, - { - "path": "components/getaccept" - }, - { - "path": "components/libraria" - }, - { - "path": "components/pingbell" - }, - { - "path": "components/ewebinar" - }, - { - "path": "components/scraptio" - }, - { - "path": "components/knowfirst" - }, - { - "path": "components/starton" - }, - { - "path": "components/civicrm" - }, - { - "path": "components/giantcampaign" - }, - { - "path": "components/melo" - }, - { - "path": "components/seven" - }, - { - "path": "components/gong" - }, - { - "path": "components/gigasheet" - }, - { - "path": "components/personio" - }, - { - "path": "components/jira_service_desk" - }, - { - "path": "components/more_trees_" - }, - { - "path": "components/terraform" - }, - { - "path": "components/judge_me" - }, - { - "path": "components/hotmart" - }, - { - "path": "components/cloudpress" - }, - { - "path": "components/hyros" - }, - { - "path": "components/rkvst" - }, - { - "path": "components/chaindesk" - }, - { - "path": "components/httpsms" - }, - { - "path": "components/quickmail_io" - }, - { - "path": "components/onepage" - }, - { - "path": "components/digitalriver" - }, - { - "path": "components/wachete" - }, - { - "path": "components/jobber" - }, - { - "path": "components/nifty" - }, - { - "path": "components/ez_texting_" - }, - { - "path": "components/microsoft_sql_server" - }, - { - "path": "components/little_green_light" - }, - { - "path": "components/setmoreappointments" - }, - { - "path": "components/vitel_phone" - }, - { - "path": "components/tidy" - }, - { - "path": "components/postgrid_verify" - }, - { - "path": "components/spreadsheet_com" - }, - { - "path": "components/passslot" - }, - { - "path": "components/mx_technologies" - }, - { - "path": "components/fidel_api" - }, - { - "path": "components/the_odds_api" - }, - { - "path": "components/_twocaptcha" - }, - { - "path": "components/postgrid" - }, - { - "path": "components/celonis_ems" - }, - { - "path": "components/pdfless" - }, - { - "path": "components/interzoid" - }, - { - "path": "components/realgeeks" - }, - { - "path": "components/testmo" - }, - { - "path": "components/ringover" - }, - { - "path": "components/cardly" - }, - { - "path": "components/knorish" - }, - { - "path": "components/echtpost_postcards" - }, - { - "path": "components/gorillastack" - }, - { - "path": "components/signaturely" - }, - { - "path": "components/weglot" - }, - { - "path": "components/teamgantt" - }, - { - "path": "components/gong" - }, - { - "path": "components/serply" - }, - { - "path": "components/smsapi" - }, - { - "path": "components/axis_lms" - }, - { - "path": "components/postman" - }, - { - "path": "components/gtmetrix" - }, - { - "path": "components/microsoft_excel" - }, - { - "path": "components/kingsumo" - }, - { - "path": "components/linkedin_ads" - }, - { - "path": "components/brevo" - }, - { - "path": "components/clerk" - }, - { - "path": "components/airops" - }, - { - "path": "components/campaign_cleaner" - }, - { - "path": "components/goody" - }, - { - "path": "components/hostaway" - }, - { - "path": "components/payhip" - }, - { - "path": "components/wufoo" - }, - { - "path": "components/translate_com" - }, - { - "path": "components/piggy" - }, - { - "path": "components/modeck" - }, - { - "path": "components/playwright" - }, - { - "path": "components/puppeteer" - }, - { - "path": "components/jibble" - }, - { - "path": "components/diffchecker" + "path": "components/zoho_assist" } ] -} +} \ No newline at end of file