mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
* ✅ adjust tests * 🛠 refactor user invites to be indempotent (#2791) * 🔐 Encrypt SMTP pass for user management backend (#2793) * 📦 Add crypto-js to /cli * 📦 Update package-lock.json * ✨ Create type for SMTP config * ⚡ Encrypt SMTP pass * ⚡ Update format for `userManagement.emails.mode` * ⚡ Update format for `binaryDataManager.mode` * ⚡ Update format for `logs.level` * 🔥 Remove logging * 👕 Fix lint * 👰 n8n 2826 um wedding FE<>BE (#2789) * remove mocks * update authorization func * lock down default role * 🐛 fix requiring authentication for OPTIONS requests * 🐛 fix cors and cookie issues in dev * update setup route Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com> * update telemetry * 🐛 preload role for users * 🐛 remove auth for password reset routes * 🐛 fix forgot-password flow * ⚡ allow workflow tag disabling * update telemetry init * add reset * clear error notifications on signin * remove load settings from node view * remove user id from user state * inherit existing user props * go back in history on button click * use replace to force redirect * update stories * ⚡ add env check for tag create * 🧪 Add `/users` tests for user management backend (#2790) * ⚡ Refactor users namespace * ⚡ Adjust fillout endpoint * ⚡ Refactor initTestServer arg * ✏️ Specify agent type * ✏️ Specify role type * ⚡ Tighten `/users/:id` check * ✨ Add initial tests * 🚚 Reposition init server map * ⚡ Set constants in `validatePassword()` * ⚡ Tighten `/users/:id` check * ⚡ Improve checks in `/users/:id` * ✨ Add tests for `/users/:id` * 📦 Update package-lock.json * ⚡ Simplify expectation * ⚡ Reuse util for authless agent * 🚚 Make role names consistent * 📘 Tighten namespaces map type * 🔥 Remove unneeded default arg * ✨ Add tests for `POST /users` * 📘 Create test SMTP account type * ✏️ Improve wording * 🎨 Formatting * 🔥 Remove temp fix * ⚡ Replace helper with config call * ⚡ Fix failing tests * 🔥 Remove outdated test * 🔥 Remove unused helper * ⚡ Increase readability of domain fetcher * ⚡ Refactor payload validation * 🔥 Remove repetition * ⏪ Restore logging * ⚡ Initialize logger in tests * 🔥 Remove redundancy from check * 🚚 Move `globalOwnerRole` fetching to global scope * 🔥 Remove unused imports * 🚚 Move random utils to own module * 🚚 Move test types to own module * ✏️ Add dividers to utils * ✏️ Reorder `initTestServer` param docstring * ✏️ Add TODO comment * ⚡ Dry up member creation * ⚡ Tighten search criteria * 🧪 Add expectation to `GET /users` * ⚡ Create role fetcher utils * ⚡ Create one more role fetch util * 🔥 Remove unneeded DB query * 🧪 Add expectation to `POST /users` * 🧪 Add expectation to `DELETE /users/:id` * 🧪 Add another expectation to `DELETE /users/:id` * 🧪 Add expectations to `DELETE /users/:id` * 🧪 Adjust expectations in `POST /users/:id` * 🧪 Add expectations to `DELETE /users/:id` * 👕 Fix build * ⚡ Update method * 📘 Fix `userToDelete` type * ⚡ Refactor `createAgent()` * ⚡ Make role fetching global * ⚡ Optimize roles fetching * ⚡ Centralize member creation * ⚡ Refactor truncation helper * 🧪 Add teardown to `DELETE /users/:id` * 🧪 Add DB expectations to users tests * 🔥 Remove pass validation due to hash * ✏️ Improve pass validation error message * ⚡ Improve owner pass validation * ⚡ Create logger initialization helper * ⚡ Optimize helpers * ⚡ Restructure `getAllRoles` helper * 🧪 Add password reset flow tests for user management backend (#2807) * ⚡ Refactor users namespace * ⚡ Adjust fillout endpoint * ⚡ Refactor initTestServer arg * ✏️ Specify agent type * ✏️ Specify role type * ⚡ Tighten `/users/:id` check * ✨ Add initial tests * 🚚 Reposition init server map * ⚡ Set constants in `validatePassword()` * ⚡ Tighten `/users/:id` check * ⚡ Improve checks in `/users/:id` * ✨ Add tests for `/users/:id` * 📦 Update package-lock.json * ⚡ Simplify expectation * ⚡ Reuse util for authless agent * 🚚 Make role names consistent * 📘 Tighten namespaces map type * 🔥 Remove unneeded default arg * ✨ Add tests for `POST /users` * 📘 Create test SMTP account type * ✏️ Improve wording * 🎨 Formatting * 🔥 Remove temp fix * ⚡ Replace helper with config call * ⚡ Fix failing tests * 🔥 Remove outdated test * ✨ Add tests for password reset flow * ✏️ Fix test wording * ⚡ Set password reset namespace * 🔥 Remove unused helper * ⚡ Increase readability of domain fetcher * ⚡ Refactor payload validation * 🔥 Remove repetition * ⏪ Restore logging * ⚡ Initialize logger in tests * 🔥 Remove redundancy from check * 🚚 Move `globalOwnerRole` fetching to global scope * 🔥 Remove unused imports * 🚚 Move random utils to own module * 🚚 Move test types to own module * ✏️ Add dividers to utils * ✏️ Reorder `initTestServer` param docstring * ✏️ Add TODO comment * ⚡ Dry up member creation * ⚡ Tighten search criteria * 🧪 Add expectation to `GET /users` * ⚡ Create role fetcher utils * ⚡ Create one more role fetch util * 🔥 Remove unneeded DB query * 🧪 Add expectation to `POST /users` * 🧪 Add expectation to `DELETE /users/:id` * 🧪 Add another expectation to `DELETE /users/:id` * 🧪 Add expectations to `DELETE /users/:id` * 🧪 Adjust expectations in `POST /users/:id` * 🧪 Add expectations to `DELETE /users/:id` * 📘 Add namespace name to type * 🚚 Adjust imports * ⚡ Optimize `globalOwnerRole` fetching * 🧪 Add expectations * 👕 Fix build * 👕 Fix build * ⚡ Update method * ⚡ Update method * 🧪 Fix `POST /change-password` test * 📘 Fix `userToDelete` type * ⚡ Refactor `createAgent()` * ⚡ Make role fetching global * ⚡ Optimize roles fetching * ⚡ Centralize member creation * ⚡ Refactor truncation helper * 🧪 Add teardown to `DELETE /users/:id` * 🧪 Add DB expectations to users tests * ⚡ Refactor as in users namespace * 🧪 Add expectation to `POST /change-password` * 🔥 Remove pass validation due to hash * ✏️ Improve pass validation error message * ⚡ Improve owner pass validation * ⚡ Create logger initialization helper * ⚡ Optimize helpers * ⚡ Restructure `getAllRoles` helper * ⚡ Update `truncate` calls * 🐛 return 200 for non-existing user * ✅ fix tests for forgot-password and user creation * Update packages/editor-ui/src/components/MainSidebar.vue Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com> * Update packages/editor-ui/src/components/Telemetry.vue Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com> * Update packages/editor-ui/src/plugins/telemetry/index.ts Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com> * Update packages/editor-ui/src/plugins/telemetry/index.ts Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com> * Update packages/editor-ui/src/plugins/telemetry/index.ts Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com> * 🚚 Fix imports * ⚡ reset password just if password exists * Fix validation at `PATCH /workfows/:id` (#2819) * 🐛 Validate entity only if workflow * 👕 Fix build * 🔨 refactor response from user creation * 🐛 um email invite fix (#2833) * update users invite * fix notificaitons stacking on top of each other * remove unnessary check * fix type issues * update structure * fix types * 🐘 database migrations UM + password reset expiration (#2710) * Add table prefix and assign existing workflows and credentials to owner for sqlite * Added user management migration to MySQL * Fixed some missing table prefixes and removed unnecessary user id * Created migration for postgres and applies minor fixes * Fixed migration for sqlite by removing the unnecessary index and for mysql by removing unnecessary user data * Added password reset token expiration * Addressing comments made by Ben * ⚡️ add missing tablePrefix * ✅ fix tests + add tests for expiring pw-reset-token Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com> * ⚡ treat skipped personalizationSurvey as not answered * 🐛 removing active workflows when deleting user, 🐛 fix reinvite, 🐛 fix resolve-signup-token, 🐘 remove workflowname uniqueness * ✅ Add DB state check tests (#2841) * 🔥 Remove unneeded import * 🔥 Remove unneeded vars * ✏️ Improve naming * 🧪 Add expectations to `POST /owner` * 🧪 Add expectations to `PATCH /me` * 🧪 Add expectation to `PATCH /me/password` * ✏️ Clarify when owner is owner shell * 🧪 Add more expectations * ⏪ Restore package-lock to parent branch state * Add logging to user management endpoints v2 (#2836) * ⚡ Initialize logger in tests * ⚡ Add logs to mailer * ⚡ Add logs to middleware * ⚡ Add logs to me endpoints * ⚡ Add logs to owner endpoints * ⚡ Add logs to pass flow endpoints * ⚡ Add logs to users endpoints * 📘 Improve typings * ⚡ Merge two logs into one * ⚡ Adjust log type * ⚡ Add password reset email log * ✏️ Reword log message * ⚡ Adjust log meta object * ⚡ Add total to log * ✏️ Add detail to log message * ✏️ Reword log message * ✏️ Reword log message * 🐛 Make total users to set up accurate * ✏️ Reword `Logger.debug()` messages * ✏️ Phrasing change for consistency * 🐛 Fix ID overridden in range query * 🔨 small refactoring * 🔐 add auth to push-connection * 🛠 ✅ Create credentials namespace and add tests (#2831) * 🧪 Fix failing test * 📘 Improve `createAgent` signature * 🚚 Fix `LoggerProxy` import * ✨ Create credentials endpoints namespace * 🧪 Set up initial tests * ⚡ Add validation to model * ⚡ Adjust validation * 🧪 Add test * 🚚 Sort creds endpoints * ✏️ Plan out pending tests * 🧪 Add deletion tests * 🧪 Add patch tests * 🧪 Add get cred tests * 🚚 Hoist import * ✏️ Make test descriptions consistent * ✏️ Adjust description * 🧪 Add missing test * ✏️ Make get descriptions consistent * ⏪ Undo line break * ⚡ Refactor to simplify `saveCredential` * 🧪 Add non-owned tests for owner * ✏️ Improve naming * ✏️ Add clarifying comments * 🚚 Improve imports * ⚡ Initialize config file * 🔥 Remove unneeded import * 🚚 Rename dir * ⚡ Adjust deletion call * ⚡ Adjust error code * ✏️ Touch up comment * ⚡ Optimize fetching with `@RelationId` * 🧪 Add expectations * ⚡ Simplify mock calls * 📘 Set deep readonly to object constants * 🔥 Remove unused param and encryption key * ⚡ Add more `@RelationId` calls in models * ⏪ Restore * 🐛 no auth for .svg * 🛠 move auth cookie name to constant; 🐛 fix auth for push-connection * ✅ Add auth middleware tests (#2853) * ⚡ Simplify existing suite * 🧪 Validate that auth cookie exists * ✏️ Move comment * 🔥 Remove unneeded imports * ✏️ Add clarifying comments * ✏️ Document auth endpoints * 🧪 Add middleware tests * ✏️ Fix typos Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com> * 🔥 Remove test description wrappers (#2874) * 🔥 Remove /owner test wrappers * 🔥 Remove auth middleware test wrappers * 🔥 Remove auth endpoints test wrappers * 🔥 Remove overlooked middleware wrappers * 🔥 Remove me namespace test wrappers Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com> * ✨ Runtime checks for credentials load and execute workflows (#2697) * Runtime checks for credentials load and execute workflows * Fixed from reviewers * Changed runtime validation for credentials to be on start instead of on demand * Refactored validations to use user id instead of whole User instance * Removed user entity from workflow project because it is no longer needed * General fixes and improvements to runtime checks * Remove query builder and improve styling * Fix lint issues * ⚡ remove personalizationAnswers when fetching all users * ✅ fix failing get all users test * ✅ check authorization routes also for authentication * 🐛 fix defaults in reset command * 🛠 refactorings from walkthrough (#2856) * ⚡ Make `getTemplate` async * ⚡ Remove query builder from `getCredentials` * ⚡ Add save manual executions log message * ⏪ Restore and hide migrations logs * ⚡ Centralize ignore paths check * 👕 Fix build * 🚚 Rename `hasOwner` to `isInstanceOwnerSetUp` * ⚡ Add `isSetUp` flag to `User` * ⚡ Add `isSetUp` to FE interface * ⚡ Adjust `isSetUp` checks on FE * 👕 Fix build * ⚡ Adjust `isPendingUser()` check * 🚚 Shorten helper name * ⚡ Refactor as `isPending` per feedback * ✏️ Update log message * ⚡ Broaden check * 🔥 Remove unneeded relation * ⚡ Refactor query * 🔥 Re-remove logs from migrations * 🛠 set up credentials router (#2882) * ⚡ Refactor creds endpoints into router * 🧪 Refactor creds tests to use router * 🚚 Rename arg for consistency * 🚚 Move `credentials.api.ts` outside /public * 🚚 Rename constant for consistency * 📘 Simplify types * 🔥 Remove unneeded arg * 🚚 Rename router to controller * ⚡ Shorten endpoint * ⚡ Update `initTestServer()` arg * ⚡ Mutate response body in GET /credentials * 🏎 improve performance of type cast for FE Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com> * 🐛 remove GET /login from auth * 🔀 merge master + FE update (#2905) * ✨ Add Templates (#2720) * Templates Bugs / Fixed Various Bugs / Multiply Api Request, Carousel Gradient, Core Nodes Filters ... * Updated MainSidebar Paddings * N8N-Templates Bugfixing - Remove Unnecesairy Icon (Shape), Refatctor infiniteScrollEnabled Prop + updated infiniterScroll functinality * N8N-2853 Fixed Carousel Arrows Bug after Cleaning the SearchBar * fix telemetry init * fix search tracking issues * N8N-2853 Created FilterTemplateNode Constant Array, Filter PlayButton and WebhookRespond from Nodes, Added Box for showing more nodes inside TemplateList, Updated NewWorkflowButton to primary, Fixed Markdown issue with Code * N8N-2853 Removed Placeholder if Workflows Or Collections are not found, Updated the Logic * fix telemetry events * clean up session id * update user inserted event * N8N-2853 Fixed Categories to Moving if the names are long * Add todos * Update Routes on loading * fix spacing * Update Border Color * Update Border Readius * fix filter fn * fix constant, console error * N8N-2853 PR Fixes, Refactoring, Removing unnecesairy code .. * N8N-2853 PR Fixes - Editor-ui Fixes, Refactoring, Removing Dead Code ... * N8N-2853 Refactor Card to LongCard * clean up spacing, replace css var * clean up spacing * set categories as optional in node * replace vars * refactor store * remove unnesssary import * fix error * fix templates view to start * add to cache * fix coll view data * fix categories * fix category event * fix collections carousel * fix initial load and search * fix infinite load * fix query param * fix scrolling issues * fix scroll to top * fix search * fix collections search * fix navigation bug * rename view * update package lock * rename workflow view * rename coll view * update routes * add wrapper component * set session id * fix search tracking * fix session tracking * remove deleted mutation * remove check for unsupported nodes * refactor filters * lazy load template * clean up types * refactor infinte scroll * fix end of search * Fix spacing * fix coll loading * fix types * fix coll view list * fix navigation * rename types * rename state * fix search responsiveness * fix coll view spacing * fix search view spacing * clean up views * set background color * center page not vert * fix workflow view * remove import * fix background color * fix background * clean props * clean up imports * refactor button * update background color * fix spacing issue * rename event * update telemetry event * update endpoints, add loading view, check for endpoint health * remove conolse log * N8N-2853 Fixed Menu Items Padding * replace endpoints * fix type issues * fix categories * N8N-2853 Fixed ParameterInput Placeholder after ElementUI Upgrade * update createdAt * ⚡ Fix placeholder in creds config modal * ✏️ Adjust docstring to `credText` placeholder version * N8N-2853 Optimized * N8N-2853 Optimized code * ⚡ Add deployment type to FE settings * ⚡ Add deployment type to interfaces * N8N-2853 Removed Animated prop from components * ⚡ Add deployment type to store module * ✨ Create hiring banner * ⚡ Display hiring banner * ⏪ Undo unrelated change * N8N-2853 Refactor TemplateFilters * ⚡ Fix indentation * N8N-2853 Reorder items / TemplateList * 👕 Fix lint * N8N-2853 Refactor TemplateFilters Component * N8N-2853 Reorder TemplateList * refactor template card * update timeout * fix removelistener * fix spacing * split enabled from offline * add spacing to go back * N8N-2853 Fixed Screens for Tablet & Mobile * N8N-2853 Update Stores Order * remove image componet * remove placeholder changes * N8N-2853 Fixed Chinnese Placeholders for El Select Component that comes from the Library Upgrade * N8N-2853 Fixed Vue Agile Console Warnings * N8N-2853 Update Collection Route * ✏️ Update jobs URL * 🚚 Move logging to root component * ⚡ Refactor `deploymentType` to `isInternalUser` * ⚡ Improve syntax * fix cut bug in readonly view * N8N-3012 Fixed Details section in templates with lots of description, Fixed Mardown Block with overflox-x * N8N-3012 Increased Font-size, Spacing and Line-height of the Categories Items * N8N-3012 Fixed Vue-agile client width error on resize * only delay redirect for root path * N8N-3012 Fixed Carousel Arrows that Disappear * N8N-3012 Make Loading Screen same color as Templates * N8N-3012 Markdown renders inline block as block code * add offline warning * hide log from workflow iframe * update text * make search button larger * N8N-3012 Categories / Tags extended all the way in details section * load data in cred modals * remove deleted message * add external hook * remove import * update env variable description * fix markdown width issue * disable telemetry for demo, add session id to template pages * fix telemetery bugs * N8N-3012 Not found Collections/Wokrkflow * N8N-3012 Checkboxes change order when categories are changed * N8N-3012 Refactor SortedCategories inside TemplateFilters component * fix firefox bug * add telemetry requirements * add error check * N8N-3012 Update GoBackButton to check if Route History is present * N8N-3012 Fixed WF Nodes Icons * hide workflow screenshots * remove unnessary mixins * rename prop * fix design a bit * rename data * clear workspace on destroy * fix copy paste bug * fix disabled state * N8N-3012 Fixed Saving/Leave without saving Modal * fix telemetry issue * fix telemetry issues, error bug * fix error notification * disable workflow menu items on templates * fix i18n elementui issue * Remove Emit - NodeType from HoverableNodeIcon component * TechnicalFixes: NavigateTo passed down as function should be helper * TechnicalFixes: Update NavigateTo function * TechnicalFixes: Add FilterCoreNodes directly as function * check for empty connecitions * fix titles * respect new lines * increase categories to be sliced * rename prop * onUseWorkflow * refactor click event * fix bug, refactor * fix loading story * add default * fix styles at right level of abstraction * add wrapper with width * remove loading blocks component * add story * rename prop * fix spacing * refactor tag, add story * move margin to container * fix tag redirect, remove unnessary check * make version optional * rename view * move from workflows to templates store * remove unnessary change * remove unnessary css * rename component * refactor collection card * add boolean to prevent shrink * clean up carousel * fix redirection bug on save * remove listeners to fix multiple listeners bug * remove unnessary types * clean up boolean set * fix node select bug * rename component * remove unnessary class * fix redirection bug * remove unnessary error * fix typo * fix blockquotes, pre * refactor markdown rendering * remove console log * escape markdown * fix safari bug * load active workflows to fix modal bug * ⬆️ Update package-lock.json file * ⚡ Add n8n version as header Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com> Co-authored-by: Mutasem <mutdmour@gmail.com> Co-authored-by: Iván Ovejero <ivov.src@gmail.com> Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com> * 🔖 Release n8n-workflow@0.88.0 * ⬆️ Set n8n-workflow@0.88.0 on n8n-core * 🔖 Release n8n-core@0.106.0 * ⬆️ Set n8n-core@0.106.0 and n8n-workflow@0.88.0 on n8n-node-dev * 🔖 Release n8n-node-dev@0.45.0 * ⬆️ Set n8n-core@0.106.0 and n8n-workflow@0.88.0 on n8n-nodes-base * 🔖 Release n8n-nodes-base@0.163.0 * 🔖 Release n8n-design-system@0.12.0 * ⬆️ Set n8n-design-system@0.12.0 and n8n-workflow@0.88.0 on n8n-editor-ui * 🔖 Release n8n-editor-ui@0.132.0 * ⬆️ Set n8n-core@0.106.0, n8n-editor-ui@0.132.0, n8n-nodes-base@0.163.0 and n8n-workflow@0.88.0 on n8n * 🔖 Release n8n@0.165.0 * fix default user bug * fix bug * update package lock * fix duplicate import * fix settings * fix templates access Co-authored-by: Oliver Trajceski <olivertrajceski@yahoo.com> Co-authored-by: Iván Ovejero <ivov.src@gmail.com> Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com> * ⚡ n8n 2952 personalisation (#2911) * refactor/update survey * update customers * Fix up personalization survey * fix recommendation logic * set to false * hide suggested nodes when empty * use keys * add missing logic * switch types * Fix logic * remove unused constants * add back constant * refactor filtering inputs * hide last input on personal * fix other * ✨ add current pw check for change password (#2912) * fix back button * Add current password input * add to modal * update package.json * delete mock file * delete mock file * get settings func * update router * update package lock * update package lock * Fix invite text * update error i18n * open personalization on search if not set * update error view i18n * update change password * update settings sidebar * remove import * fix sidebar * 🥅 fix error for credential/workflow not found * update invite modal * ✨ persist skipping owner setup (#2894) * 🚧 added skipInstanceOwnerSetup to DB + route to save skipping * ✨ skipping owner setup persists * ✅ add tests for authorization and /owner/skip-setup * 🛠 refactor FE settings getter * 🛠 move setting setup stop to owner creation * 🐛 fix wrong setting of User.isPending * 🐛 fix isPending * 🏷 add isPending to PublicUser * 🐛 fix unused import * update delete modal * change password modal * remove _label * sort keys * remove key * update key names * fix test endpoint * 🥅 Handle error workflows permissions (#2908) * Handle error workflows permissions * Fixed wrong query format * 🛠 refactor query Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com> * fix ts issue * fix list after ispending changes * fix error page bugs * fix error redirect * fix notification * 🐛 fix survey import in migration * fix up spacing * update keys spacing * update keys * add space * update key * fix up more spacing * 🔐 add current password (#2919) * add curr pass * update key names * 🐛 stringify tag ids * 🔐 check current password before update * add package lock * fix dep version * update version * 🐛 fix access for instance owner to credentials (#2927) * 🛠 stringify tag id on entity * 🔐 Update password requirements (#2920) * ⚡ Update password requirements * ⚡ Adjust random helpers * ✅ fix tests for currentPassword check * change redirection, add homepage * fix error view redirection * updated wording * fix setup redirection * update validator * remove successfully * update consumers * update settings redirect * on signup, redirect to homepage * update empty state * add space to emails * remove brackets * add opacity * update spacing * remove border from last user * personal details updated * update redirect on sign up * prevent text wrap * fix notification title line height * remove console log * 🐘 Support testing with Postgres and MySQL (#2886) * 🗃️ Fix Postgres migrations * ⚡ Add DB-specific scripts * ✨ Set up test connections * ⚡ Add Postgres UUID check * 🧪 Make test adjustments for Postgres * ⚡ Refactor connection logic * ✨ Set up double init for Postgres * ✏️ Add TODOs * ⚡ Refactor DB dropping logic * ✨ Implement global teardown * ✨ Create TypeORM wrappers * ✨ Initial MySQL setup * ⚡ Clean up Postgres connection options * ⚡ Simplify by sharing bootstrap connection name * 🗃️ Fix MySQL migrations * 🔥 Remove comments * ⚡ Use ES6 imports * 🔥 Remove outdated comments * ⚡ Centralize bootstrap connection name handles * ⚡ Centralize database types * ✏️ Update comment * 🚚 Rename `findRepository` * 🚧 Attempt to truncate MySQL * ✨ Implement creds router * 🐛 Fix duplicated MySQL bootstrap * 🐛 Fix misresolved merge conflict * 🗃️ Fix tags migration * 🗃️ Fix MySQL UM migration * 🐛 Fix MySQL parallelization issues * 📘 Augment TypeORM to prevent error * 🔥 Remove comments * ✨ Support one sqlite DB per suite run * 🚚 Move `testDb` to own module * 🔥 Deduplicate bootstrap Postgres logic * 🔥 Remove unneeded comment * ⚡ Make logger init calls consistent * ✏️ Improve comment * ✏️ Add dividers * 🎨 Improve formatting * 🔥 Remove duplicate MySQL global setting * 🚚 Move comment * ⚡ Update default test script * 🔥 Remove unneeded helper * ⚡ Unmarshal answers from Postgres * 🐛 Phase out `isTestRun` * ⚡ Refactor `isEmailSetup` * 🔥 Remove unneeded imports * ⚡ Handle bootstrap connection errors * 🔥 Remove unneeded imports * 🔥 Remove outdated comments * ✏️ Fix typos * 🚚 Relocate `answersFormatter` * ⏪ Undo package.json miscommit * 🔥 Remove unneeded import * ⚡ Refactor test DB prefixing * ⚡ Add no-leftover check to MySQL * 📦 Update package.json * ⚡ Autoincrement on simulated MySQL truncation * 🔥 Remove debugging queries * ✏️ fix email template link expiry * 🔥 remove unused import * ✅ fix testing email not sent error * fix duplicate import * add package lock * fix export * change opacity * fix text issue * update action box * update error title * update forgot password * update survey * update product text * remove unset fields * add category to page events * remove duplicate import * update key * update key * update label type * 🎨 um/fe review (#2946) * 🐳 Update Node.js versions of Docker images to 16 * 🐛 Fix that some keyboard shortcuts did no longer work * N8N-3057 Fixed Keyboard shortcuts no longer working on / Fixed callDebounced function * N8N-3057 Update Debounce Function * N8N-3057 Refactor callDebounce function * N8N-3057 Update Dobounce Function * 🐛 Fix issue with tooltips getting displayed behind node details view * fix tooltips z-index * move all element ui components * update package lock * 🐛 Fix credentials list load issue (#2931) * always fetch credentials * only fetch credentials once * ⚡ Allow to disable hiring banner (#2902) * ✨ Add flag * ⚡ Adjust interfaces * ⚡ Adjust store module * ⚡ Adjust frontend settings * ⚡ Adjust frontend display * 🐛 Fix issue that ctrl + o did behave wrong on workflow templates page (#2934) * N8N-3094 Workflow Templates cmd-o acts on the Preview/Iframe * N8N-3094 Workflow Templates cmd-o acts on the Preview/Iframe * disable shortcuts for preview Co-authored-by: Mutasem <mutdmour@gmail.com> * ⬆️ Update package-lock.json file * 🐛 Fix sorting by field in Baserow Node (#2942) This fixes a bug which currently leads to the "Sorting" option of the node to be ignored. * 🐛 Fix some i18n line break issues * ✨ Add Odoo Node (#2601) * added odoo scaffolding * update getting data from odoo instance * added scaffolding for main loop and request functions * added functions for CRUD opperations * improoved error handling for odooJSONRPCRequest * updated odoo node and fixing nodelinter issues * fixed alpabetical order * fixed types in odoo node * fixing linter errors * fixing linter errors * fixed data shape returned from man loop * updated node input types, added fields list to models * update when custom resource is selected options for fields list will be populated dynamicly * minor fixes * 🔨 fixed credential test, updating CRUD methods * 🔨 added additional fields to crm resource * 🔨 added descriptions, fixed credentials test bug * 🔨 standardize node and descriptions design * 🔨 removed comments * 🔨 added pagination to getAll operation * ⚡ removed leftover function from previous implementation, removed required from optional fields * ⚡ fixed id field, added indication of type and if required to field description, replaced string input in filters to fetched list of fields * 🔨 fetching list of models from odoo, added selection of fields to be returned to predefined models, fixes accordingly to review * ⚡ Small improvements * 🔨 extracted adress fields into collection, changed fields to include in descriptions, minor tweaks * ⚡ Improvements * 🔨 working on review * 🔨 fixed linter errors * 🔨 review wip * 🔨 review wip * 🔨 review wip * ⚡ updated display name for URL in credentials * 🔨 added checks for valid id to delete and update * ⚡ Minor improvements Co-authored-by: ricardo <ricardoespinoza105@gmail.com> Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com> * 🐛 Handle Wise SCA requests (#2734) * ⚡ Improve Wise error message after previous change * fix duplicate import * add package lock * fix export * change opacity * fix text issue * update action box * update error title * update forgot password * update survey * update product text * remove unset fields * add category to page events * remove duplicate import * update key * update key Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com> Co-authored-by: Oliver Trajceski <olivertrajceski@yahoo.com> Co-authored-by: Iván Ovejero <ivov.src@gmail.com> Co-authored-by: Tom <19203795+that-one-tom@users.noreply.github.com> Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com> Co-authored-by: ricardo <ricardoespinoza105@gmail.com> Co-authored-by: pemontto <939704+pemontto@users.noreply.github.com> * Move owner skip from settings * 🐛 SMTP fixes (#2937) * 🔥 Remove `UM_` from SMTP env vars * 🔥 Remove SMTP host default value * ⚡ Update sender value * ⚡ Update invite template * ⚡ Update password reset template * ⚡ Update `N8N_EMAIL_MODE` default value * 🔥 Remove `EMAIL` from all SMTP vars * ✨ Implement `verifyConnection()` * 🚚 Reposition comment * ✏️ Fix typo * ✏️ Minor env var documentation improvements * 🎨 Fix spacing * 🎨 Fix spacing * 🗃️ Remove SMTP settings cache * ⚡ Adjust log message * ⚡ Update error message * ✏️ Fix template typo * ✏️ Adjust wording * ⚡ Interpolate email into success toast * ✏️ Adjust base message in `verifyConnection()` * ⚡ Verify connection on password reset * ⚡ Bring up POST /users SMTP check * 🐛 remove cookie if cookie is not valid * ⚡ verify connection on instantiation Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com> * 🔊 create logger helper for migrations (#2944) * 🔥 remove unused database * 🔊 add migration logging for sqlite * 🔥 remove unnecessary index creation * ⚡️ change log level to warn * 🐛 Fix issue with workflow process to initialize db connection correctly (#2948) * ✏️ update error messages for webhhook run/activation * 📈 Implement telemetry events (#2868) * Implement basic telemetry events * Fixing user id as part of the telemetry data * Added user id to be part of the tracked data * ✨ Create telemetry mock * 🧪 Fix tests with telemetry mock * 🧪 Fix missing key in authless endpoint * 📘 Create authless request type * 🔥 Remove log * 🐛 Fix `migration_strategy` assignment * 📘 Remove `instance_id` from `ITelemetryUserDeletionData` * ⚡ Simplify concatenation * ⚡ Simplify `track()` call signature * Fixed payload of telemetry to always include user_id * Fixing minor issues Co-authored-by: Iván Ovejero <ivov.src@gmail.com> * 🔊 Added logs to credentials, executions and workflows (#2915) * Added logs to credentials, executions and workflows * Some updates according to ivov's feedback * ⚡ update log levels * ✅ fix tests Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com> * 🐛 fix telemetry error * fix conflicts with master * fix duplicate * add package-lock * 🐛 Um/fixes (#2952) * add initials to avatar * redirect to signin if invalid token * update pluralization * add auth page category * data transferred * touch up setup page * update button to add cursor * fix personalization modal not closing * ✏️ fix environment name * 🐛 fix disabling UM * 🐛 fix email setup flag * 🐛 FE fixes 1 (#2953) * add initials to avatar * redirect to signin if invalid token * update pluralization * add auth page category * data transferred * touch up setup page * update button to add cursor * fix personalization modal not closing * capitalize labels, refactor text * Fixed the issue with telemetry data missing for personalization survey * Changed invite email text * 🐛 Fix quotes issue with postgres migration (#2958) * Changed text for invite link * 🐛 fix reset command for mysql * ✅ fix race condition in test DB creation * 🔐 block user creation if UM is disabled * 🥅 improve smtp setup issue error * ⚡ update error message * refactor route rules * set package lock * fix access * remove capitalize * update input labels * refactor heading * change span to fragment * add route types * refactor views * ✅ fix increase timeout for mysql * ⚡ correct logic of error message * refactor view names * ⚡ update randomString * 📈 Added missing event regarding failed emails (#2964) * replace label with info * 🛠 refactor JWT-secret creation * remove duplicate key * remove unused part * remove semicolon * fix up i18n pattern * update translation keys * update urls * support i18n in nds * fix how external keys are handled * add source * 💥 update timestamp of UM migration * ✏️ small message updates * fix tracking * update notification line-height * fix avatar opacity * fix up empty state * shift focus to input * 🔐 Disable basic auth after owner has been set up (#2973) * Disable basic auth after owner has been set up * Remove unnecessary comparison * rename modal title * 🐛 use pgcrypto extension for uuid creation (#2977) * 📧 Added public url variable for emails (#2967) * Added public url variable for emails * Fixed base url for reset password - the current implementation overrides possibly existing path * Change variable name to editorUrl * Using correct name editorUrl for emails * Changed variable description * Improved base url naming and appending path so it remains consistent * Removed trailing slash from editor base url * 🌐 fix i18n pattern (#2970) * fix up i18n pattern * update translation keys * update urls * support i18n in nds * fix how external keys are handled * add source * Um/fixes 1000 (#2980) * fix select issue * 😫 hacky solution to circumvent pgcrypto (#2979) * fix owner bug after transfer. always fetch latest credentials * add confirmation modal to setup * Use webhook url as fallback when editor url is not defined * fix enter bug * update modal * update modal * update modal text, fix bug in settings view * Updating editor url to not append path * rename keys Co-authored-by: Iván Ovejero <ivov.src@gmail.com> Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com> Co-authored-by: Mutasem <mutdmour@gmail.com> Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com> Co-authored-by: Omar Ajoue <krynble@gmail.com> Co-authored-by: Oliver Trajceski <olivertrajceski@yahoo.com> Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com> Co-authored-by: Tom <19203795+that-one-tom@users.noreply.github.com> Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com> Co-authored-by: ricardo <ricardoespinoza105@gmail.com> Co-authored-by: pemontto <939704+pemontto@users.noreply.github.com>
791 lines
36 KiB
JSON
791 lines
36 KiB
JSON
{
|
|
"name": "n8n-nodes-base",
|
|
"version": "0.165.0",
|
|
"description": "Base nodes of n8n",
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"homepage": "https://n8n.io",
|
|
"author": {
|
|
"name": "Jan Oberhauser",
|
|
"email": "jan@n8n.io"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/n8n-io/n8n.git"
|
|
},
|
|
"main": "dist/src/index",
|
|
"types": "dist/src/index.d.ts",
|
|
"scripts": {
|
|
"dev": "npm run watch",
|
|
"build": "tsc && gulp build:icons && gulp build:translations",
|
|
"build:translations": "gulp build:translations",
|
|
"format": "cd ../.. && node_modules/prettier/bin-prettier.js packages/nodes-base/**/**.ts --write",
|
|
"lint": "tslint -p tsconfig.json -c tslint.json",
|
|
"lintfix": "tslint --fix -p tsconfig.json -c tslint.json",
|
|
"nodelinter": "nodelinter",
|
|
"watch": "tsc --watch",
|
|
"test": "jest"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"n8n": {
|
|
"credentials": [
|
|
"dist/credentials/ActionNetworkApi.credentials.js",
|
|
"dist/credentials/ActiveCampaignApi.credentials.js",
|
|
"dist/credentials/AcuitySchedulingApi.credentials.js",
|
|
"dist/credentials/AcuitySchedulingOAuth2Api.credentials.js",
|
|
"dist/credentials/AffinityApi.credentials.js",
|
|
"dist/credentials/AgileCrmApi.credentials.js",
|
|
"dist/credentials/AirtableApi.credentials.js",
|
|
"dist/credentials/Amqp.credentials.js",
|
|
"dist/credentials/ApiTemplateIoApi.credentials.js",
|
|
"dist/credentials/AsanaApi.credentials.js",
|
|
"dist/credentials/AsanaOAuth2Api.credentials.js",
|
|
"dist/credentials/AutomizyApi.credentials.js",
|
|
"dist/credentials/AutopilotApi.credentials.js",
|
|
"dist/credentials/Aws.credentials.js",
|
|
"dist/credentials/BambooHrApi.credentials.js",
|
|
"dist/credentials/BannerbearApi.credentials.js",
|
|
"dist/credentials/BaserowApi.credentials.js",
|
|
"dist/credentials/BeeminderApi.credentials.js",
|
|
"dist/credentials/BitbucketApi.credentials.js",
|
|
"dist/credentials/BitlyApi.credentials.js",
|
|
"dist/credentials/BitlyOAuth2Api.credentials.js",
|
|
"dist/credentials/BitwardenApi.credentials.js",
|
|
"dist/credentials/BoxOAuth2Api.credentials.js",
|
|
"dist/credentials/BrandfetchApi.credentials.js",
|
|
"dist/credentials/BubbleApi.credentials.js",
|
|
"dist/credentials/CalendlyApi.credentials.js",
|
|
"dist/credentials/ChargebeeApi.credentials.js",
|
|
"dist/credentials/CircleCiApi.credentials.js",
|
|
"dist/credentials/CiscoWebexOAuth2Api.credentials.js",
|
|
"dist/credentials/ClearbitApi.credentials.js",
|
|
"dist/credentials/ClickUpApi.credentials.js",
|
|
"dist/credentials/ClickUpOAuth2Api.credentials.js",
|
|
"dist/credentials/ClockifyApi.credentials.js",
|
|
"dist/credentials/CockpitApi.credentials.js",
|
|
"dist/credentials/CodaApi.credentials.js",
|
|
"dist/credentials/ContentfulApi.credentials.js",
|
|
"dist/credentials/ConvertKitApi.credentials.js",
|
|
"dist/credentials/CopperApi.credentials.js",
|
|
"dist/credentials/CortexApi.credentials.js",
|
|
"dist/credentials/CrateDb.credentials.js",
|
|
"dist/credentials/CustomerIoApi.credentials.js",
|
|
"dist/credentials/DeepLApi.credentials.js",
|
|
"dist/credentials/DemioApi.credentials.js",
|
|
"dist/credentials/DhlApi.credentials.js",
|
|
"dist/credentials/DiscourseApi.credentials.js",
|
|
"dist/credentials/DisqusApi.credentials.js",
|
|
"dist/credentials/DriftApi.credentials.js",
|
|
"dist/credentials/DriftOAuth2Api.credentials.js",
|
|
"dist/credentials/DropboxApi.credentials.js",
|
|
"dist/credentials/DropboxOAuth2Api.credentials.js",
|
|
"dist/credentials/DropcontactApi.credentials.js",
|
|
"dist/credentials/EgoiApi.credentials.js",
|
|
"dist/credentials/ElasticsearchApi.credentials.js",
|
|
"dist/credentials/ElasticSecurityApi.credentials.js",
|
|
"dist/credentials/EmeliaApi.credentials.js",
|
|
"dist/credentials/ERPNextApi.credentials.js",
|
|
"dist/credentials/EventbriteApi.credentials.js",
|
|
"dist/credentials/EventbriteOAuth2Api.credentials.js",
|
|
"dist/credentials/FacebookGraphApi.credentials.js",
|
|
"dist/credentials/FacebookGraphAppApi.credentials.js",
|
|
"dist/credentials/FigmaApi.credentials.js",
|
|
"dist/credentials/FileMaker.credentials.js",
|
|
"dist/credentials/FlowApi.credentials.js",
|
|
"dist/credentials/FormIoApi.credentials.js",
|
|
"dist/credentials/FormstackApi.credentials.js",
|
|
"dist/credentials/FormstackOAuth2Api.credentials.js",
|
|
"dist/credentials/FreshdeskApi.credentials.js",
|
|
"dist/credentials/FreshserviceApi.credentials.js",
|
|
"dist/credentials/FreshworksCrmApi.credentials.js",
|
|
"dist/credentials/Ftp.credentials.js",
|
|
"dist/credentials/GetResponseApi.credentials.js",
|
|
"dist/credentials/GetResponseOAuth2Api.credentials.js",
|
|
"dist/credentials/GhostAdminApi.credentials.js",
|
|
"dist/credentials/GhostContentApi.credentials.js",
|
|
"dist/credentials/GithubApi.credentials.js",
|
|
"dist/credentials/GithubOAuth2Api.credentials.js",
|
|
"dist/credentials/GitlabApi.credentials.js",
|
|
"dist/credentials/GitlabOAuth2Api.credentials.js",
|
|
"dist/credentials/GitPassword.credentials.js",
|
|
"dist/credentials/GmailOAuth2Api.credentials.js",
|
|
"dist/credentials/GoogleAnalyticsOAuth2Api.credentials.js",
|
|
"dist/credentials/GoogleApi.credentials.js",
|
|
"dist/credentials/GoogleBigQueryOAuth2Api.credentials.js",
|
|
"dist/credentials/GoogleBooksOAuth2Api.credentials.js",
|
|
"dist/credentials/GoogleCalendarOAuth2Api.credentials.js",
|
|
"dist/credentials/GoogleCloudNaturalLanguageOAuth2Api.credentials.js",
|
|
"dist/credentials/GoogleContactsOAuth2Api.credentials.js",
|
|
"dist/credentials/GoogleDocsOAuth2Api.credentials.js",
|
|
"dist/credentials/GoogleDriveOAuth2Api.credentials.js",
|
|
"dist/credentials/GoogleFirebaseCloudFirestoreOAuth2Api.credentials.js",
|
|
"dist/credentials/GoogleFirebaseRealtimeDatabaseOAuth2Api.credentials.js",
|
|
"dist/credentials/GoogleOAuth2Api.credentials.js",
|
|
"dist/credentials/GooglePerspectiveOAuth2Api.credentials.js",
|
|
"dist/credentials/GoogleSheetsOAuth2Api.credentials.js",
|
|
"dist/credentials/GoogleSlidesOAuth2Api.credentials.js",
|
|
"dist/credentials/GoogleTasksOAuth2Api.credentials.js",
|
|
"dist/credentials/GoogleTranslateOAuth2Api.credentials.js",
|
|
"dist/credentials/GotifyApi.credentials.js",
|
|
"dist/credentials/GoToWebinarOAuth2Api.credentials.js",
|
|
"dist/credentials/GristApi.credentials.js",
|
|
"dist/credentials/GrafanaApi.credentials.js",
|
|
"dist/credentials/GSuiteAdminOAuth2Api.credentials.js",
|
|
"dist/credentials/GumroadApi.credentials.js",
|
|
"dist/credentials/HaloPSAApi.credentials.js",
|
|
"dist/credentials/HarvestApi.credentials.js",
|
|
"dist/credentials/HarvestOAuth2Api.credentials.js",
|
|
"dist/credentials/HelpScoutOAuth2Api.credentials.js",
|
|
"dist/credentials/HomeAssistantApi.credentials.js",
|
|
"dist/credentials/HttpBasicAuth.credentials.js",
|
|
"dist/credentials/HttpDigestAuth.credentials.js",
|
|
"dist/credentials/HttpHeaderAuth.credentials.js",
|
|
"dist/credentials/HttpQueryAuth.credentials.js",
|
|
"dist/credentials/HubspotApi.credentials.js",
|
|
"dist/credentials/HubspotAppToken.credentials.js",
|
|
"dist/credentials/HubspotDeveloperApi.credentials.js",
|
|
"dist/credentials/HubspotOAuth2Api.credentials.js",
|
|
"dist/credentials/HumanticAiApi.credentials.js",
|
|
"dist/credentials/HunterApi.credentials.js",
|
|
"dist/credentials/Imap.credentials.js",
|
|
"dist/credentials/IntercomApi.credentials.js",
|
|
"dist/credentials/InvoiceNinjaApi.credentials.js",
|
|
"dist/credentials/IterableApi.credentials.js",
|
|
"dist/credentials/JenkinsApi.credentials.js",
|
|
"dist/credentials/JiraSoftwareCloudApi.credentials.js",
|
|
"dist/credentials/JiraSoftwareServerApi.credentials.js",
|
|
"dist/credentials/JotFormApi.credentials.js",
|
|
"dist/credentials/Kafka.credentials.js",
|
|
"dist/credentials/KeapOAuth2Api.credentials.js",
|
|
"dist/credentials/KitemakerApi.credentials.js",
|
|
"dist/credentials/LemlistApi.credentials.js",
|
|
"dist/credentials/LinearApi.credentials.js",
|
|
"dist/credentials/LineNotifyOAuth2Api.credentials.js",
|
|
"dist/credentials/LingvaNexApi.credentials.js",
|
|
"dist/credentials/LinkedInOAuth2Api.credentials.js",
|
|
"dist/credentials/Magento2Api.credentials.js",
|
|
"dist/credentials/MailcheckApi.credentials.js",
|
|
"dist/credentials/MailchimpApi.credentials.js",
|
|
"dist/credentials/MailchimpOAuth2Api.credentials.js",
|
|
"dist/credentials/MailerLiteApi.credentials.js",
|
|
"dist/credentials/MailgunApi.credentials.js",
|
|
"dist/credentials/MailjetEmailApi.credentials.js",
|
|
"dist/credentials/MailjetSmsApi.credentials.js",
|
|
"dist/credentials/MandrillApi.credentials.js",
|
|
"dist/credentials/MarketstackApi.credentials.js",
|
|
"dist/credentials/MatrixApi.credentials.js",
|
|
"dist/credentials/MattermostApi.credentials.js",
|
|
"dist/credentials/MauticApi.credentials.js",
|
|
"dist/credentials/MauticOAuth2Api.credentials.js",
|
|
"dist/credentials/MediumApi.credentials.js",
|
|
"dist/credentials/MediumOAuth2Api.credentials.js",
|
|
"dist/credentials/MessageBirdApi.credentials.js",
|
|
"dist/credentials/MicrosoftDynamicsOAuth2Api.credentials.js",
|
|
"dist/credentials/MicrosoftExcelOAuth2Api.credentials.js",
|
|
"dist/credentials/MicrosoftGraphSecurityOAuth2Api.credentials.js",
|
|
"dist/credentials/MicrosoftOAuth2Api.credentials.js",
|
|
"dist/credentials/MicrosoftOneDriveOAuth2Api.credentials.js",
|
|
"dist/credentials/MicrosoftOutlookOAuth2Api.credentials.js",
|
|
"dist/credentials/MicrosoftSql.credentials.js",
|
|
"dist/credentials/MicrosoftTeamsOAuth2Api.credentials.js",
|
|
"dist/credentials/MicrosoftToDoOAuth2Api.credentials.js",
|
|
"dist/credentials/MindeeInvoiceApi.credentials.js",
|
|
"dist/credentials/MindeeReceiptApi.credentials.js",
|
|
"dist/credentials/MispApi.credentials.js",
|
|
"dist/credentials/MoceanApi.credentials.js",
|
|
"dist/credentials/MondayComApi.credentials.js",
|
|
"dist/credentials/MondayComOAuth2Api.credentials.js",
|
|
"dist/credentials/MongoDb.credentials.js",
|
|
"dist/credentials/MonicaCrmApi.credentials.js",
|
|
"dist/credentials/Mqtt.credentials.js",
|
|
"dist/credentials/Msg91Api.credentials.js",
|
|
"dist/credentials/MySql.credentials.js",
|
|
"dist/credentials/NasaApi.credentials.js",
|
|
"dist/credentials/NetlifyApi.credentials.js",
|
|
"dist/credentials/NextCloudApi.credentials.js",
|
|
"dist/credentials/NextCloudOAuth2Api.credentials.js",
|
|
"dist/credentials/NocoDb.credentials.js",
|
|
"dist/credentials/NotionApi.credentials.js",
|
|
"dist/credentials/NotionOAuth2Api.credentials.js",
|
|
"dist/credentials/OAuth1Api.credentials.js",
|
|
"dist/credentials/OAuth2Api.credentials.js",
|
|
"dist/credentials/OdooApi.credentials.js",
|
|
"dist/credentials/OneSimpleApi.credentials.js",
|
|
"dist/credentials/OnfleetApi.credentials.js",
|
|
"dist/credentials/OpenWeatherMapApi.credentials.js",
|
|
"dist/credentials/OrbitApi.credentials.js",
|
|
"dist/credentials/OuraApi.credentials.js",
|
|
"dist/credentials/PaddleApi.credentials.js",
|
|
"dist/credentials/PagerDutyApi.credentials.js",
|
|
"dist/credentials/PagerDutyOAuth2Api.credentials.js",
|
|
"dist/credentials/PayPalApi.credentials.js",
|
|
"dist/credentials/PeekalinkApi.credentials.js",
|
|
"dist/credentials/PhantombusterApi.credentials.js",
|
|
"dist/credentials/PhilipsHueOAuth2Api.credentials.js",
|
|
"dist/credentials/PipedriveApi.credentials.js",
|
|
"dist/credentials/PipedriveOAuth2Api.credentials.js",
|
|
"dist/credentials/PlivoApi.credentials.js",
|
|
"dist/credentials/Postgres.credentials.js",
|
|
"dist/credentials/PostHogApi.credentials.js",
|
|
"dist/credentials/PostmarkApi.credentials.js",
|
|
"dist/credentials/ProfitWellApi.credentials.js",
|
|
"dist/credentials/PushbulletOAuth2Api.credentials.js",
|
|
"dist/credentials/PushcutApi.credentials.js",
|
|
"dist/credentials/PushoverApi.credentials.js",
|
|
"dist/credentials/QuestDb.credentials.js",
|
|
"dist/credentials/QuickBaseApi.credentials.js",
|
|
"dist/credentials/QuickBooksOAuth2Api.credentials.js",
|
|
"dist/credentials/RabbitMQ.credentials.js",
|
|
"dist/credentials/RaindropOAuth2Api.credentials.js",
|
|
"dist/credentials/RedditOAuth2Api.credentials.js",
|
|
"dist/credentials/Redis.credentials.js",
|
|
"dist/credentials/RocketchatApi.credentials.js",
|
|
"dist/credentials/RundeckApi.credentials.js",
|
|
"dist/credentials/S3.credentials.js",
|
|
"dist/credentials/SalesforceJwtApi.credentials.js",
|
|
"dist/credentials/SalesforceOAuth2Api.credentials.js",
|
|
"dist/credentials/SalesmateApi.credentials.js",
|
|
"dist/credentials/SalesmateApi.credentials.js",
|
|
"dist/credentials/SeaTableApi.credentials.js",
|
|
"dist/credentials/SecurityScorecardApi.credentials.js",
|
|
"dist/credentials/SegmentApi.credentials.js",
|
|
"dist/credentials/SegmentApi.credentials.js",
|
|
"dist/credentials/SendGridApi.credentials.js",
|
|
"dist/credentials/SendyApi.credentials.js",
|
|
"dist/credentials/SentryIoApi.credentials.js",
|
|
"dist/credentials/SentryIoOAuth2Api.credentials.js",
|
|
"dist/credentials/SentryIoServerApi.credentials.js",
|
|
"dist/credentials/ServiceNowOAuth2Api.credentials.js",
|
|
"dist/credentials/Sftp.credentials.js",
|
|
"dist/credentials/ShopifyApi.credentials.js",
|
|
"dist/credentials/Signl4Api.credentials.js",
|
|
"dist/credentials/Signl4Api.credentials.js",
|
|
"dist/credentials/SlackApi.credentials.js",
|
|
"dist/credentials/SlackOAuth2Api.credentials.js",
|
|
"dist/credentials/Sms77Api.credentials.js",
|
|
"dist/credentials/Smtp.credentials.js",
|
|
"dist/credentials/Snowflake.credentials.js",
|
|
"dist/credentials/SplunkApi.credentials.js",
|
|
"dist/credentials/SpontitApi.credentials.js",
|
|
"dist/credentials/SpotifyOAuth2Api.credentials.js",
|
|
"dist/credentials/SpotifyOAuth2Api.credentials.js",
|
|
"dist/credentials/SshPassword.credentials.js",
|
|
"dist/credentials/SshPrivateKey.credentials.js",
|
|
"dist/credentials/StackbyApi.credentials.js",
|
|
"dist/credentials/StoryblokContentApi.credentials.js",
|
|
"dist/credentials/StoryblokManagementApi.credentials.js",
|
|
"dist/credentials/StrapiApi.credentials.js",
|
|
"dist/credentials/StravaOAuth2Api.credentials.js",
|
|
"dist/credentials/StripeApi.credentials.js",
|
|
"dist/credentials/SupabaseApi.credentials.js",
|
|
"dist/credentials/SurveyMonkeyApi.credentials.js",
|
|
"dist/credentials/SurveyMonkeyOAuth2Api.credentials.js",
|
|
"dist/credentials/SyncroMspApi.credentials.js",
|
|
"dist/credentials/TaigaApi.credentials.js",
|
|
"dist/credentials/TapfiliateApi.credentials.js",
|
|
"dist/credentials/TelegramApi.credentials.js",
|
|
"dist/credentials/TheHiveApi.credentials.js",
|
|
"dist/credentials/TimescaleDb.credentials.js",
|
|
"dist/credentials/TodoistApi.credentials.js",
|
|
"dist/credentials/TodoistOAuth2Api.credentials.js",
|
|
"dist/credentials/TogglApi.credentials.js",
|
|
"dist/credentials/TravisCiApi.credentials.js",
|
|
"dist/credentials/TrelloApi.credentials.js",
|
|
"dist/credentials/TwakeCloudApi.credentials.js",
|
|
"dist/credentials/TwakeServerApi.credentials.js",
|
|
"dist/credentials/TwilioApi.credentials.js",
|
|
"dist/credentials/TwistOAuth2Api.credentials.js",
|
|
"dist/credentials/TwitterOAuth1Api.credentials.js",
|
|
"dist/credentials/TypeformApi.credentials.js",
|
|
"dist/credentials/TypeformOAuth2Api.credentials.js",
|
|
"dist/credentials/UnleashedSoftwareApi.credentials.js",
|
|
"dist/credentials/UpleadApi.credentials.js",
|
|
"dist/credentials/UProcApi.credentials.js",
|
|
"dist/credentials/UptimeRobotApi.credentials.js",
|
|
"dist/credentials/UrlScanIoApi.credentials.js",
|
|
"dist/credentials/VeroApi.credentials.js",
|
|
"dist/credentials/VonageApi.credentials.js",
|
|
"dist/credentials/WebflowApi.credentials.js",
|
|
"dist/credentials/WebflowOAuth2Api.credentials.js",
|
|
"dist/credentials/WekanApi.credentials.js",
|
|
"dist/credentials/WiseApi.credentials.js",
|
|
"dist/credentials/WooCommerceApi.credentials.js",
|
|
"dist/credentials/WordpressApi.credentials.js",
|
|
"dist/credentials/WorkableApi.credentials.js",
|
|
"dist/credentials/WufooApi.credentials.js",
|
|
"dist/credentials/XeroOAuth2Api.credentials.js",
|
|
"dist/credentials/YourlsApi.credentials.js",
|
|
"dist/credentials/YouTubeOAuth2Api.credentials.js",
|
|
"dist/credentials/ZammadBasicAuthApi.credentials.js",
|
|
"dist/credentials/ZammadTokenAuthApi.credentials.js",
|
|
"dist/credentials/ZendeskApi.credentials.js",
|
|
"dist/credentials/ZendeskOAuth2Api.credentials.js",
|
|
"dist/credentials/ZohoOAuth2Api.credentials.js",
|
|
"dist/credentials/ZoomApi.credentials.js",
|
|
"dist/credentials/ZoomOAuth2Api.credentials.js",
|
|
"dist/credentials/ZulipApi.credentials.js"
|
|
],
|
|
"nodes": [
|
|
"dist/nodes/ActionNetwork/ActionNetwork.node.js",
|
|
"dist/nodes/ActiveCampaign/ActiveCampaign.node.js",
|
|
"dist/nodes/ActiveCampaign/ActiveCampaignTrigger.node.js",
|
|
"dist/nodes/AcuityScheduling/AcuitySchedulingTrigger.node.js",
|
|
"dist/nodes/Affinity/Affinity.node.js",
|
|
"dist/nodes/Affinity/AffinityTrigger.node.js",
|
|
"dist/nodes/AgileCrm/AgileCrm.node.js",
|
|
"dist/nodes/Airtable/Airtable.node.js",
|
|
"dist/nodes/Airtable/AirtableTrigger.node.js",
|
|
"dist/nodes/Amqp/Amqp.node.js",
|
|
"dist/nodes/Amqp/AmqpTrigger.node.js",
|
|
"dist/nodes/ApiTemplateIo/ApiTemplateIo.node.js",
|
|
"dist/nodes/Asana/Asana.node.js",
|
|
"dist/nodes/Asana/AsanaTrigger.node.js",
|
|
"dist/nodes/Automizy/Automizy.node.js",
|
|
"dist/nodes/Autopilot/Autopilot.node.js",
|
|
"dist/nodes/Autopilot/AutopilotTrigger.node.js",
|
|
"dist/nodes/Aws/AwsLambda.node.js",
|
|
"dist/nodes/Aws/AwsSns.node.js",
|
|
"dist/nodes/Aws/AwsSnsTrigger.node.js",
|
|
"dist/nodes/Aws/Comprehend/AwsComprehend.node.js",
|
|
"dist/nodes/Aws/DynamoDB/AwsDynamoDB.node.js",
|
|
"dist/nodes/Aws/Rekognition/AwsRekognition.node.js",
|
|
"dist/nodes/Aws/S3/AwsS3.node.js",
|
|
"dist/nodes/Aws/SES/AwsSes.node.js",
|
|
"dist/nodes/Aws/SQS/AwsSqs.node.js",
|
|
"dist/nodes/Aws/Textract/AwsTextract.node.js",
|
|
"dist/nodes/Aws/Transcribe/AwsTranscribe.node.js",
|
|
"dist/nodes/BambooHr/BambooHr.node.js",
|
|
"dist/nodes/Bannerbear/Bannerbear.node.js",
|
|
"dist/nodes/Baserow/Baserow.node.js",
|
|
"dist/nodes/Beeminder/Beeminder.node.js",
|
|
"dist/nodes/Bitbucket/BitbucketTrigger.node.js",
|
|
"dist/nodes/Bitly/Bitly.node.js",
|
|
"dist/nodes/Bitwarden/Bitwarden.node.js",
|
|
"dist/nodes/Box/Box.node.js",
|
|
"dist/nodes/Box/BoxTrigger.node.js",
|
|
"dist/nodes/Brandfetch/Brandfetch.node.js",
|
|
"dist/nodes/Bubble/Bubble.node.js",
|
|
"dist/nodes/Calendly/CalendlyTrigger.node.js",
|
|
"dist/nodes/Chargebee/Chargebee.node.js",
|
|
"dist/nodes/Chargebee/ChargebeeTrigger.node.js",
|
|
"dist/nodes/CircleCi/CircleCi.node.js",
|
|
"dist/nodes/Cisco/Webex/CiscoWebex.node.js",
|
|
"dist/nodes/Cisco/Webex/CiscoWebexTrigger.node.js",
|
|
"dist/nodes/Clearbit/Clearbit.node.js",
|
|
"dist/nodes/ClickUp/ClickUp.node.js",
|
|
"dist/nodes/ClickUp/ClickUpTrigger.node.js",
|
|
"dist/nodes/Clockify/Clockify.node.js",
|
|
"dist/nodes/Clockify/ClockifyTrigger.node.js",
|
|
"dist/nodes/Cockpit/Cockpit.node.js",
|
|
"dist/nodes/Coda/Coda.node.js",
|
|
"dist/nodes/CoinGecko/CoinGecko.node.js",
|
|
"dist/nodes/Compression/Compression.node.js",
|
|
"dist/nodes/Contentful/Contentful.node.js",
|
|
"dist/nodes/ConvertKit/ConvertKit.node.js",
|
|
"dist/nodes/ConvertKit/ConvertKitTrigger.node.js",
|
|
"dist/nodes/Copper/Copper.node.js",
|
|
"dist/nodes/Copper/CopperTrigger.node.js",
|
|
"dist/nodes/Cortex/Cortex.node.js",
|
|
"dist/nodes/CrateDb/CrateDb.node.js",
|
|
"dist/nodes/Cron/Cron.node.js",
|
|
"dist/nodes/Crypto/Crypto.node.js",
|
|
"dist/nodes/CustomerIo/CustomerIo.node.js",
|
|
"dist/nodes/CustomerIo/CustomerIoTrigger.node.js",
|
|
"dist/nodes/DateTime/DateTime.node.js",
|
|
"dist/nodes/DeepL/DeepL.node.js",
|
|
"dist/nodes/Demio/Demio.node.js",
|
|
"dist/nodes/Dhl/Dhl.node.js",
|
|
"dist/nodes/Discord/Discord.node.js",
|
|
"dist/nodes/Discourse/Discourse.node.js",
|
|
"dist/nodes/Disqus/Disqus.node.js",
|
|
"dist/nodes/Drift/Drift.node.js",
|
|
"dist/nodes/Dropbox/Dropbox.node.js",
|
|
"dist/nodes/Dropcontact/Dropcontact.node.js",
|
|
"dist/nodes/EditImage/EditImage.node.js",
|
|
"dist/nodes/Egoi/Egoi.node.js",
|
|
"dist/nodes/Elastic/Elasticsearch/Elasticsearch.node.js",
|
|
"dist/nodes/Elastic/ElasticSecurity/ElasticSecurity.node.js",
|
|
"dist/nodes/EmailReadImap/EmailReadImap.node.js",
|
|
"dist/nodes/EmailSend/EmailSend.node.js",
|
|
"dist/nodes/Emelia/Emelia.node.js",
|
|
"dist/nodes/Emelia/EmeliaTrigger.node.js",
|
|
"dist/nodes/ERPNext/ERPNext.node.js",
|
|
"dist/nodes/ErrorTrigger/ErrorTrigger.node.js",
|
|
"dist/nodes/Eventbrite/EventbriteTrigger.node.js",
|
|
"dist/nodes/ExecuteCommand/ExecuteCommand.node.js",
|
|
"dist/nodes/ExecuteWorkflow/ExecuteWorkflow.node.js",
|
|
"dist/nodes/Facebook/FacebookGraphApi.node.js",
|
|
"dist/nodes/Facebook/FacebookTrigger.node.js",
|
|
"dist/nodes/Figma/FigmaTrigger.node.js",
|
|
"dist/nodes/FileMaker/FileMaker.node.js",
|
|
"dist/nodes/Flow/Flow.node.js",
|
|
"dist/nodes/Flow/FlowTrigger.node.js",
|
|
"dist/nodes/FormIo/FormIoTrigger.node.js",
|
|
"dist/nodes/Formstack/FormstackTrigger.node.js",
|
|
"dist/nodes/Freshdesk/Freshdesk.node.js",
|
|
"dist/nodes/Freshservice/Freshservice.node.js",
|
|
"dist/nodes/FreshworksCrm/FreshworksCrm.node.js",
|
|
"dist/nodes/Ftp/Ftp.node.js",
|
|
"dist/nodes/Function/Function.node.js",
|
|
"dist/nodes/FunctionItem/FunctionItem.node.js",
|
|
"dist/nodes/GetResponse/GetResponse.node.js",
|
|
"dist/nodes/GetResponse/GetResponseTrigger.node.js",
|
|
"dist/nodes/Ghost/Ghost.node.js",
|
|
"dist/nodes/Git/Git.node.js",
|
|
"dist/nodes/Github/Github.node.js",
|
|
"dist/nodes/Github/GithubTrigger.node.js",
|
|
"dist/nodes/Gitlab/Gitlab.node.js",
|
|
"dist/nodes/Gitlab/GitlabTrigger.node.js",
|
|
"dist/nodes/Google/Analytics/GoogleAnalytics.node.js",
|
|
"dist/nodes/Google/BigQuery/GoogleBigQuery.node.js",
|
|
"dist/nodes/Google/Books/GoogleBooks.node.js",
|
|
"dist/nodes/Google/Calendar/GoogleCalendar.node.js",
|
|
"dist/nodes/Google/Calendar/GoogleCalendarTrigger.node.js",
|
|
"dist/nodes/Google/Chat/GoogleChat.node.js",
|
|
"dist/nodes/Google/CloudNaturalLanguage/GoogleCloudNaturalLanguage.node.js",
|
|
"dist/nodes/Google/Contacts/GoogleContacts.node.js",
|
|
"dist/nodes/Google/Docs/GoogleDocs.node.js",
|
|
"dist/nodes/Google/Drive/GoogleDrive.node.js",
|
|
"dist/nodes/Google/Drive/GoogleDriveTrigger.node.js",
|
|
"dist/nodes/Google/Firebase/CloudFirestore/CloudFirestore.node.js",
|
|
"dist/nodes/Google/Firebase/RealtimeDatabase/RealtimeDatabase.node.js",
|
|
"dist/nodes/Google/Gmail/Gmail.node.js",
|
|
"dist/nodes/Google/GSuiteAdmin/GSuiteAdmin.node.js",
|
|
"dist/nodes/Google/Perspective/GooglePerspective.node.js",
|
|
"dist/nodes/Google/Sheet/GoogleSheets.node.js",
|
|
"dist/nodes/Google/Slides/GoogleSlides.node.js",
|
|
"dist/nodes/Google/Task/GoogleTasks.node.js",
|
|
"dist/nodes/Google/Translate/GoogleTranslate.node.js",
|
|
"dist/nodes/Google/YouTube/YouTube.node.js",
|
|
"dist/nodes/Gotify/Gotify.node.js",
|
|
"dist/nodes/GoToWebinar/GoToWebinar.node.js",
|
|
"dist/nodes/Grafana/Grafana.node.js",
|
|
"dist/nodes/GraphQL/GraphQL.node.js",
|
|
"dist/nodes/Grist/Grist.node.js",
|
|
"dist/nodes/Gumroad/GumroadTrigger.node.js",
|
|
"dist/nodes/HackerNews/HackerNews.node.js",
|
|
"dist/nodes/HaloPSA/HaloPSA.node.js",
|
|
"dist/nodes/Harvest/Harvest.node.js",
|
|
"dist/nodes/HelpScout/HelpScout.node.js",
|
|
"dist/nodes/HelpScout/HelpScoutTrigger.node.js",
|
|
"dist/nodes/HomeAssistant/HomeAssistant.node.js",
|
|
"dist/nodes/HtmlExtract/HtmlExtract.node.js",
|
|
"dist/nodes/HttpRequest/HttpRequest.node.js",
|
|
"dist/nodes/Hubspot/Hubspot.node.js",
|
|
"dist/nodes/Hubspot/HubspotTrigger.node.js",
|
|
"dist/nodes/HumanticAI/HumanticAi.node.js",
|
|
"dist/nodes/Hunter/Hunter.node.js",
|
|
"dist/nodes/ICalendar/ICalendar.node.js",
|
|
"dist/nodes/If/If.node.js",
|
|
"dist/nodes/Intercom/Intercom.node.js",
|
|
"dist/nodes/Interval/Interval.node.js",
|
|
"dist/nodes/InvoiceNinja/InvoiceNinja.node.js",
|
|
"dist/nodes/InvoiceNinja/InvoiceNinjaTrigger.node.js",
|
|
"dist/nodes/ItemLists/ItemLists.node.js",
|
|
"dist/nodes/Iterable/Iterable.node.js",
|
|
"dist/nodes/Jenkins/Jenkins.node.js",
|
|
"dist/nodes/Jira/Jira.node.js",
|
|
"dist/nodes/Jira/JiraTrigger.node.js",
|
|
"dist/nodes/JotForm/JotFormTrigger.node.js",
|
|
"dist/nodes/Kafka/Kafka.node.js",
|
|
"dist/nodes/Kafka/KafkaTrigger.node.js",
|
|
"dist/nodes/Keap/Keap.node.js",
|
|
"dist/nodes/Keap/KeapTrigger.node.js",
|
|
"dist/nodes/Kitemaker/Kitemaker.node.js",
|
|
"dist/nodes/Lemlist/Lemlist.node.js",
|
|
"dist/nodes/Lemlist/LemlistTrigger.node.js",
|
|
"dist/nodes/Line/Line.node.js",
|
|
"dist/nodes/Linear/LinearTrigger.node.js",
|
|
"dist/nodes/LingvaNex/LingvaNex.node.js",
|
|
"dist/nodes/LinkedIn/LinkedIn.node.js",
|
|
"dist/nodes/LocalFileTrigger/LocalFileTrigger.node.js",
|
|
"dist/nodes/Magento/Magento2.node.js",
|
|
"dist/nodes/Mailcheck/Mailcheck.node.js",
|
|
"dist/nodes/Mailchimp/Mailchimp.node.js",
|
|
"dist/nodes/Mailchimp/MailchimpTrigger.node.js",
|
|
"dist/nodes/MailerLite/MailerLite.node.js",
|
|
"dist/nodes/MailerLite/MailerLiteTrigger.node.js",
|
|
"dist/nodes/Mailgun/Mailgun.node.js",
|
|
"dist/nodes/Mailjet/Mailjet.node.js",
|
|
"dist/nodes/Mailjet/MailjetTrigger.node.js",
|
|
"dist/nodes/Mandrill/Mandrill.node.js",
|
|
"dist/nodes/Marketstack/Marketstack.node.js",
|
|
"dist/nodes/Matrix/Matrix.node.js",
|
|
"dist/nodes/Mattermost/Mattermost.node.js",
|
|
"dist/nodes/Mautic/Mautic.node.js",
|
|
"dist/nodes/Mautic/MauticTrigger.node.js",
|
|
"dist/nodes/Medium/Medium.node.js",
|
|
"dist/nodes/Merge/Merge.node.js",
|
|
"dist/nodes/MessageBird/MessageBird.node.js",
|
|
"dist/nodes/Microsoft/Dynamics/MicrosoftDynamicsCrm.node.js",
|
|
"dist/nodes/Microsoft/Excel/MicrosoftExcel.node.js",
|
|
"dist/nodes/Microsoft/GraphSecurity/MicrosoftGraphSecurity.node.js",
|
|
"dist/nodes/Microsoft/OneDrive/MicrosoftOneDrive.node.js",
|
|
"dist/nodes/Microsoft/Outlook/MicrosoftOutlook.node.js",
|
|
"dist/nodes/Microsoft/Sql/MicrosoftSql.node.js",
|
|
"dist/nodes/Microsoft/Teams/MicrosoftTeams.node.js",
|
|
"dist/nodes/Microsoft/ToDo/MicrosoftToDo.node.js",
|
|
"dist/nodes/Mindee/Mindee.node.js",
|
|
"dist/nodes/Misp/Misp.node.js",
|
|
"dist/nodes/Mocean/Mocean.node.js",
|
|
"dist/nodes/MondayCom/MondayCom.node.js",
|
|
"dist/nodes/MongoDb/MongoDb.node.js",
|
|
"dist/nodes/MonicaCrm/MonicaCrm.node.js",
|
|
"dist/nodes/MoveBinaryData/MoveBinaryData.node.js",
|
|
"dist/nodes/MQTT/Mqtt.node.js",
|
|
"dist/nodes/MQTT/MqttTrigger.node.js",
|
|
"dist/nodes/Msg91/Msg91.node.js",
|
|
"dist/nodes/MySql/MySql.node.js",
|
|
"dist/nodes/N8nTrainingCustomerDatastore/N8nTrainingCustomerDatastore.node.js",
|
|
"dist/nodes/N8nTrainingCustomerMessenger/N8nTrainingCustomerMessenger.node.js",
|
|
"dist/nodes/N8nTrigger/N8nTrigger.node.js",
|
|
"dist/nodes/Nasa/Nasa.node.js",
|
|
"dist/nodes/Netlify/Netlify.node.js",
|
|
"dist/nodes/Netlify/NetlifyTrigger.node.js",
|
|
"dist/nodes/NextCloud/NextCloud.node.js",
|
|
"dist/nodes/NocoDB/NocoDB.node.js",
|
|
"dist/nodes/NoOp/NoOp.node.js",
|
|
"dist/nodes/Onfleet/Onfleet.node.js",
|
|
"dist/nodes/Onfleet/OnfleetTrigger.node.js",
|
|
"dist/nodes/Notion/Notion.node.js",
|
|
"dist/nodes/Notion/NotionTrigger.node.js",
|
|
"dist/nodes/Odoo/Odoo.node.js",
|
|
"dist/nodes/OneSimpleApi/OneSimpleApi.node.js",
|
|
"dist/nodes/OpenThesaurus/OpenThesaurus.node.js",
|
|
"dist/nodes/OpenWeatherMap/OpenWeatherMap.node.js",
|
|
"dist/nodes/Orbit/Orbit.node.js",
|
|
"dist/nodes/Oura/Oura.node.js",
|
|
"dist/nodes/Paddle/Paddle.node.js",
|
|
"dist/nodes/PagerDuty/PagerDuty.node.js",
|
|
"dist/nodes/PayPal/PayPal.node.js",
|
|
"dist/nodes/PayPal/PayPalTrigger.node.js",
|
|
"dist/nodes/Peekalink/Peekalink.node.js",
|
|
"dist/nodes/Phantombuster/Phantombuster.node.js",
|
|
"dist/nodes/PhilipsHue/PhilipsHue.node.js",
|
|
"dist/nodes/Pipedrive/Pipedrive.node.js",
|
|
"dist/nodes/Pipedrive/PipedriveTrigger.node.js",
|
|
"dist/nodes/Plivo/Plivo.node.js",
|
|
"dist/nodes/Postgres/Postgres.node.js",
|
|
"dist/nodes/PostHog/PostHog.node.js",
|
|
"dist/nodes/Postmark/PostmarkTrigger.node.js",
|
|
"dist/nodes/ProfitWell/ProfitWell.node.js",
|
|
"dist/nodes/Pushbullet/Pushbullet.node.js",
|
|
"dist/nodes/Pushcut/Pushcut.node.js",
|
|
"dist/nodes/Pushcut/PushcutTrigger.node.js",
|
|
"dist/nodes/Pushover/Pushover.node.js",
|
|
"dist/nodes/QuestDb/QuestDb.node.js",
|
|
"dist/nodes/QuickBase/QuickBase.node.js",
|
|
"dist/nodes/QuickBooks/QuickBooks.node.js",
|
|
"dist/nodes/RabbitMQ/RabbitMQ.node.js",
|
|
"dist/nodes/RabbitMQ/RabbitMQTrigger.node.js",
|
|
"dist/nodes/Raindrop/Raindrop.node.js",
|
|
"dist/nodes/ReadBinaryFile/ReadBinaryFile.node.js",
|
|
"dist/nodes/ReadBinaryFiles/ReadBinaryFiles.node.js",
|
|
"dist/nodes/ReadPdf/ReadPdf.node.js",
|
|
"dist/nodes/Reddit/Reddit.node.js",
|
|
"dist/nodes/Redis/Redis.node.js",
|
|
"dist/nodes/Redis/RedisTrigger.node.js",
|
|
"dist/nodes/RenameKeys/RenameKeys.node.js",
|
|
"dist/nodes/RespondToWebhook/RespondToWebhook.node.js",
|
|
"dist/nodes/Rocketchat/Rocketchat.node.js",
|
|
"dist/nodes/RssFeedRead/RssFeedRead.node.js",
|
|
"dist/nodes/Rundeck/Rundeck.node.js",
|
|
"dist/nodes/S3/S3.node.js",
|
|
"dist/nodes/Salesforce/Salesforce.node.js",
|
|
"dist/nodes/Salesmate/Salesmate.node.js",
|
|
"dist/nodes/SeaTable/SeaTable.node.js",
|
|
"dist/nodes/SeaTable/SeaTableTrigger.node.js",
|
|
"dist/nodes/SecurityScorecard/SecurityScorecard.node.js",
|
|
"dist/nodes/Segment/Segment.node.js",
|
|
"dist/nodes/SendGrid/SendGrid.node.js",
|
|
"dist/nodes/Sendy/Sendy.node.js",
|
|
"dist/nodes/SentryIo/SentryIo.node.js",
|
|
"dist/nodes/ServiceNow/ServiceNow.node.js",
|
|
"dist/nodes/Set/Set.node.js",
|
|
"dist/nodes/Shopify/Shopify.node.js",
|
|
"dist/nodes/Shopify/ShopifyTrigger.node.js",
|
|
"dist/nodes/Signl4/Signl4.node.js",
|
|
"dist/nodes/Slack/Slack.node.js",
|
|
"dist/nodes/Sms77/Sms77.node.js",
|
|
"dist/nodes/Snowflake/Snowflake.node.js",
|
|
"dist/nodes/SplitInBatches/SplitInBatches.node.js",
|
|
"dist/nodes/Splunk/Splunk.node.js",
|
|
"dist/nodes/Spontit/Spontit.node.js",
|
|
"dist/nodes/Spotify/Spotify.node.js",
|
|
"dist/nodes/SpreadsheetFile/SpreadsheetFile.node.js",
|
|
"dist/nodes/SseTrigger/SseTrigger.node.js",
|
|
"dist/nodes/Ssh/Ssh.node.js",
|
|
"dist/nodes/Stackby/Stackby.node.js",
|
|
"dist/nodes/Start/Start.node.js",
|
|
"dist/nodes/StopAndError/StopAndError.node.js",
|
|
"dist/nodes/Storyblok/Storyblok.node.js",
|
|
"dist/nodes/Strapi/Strapi.node.js",
|
|
"dist/nodes/Strava/Strava.node.js",
|
|
"dist/nodes/Strava/StravaTrigger.node.js",
|
|
"dist/nodes/Stripe/Stripe.node.js",
|
|
"dist/nodes/Stripe/StripeTrigger.node.js",
|
|
"dist/nodes/Supabase/Supabase.node.js",
|
|
"dist/nodes/SurveyMonkey/SurveyMonkeyTrigger.node.js",
|
|
"dist/nodes/Switch/Switch.node.js",
|
|
"dist/nodes/SyncroMSP/SyncroMsp.node.js",
|
|
"dist/nodes/Taiga/Taiga.node.js",
|
|
"dist/nodes/Taiga/TaigaTrigger.node.js",
|
|
"dist/nodes/Tapfiliate/Tapfiliate.node.js",
|
|
"dist/nodes/Telegram/Telegram.node.js",
|
|
"dist/nodes/Telegram/TelegramTrigger.node.js",
|
|
"dist/nodes/TheHive/TheHive.node.js",
|
|
"dist/nodes/TheHive/TheHiveTrigger.node.js",
|
|
"dist/nodes/TimescaleDb/TimescaleDb.node.js",
|
|
"dist/nodes/Todoist/Todoist.node.js",
|
|
"dist/nodes/Toggl/TogglTrigger.node.js",
|
|
"dist/nodes/TravisCi/TravisCi.node.js",
|
|
"dist/nodes/Trello/Trello.node.js",
|
|
"dist/nodes/Trello/TrelloTrigger.node.js",
|
|
"dist/nodes/Twake/Twake.node.js",
|
|
"dist/nodes/Twilio/Twilio.node.js",
|
|
"dist/nodes/Twist/Twist.node.js",
|
|
"dist/nodes/Twitter/Twitter.node.js",
|
|
"dist/nodes/Typeform/TypeformTrigger.node.js",
|
|
"dist/nodes/UnleashedSoftware/UnleashedSoftware.node.js",
|
|
"dist/nodes/Uplead/Uplead.node.js",
|
|
"dist/nodes/UProc/UProc.node.js",
|
|
"dist/nodes/UptimeRobot/UptimeRobot.node.js",
|
|
"dist/nodes/UrlScanIo/UrlScanIo.node.js",
|
|
"dist/nodes/Vero/Vero.node.js",
|
|
"dist/nodes/Vonage/Vonage.node.js",
|
|
"dist/nodes/Wait/Wait.node.js",
|
|
"dist/nodes/Webflow/Webflow.node.js",
|
|
"dist/nodes/Webflow/WebflowTrigger.node.js",
|
|
"dist/nodes/Webhook/Webhook.node.js",
|
|
"dist/nodes/Wekan/Wekan.node.js",
|
|
"dist/nodes/Wise/Wise.node.js",
|
|
"dist/nodes/Wise/WiseTrigger.node.js",
|
|
"dist/nodes/WooCommerce/WooCommerce.node.js",
|
|
"dist/nodes/WooCommerce/WooCommerceTrigger.node.js",
|
|
"dist/nodes/Wordpress/Wordpress.node.js",
|
|
"dist/nodes/Workable/WorkableTrigger.node.js",
|
|
"dist/nodes/WorkflowTrigger/WorkflowTrigger.node.js",
|
|
"dist/nodes/WriteBinaryFile/WriteBinaryFile.node.js",
|
|
"dist/nodes/Wufoo/WufooTrigger.node.js",
|
|
"dist/nodes/Xero/Xero.node.js",
|
|
"dist/nodes/Xml/Xml.node.js",
|
|
"dist/nodes/Yourls/Yourls.node.js",
|
|
"dist/nodes/Zammad/Zammad.node.js",
|
|
"dist/nodes/Zendesk/Zendesk.node.js",
|
|
"dist/nodes/Zendesk/ZendeskTrigger.node.js",
|
|
"dist/nodes/Zoho/ZohoCrm.node.js",
|
|
"dist/nodes/Zoom/Zoom.node.js",
|
|
"dist/nodes/Zulip/Zulip.node.js"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/aws4": "^1.5.1",
|
|
"@types/basic-auth": "^1.1.2",
|
|
"@types/cheerio": "^0.22.15",
|
|
"@types/cron": "~1.7.1",
|
|
"@types/eventsource": "^1.1.2",
|
|
"@types/express": "^4.17.6",
|
|
"@types/formidable": "^1.0.31",
|
|
"@types/gm": "^1.18.2",
|
|
"@types/imap-simple": "^4.2.0",
|
|
"@types/jest": "^27.4.0",
|
|
"@types/jsonwebtoken": "^8.5.2",
|
|
"@types/lodash.set": "^4.3.6",
|
|
"@types/mailparser": "^2.7.3",
|
|
"@types/mime-types": "^2.1.0",
|
|
"@types/moment-timezone": "^0.5.12",
|
|
"@types/mongodb": "^3.5.4",
|
|
"@types/mqtt": "^2.5.0",
|
|
"@types/mssql": "^6.0.2",
|
|
"@types/node": "14.17.27",
|
|
"@types/nodemailer": "^6.4.0",
|
|
"@types/redis": "^2.8.11",
|
|
"@types/request-promise-native": "~1.0.15",
|
|
"@types/ssh2-sftp-client": "^5.1.0",
|
|
"@types/tmp": "^0.2.0",
|
|
"@types/uuid": "^8.3.2",
|
|
"@types/xml2js": "^0.4.3",
|
|
"gulp": "^4.0.0",
|
|
"jest": "^27.4.7",
|
|
"n8n-workflow": "~0.90.0",
|
|
"nodelinter": "^0.1.9",
|
|
"ts-jest": "^27.1.3",
|
|
"tslint": "^6.1.2",
|
|
"typescript": "~4.3.5"
|
|
},
|
|
"dependencies": {
|
|
"@kafkajs/confluent-schema-registry": "1.0.6",
|
|
"@types/lossless-json": "^1.0.0",
|
|
"@types/promise-ftp": "^1.3.4",
|
|
"@types/snowflake-sdk": "^1.5.1",
|
|
"amqplib": "^0.8.0",
|
|
"aws4": "^1.8.0",
|
|
"basic-auth": "^2.0.1",
|
|
"change-case": "^4.1.1",
|
|
"cheerio": "1.0.0-rc.6",
|
|
"chokidar": "3.5.2",
|
|
"cron": "~1.7.2",
|
|
"eventsource": "^1.0.7",
|
|
"fast-glob": "^3.2.5",
|
|
"fflate": "^0.7.0",
|
|
"formidable": "^1.2.1",
|
|
"get-system-fonts": "^2.0.2",
|
|
"gm": "^1.23.1",
|
|
"iconv-lite": "^0.6.2",
|
|
"ics": "^2.27.0",
|
|
"imap-simple": "^4.3.0",
|
|
"isbot": "^3.3.4",
|
|
"iso-639-1": "^2.1.3",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"kafkajs": "^1.14.0",
|
|
"lodash.get": "^4.4.2",
|
|
"lodash.set": "^4.3.2",
|
|
"lodash.unset": "^4.5.2",
|
|
"lossless-json": "^1.0.4",
|
|
"mailparser": "^3.2.0",
|
|
"moment": "2.29.1",
|
|
"moment-timezone": "^0.5.28",
|
|
"mongodb": "^3.6.9",
|
|
"mqtt": "4.2.6",
|
|
"mssql": "^6.2.0",
|
|
"mysql2": "~2.3.0",
|
|
"n8n-core": "~0.108.0",
|
|
"node-ssh": "^12.0.0",
|
|
"nodemailer": "^6.5.0",
|
|
"pdf-parse": "^1.1.1",
|
|
"pg": "^8.3.0",
|
|
"pg-promise": "^10.5.8",
|
|
"promise-ftp": "^1.3.5",
|
|
"redis": "^3.1.1",
|
|
"request": "^2.88.2",
|
|
"rhea": "^1.0.11",
|
|
"rss-parser": "^3.7.0",
|
|
"simple-git": "^2.36.2",
|
|
"snowflake-sdk": "^1.5.3",
|
|
"ssh2-sftp-client": "^7.0.0",
|
|
"tmp-promise": "^3.0.2",
|
|
"uuid": "^8.3.2",
|
|
"vm2": "~3.9.5",
|
|
"xlsx": "^0.17.0",
|
|
"xml2js": "^0.4.23"
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.tsx?$": "ts-jest"
|
|
},
|
|
"testURL": "http://localhost/",
|
|
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
|
"testPathIgnorePatterns": [
|
|
"/dist/",
|
|
"/node_modules/"
|
|
],
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"json"
|
|
]
|
|
}
|
|
}
|