From 6dcdb30bf41443099f4abea54f9399f43e9de915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Fri, 20 May 2022 23:47:24 +0200 Subject: [PATCH] refactor: Apply more nodelinting rules (#3324) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * :pencil2: Alphabetize lint rules * :fire: Remove duplicates * :zap: Update `lintfix` script * :shirt: Apply `node-param-operation-without-no-data-expression` (#3329) * :shirt: Apply `node-param-operation-without-no-data-expression` * :shirt: Add exceptions * :shirt: Apply `node-param-description-weak` (#3328) Co-authored-by: Iván Ovejero * :shirt: Apply `node-param-option-value-duplicate` (#3331) * :shirt: Apply `node-param-description-miscased-json` (#3337) * :shirt: Apply `node-param-display-name-excess-inner-whitespace` (#3335) Co-authored-by: Iván Ovejero * :shirt: Apply `node-param-type-options-missing-from-limit` (#3336) * Rule workig as intended * :pencil2: Uncomment rules Co-authored-by: Iván Ovejero * :shirt: Apply `node-param-option-name-duplicate` (#3338) Co-authored-by: Iván Ovejero * :shirt: Apply `node-param-description-wrong-for-simplify` (#3334) * :zap: fix * :zap: exceptions * :zap: changed rule ignoring from file to line * :shirt: Apply `node-param-resource-without-no-data-expression` (#3339) * :shirt: Apply `node-param-display-name-untrimmed` (#3341) * :shirt: Apply `node-param-display-name-miscased-id` (#3340) Co-authored-by: Iván Ovejero * :shirt: Apply `node-param-resource-with-plural-option` (#3342) * :shirt: Apply `node-param-description-wrong-for-upsert` (#3333) * :zap: fix * :zap: replaced record with contact in description * :zap: fix Co-authored-by: Iván Ovejero * :shirt: Apply `node-param-option-description-identical-to-name` (#3343) * :shirt: Apply `node-param-option-name-containing-star` (#3347) * :shirt: Apply `node-param-display-name-wrong-for-update-fields` (#3348) * :shirt: Apply `node-param-option-name-wrong-for-get-all` (#3345) * :zap: fix * :zap: exceptions * :shirt: Apply node-param-display-name-wrong-for-simplify (#3344) * Rule working as intended * Uncomented other rules * :shirt: Undo and add exceptions Co-authored-by: Iván Ovejero * :zap: Alphabetize lint rules * :zap: Restore `lintfix` script Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com> Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com> --- .eslintrc.js | 35 ++++++++----- .../nodes/ActionNetwork/ActionNetwork.node.ts | 2 +- .../descriptions/AttendanceDescription.ts | 2 +- .../descriptions/EventDescription.ts | 2 +- .../descriptions/PersonDescription.ts | 2 +- .../descriptions/PersonTagDescription.ts | 2 +- .../descriptions/PetitionDescription.ts | 2 +- .../descriptions/SharedFields.ts | 4 +- .../descriptions/SignatureDescription.ts | 2 +- .../descriptions/TagDescription.ts | 2 +- .../AccountContactDescription.ts | 2 +- .../ActiveCampaign/AccountDescription.ts | 2 +- .../ActiveCampaign/ActiveCampaign.node.ts | 4 +- .../ActiveCampaign/ConnectionDescription.ts | 2 +- .../ActiveCampaign/ContactDescription.ts | 2 +- .../ActiveCampaign/ContactListDescription.ts | 2 +- .../ActiveCampaign/ContactTagDescription.ts | 2 +- .../nodes/ActiveCampaign/DealDescription.ts | 2 +- .../ActiveCampaign/EcomCustomerDescription.ts | 2 +- .../ActiveCampaign/EcomOrderDescription.ts | 4 +- .../EcomOrderProductsDescription.ts | 2 +- .../nodes/ActiveCampaign/GenericFunctions.ts | 4 +- .../nodes/ActiveCampaign/ListDescription.ts | 2 +- .../nodes/ActiveCampaign/TagDescription.ts | 2 +- .../AcuitySchedulingTrigger.node.ts | 1 - .../nodes/Affinity/Affinity.node.ts | 2 +- .../nodes/Affinity/ListDescription.ts | 2 +- .../nodes/Affinity/ListEntryDescription.ts | 2 +- .../nodes/Affinity/OrganizationDescription.ts | 2 +- .../nodes/Affinity/PersonDescription.ts | 2 +- .../nodes/AgileCrm/AgileCrm.node.ts | 2 +- .../nodes/AgileCrm/CompanyDescription.ts | 13 +++-- .../nodes/AgileCrm/ContactDescription.ts | 13 +++-- .../nodes/AgileCrm/DealDescription.ts | 11 +++-- .../nodes/Airtable/Airtable.node.ts | 2 +- .../nodes/ApiTemplateIo/ApiTemplateIo.node.ts | 6 +-- packages/nodes-base/nodes/Asana/Asana.node.ts | 17 +++---- .../nodes/Asana/AsanaTrigger.node.ts | 1 - .../nodes/Automizy/Automizy.node.ts | 2 +- .../nodes/Automizy/ContactDescription.ts | 2 +- .../nodes/Automizy/ListDescription.ts | 2 +- .../nodes/Autopilot/Autopilot.node.ts | 2 +- .../nodes/Autopilot/ContactDescription.ts | 4 +- .../Autopilot/ContactJourneyDescription.ts | 2 +- .../nodes/Autopilot/ContactListDescription.ts | 2 +- .../nodes/Autopilot/ListDescription.ts | 2 +- .../nodes-base/nodes/Aws/AwsLambda.node.ts | 2 +- packages/nodes-base/nodes/Aws/AwsSns.node.ts | 2 +- .../Aws/Comprehend/AwsComprehend.node.ts | 7 +-- .../nodes/Aws/DynamoDB/AwsDynamoDB.node.ts | 1 + .../nodes/Aws/DynamoDB/ItemDescription.ts | 9 ++-- .../Aws/Rekognition/AwsRekognition.node.ts | 5 +- .../nodes-base/nodes/Aws/S3/AwsS3.node.ts | 2 +- .../nodes/Aws/S3/BucketDescription.ts | 2 +- .../nodes/Aws/S3/FileDescription.ts | 2 +- .../nodes/Aws/S3/FolderDescription.ts | 2 +- .../nodes-base/nodes/Aws/SES/AwsSes.node.ts | 14 ++++-- .../nodes-base/nodes/Aws/SQS/AwsSqs.node.ts | 3 +- .../nodes/Aws/Textract/AwsTextract.node.ts | 5 +- .../Aws/Transcribe/AwsTranscribe.node.ts | 8 +-- .../v1/actions/companyReport/index.ts | 1 + .../BambooHr/v1/actions/employee/index.ts | 1 + .../employeeDocument/getAll/description.ts | 4 +- .../v1/actions/employeeDocument/index.ts | 1 + .../v1/actions/file/getAll/description.ts | 4 +- .../nodes/BambooHr/v1/actions/file/index.ts | 1 + .../BambooHr/v1/actions/versionDescription.ts | 1 + .../nodes/Bannerbear/Bannerbear.node.ts | 2 +- .../nodes/Bannerbear/ImageDescription.ts | 2 +- .../nodes/Bannerbear/TemplateDescription.ts | 2 +- .../nodes-base/nodes/Baserow/Baserow.node.ts | 4 +- .../nodes/Beeminder/Beeminder.node.ts | 4 +- .../nodes/Bitbucket/BitbucketTrigger.node.ts | 2 +- packages/nodes-base/nodes/Bitly/Bitly.node.ts | 5 +- .../nodes-base/nodes/Bitly/LinkDescription.ts | 2 +- .../nodes/Bitwarden/Bitwarden.node.ts | 2 +- .../descriptions/CollectionDescription.ts | 5 +- .../descriptions/EventDescription.ts | 5 +- .../descriptions/GroupDescription.ts | 5 +- .../descriptions/MemberDescription.ts | 5 +- packages/nodes-base/nodes/Box/Box.node.ts | 2 +- .../nodes-base/nodes/Box/FileDescription.ts | 2 +- .../nodes-base/nodes/Box/FolderDescription.ts | 2 +- .../nodes/Brandfetch/Brandfetch.node.ts | 2 +- .../nodes-base/nodes/Bubble/Bubble.node.ts | 2 +- .../nodes/Bubble/ObjectDescription.ts | 2 +- .../nodes/Chargebee/Chargebee.node.ts | 18 ++++--- .../nodes/Chargebee/ChargebeeTrigger.node.ts | 1 - .../nodes/CircleCi/CircleCi.node.ts | 4 +- .../nodes/CircleCi/PipelineDescription.ts | 2 +- .../nodes/Cisco/Webex/CiscoWebex.node.ts | 2 +- .../Cisco/Webex/CiscoWebexTrigger.node.ts | 3 +- .../Webex/descriptions/MeetingDescription.ts | 2 +- .../Webex/descriptions/MeetingTranscript.ts | 2 +- .../Webex/descriptions/MessageDescription.ts | 2 +- .../nodes/Clearbit/Clearbit.node.ts | 2 +- .../nodes/Clearbit/CompanyDescription.ts | 2 +- .../nodes/Clearbit/PersonDescription.ts | 2 +- .../nodes/ClickUp/ChecklistDescription.ts | 2 +- .../nodes/ClickUp/ChecklistItemDescription.ts | 2 +- .../nodes-base/nodes/ClickUp/ClickUp.node.ts | 2 +- .../nodes/ClickUp/CommentDescription.ts | 2 +- .../nodes/ClickUp/FolderDescription.ts | 2 +- .../nodes/ClickUp/GoalDescription.ts | 2 +- .../nodes/ClickUp/GoalKeyResultDescription.ts | 2 +- .../nodes/ClickUp/GuestDescription.ts | 2 +- .../nodes/ClickUp/ListDescription.ts | 2 +- .../nodes/ClickUp/SpaceTagDescription.ts | 2 +- .../ClickUp/TaskDependencyDescription.ts | 2 +- .../nodes/ClickUp/TaskDescription.ts | 2 +- .../nodes/ClickUp/TaskListDescription.ts | 2 +- .../nodes/ClickUp/TaskTagDescription.ts | 2 +- .../nodes/ClickUp/TimeEntryDescription.ts | 2 +- .../nodes/ClickUp/TimeEntryTagDescription.ts | 2 +- .../nodes/Clockify/Clockify.node.ts | 2 +- .../nodes/Clockify/ProjectDescription.ts | 2 +- .../nodes/Clockify/TagDescription.ts | 2 +- .../nodes/Clockify/TaskDescription.ts | 2 +- .../nodes/Clockify/TimeEntryDescription.ts | 2 +- .../nodes-base/nodes/Cockpit/Cockpit.node.ts | 2 +- .../nodes/Cockpit/CollectionDescription.ts | 3 +- .../nodes/Cockpit/FormDescription.ts | 2 +- .../nodes/Cockpit/SingletonDescription.ts | 2 +- packages/nodes-base/nodes/Coda/Coda.node.ts | 2 +- .../nodes/Coda/ControlDescription.ts | 2 +- .../nodes/Coda/FormulaDescription.ts | 2 +- .../nodes-base/nodes/Coda/TableDescription.ts | 3 +- .../nodes-base/nodes/Coda/ViewDescription.ts | 3 +- .../nodes/CoinGecko/CoinDescription.ts | 9 ++-- .../nodes/CoinGecko/CoinGecko.node.ts | 1 + .../nodes/CoinGecko/EventDescription.ts | 1 + .../nodes/Compression/Compression.node.ts | 1 + .../nodes/Contentful/AssetDescription.ts | 2 +- .../Contentful/ContentTypeDescription.ts | 2 +- .../nodes/Contentful/Contentful.node.ts | 2 +- .../nodes/Contentful/EntryDescription.ts | 2 +- .../nodes/Contentful/LocaleDescription.ts | 2 +- .../nodes/Contentful/SpaceDescription.ts | 2 +- .../nodes/ConvertKit/ConvertKit.node.ts | 2 +- .../ConvertKit/CustomFieldDescription.ts | 2 +- .../nodes/ConvertKit/FormDescription.ts | 1 + .../nodes/ConvertKit/SequenceDescription.ts | 1 + .../nodes/ConvertKit/TagDescription.ts | 2 +- .../ConvertKit/TagSubscriberDescription.ts | 2 +- .../nodes-base/nodes/Copper/Copper.node.ts | 2 +- .../nodes/Copper/CopperTrigger.node.ts | 1 + .../Copper/descriptions/CompanyDescription.ts | 2 +- .../descriptions/CustomerSourceDescription.ts | 2 +- .../Copper/descriptions/LeadDescription.ts | 2 +- .../descriptions/OpportunityDescription.ts | 2 +- .../Copper/descriptions/PersonDescription.ts | 2 +- .../Copper/descriptions/ProjectDescription.ts | 2 +- .../Copper/descriptions/TaskDescription.ts | 2 +- .../Copper/descriptions/UserDescription.ts | 2 +- .../nodes/Cortex/AnalyzerDescriptions.ts | 1 + .../nodes-base/nodes/Cortex/Cortex.node.ts | 1 + .../nodes-base/nodes/Cortex/JobDescription.ts | 1 + .../nodes/Cortex/ResponderDescription.ts | 1 + .../nodes-base/nodes/CrateDb/CrateDb.node.ts | 2 +- .../nodes/CustomerIo/CampaignDescription.ts | 2 +- .../nodes/CustomerIo/CustomerDescription.ts | 6 +-- .../nodes/CustomerIo/CustomerIo.node.ts | 2 +- .../nodes/CustomerIo/EventDescription.ts | 2 +- .../nodes/CustomerIo/SegmentDescription.ts | 2 +- .../nodes/DateTime/DateTime.node.ts | 1 + packages/nodes-base/nodes/DeepL/DeepL.node.ts | 3 +- packages/nodes-base/nodes/Demio/Demio.node.ts | 2 +- .../nodes/Demio/EventDescription.ts | 2 +- .../nodes/Demio/ReportDescription.ts | 2 +- .../nodes/Discourse/CategoryDescription.ts | 1 + .../nodes/Discourse/Discourse.node.ts | 2 +- .../nodes/Discourse/GroupDescription.ts | 1 + .../nodes/Discourse/PostDescription.ts | 1 + .../nodes/Discourse/SearchDescription.ts | 5 +- .../nodes/Discourse/UserDescription.ts | 1 + .../nodes/Discourse/UserGroupDescription.ts | 1 + .../nodes-base/nodes/Disqus/Disqus.node.ts | 5 +- .../nodes/Drift/ContactDescription.ts | 2 +- packages/nodes-base/nodes/Drift/Drift.node.ts | 3 +- .../nodes-base/nodes/Dropbox/Dropbox.node.ts | 24 +++++---- .../nodes/Dropcontact/Dropcontact.node.ts | 2 + .../nodes/ERPNext/DocumentDescription.ts | 5 +- .../nodes-base/nodes/ERPNext/ERPNext.node.ts | 2 +- .../nodes/EditImage/EditImage.node.ts | 4 +- packages/nodes-base/nodes/Egoi/Egoi.node.ts | 8 +-- .../descriptions/CaseCommentDescription.ts | 4 +- .../Elasticsearch/Elasticsearch.node.ts | 2 +- .../descriptions/DocumentDescription.ts | 6 +-- .../descriptions/IndexDescription.ts | 2 +- .../nodes/Emelia/CampaignDescription.ts | 1 - .../nodes/Emelia/ContactListDescription.ts | 1 - .../nodes-base/nodes/Emelia/Emelia.node.ts | 1 - .../nodes/FileMaker/FileMaker.node.ts | 10 ++-- packages/nodes-base/nodes/Flow/Flow.node.ts | 2 +- .../nodes-base/nodes/Flow/FlowTrigger.node.ts | 1 + .../nodes-base/nodes/Flow/TaskDescription.ts | 2 +- .../nodes/FormIo/FormIoTrigger.node.ts | 4 +- .../nodes/Formstack/FormstackTrigger.node.ts | 4 +- .../nodes/Freshdesk/ContactDescription.ts | 2 +- .../nodes/Freshdesk/Freshdesk.node.ts | 24 ++++----- .../nodes/Freshservice/Freshservice.node.ts | 1 + .../descriptions/AgentDescription.ts | 1 + .../descriptions/AgentGroupDescription.ts | 1 + .../descriptions/AgentRoleDescription.ts | 1 + .../descriptions/AnnouncementDescription.ts | 1 + .../descriptions/AssetDescription.ts | 1 + .../descriptions/AssetTypeDescription.ts | 1 + .../descriptions/ChangeDescription.ts | 1 + .../descriptions/DepartmentDescription.ts | 1 + .../descriptions/LocationDescription.ts | 1 + .../descriptions/ProblemDescription.ts | 1 + .../descriptions/ProductDescription.ts | 1 + .../descriptions/ReleaseDescription.ts | 1 + .../descriptions/RequesterDescription.ts | 1 + .../descriptions/RequesterGroupDescription.ts | 1 + .../descriptions/SoftwareDescription.ts | 1 + .../descriptions/TicketDescription.ts | 1 + .../nodes/FreshworksCrm/FreshworksCrm.node.ts | 1 + .../descriptions/AccountDescription.ts | 1 + .../descriptions/AppointmentDescription.ts | 1 + .../descriptions/ContactDescription.ts | 1 + .../descriptions/DealDescription.ts | 1 + .../descriptions/NoteDescription.ts | 1 + .../descriptions/SalesActivityDescription.ts | 1 + .../descriptions/TaskDescription.ts | 1 + packages/nodes-base/nodes/Ftp/Ftp.node.ts | 1 - .../nodes/GetResponse/ContactDescription.ts | 5 +- .../nodes/GetResponse/GetResponse.node.ts | 3 +- .../GetResponse/GetResponseTrigger.node.ts | 1 - packages/nodes-base/nodes/Ghost/Ghost.node.ts | 1 - .../nodes-base/nodes/Ghost/PostDescription.ts | 2 - packages/nodes-base/nodes/Git/Git.node.ts | 2 +- .../nodes-base/nodes/Github/Github.node.ts | 15 +++--- .../nodes/Github/GithubTrigger.node.ts | 1 - .../nodes-base/nodes/Gitlab/Gitlab.node.ts | 11 ++--- .../nodes/Gitlab/GitlabTrigger.node.ts | 1 - .../nodes/GoToWebinar/GoToWebinar.node.ts | 2 +- .../descriptions/AttendeeDescription.ts | 2 +- .../descriptions/CoorganizerDescription.ts | 2 +- .../descriptions/PanelistDescription.ts | 2 +- .../descriptions/RegistrantDescription.ts | 2 +- .../descriptions/SessionDescription.ts | 2 +- .../descriptions/WebinarDescription.ts | 2 +- .../Google/Analytics/GoogleAnalytics.node.ts | 1 + .../Google/Analytics/ReportDescription.ts | 6 +-- .../Analytics/UserActivityDescription.ts | 2 +- .../Google/BigQuery/GoogleBigQuery.node.ts | 1 - .../Google/BigQuery/RecordDescription.ts | 3 +- .../nodes/Google/Books/GoogleBooks.node.ts | 8 +-- .../Google/Calendar/GoogleCalendar.node.ts | 1 - .../nodes/Google/Chat/GoogleChat.node.ts | 1 - .../GoogleCloudNaturalLanguage.node.ts | 7 ++- .../Google/Contacts/ContactDescription.ts | 2 +- .../Google/Contacts/GoogleContacts.node.ts | 2 +- .../nodes/Google/Docs/DocumentDescription.ts | 10 ++-- .../nodes/Google/Docs/GoogleDocs.node.ts | 2 +- .../nodes/Google/Drive/GoogleDrive.node.ts | 16 +++--- .../CloudFirestore/CloudFirestore.node.ts | 2 +- .../CloudFirestore/CollectionDescription.ts | 2 +- .../CloudFirestore/DocumentDescription.ts | 20 ++++---- .../RealtimeDatabase/RealtimeDatabase.node.ts | 2 + .../Google/GSuiteAdmin/GSuiteAdmin.node.ts | 2 +- .../Google/GSuiteAdmin/GroupDescripion.ts | 2 +- .../Google/GSuiteAdmin/UserDescription.ts | 2 +- .../nodes/Google/Gmail/DraftDescription.ts | 2 +- .../nodes/Google/Gmail/Gmail.node.ts | 2 +- .../nodes/Google/Gmail/LabelDescription.ts | 2 +- .../nodes/Google/Gmail/MessageDescription.ts | 2 +- .../Google/Gmail/MessageLabelDescription.ts | 2 +- .../Perspective/GooglePerspective.node.ts | 1 + .../nodes/Google/Sheet/GoogleSheets.node.ts | 12 ++--- .../nodes/Google/Slides/GoogleSlides.node.ts | 6 +-- .../nodes/Google/Task/GoogleTasks.node.ts | 2 +- .../nodes/Google/Task/TaskDescription.ts | 2 +- .../Google/Translate/GoogleTranslate.node.ts | 4 +- .../Google/YouTube/ChannelDescription.ts | 2 +- .../Google/YouTube/PlaylistDescription.ts | 2 +- .../Google/YouTube/PlaylistItemDescription.ts | 2 +- .../YouTube/VideoCategoryDescription.ts | 2 +- .../nodes/Google/YouTube/VideoDescription.ts | 4 +- .../nodes/Google/YouTube/YouTube.node.ts | 2 +- .../nodes-base/nodes/Gotify/Gotify.node.ts | 7 ++- .../nodes/Grist/OperationDescription.ts | 1 + .../nodes/Gumroad/GumroadTrigger.node.ts | 1 + .../nodes/HackerNews/HackerNews.node.ts | 11 +++-- .../HaloPSA/descriptions/ClientDescription.ts | 5 +- .../HaloPSA/descriptions/SiteDescription.ts | 5 +- .../HaloPSA/descriptions/TicketDescription.ts | 5 +- .../HaloPSA/descriptions/UserDescription.ts | 5 +- .../nodes/Harvest/ClientDescription.ts | 8 +-- .../nodes/Harvest/CompanyDescription.ts | 2 +- .../nodes/Harvest/ContactDescription.ts | 12 ++--- .../nodes/Harvest/EstimateDescription.ts | 12 ++--- .../nodes/Harvest/ExpenseDescription.ts | 20 ++++---- .../nodes-base/nodes/Harvest/Harvest.node.ts | 5 +- .../nodes/Harvest/InvoiceDescription.ts | 20 ++++---- .../nodes/Harvest/ProjectDescription.ts | 14 +++--- .../nodes/Harvest/TaskDescription.ts | 6 +-- .../nodes/Harvest/TimeEntryDescription.ts | 22 ++++----- .../nodes/Harvest/UserDescription.ts | 8 +-- .../HelpScout/ConversationDescription.ts | 2 +- .../nodes/HelpScout/CustomerDescription.ts | 2 +- .../nodes/HelpScout/HelpScout.node.ts | 2 +- .../nodes/HelpScout/MailboxDescription.ts | 2 +- .../nodes/HelpScout/ThreadDescription.ts | 2 +- .../HomeAssistant/CameraProxyDescription.ts | 2 +- .../nodes/HomeAssistant/ConfigDescription.ts | 2 +- .../nodes/HomeAssistant/EventDescription.ts | 2 +- .../nodes/HomeAssistant/HistoryDescription.ts | 2 +- .../nodes/HomeAssistant/HomeAssistant.node.ts | 2 +- .../nodes/HomeAssistant/LogDescription.ts | 2 +- .../nodes/HomeAssistant/ServiceDescription.ts | 2 +- .../nodes/HomeAssistant/StateDescription.ts | 2 +- .../HomeAssistant/TemplateDescription.ts | 2 +- .../nodes/HtmlExtract/HtmlExtract.node.ts | 4 +- .../nodes/Hubspot/CompanyDescription.ts | 2 +- .../nodes/Hubspot/ContactDescription.ts | 4 +- .../nodes/Hubspot/ContactListDescription.ts | 2 +- .../nodes/Hubspot/DealDescription.ts | 4 +- .../nodes/Hubspot/EngagementDescription.ts | 2 +- .../nodes/Hubspot/FormDescription.ts | 2 +- .../nodes-base/nodes/Hubspot/Hubspot.node.ts | 3 +- .../nodes/Hubspot/TicketDescription.ts | 10 ++-- .../nodes/HumanticAI/HumanticAi.node.ts | 2 +- .../nodes/HumanticAI/ProfileDescription.ts | 2 +- .../nodes-base/nodes/Hunter/Hunter.node.ts | 5 +- .../nodes/ICalendar/ICalendar.node.ts | 1 + packages/nodes-base/nodes/If/If.node.ts | 4 ++ .../nodes/Intercom/CompanyDescription.ts | 4 +- .../nodes/Intercom/Intercom.node.ts | 2 +- .../nodes/Intercom/LeadDescription.ts | 2 +- .../nodes/Intercom/UserDescription.ts | 2 +- .../nodes/InvoiceNinja/ClientDescription.ts | 2 +- .../nodes/InvoiceNinja/ExpenseDescription.ts | 10 +--- .../nodes/InvoiceNinja/InvoiceDescription.ts | 2 +- .../nodes/InvoiceNinja/InvoiceNinja.node.ts | 2 +- .../nodes/InvoiceNinja/PaymentDescription.ts | 10 +--- .../nodes/InvoiceNinja/QuoteDescription.ts | 2 +- .../nodes/InvoiceNinja/TaskDescription.ts | 2 +- .../nodes/ItemLists/ItemLists.node.ts | 1 + .../nodes/Iterable/EventDescription.ts | 2 +- .../nodes/Iterable/Iterable.node.ts | 2 +- .../nodes/Iterable/UserDescription.ts | 4 +- .../nodes/Iterable/UserListDescription.ts | 2 +- .../nodes/Jira/IssueAttachmentDescription.ts | 2 +- .../nodes/Jira/IssueCommentDescription.ts | 2 +- .../nodes-base/nodes/Jira/IssueDescription.ts | 8 +-- packages/nodes-base/nodes/Jira/Jira.node.ts | 2 +- .../nodes-base/nodes/Jira/UserDescription.ts | 2 +- .../nodes/Keap/CompanyDescription.ts | 2 +- .../nodes/Keap/ContactDescription.ts | 4 +- .../nodes/Keap/ContactNoteDescription.ts | 2 +- .../nodes/Keap/ContactTagDescription.ts | 2 +- .../nodes/Keap/EcommerceOrderDescripion.ts | 2 +- .../nodes/Keap/EcommerceProductDescription.ts | 2 +- .../nodes-base/nodes/Keap/EmailDescription.ts | 2 +- .../nodes-base/nodes/Keap/FileDescription.ts | 2 +- packages/nodes-base/nodes/Keap/Keap.node.ts | 2 +- .../nodes/Kitemaker/Kitemaker.node.ts | 2 +- .../descriptions/OrganizationDescription.ts | 2 +- .../descriptions/SpaceDescription.ts | 2 +- .../Kitemaker/descriptions/UserDescription.ts | 2 +- .../descriptions/WorkItemDescription.ts | 2 +- .../nodes/KoBoToolbox/FormDescription.ts | 1 + .../nodes/KoBoToolbox/HookDescription.ts | 1 + .../nodes/KoBoToolbox/KoBoToolbox.node.ts | 1 + .../KoBoToolbox/SubmissionDescription.ts | 1 + .../nodes-base/nodes/Lemlist/Lemlist.node.ts | 4 +- .../descriptions/ActivityDescription.ts | 2 +- .../descriptions/CampaignDescription.ts | 2 +- .../Lemlist/descriptions/LeadDescription.ts | 2 +- .../Lemlist/descriptions/TeamDescription.ts | 2 +- .../descriptions/UnsubscribeDescription.ts | 2 +- packages/nodes-base/nodes/Line/Line.node.ts | 2 +- .../nodes/Line/NotificationDescription.ts | 2 +- .../nodes/Linear/IssueDescription.ts | 1 + .../nodes-base/nodes/Linear/Linear.node.ts | 1 + .../nodes/LingvaNex/ActivityDescription.ts | 2 +- .../nodes/LingvaNex/LingvaNex.node.ts | 2 +- .../nodes/LinkedIn/LinkedIn.node.ts | 2 +- .../nodes/LinkedIn/PostDescription.ts | 2 +- .../nodes/Magento/CustomerDescription.ts | 2 +- .../nodes/Magento/InvoiceDescription.ts | 2 +- .../nodes-base/nodes/Magento/Magento2.node.ts | 2 +- .../nodes/Magento/OrderDescription.ts | 2 +- .../nodes/Magento/ProductDescription.ts | 2 +- .../nodes/Mailcheck/Mailcheck.node.ts | 2 + .../nodes/Mailchimp/Mailchimp.node.ts | 11 ++--- .../nodes/Mailchimp/MailchimpTrigger.node.ts | 1 - .../nodes/MailerLite/MailerLite.node.ts | 2 +- .../nodes/MailerLite/SubscriberDescription.ts | 2 +- .../nodes-base/nodes/Mailjet/Mailjet.node.ts | 2 +- .../nodes/Mandrill/Mandrill.node.ts | 4 +- .../nodes/Markdown/Markdown.node.ts | 6 ++- .../nodes/Marketstack/Marketstack.node.ts | 1 + .../descriptions/EndOfDayDataDescription.ts | 1 + .../descriptions/ExchangeDescription.ts | 1 + .../descriptions/TickerDescription.ts | 1 + .../nodes/Matrix/AccountDescription.ts | 2 +- .../nodes/Matrix/EventDescription.ts | 2 +- .../nodes-base/nodes/Matrix/Matrix.node.ts | 2 +- .../nodes/Matrix/MediaDescription.ts | 2 +- .../nodes/Matrix/MessageDescription.ts | 2 +- .../nodes/Matrix/RoomDescription.ts | 6 +-- .../nodes/Matrix/RoomMemberDescription.ts | 2 +- .../Mattermost/v1/actions/channel/index.ts | 2 +- .../Mattermost/v1/actions/message/index.ts | 2 +- .../Mattermost/v1/actions/reaction/index.ts | 2 +- .../nodes/Mattermost/v1/actions/user/index.ts | 2 +- .../v1/actions/versionDescription.ts | 2 +- .../Mautic/CampaignContactDescription.ts | 2 +- .../nodes/Mautic/CompanyContactDescription.ts | 2 +- .../nodes/Mautic/CompanyDescription.ts | 22 ++++----- .../nodes/Mautic/ContactDescription.ts | 2 +- .../nodes/Mautic/ContactSegmentDescription.ts | 2 +- .../nodes-base/nodes/Mautic/Mautic.node.ts | 1 - .../nodes-base/nodes/Medium/Medium.node.ts | 7 ++- .../nodes/MessageBird/MessageBird.node.ts | 7 +-- .../Dynamics/MicrosoftDynamicsCrm.node.ts | 2 +- .../descriptions/AccountDescription.ts | 2 +- .../Microsoft/Excel/MicrosoftExcel.node.ts | 2 +- .../nodes/Microsoft/Excel/TableDescription.ts | 2 +- .../Microsoft/Excel/WorkbookDescription.ts | 2 +- .../Microsoft/Excel/WorksheetDescription.ts | 2 +- .../Microsoft/OneDrive/FileDescription.ts | 2 +- .../Microsoft/OneDrive/FolderDescription.ts | 2 +- .../OneDrive/MicrosoftOneDrive.node.ts | 2 +- .../Microsoft/Outlook/DraftDescription.ts | 2 +- .../Microsoft/Outlook/FolderDescription.ts | 2 +- .../Outlook/FolderMessageDecription.ts | 2 +- .../Outlook/MessageAttachmentDescription.ts | 2 +- .../Microsoft/Outlook/MessageDescription.ts | 2 +- .../Outlook/MicrosoftOutlook.node.ts | 1 + .../nodes/Microsoft/Sql/MicrosoftSql.node.ts | 2 +- .../Microsoft/Teams/MicrosoftTeams.node.ts | 1 - .../ToDo/LinkedResourceDescription.ts | 2 +- .../nodes/Microsoft/ToDo/ListDescription.ts | 2 +- .../Microsoft/ToDo/MicrosoftToDo.node.ts | 2 +- .../nodes/Microsoft/ToDo/TaskDescription.ts | 2 +- .../nodes-base/nodes/Mindee/Mindee.node.ts | 4 +- .../nodes-base/nodes/Mocean/Mocean.node.ts | 2 +- .../nodes/MondayCom/BoardColumnDescription.ts | 2 +- .../nodes/MondayCom/BoardDescription.ts | 2 +- .../nodes/MondayCom/BoardGroupDescription.ts | 2 +- .../nodes/MondayCom/BoardItemDescription.ts | 2 +- .../nodes/MondayCom/MondayCom.node.ts | 3 +- .../nodes/MongoDb/mongo.node.options.ts | 7 ++- .../nodes/MonicaCrm/MonicaCrm.node.ts | 1 + .../descriptions/ActivityDescription.ts | 1 + .../MonicaCrm/descriptions/CallDescription.ts | 1 + .../descriptions/ContactDescription.ts | 1 + .../descriptions/ContactFieldDescription.ts | 1 + .../descriptions/ContactTagDescription.ts | 1 + .../descriptions/ConversationDescription.ts | 1 + .../ConversationMessageDescription.ts | 1 + .../descriptions/JournalEntryDescription.ts | 1 + .../MonicaCrm/descriptions/NoteDescription.ts | 1 + .../descriptions/ReminderDescription.ts | 1 + .../MonicaCrm/descriptions/TagDescription.ts | 1 + .../MonicaCrm/descriptions/TaskDescription.ts | 1 + packages/nodes-base/nodes/Msg91/Msg91.node.ts | 5 +- packages/nodes-base/nodes/MySql/MySql.node.ts | 2 +- .../N8nTrainingCustomerDatastore.node.ts | 4 +- packages/nodes-base/nodes/Nasa/Nasa.node.ts | 49 ++++++++++--------- .../nodes/Netlify/DeployDescription.ts | 2 +- .../nodes-base/nodes/Netlify/Netlify.node.ts | 2 +- .../nodes/Netlify/NetlifyTrigger.node.ts | 2 +- .../nodes/Netlify/SiteDescription.ts | 2 +- .../nodes/NextCloud/NextCloud.node.ts | 9 ++-- .../nodes-base/nodes/NocoDB/NocoDB.node.ts | 4 +- .../nodes/Notion/BlockDescription.ts | 2 + .../nodes/Notion/DatabaseDescription.ts | 6 ++- .../nodes/Notion/DatabasePageDescription.ts | 10 ++-- .../nodes/Notion/NotionTrigger.node.ts | 2 +- .../nodes/Notion/PageDescription.ts | 10 ++-- .../nodes/Notion/UserDescription.ts | 1 + .../nodes/Notion/v1/VersionDescription.ts | 1 + .../nodes/Notion/v2/VersionDescription.ts | 1 + packages/nodes-base/nodes/Odoo/Odoo.node.ts | 1 - .../descriptions/CustomResourceDescription.ts | 2 +- .../nodes/OneSimpleApi/OneSimpleApi.node.ts | 7 ++- .../nodes-base/nodes/Onfleet/Onfleet.node.ts | 1 + .../descriptions/AdministratorDescription.ts | 1 + .../descriptions/ContainerDescription.ts | 1 + .../descriptions/DestinationDescription.ts | 1 + .../Onfleet/descriptions/HubDescription.ts | 1 + .../descriptions/OrganizationDescription.ts | 1 + .../descriptions/RecipientDescription.ts | 1 + .../Onfleet/descriptions/TaskDescription.ts | 1 + .../Onfleet/descriptions/TeamDescription.ts | 1 + .../descriptions/WebhookDescription.ts | 1 + .../Onfleet/descriptions/WorkerDescription.ts | 1 + .../nodes/OpenThesaurus/OpenThesaurus.node.ts | 2 +- .../OpenWeatherMap/OpenWeatherMap.node.ts | 2 +- .../nodes/Orbit/ActivityDescription.ts | 2 +- .../nodes/Orbit/MemberDescription.ts | 4 +- .../nodes-base/nodes/Orbit/NoteDescription.ts | 2 +- packages/nodes-base/nodes/Orbit/Orbit.node.ts | 2 +- .../nodes-base/nodes/Orbit/PostDescription.ts | 2 +- packages/nodes-base/nodes/Oura/Oura.node.ts | 2 +- .../nodes/Oura/ProfileDescription.ts | 2 +- .../nodes/Oura/SummaryDescription.ts | 2 +- .../nodes/Paddle/CouponDescription.ts | 4 +- .../nodes/Paddle/OrderDescription.ts | 2 +- .../nodes-base/nodes/Paddle/Paddle.node.ts | 2 +- .../nodes/Paddle/PaymentDescription.ts | 2 +- .../nodes/Paddle/PlanDescription.ts | 2 +- .../nodes/Paddle/ProductDescription.ts | 2 +- .../nodes/Paddle/UserDescription.ts | 2 +- .../nodes/PagerDuty/IncidentDescription.ts | 2 +- .../PagerDuty/IncidentNoteDescription.ts | 2 +- .../nodes/PagerDuty/LogEntryDescription.ts | 2 +- .../nodes/PagerDuty/PagerDuty.node.ts | 2 +- .../nodes/PagerDuty/UserDescription.ts | 2 +- .../nodes-base/nodes/PayPal/PayPal.node.ts | 2 +- .../nodes/PayPal/PaymentDescription.ts | 10 ++-- .../nodes/Peekalink/Peekalink.node.ts | 2 +- .../nodes/Phantombuster/AgentDescription.ts | 2 +- .../nodes/Phantombuster/Phantombuster.node.ts | 2 +- .../nodes/PhilipsHue/LightDescription.ts | 2 +- .../nodes/PhilipsHue/PhilipsHue.node.ts | 2 +- .../nodes/Pipedrive/Pipedrive.node.ts | 20 ++++---- .../nodes/Pipedrive/PipedriveTrigger.node.ts | 1 - packages/nodes-base/nodes/Pipedrive/utils.ts | 2 +- .../nodes-base/nodes/Plivo/CallDescription.ts | 2 +- .../nodes-base/nodes/Plivo/MmsDescription.ts | 2 +- packages/nodes-base/nodes/Plivo/Plivo.node.ts | 4 +- .../nodes-base/nodes/Plivo/SmsDescription.ts | 2 +- .../nodes/PostHog/AliasDescription.ts | 2 +- .../nodes/PostHog/EventDescription.ts | 2 +- .../nodes/PostHog/IdentityDescription.ts | 2 +- .../nodes-base/nodes/PostHog/PostHog.node.ts | 2 +- .../nodes/PostHog/TrackDescription.ts | 2 +- .../nodes/Postgres/Postgres.node.ts | 2 +- .../nodes/ProfitWell/CompanyDescription.ts | 2 +- .../nodes/ProfitWell/MetricDescription.ts | 6 +-- .../nodes/ProfitWell/ProfitWell.node.ts | 2 +- .../nodes/Pushbullet/Pushbullet.node.ts | 4 +- .../nodes-base/nodes/Pushcut/Pushcut.node.ts | 4 +- .../nodes/Pushover/Pushover.node.ts | 2 - .../nodes-base/nodes/QuestDb/QuestDb.node.ts | 2 +- .../nodes/QuickBase/FieldDescription.ts | 2 +- .../nodes/QuickBase/FileDescription.ts | 2 +- .../nodes/QuickBase/QuickBase.node.ts | 2 +- .../nodes/QuickBase/RecordDescription.ts | 16 +++--- .../nodes/QuickBase/ReportDescription.ts | 2 +- .../nodes/QuickBooks/QuickBooks.node.ts | 2 +- .../descriptions/Bill/BillDescription.ts | 2 +- .../Customer/CustomerDescription.ts | 2 +- .../Employee/EmployeeDescription.ts | 2 +- .../Estimate/EstimateDescription.ts | 2 +- .../Invoice/InvoiceDescription.ts | 2 +- .../descriptions/Item/ItemDescription.ts | 2 +- .../Payment/PaymentDescription.ts | 2 +- .../Purchase/PurchaseDescription.ts | 2 +- .../Transaction/TransactionDescription.ts | 6 +-- .../descriptions/Vendor/VendorDescription.ts | 2 +- .../nodes/Raindrop/Raindrop.node.ts | 2 +- .../descriptions/BookmarkDescription.ts | 2 +- .../descriptions/CollectionDescription.ts | 2 +- .../Raindrop/descriptions/TagDescription.ts | 2 +- .../Raindrop/descriptions/UserDescription.ts | 2 +- .../nodes/Reddit/PostCommentDescription.ts | 2 +- .../nodes/Reddit/PostDescription.ts | 2 +- .../nodes/Reddit/ProfileDescription.ts | 2 +- .../nodes-base/nodes/Reddit/Reddit.node.ts | 2 +- .../nodes/Reddit/SubredditDescription.ts | 2 +- .../nodes/Reddit/UserDescription.ts | 2 +- packages/nodes-base/nodes/Redis/Redis.node.ts | 2 +- .../nodes/Rocketchat/Rocketchat.node.ts | 4 +- .../nodes-base/nodes/Rundeck/Rundeck.node.ts | 8 +-- packages/nodes-base/nodes/S3/S3.node.ts | 2 +- .../nodes/Salesforce/AccountDescription.ts | 3 +- .../nodes/Salesforce/AttachmentDescription.ts | 3 +- .../nodes/Salesforce/CaseDescription.ts | 3 +- .../nodes/Salesforce/ContactDescription.ts | 3 +- .../Salesforce/CustomObjectDescription.ts | 3 +- .../nodes/Salesforce/DocumentDescription.ts | 2 +- .../nodes/Salesforce/FlowDescription.ts | 2 +- .../nodes/Salesforce/LeadDescription.ts | 3 +- .../Salesforce/OpportunityDescription.ts | 3 +- .../nodes/Salesforce/Salesforce.node.ts | 2 +- .../nodes/Salesforce/SearchDescription.ts | 2 +- .../nodes/Salesforce/TaskDescription.ts | 11 +++-- .../nodes/Salesforce/UserDescription.ts | 3 +- .../nodes/Salesmate/ActivityDescription.ts | 2 +- .../nodes/Salesmate/CompanyDescription.ts | 2 +- .../nodes/Salesmate/DealDescription.ts | 2 +- .../nodes/Salesmate/Salesmate.node.ts | 2 +- .../nodes/SeaTable/RowDescription.ts | 1 + .../nodes/SeaTable/SeaTable.node.ts | 2 +- .../nodes/SeaTable/SeaTableTrigger.node.ts | 4 +- .../SecurityScorecard.node.ts | 1 + .../descriptions/CompanyDescription.ts | 5 +- .../descriptions/IndustryDescription.ts | 5 +- .../descriptions/InviteDescription.ts | 1 + .../PortfolioCompanyDescription.ts | 1 + .../descriptions/PortfolioDescription.ts | 1 + .../descriptions/ReportDescription.ts | 1 + .../nodes/Segment/GroupDescription.ts | 2 +- .../nodes/Segment/IdentifyDescription.ts | 2 +- .../nodes-base/nodes/Segment/Segment.node.ts | 2 +- .../nodes/Segment/TrackDescription.ts | 2 +- .../nodes/SendGrid/ContactDescription.ts | 4 +- .../nodes/SendGrid/ListDescription.ts | 2 +- .../nodes/SendGrid/MailDescription.ts | 2 +- .../nodes/SendGrid/SendGrid.node.ts | 2 +- .../nodes/Sendy/CampaignDescription.ts | 2 +- packages/nodes-base/nodes/Sendy/Sendy.node.ts | 2 +- .../nodes/Sendy/SubscriberDescription.ts | 2 +- .../nodes/SentryIo/EventDescription.ts | 2 +- .../nodes/SentryIo/IssueDescription.ts | 2 +- .../nodes/SentryIo/OrganizationDescription.ts | 2 +- .../nodes/SentryIo/ProjectDescription.ts | 2 +- .../nodes/SentryIo/ReleaseDescription.ts | 2 +- .../nodes/SentryIo/SentryIo.node.ts | 4 +- .../nodes/SentryIo/TeamDescription.ts | 2 +- .../nodes/ServiceNow/ServiceNow.node.ts | 3 +- .../nodes/Shopify/OrderDescription.ts | 2 +- .../nodes/Shopify/ProductDescription.ts | 2 +- .../nodes-base/nodes/Shopify/Shopify.node.ts | 2 +- .../nodes-base/nodes/Signl4/Signl4.node.ts | 4 +- .../nodes/Slack/ChannelDescription.ts | 5 +- .../nodes-base/nodes/Slack/FileDescription.ts | 2 +- .../nodes/Slack/MessageDescription.ts | 2 +- .../nodes/Slack/ReactionDescription.ts | 2 +- packages/nodes-base/nodes/Slack/Slack.node.ts | 3 +- .../nodes-base/nodes/Slack/StarDescription.ts | 2 +- .../nodes-base/nodes/Slack/UserDescription.ts | 2 +- .../nodes/Slack/UserGroupDescription.ts | 2 +- .../nodes/Slack/UserProfileDescription.ts | 2 +- packages/nodes-base/nodes/Sms77/Sms77.node.ts | 7 +-- .../nodes/Snowflake/Snowflake.node.ts | 2 +- .../nodes/Spontit/PushDescription.ts | 2 +- .../nodes-base/nodes/Spontit/Spontit.node.ts | 2 +- .../nodes-base/nodes/Spotify/Spotify.node.ts | 15 +++--- .../SpreadsheetFile/SpreadsheetFile.node.ts | 2 +- packages/nodes-base/nodes/Ssh/Ssh.node.ts | 5 +- .../nodes-base/nodes/Stackby/Stackby.node.ts | 1 + .../Storyblok/StoryContentDescription.ts | 2 +- .../Storyblok/StoryManagementDescription.ts | 2 +- .../nodes/Storyblok/Storyblok.node.ts | 4 +- .../nodes/Strapi/EntryDescription.ts | 1 - .../nodes-base/nodes/Strapi/Strapi.node.ts | 1 - .../nodes/Strava/ActivityDescription.ts | 2 +- .../nodes-base/nodes/Strava/Strava.node.ts | 2 +- .../nodes/Strava/StravaTrigger.node.ts | 4 +- .../nodes-base/nodes/Stripe/Stripe.node.ts | 2 +- .../Stripe/descriptions/BalanceDescription.ts | 2 +- .../Stripe/descriptions/ChargeDescription.ts | 2 +- .../Stripe/descriptions/CouponDescription.ts | 2 +- .../descriptions/CustomerCardDescription.ts | 2 +- .../descriptions/CustomerDescription.ts | 2 +- .../Stripe/descriptions/SourceDescription.ts | 2 +- .../Stripe/descriptions/TokenDescription.ts | 2 +- .../nodes/Supabase/RowDescription.ts | 1 + .../SurveyMonkey/SurveyMonkeyTrigger.node.ts | 1 - .../nodes-base/nodes/Switch/Switch.node.ts | 4 ++ .../v1/actions/contact/getAll/description.ts | 3 ++ .../SyncroMSP/v1/actions/contact/index.ts | 1 + .../v1/actions/customer/getAll/description.ts | 3 ++ .../SyncroMSP/v1/actions/customer/index.ts | 1 + .../v1/actions/rmm/getAll/description.ts | 3 ++ .../nodes/SyncroMSP/v1/actions/rmm/index.ts | 1 + .../v1/actions/ticket/getAll/description.ts | 3 ++ .../SyncroMSP/v1/actions/ticket/index.ts | 1 + .../v1/actions/versionDescription.ts | 1 + packages/nodes-base/nodes/Taiga/Taiga.node.ts | 1 + .../Taiga/descriptions/EpicDescription.ts | 2 +- .../Taiga/descriptions/IssueDescription.ts | 2 +- .../Taiga/descriptions/TaskDescription.ts | 2 +- .../descriptions/UserStoryDescription.ts | 2 +- .../nodes/Tapfiliate/AffiliateDescription.ts | 2 +- .../AffiliateMetadataDescription.ts | 2 +- .../Tapfiliate/ProgramAffiliateDescription.ts | 2 +- .../nodes/Tapfiliate/Tapfiliate.node.ts | 2 +- .../nodes/Telegram/Telegram.node.ts | 10 ++-- .../nodes-base/nodes/TheHive/TheHive.node.ts | 1 + .../TheHive/descriptions/AlertDescription.ts | 1 + .../TheHive/descriptions/CaseDescription.ts | 1 + .../TheHive/descriptions/LogDescription.ts | 1 + .../descriptions/ObservableDescription.ts | 1 + .../TheHive/descriptions/TaskDescription.ts | 1 + .../nodes/TimescaleDb/TimescaleDb.node.ts | 2 +- .../nodes-base/nodes/Todoist/Todoist.node.ts | 5 +- .../nodes/TravisCi/BuildDescription.ts | 6 +-- .../nodes/TravisCi/TravisCi.node.ts | 4 +- .../nodes/Trello/AttachmentDescription.ts | 2 +- .../nodes/Trello/BoardDescription.ts | 2 +- .../nodes/Trello/BoardMemberDescription.ts | 5 +- .../nodes/Trello/CardCommentDescription.ts | 2 +- .../nodes/Trello/CardDescription.ts | 2 +- .../nodes/Trello/ChecklistDescription.ts | 5 +- .../nodes/Trello/LabelDescription.ts | 2 +- .../nodes/Trello/ListDescription.ts | 8 ++- .../nodes-base/nodes/Trello/Trello.node.ts | 2 +- packages/nodes-base/nodes/Twake/Twake.node.ts | 4 +- .../nodes-base/nodes/Twilio/Twilio.node.ts | 5 +- .../nodes/Twist/ChannelDescription.ts | 2 +- .../nodes/Twist/CommentDescription.ts | 2 +- .../Twist/MessageConversationDescription.ts | 5 +- .../nodes/Twist/ThreadDescription.ts | 2 +- packages/nodes-base/nodes/Twist/Twist.node.ts | 2 +- .../nodes/Twitter/DirectMessageDescription.ts | 2 +- .../nodes/Twitter/TweetDescription.ts | 2 +- .../nodes-base/nodes/Twitter/Twitter.node.ts | 2 +- .../nodes/Typeform/TypeformTrigger.node.ts | 3 +- .../nodes/UProc/GroupDescription.ts | 1 - .../SalesOrderDescription.ts | 2 +- .../StockOnHandDescription.ts | 2 +- .../UnleashedSoftware.node.ts | 2 +- .../nodes/Uplead/CompanyDesciption.ts | 2 +- .../nodes/Uplead/PersonDescription.ts | 2 +- .../nodes-base/nodes/Uplead/Uplead.node.ts | 2 +- .../UptimeRobot/AlertContactDescription.ts | 2 +- .../MaintenanceWindowDescription.ts | 2 +- .../nodes/UptimeRobot/MonitorDescription.ts | 2 +- .../PublicStatusPageDescription.ts | 2 +- .../nodes/UptimeRobot/UptimeRobot.node.ts | 4 +- .../nodes-base/nodes/Vero/EventDescripion.ts | 2 +- .../nodes-base/nodes/Vero/UserDescription.ts | 2 +- packages/nodes-base/nodes/Vero/Vero.node.ts | 2 +- .../nodes-base/nodes/Vonage/Vonage.node.ts | 5 +- packages/nodes-base/nodes/Wait/Wait.node.ts | 1 + .../nodes/Webflow/ItemDescription.ts | 2 +- .../nodes-base/nodes/Webflow/Webflow.node.ts | 3 +- .../nodes/Webflow/WebflowTrigger.node.ts | 1 - .../nodes-base/nodes/Webhook/Webhook.node.ts | 1 + .../nodes/Wekan/BoardDescription.ts | 2 +- .../nodes/Wekan/CardCommentDescription.ts | 2 +- .../nodes-base/nodes/Wekan/CardDescription.ts | 2 +- .../nodes/Wekan/ChecklistDescription.ts | 2 +- .../nodes/Wekan/ChecklistItemDescription.ts | 2 +- .../nodes-base/nodes/Wekan/ListDescription.ts | 2 +- packages/nodes-base/nodes/Wekan/Wekan.node.ts | 2 +- packages/nodes-base/nodes/Wise/Wise.node.ts | 2 +- .../Wise/descriptions/AccountDescription.ts | 2 +- .../descriptions/ExchangeRateDescription.ts | 2 +- .../Wise/descriptions/ProfileDescription.ts | 2 +- .../Wise/descriptions/QuoteDescription.ts | 2 +- .../Wise/descriptions/RecipientDescription.ts | 2 +- .../Wise/descriptions/TransferDescription.ts | 2 +- .../nodes/WooCommerce/OrderDescription.ts | 22 ++++----- .../nodes/WooCommerce/ProductDescription.ts | 2 +- .../nodes/WooCommerce/WooCommerce.node.ts | 2 +- .../descriptions/CustomerDescription.ts | 1 + .../nodes/Wordpress/PostDescription.ts | 2 +- .../nodes/Wordpress/UserDescription.ts | 2 +- .../nodes/Wordpress/Wordpress.node.ts | 2 +- .../nodes/Xero/ContactDescription.ts | 2 +- .../nodes/Xero/InvoiceDescription.ts | 10 ++-- packages/nodes-base/nodes/Xero/Xero.node.ts | 2 +- .../nodes-base/nodes/Yourls/UrlDescription.ts | 2 +- .../nodes-base/nodes/Yourls/Yourls.node.ts | 2 +- .../nodes/Zendesk/ConditionDescription.ts | 3 ++ .../nodes/Zendesk/OrganizationDescription.ts | 2 +- .../nodes/Zendesk/TicketDescription.ts | 6 +-- .../nodes/Zendesk/TicketFieldDescription.ts | 2 +- .../nodes/Zendesk/UserDescription.ts | 1 + .../nodes-base/nodes/Zendesk/Zendesk.node.ts | 3 +- .../nodes/Zendesk/ZendeskTrigger.node.ts | 1 - .../nodes-base/nodes/Zoho/ZohoCrm.node.ts | 2 +- .../Zoho/descriptions/AccountDescription.ts | 2 +- .../Zoho/descriptions/ContactDescription.ts | 2 +- .../Zoho/descriptions/DealDescription.ts | 2 +- .../Zoho/descriptions/InvoiceDescription.ts | 2 +- .../Zoho/descriptions/LeadDescription.ts | 2 +- .../Zoho/descriptions/ProductDescription.ts | 2 +- .../descriptions/PurchaseOrderDescription.ts | 2 +- .../Zoho/descriptions/QuoteDescription.ts | 2 +- .../descriptions/SalesOrderDescription.ts | 2 +- .../nodes/Zoho/descriptions/SharedFields.ts | 2 +- .../Zoho/descriptions/VendorDescription.ts | 2 +- .../nodes/Zoom/MeetingDescription.ts | 2 +- .../Zoom/MeetingRegistrantDescription.ts | 4 +- .../nodes/Zoom/WebinarDescription.ts | 2 +- packages/nodes-base/nodes/Zoom/Zoom.node.ts | 3 +- .../nodes/Zulip/MessageDescription.ts | 3 +- .../nodes/Zulip/StreamDescription.ts | 6 +-- .../nodes-base/nodes/Zulip/UserDescription.ts | 2 +- packages/nodes-base/nodes/Zulip/Zulip.node.ts | 2 +- 781 files changed, 1262 insertions(+), 1071 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 72e46f5c9c..6a008e089f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -388,28 +388,41 @@ module.exports = { 'n8n-nodes-base/node-param-default-wrong-for-simplify': 'error', 'n8n-nodes-base/node-param-description-comma-separated-hyphen': 'error', 'n8n-nodes-base/node-param-description-empty-string': 'error', + 'n8n-nodes-base/node-param-description-excess-final-period': 'error', 'n8n-nodes-base/node-param-description-excess-inner-whitespace': 'error', 'n8n-nodes-base/node-param-description-identical-to-display-name': 'error', + 'n8n-nodes-base/node-param-description-miscased-id': 'error', + 'n8n-nodes-base/node-param-description-miscased-json': 'error', 'n8n-nodes-base/node-param-description-missing-final-period': 'error', 'n8n-nodes-base/node-param-description-missing-for-ignore-ssl-issues': 'error', 'n8n-nodes-base/node-param-description-missing-for-return-all': 'error', 'n8n-nodes-base/node-param-description-missing-for-simplify': 'error', - 'n8n-nodes-base/node-param-description-untrimmed': 'error', 'n8n-nodes-base/node-param-description-missing-from-limit': 'error', - 'n8n-nodes-base/node-param-description-unneeded-backticks': 'error', - 'n8n-nodes-base/node-param-description-wrong-for-return-all': 'error', - 'n8n-nodes-base/node-param-description-wrong-for-limit': 'error', - 'n8n-nodes-base/node-param-description-excess-final-period': 'error', - 'n8n-nodes-base/node-param-description-untrimmed': 'error', - 'n8n-nodes-base/node-param-description-missing-from-limit': 'error', - 'n8n-nodes-base/node-param-description-unneeded-backticks': 'error', - 'n8n-nodes-base/node-param-description-wrong-for-return-all': 'error', - 'n8n-nodes-base/node-param-description-miscased-id': 'error', 'n8n-nodes-base/node-param-description-unencoded-angle-brackets': 'error', - 'n8n-nodes-base/node-param-description-wrong-for-return-all': 'error', + 'n8n-nodes-base/node-param-description-unneeded-backticks': 'error', + 'n8n-nodes-base/node-param-description-untrimmed': 'error', 'n8n-nodes-base/node-param-description-url-missing-protocol': 'error', + 'n8n-nodes-base/node-param-description-weak': 'error', 'n8n-nodes-base/node-param-description-wrong-for-ignore-ssl-issues': 'error', + 'n8n-nodes-base/node-param-description-wrong-for-limit': 'error', + 'n8n-nodes-base/node-param-description-wrong-for-return-all': 'error', + 'n8n-nodes-base/node-param-description-wrong-for-simplify': 'error', + 'n8n-nodes-base/node-param-description-wrong-for-upsert': 'error', + 'n8n-nodes-base/node-param-display-name-excess-inner-whitespace': 'error', + 'n8n-nodes-base/node-param-display-name-miscased-id': 'error', + 'n8n-nodes-base/node-param-display-name-untrimmed': 'error', + 'n8n-nodes-base/node-param-display-name-wrong-for-simplify': 'error', + 'n8n-nodes-base/node-param-display-name-wrong-for-update-fields': 'error', + 'n8n-nodes-base/node-param-operation-without-no-data-expression': 'error', + 'n8n-nodes-base/node-param-option-description-identical-to-name': 'error', + 'n8n-nodes-base/node-param-option-name-containing-star': 'error', + 'n8n-nodes-base/node-param-option-name-duplicate': 'error', + 'n8n-nodes-base/node-param-option-name-wrong-for-get-all': 'error', + 'n8n-nodes-base/node-param-option-value-duplicate': 'error', 'n8n-nodes-base/node-param-required-false': 'error', + 'n8n-nodes-base/node-param-resource-with-plural-option': 'error', + 'n8n-nodes-base/node-param-resource-without-no-data-expression': 'error', + 'n8n-nodes-base/node-param-type-options-missing-from-limit': 'error', }, }, ], diff --git a/packages/nodes-base/nodes/ActionNetwork/ActionNetwork.node.ts b/packages/nodes-base/nodes/ActionNetwork/ActionNetwork.node.ts index 06435d9ba5..0d0dce6f41 100644 --- a/packages/nodes-base/nodes/ActionNetwork/ActionNetwork.node.ts +++ b/packages/nodes-base/nodes/ActionNetwork/ActionNetwork.node.ts @@ -72,6 +72,7 @@ export class ActionNetwork implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Attendance', @@ -103,7 +104,6 @@ export class ActionNetwork implements INodeType { }, ], default: 'attendance', - description: 'Resource to consume', }, ...attendanceOperations, ...attendanceFields, diff --git a/packages/nodes-base/nodes/ActionNetwork/descriptions/AttendanceDescription.ts b/packages/nodes-base/nodes/ActionNetwork/descriptions/AttendanceDescription.ts index 80d005f700..2a3a3c0e83 100644 --- a/packages/nodes-base/nodes/ActionNetwork/descriptions/AttendanceDescription.ts +++ b/packages/nodes-base/nodes/ActionNetwork/descriptions/AttendanceDescription.ts @@ -11,6 +11,7 @@ export const attendanceOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -33,7 +34,6 @@ export const attendanceOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/ActionNetwork/descriptions/EventDescription.ts b/packages/nodes-base/nodes/ActionNetwork/descriptions/EventDescription.ts index 5f165946ae..adad3456ce 100644 --- a/packages/nodes-base/nodes/ActionNetwork/descriptions/EventDescription.ts +++ b/packages/nodes-base/nodes/ActionNetwork/descriptions/EventDescription.ts @@ -12,6 +12,7 @@ export const eventOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -34,7 +35,6 @@ export const eventOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/ActionNetwork/descriptions/PersonDescription.ts b/packages/nodes-base/nodes/ActionNetwork/descriptions/PersonDescription.ts index 481d05ac6b..e1402f5855 100644 --- a/packages/nodes-base/nodes/ActionNetwork/descriptions/PersonDescription.ts +++ b/packages/nodes-base/nodes/ActionNetwork/descriptions/PersonDescription.ts @@ -12,6 +12,7 @@ export const personOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -38,7 +39,6 @@ export const personOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/ActionNetwork/descriptions/PersonTagDescription.ts b/packages/nodes-base/nodes/ActionNetwork/descriptions/PersonTagDescription.ts index 0b99d4d078..aad5443dcd 100644 --- a/packages/nodes-base/nodes/ActionNetwork/descriptions/PersonTagDescription.ts +++ b/packages/nodes-base/nodes/ActionNetwork/descriptions/PersonTagDescription.ts @@ -7,6 +7,7 @@ export const personTagOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -25,7 +26,6 @@ export const personTagOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/ActionNetwork/descriptions/PetitionDescription.ts b/packages/nodes-base/nodes/ActionNetwork/descriptions/PetitionDescription.ts index 1c1b857ecc..27329cc6a9 100644 --- a/packages/nodes-base/nodes/ActionNetwork/descriptions/PetitionDescription.ts +++ b/packages/nodes-base/nodes/ActionNetwork/descriptions/PetitionDescription.ts @@ -12,6 +12,7 @@ export const petitionOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -38,7 +39,6 @@ export const petitionOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/ActionNetwork/descriptions/SharedFields.ts b/packages/nodes-base/nodes/ActionNetwork/descriptions/SharedFields.ts index fc39b37d21..bb17711294 100644 --- a/packages/nodes-base/nodes/ActionNetwork/descriptions/SharedFields.ts +++ b/packages/nodes-base/nodes/ActionNetwork/descriptions/SharedFields.ts @@ -362,7 +362,7 @@ export const petitionAdditionalFieldsOptions: INodeProperties[] = [ ]; export const makeSimpleField = (resource: Resource, operation: Operation): INodeProperties => ({ - displayName: 'Simple', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -376,5 +376,5 @@ export const makeSimpleField = (resource: Resource, operation: Operation): INode }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }); diff --git a/packages/nodes-base/nodes/ActionNetwork/descriptions/SignatureDescription.ts b/packages/nodes-base/nodes/ActionNetwork/descriptions/SignatureDescription.ts index 36cb271094..86aa65b072 100644 --- a/packages/nodes-base/nodes/ActionNetwork/descriptions/SignatureDescription.ts +++ b/packages/nodes-base/nodes/ActionNetwork/descriptions/SignatureDescription.ts @@ -11,6 +11,7 @@ export const signatureOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const signatureOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/ActionNetwork/descriptions/TagDescription.ts b/packages/nodes-base/nodes/ActionNetwork/descriptions/TagDescription.ts index 6085831040..0005640315 100644 --- a/packages/nodes-base/nodes/ActionNetwork/descriptions/TagDescription.ts +++ b/packages/nodes-base/nodes/ActionNetwork/descriptions/TagDescription.ts @@ -11,6 +11,7 @@ export const tagOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -33,7 +34,6 @@ export const tagOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/ActiveCampaign/AccountContactDescription.ts b/packages/nodes-base/nodes/ActiveCampaign/AccountContactDescription.ts index da8657f757..dc3d8e4cd5 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/AccountContactDescription.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/AccountContactDescription.ts @@ -7,6 +7,7 @@ export const accountContactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const accountContactOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ActiveCampaign/AccountDescription.ts b/packages/nodes-base/nodes/ActiveCampaign/AccountDescription.ts index dae7ef9a96..6de79c486e 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/AccountDescription.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/AccountDescription.ts @@ -11,6 +11,7 @@ export const accountOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -46,7 +47,6 @@ export const accountOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ActiveCampaign/ActiveCampaign.node.ts b/packages/nodes-base/nodes/ActiveCampaign/ActiveCampaign.node.ts index f22c55387b..99bb108932 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/ActiveCampaign.node.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/ActiveCampaign.node.ts @@ -133,6 +133,7 @@ export class ActiveCampaign implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Account', @@ -171,7 +172,7 @@ export class ActiveCampaign implements INodeType { value: 'ecommerceCustomer', }, { - name: 'E-commerce Order Products', + name: 'E-commerce Order Product', value: 'ecommerceOrderProducts', }, { @@ -184,7 +185,6 @@ export class ActiveCampaign implements INodeType { }, ], default: 'contact', - description: 'The resource to operate on.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/ActiveCampaign/ConnectionDescription.ts b/packages/nodes-base/nodes/ActiveCampaign/ConnectionDescription.ts index 12aaeec635..770c6a94f3 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/ConnectionDescription.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/ConnectionDescription.ts @@ -11,6 +11,7 @@ export const connectionOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -46,7 +47,6 @@ export const connectionOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ActiveCampaign/ContactDescription.ts b/packages/nodes-base/nodes/ActiveCampaign/ContactDescription.ts index 252fd54dd8..ebddb84bd0 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/ContactDescription.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/ContactDescription.ts @@ -11,6 +11,7 @@ export const contactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -46,7 +47,6 @@ export const contactOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ActiveCampaign/ContactListDescription.ts b/packages/nodes-base/nodes/ActiveCampaign/ContactListDescription.ts index 639e8a2417..01e9f259af 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/ContactListDescription.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/ContactListDescription.ts @@ -7,6 +7,7 @@ export const contactListOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const contactListOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ActiveCampaign/ContactTagDescription.ts b/packages/nodes-base/nodes/ActiveCampaign/ContactTagDescription.ts index be94c56693..cd7887bc29 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/ContactTagDescription.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/ContactTagDescription.ts @@ -7,6 +7,7 @@ export const contactTagOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const contactTagOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ActiveCampaign/DealDescription.ts b/packages/nodes-base/nodes/ActiveCampaign/DealDescription.ts index 0006bae7f6..67502d3903 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/DealDescription.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/DealDescription.ts @@ -15,6 +15,7 @@ export const dealOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -60,7 +61,6 @@ export const dealOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ActiveCampaign/EcomCustomerDescription.ts b/packages/nodes-base/nodes/ActiveCampaign/EcomCustomerDescription.ts index 10449c9958..f942cb64cc 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/EcomCustomerDescription.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/EcomCustomerDescription.ts @@ -11,6 +11,7 @@ export const ecomCustomerOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -46,7 +47,6 @@ export const ecomCustomerOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ActiveCampaign/EcomOrderDescription.ts b/packages/nodes-base/nodes/ActiveCampaign/EcomOrderDescription.ts index 336d352be2..786b503d03 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/EcomOrderDescription.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/EcomOrderDescription.ts @@ -15,6 +15,7 @@ export const ecomOrderOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -50,7 +51,6 @@ export const ecomOrderOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -416,7 +416,7 @@ export const ecomOrderFields: INodeProperties[] = [ }, { - displayName: 'Add Field', + displayName: 'Update Fields', name: 'updateFields', type: 'collection', placeholder: 'Add Field', diff --git a/packages/nodes-base/nodes/ActiveCampaign/EcomOrderProductsDescription.ts b/packages/nodes-base/nodes/ActiveCampaign/EcomOrderProductsDescription.ts index 155dd9017f..2baaeb5f6a 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/EcomOrderProductsDescription.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/EcomOrderProductsDescription.ts @@ -11,6 +11,7 @@ export const ecomOrderProductsOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -36,7 +37,6 @@ export const ecomOrderProductsOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ActiveCampaign/GenericFunctions.ts b/packages/nodes-base/nodes/ActiveCampaign/GenericFunctions.ts index 1a3d3935ea..9a0d10be27 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/GenericFunctions.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/GenericFunctions.ts @@ -160,7 +160,7 @@ export function activeCampaignDefaultGetAllProperties(resource: string, operatio description: 'Max number of results to return', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -174,7 +174,7 @@ export function activeCampaignDefaultGetAllProperties(resource: string, operatio }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, ]; } diff --git a/packages/nodes-base/nodes/ActiveCampaign/ListDescription.ts b/packages/nodes-base/nodes/ActiveCampaign/ListDescription.ts index c1e984deaa..771cadbafd 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/ListDescription.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/ListDescription.ts @@ -11,6 +11,7 @@ export const listOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -26,7 +27,6 @@ export const listOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ActiveCampaign/TagDescription.ts b/packages/nodes-base/nodes/ActiveCampaign/TagDescription.ts index 9c36b0b231..14bcf77ba6 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/TagDescription.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/TagDescription.ts @@ -11,6 +11,7 @@ export const tagOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -46,7 +47,6 @@ export const tagOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/AcuityScheduling/AcuitySchedulingTrigger.node.ts b/packages/nodes-base/nodes/AcuityScheduling/AcuitySchedulingTrigger.node.ts index 11ea230290..5a6001b024 100644 --- a/packages/nodes-base/nodes/AcuityScheduling/AcuitySchedulingTrigger.node.ts +++ b/packages/nodes-base/nodes/AcuityScheduling/AcuitySchedulingTrigger.node.ts @@ -75,7 +75,6 @@ export class AcuitySchedulingTrigger implements INodeType { }, ], default: 'apiKey', - description: 'Method of authentication.', }, { displayName: 'Event', diff --git a/packages/nodes-base/nodes/Affinity/Affinity.node.ts b/packages/nodes-base/nodes/Affinity/Affinity.node.ts index 109df93f4f..b46e3f7cf3 100644 --- a/packages/nodes-base/nodes/Affinity/Affinity.node.ts +++ b/packages/nodes-base/nodes/Affinity/Affinity.node.ts @@ -69,6 +69,7 @@ export class Affinity implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'List', @@ -88,7 +89,6 @@ export class Affinity implements INodeType { }, ], default: 'organization', - description: 'Resource to consume.', }, ...listOperations, ...listFields, diff --git a/packages/nodes-base/nodes/Affinity/ListDescription.ts b/packages/nodes-base/nodes/Affinity/ListDescription.ts index 96fef939ec..245ee6809c 100644 --- a/packages/nodes-base/nodes/Affinity/ListDescription.ts +++ b/packages/nodes-base/nodes/Affinity/ListDescription.ts @@ -7,6 +7,7 @@ export const listOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const listOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Affinity/ListEntryDescription.ts b/packages/nodes-base/nodes/Affinity/ListEntryDescription.ts index db8bdef695..bb68560053 100644 --- a/packages/nodes-base/nodes/Affinity/ListEntryDescription.ts +++ b/packages/nodes-base/nodes/Affinity/ListEntryDescription.ts @@ -7,6 +7,7 @@ export const listEntryOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const listEntryOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Affinity/OrganizationDescription.ts b/packages/nodes-base/nodes/Affinity/OrganizationDescription.ts index f4ecacbbed..40ba4a453b 100644 --- a/packages/nodes-base/nodes/Affinity/OrganizationDescription.ts +++ b/packages/nodes-base/nodes/Affinity/OrganizationDescription.ts @@ -7,6 +7,7 @@ export const organizationOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const organizationOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Affinity/PersonDescription.ts b/packages/nodes-base/nodes/Affinity/PersonDescription.ts index 4bbca93abe..e2c511ba03 100644 --- a/packages/nodes-base/nodes/Affinity/PersonDescription.ts +++ b/packages/nodes-base/nodes/Affinity/PersonDescription.ts @@ -7,6 +7,7 @@ export const personOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const personOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/AgileCrm/AgileCrm.node.ts b/packages/nodes-base/nodes/AgileCrm/AgileCrm.node.ts index 7554d46775..88c4026dfb 100644 --- a/packages/nodes-base/nodes/AgileCrm/AgileCrm.node.ts +++ b/packages/nodes-base/nodes/AgileCrm/AgileCrm.node.ts @@ -74,6 +74,7 @@ export class AgileCrm implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Company', @@ -89,7 +90,6 @@ export class AgileCrm implements INodeType { }, ], default: 'contact', - description: 'Resource to consume.', }, // CONTACT ...contactOperations, diff --git a/packages/nodes-base/nodes/AgileCrm/CompanyDescription.ts b/packages/nodes-base/nodes/AgileCrm/CompanyDescription.ts index c89ea82ab5..8a3f2756b3 100644 --- a/packages/nodes-base/nodes/AgileCrm/CompanyDescription.ts +++ b/packages/nodes-base/nodes/AgileCrm/CompanyDescription.ts @@ -7,6 +7,7 @@ export const companyOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const companyOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; @@ -93,6 +93,9 @@ export const companyFields: INodeProperties[] = [ displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, displayOptions: { show: { resource: [ @@ -170,7 +173,7 @@ export const companyFields: INodeProperties[] = [ default: 'anyFilter', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -185,7 +188,7 @@ export const companyFields: INodeProperties[] = [ }, // eslint-disable-next-line n8n-nodes-base/node-param-default-wrong-for-simplify default: false, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, { displayName: 'Filters', @@ -400,7 +403,7 @@ export const companyFields: INodeProperties[] = [ }, }, { - displayName: ' Additional Fields', + displayName: 'Additional Fields', name: 'additionalFieldsJson', type: 'json', typeOptions: { @@ -696,7 +699,7 @@ export const companyFields: INodeProperties[] = [ }, }, { - displayName: ' Additional Fields', + displayName: 'Additional Fields', name: 'additionalFieldsJson', type: 'json', typeOptions: { diff --git a/packages/nodes-base/nodes/AgileCrm/ContactDescription.ts b/packages/nodes-base/nodes/AgileCrm/ContactDescription.ts index 7f5e73afb0..3e6faa4238 100644 --- a/packages/nodes-base/nodes/AgileCrm/ContactDescription.ts +++ b/packages/nodes-base/nodes/AgileCrm/ContactDescription.ts @@ -7,6 +7,7 @@ export const contactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const contactOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; @@ -93,6 +93,9 @@ export const contactFields: INodeProperties[] = [ displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, displayOptions: { show: { resource: [ @@ -170,7 +173,7 @@ export const contactFields: INodeProperties[] = [ default: 'anyFilter', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -185,7 +188,7 @@ export const contactFields: INodeProperties[] = [ }, // eslint-disable-next-line n8n-nodes-base/node-param-default-wrong-for-simplify default: false, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, { displayName: 'Filters', @@ -401,7 +404,7 @@ export const contactFields: INodeProperties[] = [ }, }, { - displayName: ' Additional Fields', + displayName: 'Additional Fields', name: 'additionalFieldsJson', type: 'json', typeOptions: { @@ -864,7 +867,7 @@ export const contactFields: INodeProperties[] = [ }, }, { - displayName: ' Additional Fields', + displayName: 'Additional Fields', name: 'additionalFieldsJson', type: 'json', typeOptions: { diff --git a/packages/nodes-base/nodes/AgileCrm/DealDescription.ts b/packages/nodes-base/nodes/AgileCrm/DealDescription.ts index 918cba9a20..5b858a7f05 100644 --- a/packages/nodes-base/nodes/AgileCrm/DealDescription.ts +++ b/packages/nodes-base/nodes/AgileCrm/DealDescription.ts @@ -7,6 +7,7 @@ export const dealOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -43,7 +44,6 @@ export const dealOperations: INodeProperties[] = [ ], default: 'get', - description: 'The operation to perform.', }, ]; @@ -78,6 +78,9 @@ export const dealFields: INodeProperties[] = [ displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, description: 'Max number of results to return', default: 20, displayOptions: { @@ -244,7 +247,7 @@ export const dealFields: INodeProperties[] = [ }, }, { - displayName: ' Additional Fields', + displayName: 'Additional Fields', name: 'additionalFieldsJson', type: 'json', typeOptions: { @@ -287,7 +290,7 @@ export const dealFields: INodeProperties[] = [ }, options: [ { - displayName: 'Contact Ids', + displayName: 'Contact IDs', name: 'contactIds', type: 'string', typeOptions: { @@ -465,7 +468,7 @@ export const dealFields: INodeProperties[] = [ description: 'Expected Value of deal', }, { - displayName: 'Contact Ids', + displayName: 'Contact IDs', name: 'contactIds', type: 'string', typeOptions: { diff --git a/packages/nodes-base/nodes/Airtable/Airtable.node.ts b/packages/nodes-base/nodes/Airtable/Airtable.node.ts index 51fbe92927..93cbaee07f 100644 --- a/packages/nodes-base/nodes/Airtable/Airtable.node.ts +++ b/packages/nodes-base/nodes/Airtable/Airtable.node.ts @@ -40,6 +40,7 @@ export class Airtable implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Append', @@ -68,7 +69,6 @@ export class Airtable implements INodeType { }, ], default: 'read', - description: 'The operation to perform.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/ApiTemplateIo/ApiTemplateIo.node.ts b/packages/nodes-base/nodes/ApiTemplateIo/ApiTemplateIo.node.ts index 2f29c85423..9e9e1a4173 100644 --- a/packages/nodes-base/nodes/ApiTemplateIo/ApiTemplateIo.node.ts +++ b/packages/nodes-base/nodes/ApiTemplateIo/ApiTemplateIo.node.ts @@ -44,6 +44,7 @@ export class ApiTemplateIo implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Account', @@ -59,15 +60,14 @@ export class ApiTemplateIo implements INodeType { }, ], default: 'image', - description: 'Resource to consume', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'create', required: true, - description: 'Operation to perform', options: [ { name: 'Create', @@ -87,9 +87,9 @@ export class ApiTemplateIo implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', required: true, - description: 'Operation to perform', options: [ { name: 'Get', diff --git a/packages/nodes-base/nodes/Asana/Asana.node.ts b/packages/nodes-base/nodes/Asana/Asana.node.ts index 9ce4b3888a..9b71f849fe 100644 --- a/packages/nodes-base/nodes/Asana/Asana.node.ts +++ b/packages/nodes-base/nodes/Asana/Asana.node.ts @@ -88,12 +88,12 @@ export class Asana implements INodeType { }, ], default: 'accessToken', - description: 'The resource to operate on.', }, { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Project', @@ -125,7 +125,6 @@ export class Asana implements INodeType { }, ], default: 'task', - description: 'The resource to operate on.', }, // ---------------------------------- // subtask @@ -134,6 +133,7 @@ export class Asana implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -154,7 +154,6 @@ export class Asana implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, // ---------------------------------- @@ -401,6 +400,7 @@ export class Asana implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -446,7 +446,6 @@ export class Asana implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, // ---------------------------------- @@ -955,6 +954,7 @@ export class Asana implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -975,7 +975,6 @@ export class Asana implements INodeType { }, ], default: 'add', - description: 'The operation to perform.', }, // ---------------------------------- @@ -1123,6 +1122,7 @@ export class Asana implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -1143,7 +1143,6 @@ export class Asana implements INodeType { }, ], default: 'add', - description: 'The operation to perform.', }, // ---------------------------------- // taskProject:add @@ -1279,6 +1278,7 @@ export class Asana implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -1299,7 +1299,6 @@ export class Asana implements INodeType { }, ], default: 'add', - description: 'The operation to perform.', }, // ---------------------------------- @@ -1403,6 +1402,7 @@ export class Asana implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -1423,7 +1423,6 @@ export class Asana implements INodeType { }, ], default: 'get', - description: 'The operation to perform.', }, // ---------------------------------- @@ -1482,6 +1481,7 @@ export class Asana implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -1517,7 +1517,6 @@ export class Asana implements INodeType { }, ], default: 'get', - description: 'The operation to perform.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/Asana/AsanaTrigger.node.ts b/packages/nodes-base/nodes/Asana/AsanaTrigger.node.ts index f086e35998..a867967d72 100644 --- a/packages/nodes-base/nodes/Asana/AsanaTrigger.node.ts +++ b/packages/nodes-base/nodes/Asana/AsanaTrigger.node.ts @@ -83,7 +83,6 @@ export class AsanaTrigger implements INodeType { }, ], default: 'accessToken', - description: 'The resource to operate on.', }, { displayName: 'Resource', diff --git a/packages/nodes-base/nodes/Automizy/Automizy.node.ts b/packages/nodes-base/nodes/Automizy/Automizy.node.ts index 929ee378c6..e7a807d592 100644 --- a/packages/nodes-base/nodes/Automizy/Automizy.node.ts +++ b/packages/nodes-base/nodes/Automizy/Automizy.node.ts @@ -51,6 +51,7 @@ export class Automizy implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Contact', @@ -62,7 +63,6 @@ export class Automizy implements INodeType { }, ], default: 'contact', - description: 'The resource to operate on.', }, ...contactOperations, diff --git a/packages/nodes-base/nodes/Automizy/ContactDescription.ts b/packages/nodes-base/nodes/Automizy/ContactDescription.ts index 355b0703aa..7777296234 100644 --- a/packages/nodes-base/nodes/Automizy/ContactDescription.ts +++ b/packages/nodes-base/nodes/Automizy/ContactDescription.ts @@ -7,6 +7,7 @@ export const contactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const contactOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Automizy/ListDescription.ts b/packages/nodes-base/nodes/Automizy/ListDescription.ts index f7cf5631a9..07951b5a14 100644 --- a/packages/nodes-base/nodes/Automizy/ListDescription.ts +++ b/packages/nodes-base/nodes/Automizy/ListDescription.ts @@ -7,6 +7,7 @@ export const listOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const listOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Autopilot/Autopilot.node.ts b/packages/nodes-base/nodes/Autopilot/Autopilot.node.ts index cc0c01c837..df53118164 100644 --- a/packages/nodes-base/nodes/Autopilot/Autopilot.node.ts +++ b/packages/nodes-base/nodes/Autopilot/Autopilot.node.ts @@ -61,6 +61,7 @@ export class Autopilot implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Contact', @@ -80,7 +81,6 @@ export class Autopilot implements INodeType { }, ], default: 'contact', - description: 'The resource to operate on.', }, ...contactOperations, diff --git a/packages/nodes-base/nodes/Autopilot/ContactDescription.ts b/packages/nodes-base/nodes/Autopilot/ContactDescription.ts index 23c323cef6..b6d9228d20 100644 --- a/packages/nodes-base/nodes/Autopilot/ContactDescription.ts +++ b/packages/nodes-base/nodes/Autopilot/ContactDescription.ts @@ -7,6 +7,7 @@ export const contactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -18,7 +19,7 @@ export const contactOperations: INodeProperties[] = [ { name: 'Create/Update', value: 'upsert', - description: 'Create/Update a contact', + description: 'Create a new contact, or update the current one if it already exists (upsert)', }, { name: 'Delete', @@ -37,7 +38,6 @@ export const contactOperations: INodeProperties[] = [ }, ], default: 'upsert', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Autopilot/ContactJourneyDescription.ts b/packages/nodes-base/nodes/Autopilot/ContactJourneyDescription.ts index b2dd3b5ca5..0aa217327f 100644 --- a/packages/nodes-base/nodes/Autopilot/ContactJourneyDescription.ts +++ b/packages/nodes-base/nodes/Autopilot/ContactJourneyDescription.ts @@ -7,6 +7,7 @@ export const contactJourneyOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const contactJourneyOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Autopilot/ContactListDescription.ts b/packages/nodes-base/nodes/Autopilot/ContactListDescription.ts index 69ed3b7520..f1cae4cb46 100644 --- a/packages/nodes-base/nodes/Autopilot/ContactListDescription.ts +++ b/packages/nodes-base/nodes/Autopilot/ContactListDescription.ts @@ -7,6 +7,7 @@ export const contactListOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const contactListOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'Operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Autopilot/ListDescription.ts b/packages/nodes-base/nodes/Autopilot/ListDescription.ts index 1fdf316fdf..8bf6370511 100644 --- a/packages/nodes-base/nodes/Autopilot/ListDescription.ts +++ b/packages/nodes-base/nodes/Autopilot/ListDescription.ts @@ -7,6 +7,7 @@ export const listOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const listOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Aws/AwsLambda.node.ts b/packages/nodes-base/nodes/Aws/AwsLambda.node.ts index f6cc64b2da..1bf0cb6962 100644 --- a/packages/nodes-base/nodes/Aws/AwsLambda.node.ts +++ b/packages/nodes-base/nodes/Aws/AwsLambda.node.ts @@ -38,6 +38,7 @@ export class AwsLambda implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Invoke', @@ -46,7 +47,6 @@ export class AwsLambda implements INodeType { }, ], default: 'invoke', - description: 'The operation to perform.', }, { displayName: 'Function', diff --git a/packages/nodes-base/nodes/Aws/AwsSns.node.ts b/packages/nodes-base/nodes/Aws/AwsSns.node.ts index fecb7a0db3..7023386809 100644 --- a/packages/nodes-base/nodes/Aws/AwsSns.node.ts +++ b/packages/nodes-base/nodes/Aws/AwsSns.node.ts @@ -37,6 +37,7 @@ export class AwsSns implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Publish', @@ -45,7 +46,6 @@ export class AwsSns implements INodeType { }, ], default: 'publish', - description: 'The operation to perform.', }, { displayName: 'Topic', diff --git a/packages/nodes-base/nodes/Aws/Comprehend/AwsComprehend.node.ts b/packages/nodes-base/nodes/Aws/Comprehend/AwsComprehend.node.ts index 39e4399c8e..431f17717b 100644 --- a/packages/nodes-base/nodes/Aws/Comprehend/AwsComprehend.node.ts +++ b/packages/nodes-base/nodes/Aws/Comprehend/AwsComprehend.node.ts @@ -38,6 +38,7 @@ export class AwsComprehend implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Text', @@ -51,6 +52,7 @@ export class AwsComprehend implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Detect Dominant Language', @@ -69,7 +71,6 @@ export class AwsComprehend implements INodeType { }, ], default: 'detectDominantLanguage', - description: 'The operation to perform.', }, { displayName: 'Language Code', @@ -157,7 +158,7 @@ export class AwsComprehend implements INodeType { description: 'The text to send', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -171,7 +172,7 @@ export class AwsComprehend implements INodeType { }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, { displayName: 'Additional Fields', diff --git a/packages/nodes-base/nodes/Aws/DynamoDB/AwsDynamoDB.node.ts b/packages/nodes-base/nodes/Aws/DynamoDB/AwsDynamoDB.node.ts index 9299445971..ae5b3a8b8e 100644 --- a/packages/nodes-base/nodes/Aws/DynamoDB/AwsDynamoDB.node.ts +++ b/packages/nodes-base/nodes/Aws/DynamoDB/AwsDynamoDB.node.ts @@ -62,6 +62,7 @@ export class AwsDynamoDB implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Item', diff --git a/packages/nodes-base/nodes/Aws/DynamoDB/ItemDescription.ts b/packages/nodes-base/nodes/Aws/DynamoDB/ItemDescription.ts index 2c8a41d266..20e53a8794 100644 --- a/packages/nodes-base/nodes/Aws/DynamoDB/ItemDescription.ts +++ b/packages/nodes-base/nodes/Aws/DynamoDB/ItemDescription.ts @@ -7,6 +7,7 @@ export const itemOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -18,7 +19,7 @@ export const itemOperations: INodeProperties[] = [ { name: 'Create or Update', value: 'upsert', - description: 'Create a new record, or update the current one if it already exists (upsert/put)', + description: 'Create a new record, or update the current one if it already exists (upsert)', }, { name: 'Delete', @@ -352,7 +353,7 @@ export const itemFields: INodeProperties[] = [ description: 'Item\'s primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key', }, { - displayName: 'Simple', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -513,7 +514,7 @@ export const itemFields: INodeProperties[] = [ default: 'ALL_ATTRIBUTES', }, { - displayName: 'Simple', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -859,7 +860,7 @@ export const itemFields: INodeProperties[] = [ default: 'ALL_ATTRIBUTES', }, { - displayName: 'Simple', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { diff --git a/packages/nodes-base/nodes/Aws/Rekognition/AwsRekognition.node.ts b/packages/nodes-base/nodes/Aws/Rekognition/AwsRekognition.node.ts index b1da1c59a9..38e8bdb3cc 100644 --- a/packages/nodes-base/nodes/Aws/Rekognition/AwsRekognition.node.ts +++ b/packages/nodes-base/nodes/Aws/Rekognition/AwsRekognition.node.ts @@ -42,6 +42,7 @@ export class AwsRekognition implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Image', @@ -49,12 +50,12 @@ export class AwsRekognition implements INodeType { }, ], default: 'image', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Analyze', @@ -62,7 +63,6 @@ export class AwsRekognition implements INodeType { }, ], default: 'analyze', - description: 'The operation to perform.', }, { displayName: 'Type', @@ -101,7 +101,6 @@ export class AwsRekognition implements INodeType { }, ], default: 'detectFaces', - description: 'The operation to perform.', }, { displayName: 'Binary Data', diff --git a/packages/nodes-base/nodes/Aws/S3/AwsS3.node.ts b/packages/nodes-base/nodes/Aws/S3/AwsS3.node.ts index 5709841f9a..db9c89bfcc 100644 --- a/packages/nodes-base/nodes/Aws/S3/AwsS3.node.ts +++ b/packages/nodes-base/nodes/Aws/S3/AwsS3.node.ts @@ -72,6 +72,7 @@ export class AwsS3 implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Bucket', @@ -87,7 +88,6 @@ export class AwsS3 implements INodeType { }, ], default: 'file', - description: 'The operation to perform.', }, // BUCKET ...bucketOperations, diff --git a/packages/nodes-base/nodes/Aws/S3/BucketDescription.ts b/packages/nodes-base/nodes/Aws/S3/BucketDescription.ts index 90d93e6ab2..ec9c85a140 100644 --- a/packages/nodes-base/nodes/Aws/S3/BucketDescription.ts +++ b/packages/nodes-base/nodes/Aws/S3/BucketDescription.ts @@ -7,6 +7,7 @@ export const bucketOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const bucketOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Aws/S3/FileDescription.ts b/packages/nodes-base/nodes/Aws/S3/FileDescription.ts index 3e4ae129c2..d263244ab0 100644 --- a/packages/nodes-base/nodes/Aws/S3/FileDescription.ts +++ b/packages/nodes-base/nodes/Aws/S3/FileDescription.ts @@ -7,6 +7,7 @@ export const fileOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const fileOperations: INodeProperties[] = [ }, ], default: 'download', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Aws/S3/FolderDescription.ts b/packages/nodes-base/nodes/Aws/S3/FolderDescription.ts index 4432657cac..b4d1aa6d6d 100644 --- a/packages/nodes-base/nodes/Aws/S3/FolderDescription.ts +++ b/packages/nodes-base/nodes/Aws/S3/FolderDescription.ts @@ -7,6 +7,7 @@ export const folderOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const folderOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Aws/SES/AwsSes.node.ts b/packages/nodes-base/nodes/Aws/SES/AwsSes.node.ts index 24636dd323..cbc5c9a671 100644 --- a/packages/nodes-base/nodes/Aws/SES/AwsSes.node.ts +++ b/packages/nodes-base/nodes/Aws/SES/AwsSes.node.ts @@ -48,6 +48,7 @@ export class AwsSes implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Custom Verification Email', @@ -63,12 +64,12 @@ export class AwsSes implements INodeType { }, ], default: 'email', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -109,7 +110,6 @@ export class AwsSes implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, { @@ -382,6 +382,9 @@ export class AwsSes implements INodeType { displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, description: 'Max number of results to return', default: 20, displayOptions: { @@ -402,6 +405,7 @@ export class AwsSes implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -420,7 +424,6 @@ export class AwsSes implements INodeType { }, ], default: 'send', - description: 'The operation to perform.', }, { displayName: 'Is Body HTML', @@ -705,6 +708,7 @@ export class AwsSes implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -740,7 +744,6 @@ export class AwsSes implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, { displayName: 'Template Name', @@ -884,6 +887,9 @@ export class AwsSes implements INodeType { displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, description: 'Max number of results to return', default: 20, displayOptions: { diff --git a/packages/nodes-base/nodes/Aws/SQS/AwsSqs.node.ts b/packages/nodes-base/nodes/Aws/SQS/AwsSqs.node.ts index 16c87b767a..93838026d0 100644 --- a/packages/nodes-base/nodes/Aws/SQS/AwsSqs.node.ts +++ b/packages/nodes-base/nodes/Aws/SQS/AwsSqs.node.ts @@ -51,6 +51,7 @@ export class AwsSqs implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Send message', @@ -59,7 +60,6 @@ export class AwsSqs implements INodeType { }, ], default: 'sendMessage', - description: 'The operation to perform.', }, { displayName: 'Queue', @@ -97,7 +97,6 @@ export class AwsSqs implements INodeType { }, ], default: 'standard', - description: 'The operation to perform.', }, { displayName: 'Send Input Data', diff --git a/packages/nodes-base/nodes/Aws/Textract/AwsTextract.node.ts b/packages/nodes-base/nodes/Aws/Textract/AwsTextract.node.ts index 88df3198ea..de8a900415 100644 --- a/packages/nodes-base/nodes/Aws/Textract/AwsTextract.node.ts +++ b/packages/nodes-base/nodes/Aws/Textract/AwsTextract.node.ts @@ -48,6 +48,7 @@ export class AwsTextract implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Analyze Receipt or Invoice', @@ -72,7 +73,7 @@ export class AwsTextract implements INodeType { description: 'The name of the input field containing the binary file data to be uploaded. Supported file types: PNG, JPEG.', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -83,7 +84,7 @@ export class AwsTextract implements INodeType { }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, ], }; diff --git a/packages/nodes-base/nodes/Aws/Transcribe/AwsTranscribe.node.ts b/packages/nodes-base/nodes/Aws/Transcribe/AwsTranscribe.node.ts index 538424ce1d..922daf0faa 100644 --- a/packages/nodes-base/nodes/Aws/Transcribe/AwsTranscribe.node.ts +++ b/packages/nodes-base/nodes/Aws/Transcribe/AwsTranscribe.node.ts @@ -39,6 +39,7 @@ export class AwsTranscribe implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Transcription Job', @@ -46,12 +47,12 @@ export class AwsTranscribe implements INodeType { }, ], default: 'transcriptionJob', - description: 'Resource to operate on.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Create', @@ -75,7 +76,6 @@ export class AwsTranscribe implements INodeType { }, ], default: 'create', - description: 'Operation to perform.', }, { displayName: 'Job Name', @@ -282,7 +282,7 @@ export class AwsTranscribe implements INodeType { description: 'By default, the response only contains metadata about the transcript. Enable this option to retrieve the transcript instead.', }, { - displayName: 'Simple', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -299,7 +299,7 @@ export class AwsTranscribe implements INodeType { }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, { displayName: 'Return All', diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/companyReport/index.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/companyReport/index.ts index ae4817fc16..5485c90bf8 100644 --- a/packages/nodes-base/nodes/BambooHr/v1/actions/companyReport/index.ts +++ b/packages/nodes-base/nodes/BambooHr/v1/actions/companyReport/index.ts @@ -13,6 +13,7 @@ export const descriptions: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/employee/index.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/employee/index.ts index be7962820e..c6c3937bc6 100644 --- a/packages/nodes-base/nodes/BambooHr/v1/actions/employee/index.ts +++ b/packages/nodes-base/nodes/BambooHr/v1/actions/employee/index.ts @@ -19,6 +19,7 @@ export const descriptions: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/employeeDocument/getAll/description.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/employeeDocument/getAll/description.ts index ffa7063ad3..aabd0d527f 100644 --- a/packages/nodes-base/nodes/BambooHr/v1/actions/employeeDocument/getAll/description.ts +++ b/packages/nodes-base/nodes/BambooHr/v1/actions/employeeDocument/getAll/description.ts @@ -62,7 +62,7 @@ export const employeeDocumentGetAllDescription: EmployeeDocumentProperties = [ }, }, { - displayName: 'Simplify Output', + displayName: 'Simplify', name: 'simplifyOutput', type: 'boolean', default: true, @@ -76,6 +76,6 @@ export const employeeDocumentGetAllDescription: EmployeeDocumentProperties = [ ], }, }, - description: 'Whether to simplify the output or not', + description: 'Whether to return a simplified version of the response instead of the raw data', }, ]; diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/employeeDocument/index.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/employeeDocument/index.ts index e03a885f43..3a133b9d9d 100644 --- a/packages/nodes-base/nodes/BambooHr/v1/actions/employeeDocument/index.ts +++ b/packages/nodes-base/nodes/BambooHr/v1/actions/employeeDocument/index.ts @@ -21,6 +21,7 @@ export const descriptions: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/file/getAll/description.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/file/getAll/description.ts index 08401cd96c..646ed3c035 100644 --- a/packages/nodes-base/nodes/BambooHr/v1/actions/file/getAll/description.ts +++ b/packages/nodes-base/nodes/BambooHr/v1/actions/file/getAll/description.ts @@ -45,7 +45,7 @@ export const fileGetAllDescription: FileProperties = [ }, }, { - displayName: 'Simplify Output', + displayName: 'Simplify', name: 'simplifyOutput', type: 'boolean', default: true, @@ -59,6 +59,6 @@ export const fileGetAllDescription: FileProperties = [ ], }, }, - description: 'Whether to simplify the output or not', + description: 'Whether to return a simplified version of the response instead of the raw data', }, ]; diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/file/index.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/file/index.ts index 62ee66ad51..b89c5bb758 100644 --- a/packages/nodes-base/nodes/BambooHr/v1/actions/file/index.ts +++ b/packages/nodes-base/nodes/BambooHr/v1/actions/file/index.ts @@ -21,6 +21,7 @@ export const descriptions: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/versionDescription.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/versionDescription.ts index 9fd376a70b..7400b95003 100644 --- a/packages/nodes-base/nodes/BambooHr/v1/actions/versionDescription.ts +++ b/packages/nodes-base/nodes/BambooHr/v1/actions/versionDescription.ts @@ -30,6 +30,7 @@ export const versionDescription: INodeTypeDescription = { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Company Report', diff --git a/packages/nodes-base/nodes/Bannerbear/Bannerbear.node.ts b/packages/nodes-base/nodes/Bannerbear/Bannerbear.node.ts index 854aec2801..704328413b 100644 --- a/packages/nodes-base/nodes/Bannerbear/Bannerbear.node.ts +++ b/packages/nodes-base/nodes/Bannerbear/Bannerbear.node.ts @@ -51,6 +51,7 @@ export class Bannerbear implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Image', @@ -62,7 +63,6 @@ export class Bannerbear implements INodeType { }, ], default: 'image', - description: 'Resource to consume.', }, // IMAGE ...imageOperations, diff --git a/packages/nodes-base/nodes/Bannerbear/ImageDescription.ts b/packages/nodes-base/nodes/Bannerbear/ImageDescription.ts index 993cc0cc34..6b8daa748b 100644 --- a/packages/nodes-base/nodes/Bannerbear/ImageDescription.ts +++ b/packages/nodes-base/nodes/Bannerbear/ImageDescription.ts @@ -7,6 +7,7 @@ export const imageOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const imageOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Bannerbear/TemplateDescription.ts b/packages/nodes-base/nodes/Bannerbear/TemplateDescription.ts index 5673eccbef..dc489998bd 100644 --- a/packages/nodes-base/nodes/Bannerbear/TemplateDescription.ts +++ b/packages/nodes-base/nodes/Bannerbear/TemplateDescription.ts @@ -7,6 +7,7 @@ export const templateOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const templateOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Baserow/Baserow.node.ts b/packages/nodes-base/nodes/Baserow/Baserow.node.ts index 09da4a03b9..7c5fcca99b 100644 --- a/packages/nodes-base/nodes/Baserow/Baserow.node.ts +++ b/packages/nodes-base/nodes/Baserow/Baserow.node.ts @@ -56,6 +56,7 @@ export class Baserow implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Row', @@ -63,12 +64,12 @@ export class Baserow implements INodeType { }, ], default: 'row', - description: 'Operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -104,7 +105,6 @@ export class Baserow implements INodeType { }, ], default: 'getAll', - description: 'Operation to perform', }, ...operationFields, ], diff --git a/packages/nodes-base/nodes/Beeminder/Beeminder.node.ts b/packages/nodes-base/nodes/Beeminder/Beeminder.node.ts index 073995284a..79f53c81e5 100644 --- a/packages/nodes-base/nodes/Beeminder/Beeminder.node.ts +++ b/packages/nodes-base/nodes/Beeminder/Beeminder.node.ts @@ -51,6 +51,7 @@ export class Beeminder implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, required: true, options: [ { @@ -59,12 +60,12 @@ export class Beeminder implements INodeType { }, ], default: 'datapoint', - description: 'The resource to operate on.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Create', @@ -88,7 +89,6 @@ export class Beeminder implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', required: true, }, { diff --git a/packages/nodes-base/nodes/Bitbucket/BitbucketTrigger.node.ts b/packages/nodes-base/nodes/Bitbucket/BitbucketTrigger.node.ts index b0713840cc..4f26ecf732 100644 --- a/packages/nodes-base/nodes/Bitbucket/BitbucketTrigger.node.ts +++ b/packages/nodes-base/nodes/Bitbucket/BitbucketTrigger.node.ts @@ -55,6 +55,7 @@ export class BitbucketTrigger implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, required: true, options: [ { @@ -67,7 +68,6 @@ export class BitbucketTrigger implements INodeType { }, ], default: 'workspace', - description: 'The resource to operate on.', }, { displayName: 'Workspace', diff --git a/packages/nodes-base/nodes/Bitly/Bitly.node.ts b/packages/nodes-base/nodes/Bitly/Bitly.node.ts index 2fae9aa8c6..61d1cfb9a8 100644 --- a/packages/nodes-base/nodes/Bitly/Bitly.node.ts +++ b/packages/nodes-base/nodes/Bitly/Bitly.node.ts @@ -75,20 +75,19 @@ export class Bitly implements INodeType { }, ], default: 'accessToken', - description: 'The resource to operate on.', }, { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { - name: ' Link', + name: 'Link', value: 'link', }, ], default: 'link', - description: 'Resource to consume.', }, ...linkOperations, ...linkFields, diff --git a/packages/nodes-base/nodes/Bitly/LinkDescription.ts b/packages/nodes-base/nodes/Bitly/LinkDescription.ts index 2d20bd482f..1c4d7ab911 100644 --- a/packages/nodes-base/nodes/Bitly/LinkDescription.ts +++ b/packages/nodes-base/nodes/Bitly/LinkDescription.ts @@ -5,6 +5,7 @@ export const linkOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -30,7 +31,6 @@ export const linkOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Bitwarden/Bitwarden.node.ts b/packages/nodes-base/nodes/Bitwarden/Bitwarden.node.ts index 5c70facecb..311b9001d2 100644 --- a/packages/nodes-base/nodes/Bitwarden/Bitwarden.node.ts +++ b/packages/nodes-base/nodes/Bitwarden/Bitwarden.node.ts @@ -73,6 +73,7 @@ export class Bitwarden implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Collection', @@ -92,7 +93,6 @@ export class Bitwarden implements INodeType { }, ], default: 'collection', - description: 'Resource to consume', }, ...collectionOperations, ...collectionFields, diff --git a/packages/nodes-base/nodes/Bitwarden/descriptions/CollectionDescription.ts b/packages/nodes-base/nodes/Bitwarden/descriptions/CollectionDescription.ts index af5e02e8bc..19c8ac88da 100644 --- a/packages/nodes-base/nodes/Bitwarden/descriptions/CollectionDescription.ts +++ b/packages/nodes-base/nodes/Bitwarden/descriptions/CollectionDescription.ts @@ -7,8 +7,8 @@ export const collectionOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Delete', @@ -87,6 +87,9 @@ export const collectionFields: INodeProperties[] = [ displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, default: 10, description: 'Max number of results to return', displayOptions: { diff --git a/packages/nodes-base/nodes/Bitwarden/descriptions/EventDescription.ts b/packages/nodes-base/nodes/Bitwarden/descriptions/EventDescription.ts index 372c376e28..36c5c1054b 100644 --- a/packages/nodes-base/nodes/Bitwarden/descriptions/EventDescription.ts +++ b/packages/nodes-base/nodes/Bitwarden/descriptions/EventDescription.ts @@ -7,8 +7,8 @@ export const eventOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Get All', @@ -51,6 +51,9 @@ export const eventFields: INodeProperties[] = [ displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, default: 10, description: 'Max number of results to return', displayOptions: { diff --git a/packages/nodes-base/nodes/Bitwarden/descriptions/GroupDescription.ts b/packages/nodes-base/nodes/Bitwarden/descriptions/GroupDescription.ts index ffbf29a5c5..a301087bde 100644 --- a/packages/nodes-base/nodes/Bitwarden/descriptions/GroupDescription.ts +++ b/packages/nodes-base/nodes/Bitwarden/descriptions/GroupDescription.ts @@ -7,8 +7,8 @@ export const groupOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', @@ -101,6 +101,9 @@ export const groupFields: INodeProperties[] = [ displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, default: 10, description: 'Max number of results to return', displayOptions: { diff --git a/packages/nodes-base/nodes/Bitwarden/descriptions/MemberDescription.ts b/packages/nodes-base/nodes/Bitwarden/descriptions/MemberDescription.ts index 931affd3ec..c2a022fe57 100644 --- a/packages/nodes-base/nodes/Bitwarden/descriptions/MemberDescription.ts +++ b/packages/nodes-base/nodes/Bitwarden/descriptions/MemberDescription.ts @@ -7,8 +7,8 @@ export const memberOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', @@ -135,6 +135,9 @@ export const memberFields: INodeProperties[] = [ displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, default: 10, description: 'Max number of results to return', displayOptions: { diff --git a/packages/nodes-base/nodes/Box/Box.node.ts b/packages/nodes-base/nodes/Box/Box.node.ts index 5f07e0c46a..3e2c5d3556 100644 --- a/packages/nodes-base/nodes/Box/Box.node.ts +++ b/packages/nodes-base/nodes/Box/Box.node.ts @@ -57,6 +57,7 @@ export class Box implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'File', @@ -68,7 +69,6 @@ export class Box implements INodeType { }, ], default: 'file', - description: 'The resource to operate on.', }, ...fileOperations, ...fileFields, diff --git a/packages/nodes-base/nodes/Box/FileDescription.ts b/packages/nodes-base/nodes/Box/FileDescription.ts index 2dddbceb45..97185a1819 100644 --- a/packages/nodes-base/nodes/Box/FileDescription.ts +++ b/packages/nodes-base/nodes/Box/FileDescription.ts @@ -7,6 +7,7 @@ export const fileOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -52,7 +53,6 @@ export const fileOperations: INodeProperties[] = [ }, ], default: 'upload', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Box/FolderDescription.ts b/packages/nodes-base/nodes/Box/FolderDescription.ts index ab8610b6eb..577b73fa1c 100644 --- a/packages/nodes-base/nodes/Box/FolderDescription.ts +++ b/packages/nodes-base/nodes/Box/FolderDescription.ts @@ -7,6 +7,7 @@ export const folderOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -47,7 +48,6 @@ export const folderOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Brandfetch/Brandfetch.node.ts b/packages/nodes-base/nodes/Brandfetch/Brandfetch.node.ts index 38ef93f44e..908fc159f1 100644 --- a/packages/nodes-base/nodes/Brandfetch/Brandfetch.node.ts +++ b/packages/nodes-base/nodes/Brandfetch/Brandfetch.node.ts @@ -38,6 +38,7 @@ export class Brandfetch implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { @@ -67,7 +68,6 @@ export class Brandfetch implements INodeType { }, ], default: 'logo', - description: 'The operation to perform', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/Bubble/Bubble.node.ts b/packages/nodes-base/nodes/Bubble/Bubble.node.ts index 1ba4fc6a14..6d2427f2fe 100644 --- a/packages/nodes-base/nodes/Bubble/Bubble.node.ts +++ b/packages/nodes-base/nodes/Bubble/Bubble.node.ts @@ -46,6 +46,7 @@ export class Bubble implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Object', @@ -53,7 +54,6 @@ export class Bubble implements INodeType { }, ], default: 'object', - description: 'Resource to consume', }, ...objectOperations, ...objectFields, diff --git a/packages/nodes-base/nodes/Bubble/ObjectDescription.ts b/packages/nodes-base/nodes/Bubble/ObjectDescription.ts index ebad3f559e..a5e84d294d 100644 --- a/packages/nodes-base/nodes/Bubble/ObjectDescription.ts +++ b/packages/nodes-base/nodes/Bubble/ObjectDescription.ts @@ -7,8 +7,8 @@ export const objectOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/Chargebee/Chargebee.node.ts b/packages/nodes-base/nodes/Chargebee/Chargebee.node.ts index 0be27641cf..dd34ffedb9 100644 --- a/packages/nodes-base/nodes/Chargebee/Chargebee.node.ts +++ b/packages/nodes-base/nodes/Chargebee/Chargebee.node.ts @@ -49,6 +49,7 @@ export class Chargebee implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Customer', @@ -64,7 +65,6 @@ export class Chargebee implements INodeType { }, ], default: 'invoice', - description: 'The resource to operate on.', }, @@ -76,6 +76,7 @@ export class Chargebee implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -91,7 +92,6 @@ export class Chargebee implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, // ---------------------------------- @@ -116,7 +116,7 @@ export class Chargebee implements INodeType { placeholder: 'Add Property', options: [ { - displayName: 'User Id', + displayName: 'User ID', name: 'id', type: 'string', default: '', @@ -203,8 +203,8 @@ export class Chargebee implements INodeType { displayName: 'Operation', name: 'operation', default: 'list', - description: 'The operation to perform.', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -279,6 +279,7 @@ export class Chargebee implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Is', @@ -318,6 +319,7 @@ export class Chargebee implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Is', @@ -366,7 +368,7 @@ export class Chargebee implements INodeType { // invoice:pdfUrl // ---------------------------------- { - displayName: 'Invoice Id', + displayName: 'Invoice ID', name: 'invoiceId', description: 'The ID of the invoice to get', type: 'string', @@ -393,6 +395,7 @@ export class Chargebee implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -413,14 +416,13 @@ export class Chargebee implements INodeType { }, ], default: 'delete', - description: 'The operation to perform.', }, // ---------------------------------- // subscription:cancel // ---------------------------------- { - displayName: 'Subscription Id', + displayName: 'Subscription ID', name: 'subscriptionId', description: 'The ID of the subscription to cancel', type: 'string', @@ -459,7 +461,7 @@ export class Chargebee implements INodeType { // subscription:delete // ---------------------------------- { - displayName: 'Subscription Id', + displayName: 'Subscription ID', name: 'subscriptionId', description: 'The ID of the subscription to delete', type: 'string', diff --git a/packages/nodes-base/nodes/Chargebee/ChargebeeTrigger.node.ts b/packages/nodes-base/nodes/Chargebee/ChargebeeTrigger.node.ts index e8002f0f9d..b8438b84c7 100644 --- a/packages/nodes-base/nodes/Chargebee/ChargebeeTrigger.node.ts +++ b/packages/nodes-base/nodes/Chargebee/ChargebeeTrigger.node.ts @@ -38,7 +38,6 @@ export class ChargebeeTrigger implements INodeType { type: 'multiOptions', required: true, default: [], - description: 'The operation to perform.', options: [ { name: '*', diff --git a/packages/nodes-base/nodes/CircleCi/CircleCi.node.ts b/packages/nodes-base/nodes/CircleCi/CircleCi.node.ts index 36d4349b1a..bd21ddf14d 100644 --- a/packages/nodes-base/nodes/CircleCi/CircleCi.node.ts +++ b/packages/nodes-base/nodes/CircleCi/CircleCi.node.ts @@ -44,14 +44,14 @@ export class CircleCi implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { - name: ' Pipeline', + name: 'Pipeline', value: 'pipeline', }, ], default: 'pipeline', - description: 'Resource to consume.', }, ...pipelineOperations, ...pipelineFields, diff --git a/packages/nodes-base/nodes/CircleCi/PipelineDescription.ts b/packages/nodes-base/nodes/CircleCi/PipelineDescription.ts index bc52beff02..7ede1e7e3f 100644 --- a/packages/nodes-base/nodes/CircleCi/PipelineDescription.ts +++ b/packages/nodes-base/nodes/CircleCi/PipelineDescription.ts @@ -7,6 +7,7 @@ export const pipelineOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const pipelineOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Cisco/Webex/CiscoWebex.node.ts b/packages/nodes-base/nodes/Cisco/Webex/CiscoWebex.node.ts index 04dd8829cb..a8f4fa2af6 100644 --- a/packages/nodes-base/nodes/Cisco/Webex/CiscoWebex.node.ts +++ b/packages/nodes-base/nodes/Cisco/Webex/CiscoWebex.node.ts @@ -55,6 +55,7 @@ export class CiscoWebex implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Meeting', @@ -70,7 +71,6 @@ export class CiscoWebex implements INodeType { }, ], default: 'message', - description: 'Resource to consume', }, ...meetingOperations, ...meetingFields, diff --git a/packages/nodes-base/nodes/Cisco/Webex/CiscoWebexTrigger.node.ts b/packages/nodes-base/nodes/Cisco/Webex/CiscoWebexTrigger.node.ts index a0288453dc..d8286f4e12 100644 --- a/packages/nodes-base/nodes/Cisco/Webex/CiscoWebexTrigger.node.ts +++ b/packages/nodes-base/nodes/Cisco/Webex/CiscoWebexTrigger.node.ts @@ -56,6 +56,7 @@ export class CiscoWebexTrigger implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Attachment Action', @@ -86,7 +87,7 @@ export class CiscoWebexTrigger implements INodeType { value: 'room', }, { - name: '*', + name: '[All]', value: 'all', }, ], diff --git a/packages/nodes-base/nodes/Cisco/Webex/descriptions/MeetingDescription.ts b/packages/nodes-base/nodes/Cisco/Webex/descriptions/MeetingDescription.ts index 17ec32c1e0..2ef5891ca8 100644 --- a/packages/nodes-base/nodes/Cisco/Webex/descriptions/MeetingDescription.ts +++ b/packages/nodes-base/nodes/Cisco/Webex/descriptions/MeetingDescription.ts @@ -7,6 +7,7 @@ export const meetingOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const meetingOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Cisco/Webex/descriptions/MeetingTranscript.ts b/packages/nodes-base/nodes/Cisco/Webex/descriptions/MeetingTranscript.ts index 98f93d3a7e..d07f17bc4c 100644 --- a/packages/nodes-base/nodes/Cisco/Webex/descriptions/MeetingTranscript.ts +++ b/packages/nodes-base/nodes/Cisco/Webex/descriptions/MeetingTranscript.ts @@ -7,6 +7,7 @@ export const meetingTranscriptOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -25,7 +26,6 @@ export const meetingTranscriptOperations: INodeProperties[] = [ }, ], default: 'download', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Cisco/Webex/descriptions/MessageDescription.ts b/packages/nodes-base/nodes/Cisco/Webex/descriptions/MessageDescription.ts index 5ca2debae3..593b797746 100644 --- a/packages/nodes-base/nodes/Cisco/Webex/descriptions/MessageDescription.ts +++ b/packages/nodes-base/nodes/Cisco/Webex/descriptions/MessageDescription.ts @@ -11,6 +11,7 @@ export const messageOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -41,7 +42,6 @@ export const messageOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Clearbit/Clearbit.node.ts b/packages/nodes-base/nodes/Clearbit/Clearbit.node.ts index cabe53dda5..53c255baf0 100644 --- a/packages/nodes-base/nodes/Clearbit/Clearbit.node.ts +++ b/packages/nodes-base/nodes/Clearbit/Clearbit.node.ts @@ -48,6 +48,7 @@ export class Clearbit implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Company', @@ -61,7 +62,6 @@ export class Clearbit implements INodeType { }, ], default: 'company', - description: 'Resource to consume.', }, ...companyOperations, ...companyFields, diff --git a/packages/nodes-base/nodes/Clearbit/CompanyDescription.ts b/packages/nodes-base/nodes/Clearbit/CompanyDescription.ts index 17623ae88d..9405e4e5b3 100644 --- a/packages/nodes-base/nodes/Clearbit/CompanyDescription.ts +++ b/packages/nodes-base/nodes/Clearbit/CompanyDescription.ts @@ -5,6 +5,7 @@ export const companyOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -25,7 +26,6 @@ export const companyOperations: INodeProperties[] = [ }, ], default: 'enrich', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Clearbit/PersonDescription.ts b/packages/nodes-base/nodes/Clearbit/PersonDescription.ts index 2a3327f52e..201b5430bf 100644 --- a/packages/nodes-base/nodes/Clearbit/PersonDescription.ts +++ b/packages/nodes-base/nodes/Clearbit/PersonDescription.ts @@ -5,6 +5,7 @@ export const personOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -20,7 +21,6 @@ export const personOperations: INodeProperties[] = [ }, ], default: 'enrich', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ClickUp/ChecklistDescription.ts b/packages/nodes-base/nodes/ClickUp/ChecklistDescription.ts index 426fc81da3..a75bc97135 100644 --- a/packages/nodes-base/nodes/ClickUp/ChecklistDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/ChecklistDescription.ts @@ -7,6 +7,7 @@ export const checklistOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const checklistOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ClickUp/ChecklistItemDescription.ts b/packages/nodes-base/nodes/ClickUp/ChecklistItemDescription.ts index 17dd3f0730..6d350e3dab 100644 --- a/packages/nodes-base/nodes/ClickUp/ChecklistItemDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/ChecklistItemDescription.ts @@ -7,6 +7,7 @@ export const checklistItemOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const checklistItemOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ClickUp/ClickUp.node.ts b/packages/nodes-base/nodes/ClickUp/ClickUp.node.ts index 9e200fa8a3..2ea17ce92e 100644 --- a/packages/nodes-base/nodes/ClickUp/ClickUp.node.ts +++ b/packages/nodes-base/nodes/ClickUp/ClickUp.node.ts @@ -162,6 +162,7 @@ export class ClickUp implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Checklist', @@ -225,7 +226,6 @@ export class ClickUp implements INodeType { }, ], default: 'task', - description: 'Resource to consume.', }, // CHECKLIST ...checklistOperations, diff --git a/packages/nodes-base/nodes/ClickUp/CommentDescription.ts b/packages/nodes-base/nodes/ClickUp/CommentDescription.ts index 4d6be764e4..fa44bf0d4b 100644 --- a/packages/nodes-base/nodes/ClickUp/CommentDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/CommentDescription.ts @@ -7,6 +7,7 @@ export const commentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const commentOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ClickUp/FolderDescription.ts b/packages/nodes-base/nodes/ClickUp/FolderDescription.ts index 98050145d6..4f1958a686 100644 --- a/packages/nodes-base/nodes/ClickUp/FolderDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/FolderDescription.ts @@ -7,6 +7,7 @@ export const folderOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const folderOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ClickUp/GoalDescription.ts b/packages/nodes-base/nodes/ClickUp/GoalDescription.ts index 3d04153d49..c4b19742cc 100644 --- a/packages/nodes-base/nodes/ClickUp/GoalDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/GoalDescription.ts @@ -7,6 +7,7 @@ export const goalOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const goalOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ClickUp/GoalKeyResultDescription.ts b/packages/nodes-base/nodes/ClickUp/GoalKeyResultDescription.ts index b2d168884f..bb5703ea0a 100644 --- a/packages/nodes-base/nodes/ClickUp/GoalKeyResultDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/GoalKeyResultDescription.ts @@ -7,6 +7,7 @@ export const goalKeyResultOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const goalKeyResultOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ClickUp/GuestDescription.ts b/packages/nodes-base/nodes/ClickUp/GuestDescription.ts index 07873a2be7..7259e408e7 100644 --- a/packages/nodes-base/nodes/ClickUp/GuestDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/GuestDescription.ts @@ -7,6 +7,7 @@ export const guestOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const guestOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ClickUp/ListDescription.ts b/packages/nodes-base/nodes/ClickUp/ListDescription.ts index cf60da29b0..ec66acf4f6 100644 --- a/packages/nodes-base/nodes/ClickUp/ListDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/ListDescription.ts @@ -7,6 +7,7 @@ export const listOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -52,7 +53,6 @@ export const listOperations: INodeProperties[] = [ }, ], default: 'customFields', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ClickUp/SpaceTagDescription.ts b/packages/nodes-base/nodes/ClickUp/SpaceTagDescription.ts index 983883d8f3..e89399d214 100644 --- a/packages/nodes-base/nodes/ClickUp/SpaceTagDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/SpaceTagDescription.ts @@ -7,6 +7,7 @@ export const spaceTagOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const spaceTagOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ClickUp/TaskDependencyDescription.ts b/packages/nodes-base/nodes/ClickUp/TaskDependencyDescription.ts index 85c9b36c6b..2b4bf789cb 100644 --- a/packages/nodes-base/nodes/ClickUp/TaskDependencyDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/TaskDependencyDescription.ts @@ -7,6 +7,7 @@ export const taskDependencyOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const taskDependencyOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ClickUp/TaskDescription.ts b/packages/nodes-base/nodes/ClickUp/TaskDescription.ts index a8943202e4..edaa8b40ca 100644 --- a/packages/nodes-base/nodes/ClickUp/TaskDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/TaskDescription.ts @@ -7,6 +7,7 @@ export const taskOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -52,7 +53,6 @@ export const taskOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ClickUp/TaskListDescription.ts b/packages/nodes-base/nodes/ClickUp/TaskListDescription.ts index cc65af4119..8b5b62a09e 100644 --- a/packages/nodes-base/nodes/ClickUp/TaskListDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/TaskListDescription.ts @@ -7,6 +7,7 @@ export const taskListOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const taskListOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ClickUp/TaskTagDescription.ts b/packages/nodes-base/nodes/ClickUp/TaskTagDescription.ts index 69a7967984..c3edc6582a 100644 --- a/packages/nodes-base/nodes/ClickUp/TaskTagDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/TaskTagDescription.ts @@ -7,6 +7,7 @@ export const taskTagOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const taskTagOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ClickUp/TimeEntryDescription.ts b/packages/nodes-base/nodes/ClickUp/TimeEntryDescription.ts index 4ebe68c076..82f8555b29 100644 --- a/packages/nodes-base/nodes/ClickUp/TimeEntryDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/TimeEntryDescription.ts @@ -7,6 +7,7 @@ export const timeEntryOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -52,7 +53,6 @@ export const timeEntryOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ClickUp/TimeEntryTagDescription.ts b/packages/nodes-base/nodes/ClickUp/TimeEntryTagDescription.ts index 14eeaf5336..2bbc2596f9 100644 --- a/packages/nodes-base/nodes/ClickUp/TimeEntryTagDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/TimeEntryTagDescription.ts @@ -7,6 +7,7 @@ export const timeEntryTagOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const timeEntryTagOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Clockify/Clockify.node.ts b/packages/nodes-base/nodes/Clockify/Clockify.node.ts index 0f259901e8..0f34aaa7f6 100644 --- a/packages/nodes-base/nodes/Clockify/Clockify.node.ts +++ b/packages/nodes-base/nodes/Clockify/Clockify.node.ts @@ -76,6 +76,7 @@ export class Clockify implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Project', @@ -95,7 +96,6 @@ export class Clockify implements INodeType { }, ], default: 'project', - description: 'The resource to operate on.', }, ...projectOperations, ...tagOperations, diff --git a/packages/nodes-base/nodes/Clockify/ProjectDescription.ts b/packages/nodes-base/nodes/Clockify/ProjectDescription.ts index f804003a12..2793105b4e 100644 --- a/packages/nodes-base/nodes/Clockify/ProjectDescription.ts +++ b/packages/nodes-base/nodes/Clockify/ProjectDescription.ts @@ -7,6 +7,7 @@ export const projectOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const projectOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Clockify/TagDescription.ts b/packages/nodes-base/nodes/Clockify/TagDescription.ts index d3e49c0296..a0ba8ce140 100644 --- a/packages/nodes-base/nodes/Clockify/TagDescription.ts +++ b/packages/nodes-base/nodes/Clockify/TagDescription.ts @@ -7,6 +7,7 @@ export const tagOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const tagOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Clockify/TaskDescription.ts b/packages/nodes-base/nodes/Clockify/TaskDescription.ts index cd7a59a416..a86ae5e7b6 100644 --- a/packages/nodes-base/nodes/Clockify/TaskDescription.ts +++ b/packages/nodes-base/nodes/Clockify/TaskDescription.ts @@ -7,6 +7,7 @@ export const taskOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const taskOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Clockify/TimeEntryDescription.ts b/packages/nodes-base/nodes/Clockify/TimeEntryDescription.ts index 1d4d21bcb9..4155d18d95 100644 --- a/packages/nodes-base/nodes/Clockify/TimeEntryDescription.ts +++ b/packages/nodes-base/nodes/Clockify/TimeEntryDescription.ts @@ -7,6 +7,7 @@ export const timeEntryOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const timeEntryOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Cockpit/Cockpit.node.ts b/packages/nodes-base/nodes/Cockpit/Cockpit.node.ts index b142dfe238..4c10927c24 100644 --- a/packages/nodes-base/nodes/Cockpit/Cockpit.node.ts +++ b/packages/nodes-base/nodes/Cockpit/Cockpit.node.ts @@ -56,8 +56,8 @@ export class Cockpit implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, default: 'collection', - description: 'Resource to consume.', options: [ { name: 'Collection', diff --git a/packages/nodes-base/nodes/Cockpit/CollectionDescription.ts b/packages/nodes-base/nodes/Cockpit/CollectionDescription.ts index 2d96ad5379..bae6cdd63b 100644 --- a/packages/nodes-base/nodes/Cockpit/CollectionDescription.ts +++ b/packages/nodes-base/nodes/Cockpit/CollectionDescription.ts @@ -5,6 +5,7 @@ export const collectionOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -19,6 +20,7 @@ export const collectionOperations: INodeProperties[] = [ description: 'Create a collection entry', }, { + // eslint-disable-next-line n8n-nodes-base/node-param-option-name-wrong-for-get-all name: 'Get all Entries', value: 'getAll', description: 'Get all collection entries', @@ -30,7 +32,6 @@ export const collectionOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Cockpit/FormDescription.ts b/packages/nodes-base/nodes/Cockpit/FormDescription.ts index 0abdec6f24..4f11ff3f5f 100644 --- a/packages/nodes-base/nodes/Cockpit/FormDescription.ts +++ b/packages/nodes-base/nodes/Cockpit/FormDescription.ts @@ -5,6 +5,7 @@ export const formOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -21,7 +22,6 @@ export const formOperations: INodeProperties[] = [ ], default: 'submit', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Cockpit/SingletonDescription.ts b/packages/nodes-base/nodes/Cockpit/SingletonDescription.ts index 5f608b6fbc..c844b84930 100644 --- a/packages/nodes-base/nodes/Cockpit/SingletonDescription.ts +++ b/packages/nodes-base/nodes/Cockpit/SingletonDescription.ts @@ -5,6 +5,7 @@ export const singletonOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -20,7 +21,6 @@ export const singletonOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Coda/Coda.node.ts b/packages/nodes-base/nodes/Coda/Coda.node.ts index a91da2e869..6edb066431 100644 --- a/packages/nodes-base/nodes/Coda/Coda.node.ts +++ b/packages/nodes-base/nodes/Coda/Coda.node.ts @@ -57,6 +57,7 @@ export class Coda implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Control', @@ -80,7 +81,6 @@ export class Coda implements INodeType { }, ], default: 'table', - description: 'Resource to consume.', }, ...tableOperations, ...tableFields, diff --git a/packages/nodes-base/nodes/Coda/ControlDescription.ts b/packages/nodes-base/nodes/Coda/ControlDescription.ts index 492db21be2..b8002fe590 100644 --- a/packages/nodes-base/nodes/Coda/ControlDescription.ts +++ b/packages/nodes-base/nodes/Coda/ControlDescription.ts @@ -5,6 +5,7 @@ export const controlOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -25,7 +26,6 @@ export const controlOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Coda/FormulaDescription.ts b/packages/nodes-base/nodes/Coda/FormulaDescription.ts index c3ebb6eaa1..4922247bcc 100644 --- a/packages/nodes-base/nodes/Coda/FormulaDescription.ts +++ b/packages/nodes-base/nodes/Coda/FormulaDescription.ts @@ -5,6 +5,7 @@ export const formulaOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -25,7 +26,6 @@ export const formulaOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Coda/TableDescription.ts b/packages/nodes-base/nodes/Coda/TableDescription.ts index 47dcfa8825..88f34f91d9 100644 --- a/packages/nodes-base/nodes/Coda/TableDescription.ts +++ b/packages/nodes-base/nodes/Coda/TableDescription.ts @@ -5,6 +5,7 @@ export const tableOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -26,7 +27,6 @@ export const tableOperations: INodeProperties[] = [ { name: 'Get All Columns', value: 'getAllColumns', - description: 'Get all columns', }, { name: 'Get All Rows', @@ -50,7 +50,6 @@ export const tableOperations: INodeProperties[] = [ }, ], default: 'createRow', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Coda/ViewDescription.ts b/packages/nodes-base/nodes/Coda/ViewDescription.ts index 05d9c32d94..9108502f33 100644 --- a/packages/nodes-base/nodes/Coda/ViewDescription.ts +++ b/packages/nodes-base/nodes/Coda/ViewDescription.ts @@ -5,6 +5,7 @@ export const viewOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -41,7 +42,6 @@ export const viewOperations: INodeProperties[] = [ { name: 'Update Row', value: 'updateViewRow', - description: 'Update row', }, { name: 'Push Button', @@ -50,7 +50,6 @@ export const viewOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/CoinGecko/CoinDescription.ts b/packages/nodes-base/nodes/CoinGecko/CoinDescription.ts index 6895b64b8e..716c1699b4 100644 --- a/packages/nodes-base/nodes/CoinGecko/CoinDescription.ts +++ b/packages/nodes-base/nodes/CoinGecko/CoinDescription.ts @@ -7,6 +7,7 @@ export const coinOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -522,10 +523,6 @@ export const coinFields: INodeProperties[] = [ name: 'Market Cap Asc', value: 'market_cap_asc', }, - { - name: 'Market Cap Desc', - value: 'market_cap_desc', - }, { name: 'Volume Asc', value: 'volume_asc', @@ -535,11 +532,11 @@ export const coinFields: INodeProperties[] = [ value: 'volume_desc', }, { - name: 'Id Asc', + name: 'ID Asc', value: 'id_asc', }, { - name: 'Id Desc', + name: 'ID Desc', value: 'id_desc', }, ], diff --git a/packages/nodes-base/nodes/CoinGecko/CoinGecko.node.ts b/packages/nodes-base/nodes/CoinGecko/CoinGecko.node.ts index a7706e235f..27e3235e7c 100644 --- a/packages/nodes-base/nodes/CoinGecko/CoinGecko.node.ts +++ b/packages/nodes-base/nodes/CoinGecko/CoinGecko.node.ts @@ -47,6 +47,7 @@ export class CoinGecko implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Coin', diff --git a/packages/nodes-base/nodes/CoinGecko/EventDescription.ts b/packages/nodes-base/nodes/CoinGecko/EventDescription.ts index 6b2ba5d213..526004d29a 100644 --- a/packages/nodes-base/nodes/CoinGecko/EventDescription.ts +++ b/packages/nodes-base/nodes/CoinGecko/EventDescription.ts @@ -7,6 +7,7 @@ export const eventOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Compression/Compression.node.ts b/packages/nodes-base/nodes/Compression/Compression.node.ts index 68a3562ea9..fa1acdb440 100644 --- a/packages/nodes-base/nodes/Compression/Compression.node.ts +++ b/packages/nodes-base/nodes/Compression/Compression.node.ts @@ -68,6 +68,7 @@ export class Compression implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Compress', diff --git a/packages/nodes-base/nodes/Contentful/AssetDescription.ts b/packages/nodes-base/nodes/Contentful/AssetDescription.ts index 7e3c56a965..9c13e43009 100644 --- a/packages/nodes-base/nodes/Contentful/AssetDescription.ts +++ b/packages/nodes-base/nodes/Contentful/AssetDescription.ts @@ -13,6 +13,7 @@ export const operations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -31,7 +32,6 @@ export const operations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Contentful/ContentTypeDescription.ts b/packages/nodes-base/nodes/Contentful/ContentTypeDescription.ts index 310b5ee020..aa3b25cb8d 100644 --- a/packages/nodes-base/nodes/Contentful/ContentTypeDescription.ts +++ b/packages/nodes-base/nodes/Contentful/ContentTypeDescription.ts @@ -13,6 +13,7 @@ export const operations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const operations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Contentful/Contentful.node.ts b/packages/nodes-base/nodes/Contentful/Contentful.node.ts index e06651b1e2..212e2923cd 100644 --- a/packages/nodes-base/nodes/Contentful/Contentful.node.ts +++ b/packages/nodes-base/nodes/Contentful/Contentful.node.ts @@ -63,6 +63,7 @@ export class Contentful implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ AssetDescription.resource, ContentTypeDescription.resource, @@ -71,7 +72,6 @@ export class Contentful implements INodeType { SpaceDescription.resource, ], default: 'entry', - description: 'The resource to operate on.', }, // Operations: diff --git a/packages/nodes-base/nodes/Contentful/EntryDescription.ts b/packages/nodes-base/nodes/Contentful/EntryDescription.ts index b95a3ab337..25b2b1d7f8 100644 --- a/packages/nodes-base/nodes/Contentful/EntryDescription.ts +++ b/packages/nodes-base/nodes/Contentful/EntryDescription.ts @@ -13,6 +13,7 @@ export const operations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -31,7 +32,6 @@ export const operations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Contentful/LocaleDescription.ts b/packages/nodes-base/nodes/Contentful/LocaleDescription.ts index 741f265e9e..516c6217b2 100644 --- a/packages/nodes-base/nodes/Contentful/LocaleDescription.ts +++ b/packages/nodes-base/nodes/Contentful/LocaleDescription.ts @@ -13,6 +13,7 @@ export const operations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const operations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Contentful/SpaceDescription.ts b/packages/nodes-base/nodes/Contentful/SpaceDescription.ts index 588d02ba40..338a97ec34 100644 --- a/packages/nodes-base/nodes/Contentful/SpaceDescription.ts +++ b/packages/nodes-base/nodes/Contentful/SpaceDescription.ts @@ -12,6 +12,7 @@ export const operations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -26,7 +27,6 @@ export const operations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ConvertKit/ConvertKit.node.ts b/packages/nodes-base/nodes/ConvertKit/ConvertKit.node.ts index 6f0ffabc33..febdd4fe95 100644 --- a/packages/nodes-base/nodes/ConvertKit/ConvertKit.node.ts +++ b/packages/nodes-base/nodes/ConvertKit/ConvertKit.node.ts @@ -65,6 +65,7 @@ export class ConvertKit implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Custom Field', @@ -88,7 +89,6 @@ export class ConvertKit implements INodeType { }, ], default: 'form', - description: 'The resource to operate on.', }, //-------------------- // Field Description diff --git a/packages/nodes-base/nodes/ConvertKit/CustomFieldDescription.ts b/packages/nodes-base/nodes/ConvertKit/CustomFieldDescription.ts index d99756ee5c..b70fc1ef40 100644 --- a/packages/nodes-base/nodes/ConvertKit/CustomFieldDescription.ts +++ b/packages/nodes-base/nodes/ConvertKit/CustomFieldDescription.ts @@ -7,6 +7,7 @@ export const customFieldOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const customFieldOperations: INodeProperties[] = [ }, ], default: 'update', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ConvertKit/FormDescription.ts b/packages/nodes-base/nodes/ConvertKit/FormDescription.ts index 5486a72227..ea79c60ed7 100644 --- a/packages/nodes-base/nodes/ConvertKit/FormDescription.ts +++ b/packages/nodes-base/nodes/ConvertKit/FormDescription.ts @@ -7,6 +7,7 @@ export const formOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/ConvertKit/SequenceDescription.ts b/packages/nodes-base/nodes/ConvertKit/SequenceDescription.ts index 922c1f1200..babd1f053e 100644 --- a/packages/nodes-base/nodes/ConvertKit/SequenceDescription.ts +++ b/packages/nodes-base/nodes/ConvertKit/SequenceDescription.ts @@ -7,6 +7,7 @@ export const sequenceOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/ConvertKit/TagDescription.ts b/packages/nodes-base/nodes/ConvertKit/TagDescription.ts index 122631d1a5..3a1b3e298c 100644 --- a/packages/nodes-base/nodes/ConvertKit/TagDescription.ts +++ b/packages/nodes-base/nodes/ConvertKit/TagDescription.ts @@ -7,6 +7,7 @@ export const tagOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const tagOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ConvertKit/TagSubscriberDescription.ts b/packages/nodes-base/nodes/ConvertKit/TagSubscriberDescription.ts index 8a0ac915b9..f30bd3133d 100644 --- a/packages/nodes-base/nodes/ConvertKit/TagSubscriberDescription.ts +++ b/packages/nodes-base/nodes/ConvertKit/TagSubscriberDescription.ts @@ -7,6 +7,7 @@ export const tagSubscriberOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const tagSubscriberOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Copper/Copper.node.ts b/packages/nodes-base/nodes/Copper/Copper.node.ts index 4300716a61..24e51562f1 100644 --- a/packages/nodes-base/nodes/Copper/Copper.node.ts +++ b/packages/nodes-base/nodes/Copper/Copper.node.ts @@ -62,6 +62,7 @@ export class Copper implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Company', @@ -97,7 +98,6 @@ export class Copper implements INodeType { }, ], default: 'company', - description: 'Resource to consume', }, ...companyOperations, ...companyFields, diff --git a/packages/nodes-base/nodes/Copper/CopperTrigger.node.ts b/packages/nodes-base/nodes/Copper/CopperTrigger.node.ts index e19e0963cf..20cc8cabc7 100644 --- a/packages/nodes-base/nodes/Copper/CopperTrigger.node.ts +++ b/packages/nodes-base/nodes/Copper/CopperTrigger.node.ts @@ -47,6 +47,7 @@ export class CopperTrigger implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, required: true, default: '', options: [ diff --git a/packages/nodes-base/nodes/Copper/descriptions/CompanyDescription.ts b/packages/nodes-base/nodes/Copper/descriptions/CompanyDescription.ts index 779aa2cbc2..db32f07aaa 100644 --- a/packages/nodes-base/nodes/Copper/descriptions/CompanyDescription.ts +++ b/packages/nodes-base/nodes/Copper/descriptions/CompanyDescription.ts @@ -16,6 +16,7 @@ export const companyOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -46,7 +47,6 @@ export const companyOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Copper/descriptions/CustomerSourceDescription.ts b/packages/nodes-base/nodes/Copper/descriptions/CustomerSourceDescription.ts index 5adac19203..a6862fe976 100644 --- a/packages/nodes-base/nodes/Copper/descriptions/CustomerSourceDescription.ts +++ b/packages/nodes-base/nodes/Copper/descriptions/CustomerSourceDescription.ts @@ -7,6 +7,7 @@ export const customerSourceOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -21,7 +22,6 @@ export const customerSourceOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Copper/descriptions/LeadDescription.ts b/packages/nodes-base/nodes/Copper/descriptions/LeadDescription.ts index cb4e974c0e..a565040f6a 100644 --- a/packages/nodes-base/nodes/Copper/descriptions/LeadDescription.ts +++ b/packages/nodes-base/nodes/Copper/descriptions/LeadDescription.ts @@ -13,6 +13,7 @@ export const leadOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -43,7 +44,6 @@ export const leadOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Copper/descriptions/OpportunityDescription.ts b/packages/nodes-base/nodes/Copper/descriptions/OpportunityDescription.ts index 441afddf49..d4f37a6ef0 100644 --- a/packages/nodes-base/nodes/Copper/descriptions/OpportunityDescription.ts +++ b/packages/nodes-base/nodes/Copper/descriptions/OpportunityDescription.ts @@ -7,6 +7,7 @@ export const opportunityOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const opportunityOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Copper/descriptions/PersonDescription.ts b/packages/nodes-base/nodes/Copper/descriptions/PersonDescription.ts index 3808c5048d..2e46b4f522 100644 --- a/packages/nodes-base/nodes/Copper/descriptions/PersonDescription.ts +++ b/packages/nodes-base/nodes/Copper/descriptions/PersonDescription.ts @@ -13,6 +13,7 @@ export const personOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -43,7 +44,6 @@ export const personOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Copper/descriptions/ProjectDescription.ts b/packages/nodes-base/nodes/Copper/descriptions/ProjectDescription.ts index 90df1372e2..2d4b3f2f4c 100644 --- a/packages/nodes-base/nodes/Copper/descriptions/ProjectDescription.ts +++ b/packages/nodes-base/nodes/Copper/descriptions/ProjectDescription.ts @@ -7,6 +7,7 @@ export const projectOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const projectOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Copper/descriptions/TaskDescription.ts b/packages/nodes-base/nodes/Copper/descriptions/TaskDescription.ts index ff91a45195..227d1dadc7 100644 --- a/packages/nodes-base/nodes/Copper/descriptions/TaskDescription.ts +++ b/packages/nodes-base/nodes/Copper/descriptions/TaskDescription.ts @@ -7,6 +7,7 @@ export const taskOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const taskOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Copper/descriptions/UserDescription.ts b/packages/nodes-base/nodes/Copper/descriptions/UserDescription.ts index 20f84e18e2..f90f964063 100644 --- a/packages/nodes-base/nodes/Copper/descriptions/UserDescription.ts +++ b/packages/nodes-base/nodes/Copper/descriptions/UserDescription.ts @@ -7,6 +7,7 @@ export const userOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -21,7 +22,6 @@ export const userOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Cortex/AnalyzerDescriptions.ts b/packages/nodes-base/nodes/Cortex/AnalyzerDescriptions.ts index 725b3f37c4..6f9d0ba3cf 100644 --- a/packages/nodes-base/nodes/Cortex/AnalyzerDescriptions.ts +++ b/packages/nodes-base/nodes/Cortex/AnalyzerDescriptions.ts @@ -11,6 +11,7 @@ export const analyzersOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, required: true, description: 'Choose an operation', displayOptions: { diff --git a/packages/nodes-base/nodes/Cortex/Cortex.node.ts b/packages/nodes-base/nodes/Cortex/Cortex.node.ts index 431b063edf..1bcdcb87ef 100644 --- a/packages/nodes-base/nodes/Cortex/Cortex.node.ts +++ b/packages/nodes-base/nodes/Cortex/Cortex.node.ts @@ -76,6 +76,7 @@ export class Cortex implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Analyzer', diff --git a/packages/nodes-base/nodes/Cortex/JobDescription.ts b/packages/nodes-base/nodes/Cortex/JobDescription.ts index c22c0b2ba0..1287e9a0f2 100644 --- a/packages/nodes-base/nodes/Cortex/JobDescription.ts +++ b/packages/nodes-base/nodes/Cortex/JobDescription.ts @@ -7,6 +7,7 @@ export const jobOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, description: 'Choose an operation', required: true, displayOptions: { diff --git a/packages/nodes-base/nodes/Cortex/ResponderDescription.ts b/packages/nodes-base/nodes/Cortex/ResponderDescription.ts index c8e0b646aa..b963e4f7d6 100644 --- a/packages/nodes-base/nodes/Cortex/ResponderDescription.ts +++ b/packages/nodes-base/nodes/Cortex/ResponderDescription.ts @@ -11,6 +11,7 @@ export const respondersOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, required: true, description: 'Choose an operation', displayOptions: { diff --git a/packages/nodes-base/nodes/CrateDb/CrateDb.node.ts b/packages/nodes-base/nodes/CrateDb/CrateDb.node.ts index fb8b051d4d..27b2e12892 100644 --- a/packages/nodes-base/nodes/CrateDb/CrateDb.node.ts +++ b/packages/nodes-base/nodes/CrateDb/CrateDb.node.ts @@ -42,6 +42,7 @@ export class CrateDb implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Execute Query', @@ -60,7 +61,6 @@ export class CrateDb implements INodeType { }, ], default: 'insert', - description: 'The operation to perform.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/CustomerIo/CampaignDescription.ts b/packages/nodes-base/nodes/CustomerIo/CampaignDescription.ts index a765e6dbb2..e5cc5061a9 100644 --- a/packages/nodes-base/nodes/CustomerIo/CampaignDescription.ts +++ b/packages/nodes-base/nodes/CustomerIo/CampaignDescription.ts @@ -5,6 +5,7 @@ export const campaignOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const campaignOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/CustomerIo/CustomerDescription.ts b/packages/nodes-base/nodes/CustomerIo/CustomerDescription.ts index 53b0805bb5..71955087c9 100644 --- a/packages/nodes-base/nodes/CustomerIo/CustomerDescription.ts +++ b/packages/nodes-base/nodes/CustomerIo/CustomerDescription.ts @@ -5,6 +5,7 @@ export const customerOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -16,7 +17,7 @@ export const customerOperations: INodeProperties[] = [ { name: 'Create/Update', value: 'upsert', - description: 'Create/Update a customer', + description: 'Create a new customer, or update the current one if it already exists (upsert)', }, { name: 'Delete', @@ -25,7 +26,6 @@ export const customerOperations: INodeProperties[] = [ }, ], default: 'upsert', - description: 'The operation to perform.', }, ]; @@ -91,7 +91,7 @@ export const customerFields: INodeProperties[] = [ }, }, { - displayName: ' Additional Fields', + displayName: 'Additional Fields', name: 'additionalFieldsJson', type: 'json', typeOptions: { diff --git a/packages/nodes-base/nodes/CustomerIo/CustomerIo.node.ts b/packages/nodes-base/nodes/CustomerIo/CustomerIo.node.ts index 7f250eb855..45cadd0da1 100644 --- a/packages/nodes-base/nodes/CustomerIo/CustomerIo.node.ts +++ b/packages/nodes-base/nodes/CustomerIo/CustomerIo.node.ts @@ -55,6 +55,7 @@ export class CustomerIo implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Customer', @@ -74,7 +75,6 @@ export class CustomerIo implements INodeType { }, ], default: 'customer', - description: 'Resource to consume.', }, // CAMPAIGN ...campaignOperations, diff --git a/packages/nodes-base/nodes/CustomerIo/EventDescription.ts b/packages/nodes-base/nodes/CustomerIo/EventDescription.ts index c1fcf76e7a..1049d92737 100644 --- a/packages/nodes-base/nodes/CustomerIo/EventDescription.ts +++ b/packages/nodes-base/nodes/CustomerIo/EventDescription.ts @@ -5,6 +5,7 @@ export const eventOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -25,7 +26,6 @@ export const eventOperations: INodeProperties[] = [ }, ], default: 'track', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/CustomerIo/SegmentDescription.ts b/packages/nodes-base/nodes/CustomerIo/SegmentDescription.ts index cd4b21da05..07edc29e53 100644 --- a/packages/nodes-base/nodes/CustomerIo/SegmentDescription.ts +++ b/packages/nodes-base/nodes/CustomerIo/SegmentDescription.ts @@ -5,6 +5,7 @@ export const segmentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -23,7 +24,6 @@ export const segmentOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/DateTime/DateTime.node.ts b/packages/nodes-base/nodes/DateTime/DateTime.node.ts index 1e34b9cc89..da3c55e4c1 100644 --- a/packages/nodes-base/nodes/DateTime/DateTime.node.ts +++ b/packages/nodes-base/nodes/DateTime/DateTime.node.ts @@ -238,6 +238,7 @@ export class DateTime implements INodeType { }, }, type: 'options', + noDataExpression: true, options: [ { name: 'Add', diff --git a/packages/nodes-base/nodes/DeepL/DeepL.node.ts b/packages/nodes-base/nodes/DeepL/DeepL.node.ts index 656ca21f79..9d8ffd03d9 100644 --- a/packages/nodes-base/nodes/DeepL/DeepL.node.ts +++ b/packages/nodes-base/nodes/DeepL/DeepL.node.ts @@ -44,6 +44,7 @@ export class DeepL implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Language', @@ -56,6 +57,7 @@ export class DeepL implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -71,7 +73,6 @@ export class DeepL implements INodeType { }, ], default: 'translate', - description: 'The operation to perform', }, ...textOperations, ], diff --git a/packages/nodes-base/nodes/Demio/Demio.node.ts b/packages/nodes-base/nodes/Demio/Demio.node.ts index cf28495dad..3e528cde3c 100644 --- a/packages/nodes-base/nodes/Demio/Demio.node.ts +++ b/packages/nodes-base/nodes/Demio/Demio.node.ts @@ -50,6 +50,7 @@ export class Demio implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Event', @@ -61,7 +62,6 @@ export class Demio implements INodeType { }, ], default: 'event', - description: 'Resource to consume.', }, // Event ...eventOperations, diff --git a/packages/nodes-base/nodes/Demio/EventDescription.ts b/packages/nodes-base/nodes/Demio/EventDescription.ts index dee0dc9c28..3b5d2a5d81 100644 --- a/packages/nodes-base/nodes/Demio/EventDescription.ts +++ b/packages/nodes-base/nodes/Demio/EventDescription.ts @@ -7,6 +7,7 @@ export const eventOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const eventOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Demio/ReportDescription.ts b/packages/nodes-base/nodes/Demio/ReportDescription.ts index 850401cd10..75c9eac9cd 100644 --- a/packages/nodes-base/nodes/Demio/ReportDescription.ts +++ b/packages/nodes-base/nodes/Demio/ReportDescription.ts @@ -5,6 +5,7 @@ export const reportOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -20,7 +21,6 @@ export const reportOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Discourse/CategoryDescription.ts b/packages/nodes-base/nodes/Discourse/CategoryDescription.ts index 9bde98245b..efa4e59a3c 100644 --- a/packages/nodes-base/nodes/Discourse/CategoryDescription.ts +++ b/packages/nodes-base/nodes/Discourse/CategoryDescription.ts @@ -7,6 +7,7 @@ export const categoryOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, description: 'Choose an operation', required: true, displayOptions: { diff --git a/packages/nodes-base/nodes/Discourse/Discourse.node.ts b/packages/nodes-base/nodes/Discourse/Discourse.node.ts index 8a86a723aa..2957e16d07 100644 --- a/packages/nodes-base/nodes/Discourse/Discourse.node.ts +++ b/packages/nodes-base/nodes/Discourse/Discourse.node.ts @@ -77,6 +77,7 @@ export class Discourse implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Category', @@ -104,7 +105,6 @@ export class Discourse implements INodeType { }, ], default: 'post', - description: 'The resource to operate on.', }, ...categoryOperations, ...categoryFields, diff --git a/packages/nodes-base/nodes/Discourse/GroupDescription.ts b/packages/nodes-base/nodes/Discourse/GroupDescription.ts index 576aa23f34..56de6420bd 100644 --- a/packages/nodes-base/nodes/Discourse/GroupDescription.ts +++ b/packages/nodes-base/nodes/Discourse/GroupDescription.ts @@ -7,6 +7,7 @@ export const groupOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, description: 'Choose an operation', required: true, displayOptions: { diff --git a/packages/nodes-base/nodes/Discourse/PostDescription.ts b/packages/nodes-base/nodes/Discourse/PostDescription.ts index 035f6d22fd..899fd2d4d7 100644 --- a/packages/nodes-base/nodes/Discourse/PostDescription.ts +++ b/packages/nodes-base/nodes/Discourse/PostDescription.ts @@ -7,6 +7,7 @@ export const postOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, description: 'Choose an operation', required: true, displayOptions: { diff --git a/packages/nodes-base/nodes/Discourse/SearchDescription.ts b/packages/nodes-base/nodes/Discourse/SearchDescription.ts index 407a8f01ad..c33317fde1 100644 --- a/packages/nodes-base/nodes/Discourse/SearchDescription.ts +++ b/packages/nodes-base/nodes/Discourse/SearchDescription.ts @@ -7,6 +7,7 @@ export const searchOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, description: 'Choose an operation', required: true, displayOptions: { @@ -50,7 +51,7 @@ export const searchFields: INodeProperties[] = [ description: 'Term to search for', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -64,6 +65,6 @@ export const searchFields: INodeProperties[] = [ }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, ]; diff --git a/packages/nodes-base/nodes/Discourse/UserDescription.ts b/packages/nodes-base/nodes/Discourse/UserDescription.ts index c467d0ddb3..6e401cbda6 100644 --- a/packages/nodes-base/nodes/Discourse/UserDescription.ts +++ b/packages/nodes-base/nodes/Discourse/UserDescription.ts @@ -7,6 +7,7 @@ export const userOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, description: 'Choose an operation', required: true, displayOptions: { diff --git a/packages/nodes-base/nodes/Discourse/UserGroupDescription.ts b/packages/nodes-base/nodes/Discourse/UserGroupDescription.ts index 2acedbf562..9bbc5a8428 100644 --- a/packages/nodes-base/nodes/Discourse/UserGroupDescription.ts +++ b/packages/nodes-base/nodes/Discourse/UserGroupDescription.ts @@ -7,6 +7,7 @@ export const userGroupOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, description: 'Choose an operation', required: true, displayOptions: { diff --git a/packages/nodes-base/nodes/Disqus/Disqus.node.ts b/packages/nodes-base/nodes/Disqus/Disqus.node.ts index d91441c5a0..359e14ca46 100644 --- a/packages/nodes-base/nodes/Disqus/Disqus.node.ts +++ b/packages/nodes-base/nodes/Disqus/Disqus.node.ts @@ -37,6 +37,7 @@ export class Disqus implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Forum', @@ -44,7 +45,6 @@ export class Disqus implements INodeType { }, ], default: 'forum', - description: 'The resource to operate on.', }, // ---------------------------------- @@ -54,6 +54,7 @@ export class Disqus implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -84,7 +85,6 @@ export class Disqus implements INodeType { }, ], default: 'get', - description: 'The operation to perform.', }, // ---------------------------------- @@ -168,7 +168,6 @@ export class Disqus implements INodeType { }, ], default: [], - description: 'The resource to operate on.', }, { displayName: 'Related', diff --git a/packages/nodes-base/nodes/Drift/ContactDescription.ts b/packages/nodes-base/nodes/Drift/ContactDescription.ts index 8b8d54fc1e..89882ff1bb 100644 --- a/packages/nodes-base/nodes/Drift/ContactDescription.ts +++ b/packages/nodes-base/nodes/Drift/ContactDescription.ts @@ -5,6 +5,7 @@ export const contactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const contactOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Drift/Drift.node.ts b/packages/nodes-base/nodes/Drift/Drift.node.ts index 3b741bc859..70b1f63bf8 100644 --- a/packages/nodes-base/nodes/Drift/Drift.node.ts +++ b/packages/nodes-base/nodes/Drift/Drift.node.ts @@ -72,12 +72,12 @@ export class Drift implements INodeType { }, ], default: 'accessToken', - description: 'The resource to operate on.', }, { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Contact', @@ -85,7 +85,6 @@ export class Drift implements INodeType { }, ], default: 'contact', - description: 'Resource to consume.', }, ...contactOperations, ...contactFields, diff --git a/packages/nodes-base/nodes/Dropbox/Dropbox.node.ts b/packages/nodes-base/nodes/Dropbox/Dropbox.node.ts index 7c6ce45ae6..21f38e2b7b 100644 --- a/packages/nodes-base/nodes/Dropbox/Dropbox.node.ts +++ b/packages/nodes-base/nodes/Dropbox/Dropbox.node.ts @@ -76,6 +76,7 @@ export class Dropbox implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'File', @@ -91,7 +92,6 @@ export class Dropbox implements INodeType { }, ], default: 'file', - description: 'The resource to operate on.', }, // ---------------------------------- @@ -101,6 +101,7 @@ export class Dropbox implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -136,13 +137,13 @@ export class Dropbox implements INodeType { }, ], default: 'upload', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -178,13 +179,13 @@ export class Dropbox implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -199,7 +200,6 @@ export class Dropbox implements INodeType { }, ], default: 'query', - description: 'The operation to perform.', }, // ---------------------------------- @@ -514,6 +514,9 @@ export class Dropbox implements INodeType { displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, displayOptions: { show: { resource: [ @@ -531,7 +534,7 @@ export class Dropbox implements INodeType { description: 'Max number of results to return', }, { - displayName: 'Simple', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -545,7 +548,7 @@ export class Dropbox implements INodeType { }, }, default: true, - description: 'When set to true a simplify version of the response will be used else the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, { displayName: 'Filters', @@ -698,6 +701,9 @@ export class Dropbox implements INodeType { displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, displayOptions: { show: { resource: [ @@ -739,21 +745,21 @@ export class Dropbox implements INodeType { description: 'If true, the results will include entries for files and folders that used to exist but were deleted. The default for this field is False.', }, { - displayName: 'Include Shared Members ', + displayName: 'Include Shared Members', name: 'include_has_explicit_shared_members', type: 'boolean', default: false, description: 'If true, the results will include a flag for each file indicating whether or not that file has any explicit members. The default for this field is False.', }, { - displayName: 'Include Mounted Folders ', + displayName: 'Include Mounted Folders', name: 'include_mounted_folders', type: 'boolean', default: true, description: 'If true, the results will include entries under mounted folders which includes app folder, shared folder and team folder. The default for this field is True.', }, { - displayName: 'Include Non Downloadable Files ', + displayName: 'Include Non Downloadable Files', name: 'include_non_downloadable_files', type: 'boolean', default: true, diff --git a/packages/nodes-base/nodes/Dropcontact/Dropcontact.node.ts b/packages/nodes-base/nodes/Dropcontact/Dropcontact.node.ts index d926267c9a..d371fe50f5 100644 --- a/packages/nodes-base/nodes/Dropcontact/Dropcontact.node.ts +++ b/packages/nodes-base/nodes/Dropcontact/Dropcontact.node.ts @@ -108,6 +108,7 @@ export class Dropcontact implements INodeType { default: '', }, { + // eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-simplify displayName: 'Simplify Output (Faster)', name: 'simplify', type: 'boolean', @@ -123,6 +124,7 @@ export class Dropcontact implements INodeType { }, // eslint-disable-next-line n8n-nodes-base/node-param-default-wrong-for-simplify default: false, + // eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-simplify description: 'When off, waits for the contact data before completing. Waiting time can be adjusted with Extend Wait Time option. When on, returns a request_id that can be used later in the Fetch Request operation.', }, { diff --git a/packages/nodes-base/nodes/ERPNext/DocumentDescription.ts b/packages/nodes-base/nodes/ERPNext/DocumentDescription.ts index 2db07f1015..29e95e0ebf 100644 --- a/packages/nodes-base/nodes/ERPNext/DocumentDescription.ts +++ b/packages/nodes-base/nodes/ERPNext/DocumentDescription.ts @@ -7,6 +7,7 @@ export const documentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const documentOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform.', }, ]; @@ -92,6 +92,9 @@ export const documentFields: INodeProperties[] = [ displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, default: 10, description: 'Max number of results to return', displayOptions: { diff --git a/packages/nodes-base/nodes/ERPNext/ERPNext.node.ts b/packages/nodes-base/nodes/ERPNext/ERPNext.node.ts index 21dbc08d4d..048d3adc24 100644 --- a/packages/nodes-base/nodes/ERPNext/ERPNext.node.ts +++ b/packages/nodes-base/nodes/ERPNext/ERPNext.node.ts @@ -53,6 +53,7 @@ export class ERPNext implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Document', @@ -60,7 +61,6 @@ export class ERPNext implements INodeType { }, ], default: 'document', - description: 'Resource to consume.', }, ...documentOperations, ...documentFields, diff --git a/packages/nodes-base/nodes/EditImage/EditImage.node.ts b/packages/nodes-base/nodes/EditImage/EditImage.node.ts index ef86374d0b..75fbab6a7e 100644 --- a/packages/nodes-base/nodes/EditImage/EditImage.node.ts +++ b/packages/nodes-base/nodes/EditImage/EditImage.node.ts @@ -868,6 +868,7 @@ export class EditImage implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Get Information', @@ -886,7 +887,6 @@ export class EditImage implements INodeType { return 0; }) as INodePropertyOptions[], default: 'border', - description: 'The operation to perform.', }, { displayName: 'Property Name', @@ -927,9 +927,9 @@ export class EditImage implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: nodeOperations, default: '', - description: 'The operation to perform.', }, ...nodeOperationOptions, { diff --git a/packages/nodes-base/nodes/Egoi/Egoi.node.ts b/packages/nodes-base/nodes/Egoi/Egoi.node.ts index 0220bd15dd..b4c4f2c9d3 100644 --- a/packages/nodes-base/nodes/Egoi/Egoi.node.ts +++ b/packages/nodes-base/nodes/Egoi/Egoi.node.ts @@ -49,6 +49,7 @@ export class Egoi implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, required: true, options: [ { @@ -57,12 +58,12 @@ export class Egoi implements INodeType { }, ], default: 'contact', - description: 'The resource to operate on.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, required: true, options: [ { @@ -87,7 +88,6 @@ export class Egoi implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, { displayName: 'List ID', @@ -514,7 +514,7 @@ export class Egoi implements INodeType { description: 'Max number of results to return', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -529,7 +529,7 @@ export class Egoi implements INodeType { }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, ], }; diff --git a/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseCommentDescription.ts b/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseCommentDescription.ts index c438932b34..a3428dec85 100644 --- a/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseCommentDescription.ts +++ b/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseCommentDescription.ts @@ -86,7 +86,7 @@ export const caseCommentFields: INodeProperties[] = [ }, }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -326,7 +326,7 @@ export const caseCommentFields: INodeProperties[] = [ }, }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { diff --git a/packages/nodes-base/nodes/Elastic/Elasticsearch/Elasticsearch.node.ts b/packages/nodes-base/nodes/Elastic/Elasticsearch/Elasticsearch.node.ts index a1675e40e9..a4ce582a2e 100644 --- a/packages/nodes-base/nodes/Elastic/Elasticsearch/Elasticsearch.node.ts +++ b/packages/nodes-base/nodes/Elastic/Elasticsearch/Elasticsearch.node.ts @@ -54,6 +54,7 @@ export class Elasticsearch implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Document', @@ -65,7 +66,6 @@ export class Elasticsearch implements INodeType { }, ], default: 'document', - description: 'Resource to consume', }, ...documentOperations, ...documentFields, diff --git a/packages/nodes-base/nodes/Elastic/Elasticsearch/descriptions/DocumentDescription.ts b/packages/nodes-base/nodes/Elastic/Elasticsearch/descriptions/DocumentDescription.ts index ab95200571..7814d74d6b 100644 --- a/packages/nodes-base/nodes/Elastic/Elasticsearch/descriptions/DocumentDescription.ts +++ b/packages/nodes-base/nodes/Elastic/Elasticsearch/descriptions/DocumentDescription.ts @@ -9,6 +9,7 @@ export const documentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -44,7 +45,6 @@ export const documentOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'Operation to perform', }, ]; @@ -129,7 +129,7 @@ export const documentFields: INodeProperties[] = [ }, }, { - displayName: 'Simple', + displayName: 'Simplify', name: 'simple', type: 'boolean', default: true, @@ -248,7 +248,7 @@ export const documentFields: INodeProperties[] = [ }, }, { - displayName: 'Simple', + displayName: 'Simplify', name: 'simple', type: 'boolean', default: true, diff --git a/packages/nodes-base/nodes/Elastic/Elasticsearch/descriptions/IndexDescription.ts b/packages/nodes-base/nodes/Elastic/Elasticsearch/descriptions/IndexDescription.ts index 8fa2fede71..606e3d7e28 100644 --- a/packages/nodes-base/nodes/Elastic/Elasticsearch/descriptions/IndexDescription.ts +++ b/packages/nodes-base/nodes/Elastic/Elasticsearch/descriptions/IndexDescription.ts @@ -9,6 +9,7 @@ export const indexOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -35,7 +36,6 @@ export const indexOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Emelia/CampaignDescription.ts b/packages/nodes-base/nodes/Emelia/CampaignDescription.ts index df2b46f77b..354cfa19f7 100644 --- a/packages/nodes-base/nodes/Emelia/CampaignDescription.ts +++ b/packages/nodes-base/nodes/Emelia/CampaignDescription.ts @@ -8,7 +8,6 @@ export const campaignOperations: INodeProperties[] = [ name: 'operation', type: 'options', default: 'get', - description: 'Operation to perform', noDataExpression: true, options: [ { diff --git a/packages/nodes-base/nodes/Emelia/ContactListDescription.ts b/packages/nodes-base/nodes/Emelia/ContactListDescription.ts index f48d9c7c49..6b47b8f9c6 100644 --- a/packages/nodes-base/nodes/Emelia/ContactListDescription.ts +++ b/packages/nodes-base/nodes/Emelia/ContactListDescription.ts @@ -8,7 +8,6 @@ export const contactListOperations: INodeProperties[] = [ name: 'operation', type: 'options', default: 'getAll', - description: 'Operation to perform', noDataExpression: true, options: [ { diff --git a/packages/nodes-base/nodes/Emelia/Emelia.node.ts b/packages/nodes-base/nodes/Emelia/Emelia.node.ts index d2d54e4dd1..c6705961ef 100644 --- a/packages/nodes-base/nodes/Emelia/Emelia.node.ts +++ b/packages/nodes-base/nodes/Emelia/Emelia.node.ts @@ -70,7 +70,6 @@ export class Emelia implements INodeType { ], default: 'campaign', required: true, - description: 'The resource to operate on', }, ...campaignOperations, ...campaignFields, diff --git a/packages/nodes-base/nodes/FileMaker/FileMaker.node.ts b/packages/nodes-base/nodes/FileMaker/FileMaker.node.ts index f660280576..79f6820373 100644 --- a/packages/nodes-base/nodes/FileMaker/FileMaker.node.ts +++ b/packages/nodes-base/nodes/FileMaker/FileMaker.node.ts @@ -66,7 +66,7 @@ export class FileMaker implements INodeType { value: 'records', }, { - name: 'Get Records By Id', + name: 'Get Records By ID', value: 'record', }, { @@ -90,7 +90,6 @@ export class FileMaker implements INodeType { value: 'delete', }, ], - description: 'Action to perform.', }, // ---------------------------------- @@ -111,7 +110,7 @@ export class FileMaker implements INodeType { description: 'FileMaker Layout Name', }, { - displayName: 'Record Id', + displayName: 'Record ID', name: 'recid', type: 'number', default: '', @@ -151,6 +150,9 @@ export class FileMaker implements INodeType { placeholder: '100', description: 'Max number of results to return', type: 'number', + typeOptions: { + minValue: 1, + }, default: '100', displayOptions: { show: { @@ -567,7 +569,7 @@ export class FileMaker implements INodeType { } },*/ { - displayName: 'Mod Id', + displayName: 'Mod ID', name: 'modId', description: 'The last modification ID. When you use modId, a record is edited only when the modId matches.', type: 'number', diff --git a/packages/nodes-base/nodes/Flow/Flow.node.ts b/packages/nodes-base/nodes/Flow/Flow.node.ts index 29d2f6c5a0..da1fbab4ca 100644 --- a/packages/nodes-base/nodes/Flow/Flow.node.ts +++ b/packages/nodes-base/nodes/Flow/Flow.node.ts @@ -46,6 +46,7 @@ export class Flow implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Task', @@ -54,7 +55,6 @@ export class Flow implements INodeType { }, ], default: 'task', - description: 'Resource to consume.', }, ...taskOpeations, ...taskFields, diff --git a/packages/nodes-base/nodes/Flow/FlowTrigger.node.ts b/packages/nodes-base/nodes/Flow/FlowTrigger.node.ts index 0f741dc9f5..19cb31f03f 100644 --- a/packages/nodes-base/nodes/Flow/FlowTrigger.node.ts +++ b/packages/nodes-base/nodes/Flow/FlowTrigger.node.ts @@ -47,6 +47,7 @@ export class FlowTrigger implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, default: '', options: [ diff --git a/packages/nodes-base/nodes/Flow/TaskDescription.ts b/packages/nodes-base/nodes/Flow/TaskDescription.ts index 331f21c4d5..acedba1558 100644 --- a/packages/nodes-base/nodes/Flow/TaskDescription.ts +++ b/packages/nodes-base/nodes/Flow/TaskDescription.ts @@ -5,6 +5,7 @@ export const taskOpeations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -35,7 +36,6 @@ export const taskOpeations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/FormIo/FormIoTrigger.node.ts b/packages/nodes-base/nodes/FormIo/FormIoTrigger.node.ts index 4f1467e7dd..6db92c3d18 100644 --- a/packages/nodes-base/nodes/FormIo/FormIoTrigger.node.ts +++ b/packages/nodes-base/nodes/FormIo/FormIoTrigger.node.ts @@ -87,11 +87,11 @@ export class FormIoTrigger implements INodeType { default: [], }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, ], }; diff --git a/packages/nodes-base/nodes/Formstack/FormstackTrigger.node.ts b/packages/nodes-base/nodes/Formstack/FormstackTrigger.node.ts index 243697a5b0..7a5e48ae4a 100644 --- a/packages/nodes-base/nodes/Formstack/FormstackTrigger.node.ts +++ b/packages/nodes-base/nodes/Formstack/FormstackTrigger.node.ts @@ -93,11 +93,11 @@ export class FormstackTrigger implements INodeType { description: 'The Formstack form to monitor for new submissions', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', default: true, - description: 'When set to true a simplify version of the response will be used else the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, ], }; diff --git a/packages/nodes-base/nodes/Freshdesk/ContactDescription.ts b/packages/nodes-base/nodes/Freshdesk/ContactDescription.ts index b1d7bd49a3..374103e7a3 100644 --- a/packages/nodes-base/nodes/Freshdesk/ContactDescription.ts +++ b/packages/nodes-base/nodes/Freshdesk/ContactDescription.ts @@ -7,6 +7,7 @@ export const contactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, required: true, displayOptions: { show: { @@ -43,7 +44,6 @@ export const contactOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts b/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts index c42e5ff4d2..f391d9c08e 100644 --- a/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts +++ b/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts @@ -103,6 +103,7 @@ export class Freshdesk implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, required: true, options: [ { @@ -115,12 +116,12 @@ export class Freshdesk implements INodeType { }, ], default: 'ticket', - description: 'The resource to operate on.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, required: true, displayOptions: { show: { @@ -157,7 +158,6 @@ export class Freshdesk implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, { displayName: 'Requester Identification', @@ -181,7 +181,7 @@ export class Freshdesk implements INodeType { description: 'Email address of the requester. If no contact exists with this email address in Freshdesk, it will be added as a new contact.', }, { - name: 'Facebook Id', + name: 'Facebook ID', value: 'facebookId', description: 'Facebook ID of the requester. If no contact exists with this facebook_id, then a new contact will be created.', }, @@ -191,17 +191,17 @@ export class Freshdesk implements INodeType { description: 'Phone number of the requester. If no contact exists with this phone number in Freshdesk, it will be added as a new contact. If the phone number is set and the email address is not, then the name attribute is mandatory.', }, { - name: 'Requester Id', + name: 'Requester ID', value: 'requesterId', description: 'User ID of the requester. For existing contacts, the requester_id can be passed instead of the requester\'s email.', }, { - name: 'Twitter Id', + name: 'Twitter ID', value: 'twitterId', description: 'Twitter handle of the requester. If no contact exists with this handle in Freshdesk, it will be added as a new contact.', }, { - name: 'Unique External Id', + name: 'Unique External ID', value: 'uniqueExternalId', description: 'External ID of the requester. If no contact exists with this external ID in Freshdesk, they will be added as a new contact.', }, @@ -425,7 +425,7 @@ export class Freshdesk implements INodeType { description: 'Timestamp that denotes when the ticket is due to be resolved', }, { - displayName: 'Email config Id', + displayName: 'Email config ID', name: 'emailConfigId', type: 'number', default: '', @@ -655,7 +655,7 @@ export class Freshdesk implements INodeType { description: 'Timestamp that denotes when the ticket is due to be resolved', }, { - displayName: 'Email config Id', + displayName: 'Email config ID', name: 'emailConfigId', type: 'number', default: '', @@ -732,7 +732,7 @@ export class Freshdesk implements INodeType { description: 'Email address of the requester. If no contact exists with this email address in Freshdesk, it will be added as a new contact.', }, { - name: 'Facebook Id', + name: 'Facebook ID', value: 'facebookId', description: 'Facebook ID of the requester. If no contact exists with this facebook_id, then a new contact will be created.', }, @@ -742,17 +742,17 @@ export class Freshdesk implements INodeType { description: 'Phone number of the requester. If no contact exists with this phone number in Freshdesk, it will be added as a new contact. If the phone number is set and the email address is not, then the name attribute is mandatory.', }, { - name: 'Requester Id', + name: 'Requester ID', value: 'requesterId', description: 'User ID of the requester. For existing contacts, the requester_id can be passed instead of the requester\'s email.', }, { - name: 'Twitter Id', + name: 'Twitter ID', value: 'twitterId', description: 'Twitter handle of the requester. If no contact exists with this handle in Freshdesk, it will be added as a new contact.', }, { - name: 'Unique External Id', + name: 'Unique External ID', value: 'uniqueExternalId', description: 'External ID of the requester. If no contact exists with this external ID in Freshdesk, they will be added as a new contact.', }, diff --git a/packages/nodes-base/nodes/Freshservice/Freshservice.node.ts b/packages/nodes-base/nodes/Freshservice/Freshservice.node.ts index 83659a0c39..e415dd73ee 100644 --- a/packages/nodes-base/nodes/Freshservice/Freshservice.node.ts +++ b/packages/nodes-base/nodes/Freshservice/Freshservice.node.ts @@ -96,6 +96,7 @@ export class Freshservice implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Agent', diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/AgentDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/AgentDescription.ts index d2b72dcc52..7c165a9c67 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/AgentDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/AgentDescription.ts @@ -11,6 +11,7 @@ export const agentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/AgentGroupDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/AgentGroupDescription.ts index 76c6a56383..28f4d810c5 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/AgentGroupDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/AgentGroupDescription.ts @@ -7,6 +7,7 @@ export const agentGroupOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/AgentRoleDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/AgentRoleDescription.ts index 4919ca6e5e..ac77ff2a65 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/AgentRoleDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/AgentRoleDescription.ts @@ -7,6 +7,7 @@ export const agentRoleOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/AnnouncementDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/AnnouncementDescription.ts index a3d664ab1a..366f0b52f8 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/AnnouncementDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/AnnouncementDescription.ts @@ -7,6 +7,7 @@ export const announcementOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/AssetDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/AssetDescription.ts index 3d70fbc3cd..680edeec6c 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/AssetDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/AssetDescription.ts @@ -7,6 +7,7 @@ export const assetOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/AssetTypeDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/AssetTypeDescription.ts index e2e3f3366f..0d3200789c 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/AssetTypeDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/AssetTypeDescription.ts @@ -7,6 +7,7 @@ export const assetTypeOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/ChangeDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/ChangeDescription.ts index 5fde4f340e..8eb263e212 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/ChangeDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/ChangeDescription.ts @@ -7,6 +7,7 @@ export const changeOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/DepartmentDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/DepartmentDescription.ts index 7544a2a608..b0abba7f3f 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/DepartmentDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/DepartmentDescription.ts @@ -7,6 +7,7 @@ export const departmentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/LocationDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/LocationDescription.ts index e9b1db7667..ca9b43a206 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/LocationDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/LocationDescription.ts @@ -7,6 +7,7 @@ export const locationOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/ProblemDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/ProblemDescription.ts index 555ee04224..b6b9a98c93 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/ProblemDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/ProblemDescription.ts @@ -7,6 +7,7 @@ export const problemOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/ProductDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/ProductDescription.ts index 9e36136a15..1dddc527fd 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/ProductDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/ProductDescription.ts @@ -7,6 +7,7 @@ export const productOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/ReleaseDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/ReleaseDescription.ts index 85585c5101..95e88674f3 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/ReleaseDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/ReleaseDescription.ts @@ -7,6 +7,7 @@ export const releaseOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/RequesterDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/RequesterDescription.ts index f9387e8b9a..21f4855961 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/RequesterDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/RequesterDescription.ts @@ -8,6 +8,7 @@ export const requesterOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/RequesterGroupDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/RequesterGroupDescription.ts index 73897b9c5a..1f45ee03a5 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/RequesterGroupDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/RequesterGroupDescription.ts @@ -7,6 +7,7 @@ export const requesterGroupOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/SoftwareDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/SoftwareDescription.ts index de6eb0e543..3a7631f191 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/SoftwareDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/SoftwareDescription.ts @@ -7,6 +7,7 @@ export const softwareOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/TicketDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/TicketDescription.ts index 8eb3875636..483c2b2130 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/TicketDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/TicketDescription.ts @@ -7,6 +7,7 @@ export const ticketOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/FreshworksCrm/FreshworksCrm.node.ts b/packages/nodes-base/nodes/FreshworksCrm/FreshworksCrm.node.ts index ce4207b260..9dbfd1fc68 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/FreshworksCrm.node.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/FreshworksCrm.node.ts @@ -74,6 +74,7 @@ export class FreshworksCrm implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Account', diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/AccountDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/AccountDescription.ts index c15c36ed92..fb722ca780 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/AccountDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/AccountDescription.ts @@ -7,6 +7,7 @@ export const accountOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/AppointmentDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/AppointmentDescription.ts index 70d155cd1a..1880c20b18 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/AppointmentDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/AppointmentDescription.ts @@ -11,6 +11,7 @@ export const appointmentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/ContactDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/ContactDescription.ts index 5c29c4a889..b90e3a6153 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/ContactDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/ContactDescription.ts @@ -7,6 +7,7 @@ export const contactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/DealDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/DealDescription.ts index fa307db1b7..145e7db854 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/DealDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/DealDescription.ts @@ -7,6 +7,7 @@ export const dealOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/NoteDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/NoteDescription.ts index 9bb81d77b1..055e47fa99 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/NoteDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/NoteDescription.ts @@ -7,6 +7,7 @@ export const noteOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/SalesActivityDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/SalesActivityDescription.ts index bf832f3484..e7851b6669 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/SalesActivityDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/SalesActivityDescription.ts @@ -7,6 +7,7 @@ export const salesActivityOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/TaskDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/TaskDescription.ts index b69fea3330..67d601a9ee 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/TaskDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/TaskDescription.ts @@ -7,6 +7,7 @@ export const taskOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Ftp/Ftp.node.ts b/packages/nodes-base/nodes/Ftp/Ftp.node.ts index 6cdbf80267..4dd1155798 100644 --- a/packages/nodes-base/nodes/Ftp/Ftp.node.ts +++ b/packages/nodes-base/nodes/Ftp/Ftp.node.ts @@ -125,7 +125,6 @@ export class Ftp implements INodeType { }, ], default: 'download', - description: 'Operation to perform.', noDataExpression: true, }, diff --git a/packages/nodes-base/nodes/GetResponse/ContactDescription.ts b/packages/nodes-base/nodes/GetResponse/ContactDescription.ts index 19304315c2..fb07e9c680 100644 --- a/packages/nodes-base/nodes/GetResponse/ContactDescription.ts +++ b/packages/nodes-base/nodes/GetResponse/ContactDescription.ts @@ -7,6 +7,7 @@ export const contactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const contactOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; @@ -313,6 +313,9 @@ export const contactFields: INodeProperties[] = [ displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, description: 'Max number of results to return', default: 20, displayOptions: { diff --git a/packages/nodes-base/nodes/GetResponse/GetResponse.node.ts b/packages/nodes-base/nodes/GetResponse/GetResponse.node.ts index a93da30e0b..c209fee945 100644 --- a/packages/nodes-base/nodes/GetResponse/GetResponse.node.ts +++ b/packages/nodes-base/nodes/GetResponse/GetResponse.node.ts @@ -77,12 +77,12 @@ export class GetResponse implements INodeType { }, ], default: 'apiKey', - description: 'The resource to operate on.', }, { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Contact', @@ -90,7 +90,6 @@ export class GetResponse implements INodeType { }, ], default: 'contact', - description: 'The resource to operate on.', }, ...contactOperations, ...contactFields, diff --git a/packages/nodes-base/nodes/GetResponse/GetResponseTrigger.node.ts b/packages/nodes-base/nodes/GetResponse/GetResponseTrigger.node.ts index a5b3bc1eda..8bc7f7edc2 100644 --- a/packages/nodes-base/nodes/GetResponse/GetResponseTrigger.node.ts +++ b/packages/nodes-base/nodes/GetResponse/GetResponseTrigger.node.ts @@ -80,7 +80,6 @@ export class GetResponseTrigger implements INodeType { }, ], default: 'apiKey', - description: 'The resource to operate on.', }, { displayName: 'Events', diff --git a/packages/nodes-base/nodes/Ghost/Ghost.node.ts b/packages/nodes-base/nodes/Ghost/Ghost.node.ts index db7bbfded9..209fa707b2 100644 --- a/packages/nodes-base/nodes/Ghost/Ghost.node.ts +++ b/packages/nodes-base/nodes/Ghost/Ghost.node.ts @@ -93,7 +93,6 @@ export class Ghost implements INodeType { ], noDataExpression: true, default: 'post', - description: 'The resource to operate on', }, ...postOperations, ...postFields, diff --git a/packages/nodes-base/nodes/Ghost/PostDescription.ts b/packages/nodes-base/nodes/Ghost/PostDescription.ts index cf1d2e9d78..4177290799 100644 --- a/packages/nodes-base/nodes/Ghost/PostDescription.ts +++ b/packages/nodes-base/nodes/Ghost/PostDescription.ts @@ -31,7 +31,6 @@ export const postOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform', }, { displayName: 'Operation', @@ -76,7 +75,6 @@ export const postOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Git/Git.node.ts b/packages/nodes-base/nodes/Git/Git.node.ts index 921b2a1bd0..4e133e2af3 100644 --- a/packages/nodes-base/nodes/Git/Git.node.ts +++ b/packages/nodes-base/nodes/Git/Git.node.ts @@ -85,8 +85,8 @@ export class Git implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'log', - description: 'Operation to perform', options: [ { name: 'Add', diff --git a/packages/nodes-base/nodes/Github/Github.node.ts b/packages/nodes-base/nodes/Github/Github.node.ts index d482e2a42d..ebec5f18a7 100644 --- a/packages/nodes-base/nodes/Github/Github.node.ts +++ b/packages/nodes-base/nodes/Github/Github.node.ts @@ -80,12 +80,12 @@ export class Github implements INodeType { }, ], default: 'accessToken', - description: 'The resource to operate on.', }, { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'File', @@ -113,7 +113,6 @@ export class Github implements INodeType { }, ], default: 'issue', - description: 'The resource to operate on.', }, @@ -125,6 +124,7 @@ export class Github implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -160,13 +160,13 @@ export class Github implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -202,13 +202,13 @@ export class Github implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -249,13 +249,13 @@ export class Github implements INodeType { }, ], default: 'getIssues', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -276,13 +276,13 @@ export class Github implements INodeType { }, ], default: 'getRepositories', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -318,13 +318,13 @@ export class Github implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -355,7 +355,6 @@ export class Github implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/Github/GithubTrigger.node.ts b/packages/nodes-base/nodes/Github/GithubTrigger.node.ts index 6405977660..a41d6ca03f 100644 --- a/packages/nodes-base/nodes/Github/GithubTrigger.node.ts +++ b/packages/nodes-base/nodes/Github/GithubTrigger.node.ts @@ -79,7 +79,6 @@ export class GithubTrigger implements INodeType { }, ], default: 'accessToken', - description: 'The resource to operate on.', }, { displayName: 'Repository Owner', diff --git a/packages/nodes-base/nodes/Gitlab/Gitlab.node.ts b/packages/nodes-base/nodes/Gitlab/Gitlab.node.ts index f48e814bad..b72a96ad31 100644 --- a/packages/nodes-base/nodes/Gitlab/Gitlab.node.ts +++ b/packages/nodes-base/nodes/Gitlab/Gitlab.node.ts @@ -69,12 +69,12 @@ export class Gitlab implements INodeType { }, ], default: 'accessToken', - description: 'The resource to operate on.', }, { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Issue', @@ -94,7 +94,6 @@ export class Gitlab implements INodeType { }, ], default: 'issue', - description: 'The resource to operate on.', }, @@ -106,6 +105,7 @@ export class Gitlab implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -141,13 +141,13 @@ export class Gitlab implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -168,13 +168,13 @@ export class Gitlab implements INodeType { }, ], default: 'getIssues', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -190,13 +190,13 @@ export class Gitlab implements INodeType { }, ], default: 'getRepositories', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -232,7 +232,6 @@ export class Gitlab implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, diff --git a/packages/nodes-base/nodes/Gitlab/GitlabTrigger.node.ts b/packages/nodes-base/nodes/Gitlab/GitlabTrigger.node.ts index 737f99ac01..7e2643aeeb 100644 --- a/packages/nodes-base/nodes/Gitlab/GitlabTrigger.node.ts +++ b/packages/nodes-base/nodes/Gitlab/GitlabTrigger.node.ts @@ -141,7 +141,6 @@ export class GitlabTrigger implements INodeType { }, ], default: 'accessToken', - description: 'The resource to operate on.', }, { displayName: 'Repository Owner', diff --git a/packages/nodes-base/nodes/GoToWebinar/GoToWebinar.node.ts b/packages/nodes-base/nodes/GoToWebinar/GoToWebinar.node.ts index 8de6664ae7..3c2f4afaf4 100644 --- a/packages/nodes-base/nodes/GoToWebinar/GoToWebinar.node.ts +++ b/packages/nodes-base/nodes/GoToWebinar/GoToWebinar.node.ts @@ -70,6 +70,7 @@ export class GoToWebinar implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Attendee', @@ -97,7 +98,6 @@ export class GoToWebinar implements INodeType { }, ], default: 'attendee', - description: 'Resource to consume', }, ...attendeeOperations, ...attendeeFields, diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/AttendeeDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/AttendeeDescription.ts index a02ffd882e..d0c8d5bb40 100644 --- a/packages/nodes-base/nodes/GoToWebinar/descriptions/AttendeeDescription.ts +++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/AttendeeDescription.ts @@ -7,8 +7,8 @@ export const attendeeOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Get', diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/CoorganizerDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/CoorganizerDescription.ts index ed29c1c926..8de27ec1c3 100644 --- a/packages/nodes-base/nodes/GoToWebinar/descriptions/CoorganizerDescription.ts +++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/CoorganizerDescription.ts @@ -7,8 +7,8 @@ export const coorganizerOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/PanelistDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/PanelistDescription.ts index 086391a8fc..ae106d085a 100644 --- a/packages/nodes-base/nodes/GoToWebinar/descriptions/PanelistDescription.ts +++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/PanelistDescription.ts @@ -7,8 +7,8 @@ export const panelistOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/RegistrantDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/RegistrantDescription.ts index 269f6d8d92..13f88a020e 100644 --- a/packages/nodes-base/nodes/GoToWebinar/descriptions/RegistrantDescription.ts +++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/RegistrantDescription.ts @@ -7,8 +7,8 @@ export const registrantOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/SessionDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/SessionDescription.ts index 04ed665243..85a2006280 100644 --- a/packages/nodes-base/nodes/GoToWebinar/descriptions/SessionDescription.ts +++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/SessionDescription.ts @@ -7,8 +7,8 @@ export const sessionOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Get', diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/WebinarDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/WebinarDescription.ts index 22fbe5d21f..35515605a1 100644 --- a/packages/nodes-base/nodes/GoToWebinar/descriptions/WebinarDescription.ts +++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/WebinarDescription.ts @@ -7,8 +7,8 @@ export const webinarOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/Google/Analytics/GoogleAnalytics.node.ts b/packages/nodes-base/nodes/Google/Analytics/GoogleAnalytics.node.ts index 0c5f39fd8a..a3cc785070 100644 --- a/packages/nodes-base/nodes/Google/Analytics/GoogleAnalytics.node.ts +++ b/packages/nodes-base/nodes/Google/Analytics/GoogleAnalytics.node.ts @@ -59,6 +59,7 @@ export class GoogleAnalytics implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Report', diff --git a/packages/nodes-base/nodes/Google/Analytics/ReportDescription.ts b/packages/nodes-base/nodes/Google/Analytics/ReportDescription.ts index 2d207a8960..823d92dc27 100644 --- a/packages/nodes-base/nodes/Google/Analytics/ReportDescription.ts +++ b/packages/nodes-base/nodes/Google/Analytics/ReportDescription.ts @@ -7,6 +7,7 @@ export const reportOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const reportOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; @@ -91,7 +91,7 @@ export const reportFields: INodeProperties[] = [ description: 'Max number of results to return', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -105,7 +105,7 @@ export const reportFields: INodeProperties[] = [ }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, { displayName: 'Additional Fields', diff --git a/packages/nodes-base/nodes/Google/Analytics/UserActivityDescription.ts b/packages/nodes-base/nodes/Google/Analytics/UserActivityDescription.ts index 178cab2678..1ed7533d6b 100644 --- a/packages/nodes-base/nodes/Google/Analytics/UserActivityDescription.ts +++ b/packages/nodes-base/nodes/Google/Analytics/UserActivityDescription.ts @@ -7,6 +7,7 @@ export const userActivityOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const userActivityOperations: INodeProperties[] = [ }, ], default: 'search', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Google/BigQuery/GoogleBigQuery.node.ts b/packages/nodes-base/nodes/Google/BigQuery/GoogleBigQuery.node.ts index a5408a7837..847c33a2ee 100644 --- a/packages/nodes-base/nodes/Google/BigQuery/GoogleBigQuery.node.ts +++ b/packages/nodes-base/nodes/Google/BigQuery/GoogleBigQuery.node.ts @@ -93,7 +93,6 @@ export class GoogleBigQuery implements INodeType { }, ], default: 'record', - description: 'The resource to operate on', }, ...recordOperations, ...recordFields, diff --git a/packages/nodes-base/nodes/Google/BigQuery/RecordDescription.ts b/packages/nodes-base/nodes/Google/BigQuery/RecordDescription.ts index 7ecd78e15b..5d86bb2da8 100644 --- a/packages/nodes-base/nodes/Google/BigQuery/RecordDescription.ts +++ b/packages/nodes-base/nodes/Google/BigQuery/RecordDescription.ts @@ -28,7 +28,6 @@ export const recordOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; @@ -288,7 +287,7 @@ export const recordFields: INodeProperties[] = [ description: 'Max number of results to return', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { diff --git a/packages/nodes-base/nodes/Google/Books/GoogleBooks.node.ts b/packages/nodes-base/nodes/Google/Books/GoogleBooks.node.ts index 9fcd0cfcac..43a2e74606 100644 --- a/packages/nodes-base/nodes/Google/Books/GoogleBooks.node.ts +++ b/packages/nodes-base/nodes/Google/Books/GoogleBooks.node.ts @@ -79,6 +79,7 @@ export class GoogleBooks implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Bookshelf', @@ -94,12 +95,12 @@ export class GoogleBooks implements INodeType { }, ], default: 'bookshelf', - description: 'The resource to operate on.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Get', @@ -120,12 +121,12 @@ export class GoogleBooks implements INodeType { }, }, default: 'get', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Add', @@ -161,12 +162,12 @@ export class GoogleBooks implements INodeType { }, }, default: 'getAll', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Get', @@ -187,7 +188,6 @@ export class GoogleBooks implements INodeType { }, }, default: 'get', - description: 'The operation to perform.', }, { displayName: 'My Library', diff --git a/packages/nodes-base/nodes/Google/Calendar/GoogleCalendar.node.ts b/packages/nodes-base/nodes/Google/Calendar/GoogleCalendar.node.ts index 3f739239d4..537fe117bf 100644 --- a/packages/nodes-base/nodes/Google/Calendar/GoogleCalendar.node.ts +++ b/packages/nodes-base/nodes/Google/Calendar/GoogleCalendar.node.ts @@ -74,7 +74,6 @@ export class GoogleCalendar implements INodeType { }, ], default: 'event', - description: 'The resource to operate on', }, ...calendarOperations, ...calendarFields, diff --git a/packages/nodes-base/nodes/Google/Chat/GoogleChat.node.ts b/packages/nodes-base/nodes/Google/Chat/GoogleChat.node.ts index f6a089d831..cfa0393532 100644 --- a/packages/nodes-base/nodes/Google/Chat/GoogleChat.node.ts +++ b/packages/nodes-base/nodes/Google/Chat/GoogleChat.node.ts @@ -104,7 +104,6 @@ export class GoogleChat implements INodeType { }, ], default: 'message', - description: 'The resource to operate on', }, // ...attachmentOperations, // ...attachmentFields, diff --git a/packages/nodes-base/nodes/Google/CloudNaturalLanguage/GoogleCloudNaturalLanguage.node.ts b/packages/nodes-base/nodes/Google/CloudNaturalLanguage/GoogleCloudNaturalLanguage.node.ts index 0db90c2069..aa4a569640 100644 --- a/packages/nodes-base/nodes/Google/CloudNaturalLanguage/GoogleCloudNaturalLanguage.node.ts +++ b/packages/nodes-base/nodes/Google/CloudNaturalLanguage/GoogleCloudNaturalLanguage.node.ts @@ -43,6 +43,7 @@ export class GoogleCloudNaturalLanguage implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Document', @@ -50,12 +51,12 @@ export class GoogleCloudNaturalLanguage implements INodeType { }, ], default: 'document', - description: 'The resource to operate on.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -67,11 +68,9 @@ export class GoogleCloudNaturalLanguage implements INodeType { { name: 'Analyze Sentiment', value: 'analyzeSentiment', - description: 'Analyze Sentiment', }, ], default: 'analyzeSentiment', - description: 'The operation to perform', }, // ---------------------------------- // All @@ -204,7 +203,7 @@ export class GoogleCloudNaturalLanguage implements INodeType { value: 'ar', }, { - name: 'Chinese (Simplified) ', + name: 'Chinese (Simplified)', value: 'zh', }, { diff --git a/packages/nodes-base/nodes/Google/Contacts/ContactDescription.ts b/packages/nodes-base/nodes/Google/Contacts/ContactDescription.ts index 1200a03a7e..749ff23908 100644 --- a/packages/nodes-base/nodes/Google/Contacts/ContactDescription.ts +++ b/packages/nodes-base/nodes/Google/Contacts/ContactDescription.ts @@ -7,6 +7,7 @@ export const contactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const contactOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Google/Contacts/GoogleContacts.node.ts b/packages/nodes-base/nodes/Google/Contacts/GoogleContacts.node.ts index b027512965..0fe472fe9a 100644 --- a/packages/nodes-base/nodes/Google/Contacts/GoogleContacts.node.ts +++ b/packages/nodes-base/nodes/Google/Contacts/GoogleContacts.node.ts @@ -51,6 +51,7 @@ export class GoogleContacts implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Contact', @@ -58,7 +59,6 @@ export class GoogleContacts implements INodeType { }, ], default: 'contact', - description: 'The resource to operate on.', }, ...contactOperations, ...contactFields, diff --git a/packages/nodes-base/nodes/Google/Docs/DocumentDescription.ts b/packages/nodes-base/nodes/Google/Docs/DocumentDescription.ts index 58df8f9fb5..c7cd7a9d0c 100644 --- a/packages/nodes-base/nodes/Google/Docs/DocumentDescription.ts +++ b/packages/nodes-base/nodes/Google/Docs/DocumentDescription.ts @@ -7,6 +7,7 @@ export const documentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -29,7 +30,6 @@ export const documentOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -120,7 +120,7 @@ export const documentFields: INodeProperties[] = [ description: 'The ID in the document URL (or just paste the whole URL)', }, { - displayName: 'Simple', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -134,7 +134,7 @@ export const documentFields: INodeProperties[] = [ }, }, default: true, - description: 'When set to true the document text content will be used else the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, /* -------------------------------------------------------------------------- */ @@ -159,7 +159,7 @@ export const documentFields: INodeProperties[] = [ description: 'The ID in the document URL (or just paste the whole URL)', }, { - displayName: 'Simple', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -173,7 +173,7 @@ export const documentFields: INodeProperties[] = [ }, }, default: true, - description: 'When set to true a simplified version of the response will be used else the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, { displayName: 'Actions', diff --git a/packages/nodes-base/nodes/Google/Docs/GoogleDocs.node.ts b/packages/nodes-base/nodes/Google/Docs/GoogleDocs.node.ts index 2266070759..b4692e06c5 100644 --- a/packages/nodes-base/nodes/Google/Docs/GoogleDocs.node.ts +++ b/packages/nodes-base/nodes/Google/Docs/GoogleDocs.node.ts @@ -89,6 +89,7 @@ export class GoogleDocs implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Document', @@ -96,7 +97,6 @@ export class GoogleDocs implements INodeType { }, ], default: 'document', - description: 'The resource to operate on.', }, ...documentOperations, ...documentFields, diff --git a/packages/nodes-base/nodes/Google/Drive/GoogleDrive.node.ts b/packages/nodes-base/nodes/Google/Drive/GoogleDrive.node.ts index 3beefeef7d..70c58de48f 100644 --- a/packages/nodes-base/nodes/Google/Drive/GoogleDrive.node.ts +++ b/packages/nodes-base/nodes/Google/Drive/GoogleDrive.node.ts @@ -74,6 +74,7 @@ export class GoogleDrive implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Drive', @@ -89,7 +90,6 @@ export class GoogleDrive implements INodeType { }, ], default: 'file', - description: 'The resource to operate on.', }, @@ -100,6 +100,7 @@ export class GoogleDrive implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -145,13 +146,13 @@ export class GoogleDrive implements INodeType { }, ], default: 'upload', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -177,7 +178,6 @@ export class GoogleDrive implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, @@ -510,6 +510,7 @@ export class GoogleDrive implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Contains', @@ -526,7 +527,6 @@ export class GoogleDrive implements INodeType { ], default: 'contains', - description: 'Operation to perform.', }, { displayName: 'Value', @@ -552,7 +552,7 @@ export class GoogleDrive implements INodeType { value: 'custom', }, { - name: ' 3rd party shortcut', + name: '3rd party shortcut', value: 'application/vnd.google-apps.drive-sdk', }, { @@ -974,7 +974,7 @@ export class GoogleDrive implements INodeType { value: 'hasThumbnail', }, { - name: 'id', + name: 'ID', value: 'id', }, { @@ -1207,7 +1207,7 @@ export class GoogleDrive implements INodeType { value: 'hasThumbnail', }, { - name: 'id', + name: 'ID', value: 'id', }, { @@ -1496,6 +1496,7 @@ export class GoogleDrive implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -1531,7 +1532,6 @@ export class GoogleDrive implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, // ---------------------------------- // drive:create diff --git a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/CloudFirestore.node.ts b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/CloudFirestore.node.ts index 702646ee4a..0e95877f40 100644 --- a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/CloudFirestore.node.ts +++ b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/CloudFirestore.node.ts @@ -53,6 +53,7 @@ export class CloudFirestore implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Document', @@ -64,7 +65,6 @@ export class CloudFirestore implements INodeType { }, ], default: 'document', - description: 'The resource to operate on.', }, ...documentOperations, ...documentFields, diff --git a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/CollectionDescription.ts b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/CollectionDescription.ts index 9dfdb72983..13e43eff94 100644 --- a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/CollectionDescription.ts +++ b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/CollectionDescription.ts @@ -7,6 +7,7 @@ export const collectionOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const collectionOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/DocumentDescription.ts b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/DocumentDescription.ts index 63ac9223e8..f4e57d4f2c 100644 --- a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/DocumentDescription.ts +++ b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/DocumentDescription.ts @@ -7,6 +7,7 @@ export const documentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -23,7 +24,7 @@ export const documentOperations: INodeProperties[] = [ { name: 'Create/Update', value: 'upsert', - description: 'Create/Update a document', + description: 'Create a new document, or update the current one if it already exists (upsert)', }, { name: 'Delete', @@ -52,7 +53,6 @@ export const documentOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; @@ -137,7 +137,7 @@ export const documentFields: INodeProperties[] = [ placeholder: 'productId, modelName, description', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -151,7 +151,7 @@ export const documentFields: INodeProperties[] = [ }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, /* -------------------------------------------------------------------------- */ @@ -232,7 +232,7 @@ export const documentFields: INodeProperties[] = [ required: true, }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -246,7 +246,7 @@ export const documentFields: INodeProperties[] = [ }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, /* -------------------------------------------------------------------------- */ @@ -352,7 +352,7 @@ export const documentFields: INodeProperties[] = [ description: 'Max number of results to return', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -366,7 +366,7 @@ export const documentFields: INodeProperties[] = [ }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, /* -------------------------------------------------------------------------- */ @@ -724,7 +724,7 @@ export const documentFields: INodeProperties[] = [ placeholder: '{"structuredQuery": {"where": {"fieldFilter": {"field": {"fieldPath": "age"},"op": "EQUAL", "value": {"integerValue": 28}}}, "from": [{"collectionId": "users-collection"}]}}', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -738,6 +738,6 @@ export const documentFields: INodeProperties[] = [ }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, ]; diff --git a/packages/nodes-base/nodes/Google/Firebase/RealtimeDatabase/RealtimeDatabase.node.ts b/packages/nodes-base/nodes/Google/Firebase/RealtimeDatabase/RealtimeDatabase.node.ts index 8835a18858..ee667dc0c4 100644 --- a/packages/nodes-base/nodes/Google/Firebase/RealtimeDatabase/RealtimeDatabase.node.ts +++ b/packages/nodes-base/nodes/Google/Firebase/RealtimeDatabase/RealtimeDatabase.node.ts @@ -91,6 +91,7 @@ export class RealtimeDatabase implements INodeType { type: 'string', default: '', placeholder: 'e.g. /app/users', + // eslint-disable-next-line n8n-nodes-base/node-param-description-miscased-json description: 'Object path on database. Do not append .json.', required: true, displayOptions: { @@ -105,6 +106,7 @@ export class RealtimeDatabase implements INodeType { type: 'string', default: '', placeholder: 'e.g. /app/users', + // eslint-disable-next-line n8n-nodes-base/node-param-description-miscased-json description: 'Object path on database. Do not append .json.', hint: 'Leave blank to get a whole database object', displayOptions: { diff --git a/packages/nodes-base/nodes/Google/GSuiteAdmin/GSuiteAdmin.node.ts b/packages/nodes-base/nodes/Google/GSuiteAdmin/GSuiteAdmin.node.ts index e16e73c8b0..e61bfa51f2 100644 --- a/packages/nodes-base/nodes/Google/GSuiteAdmin/GSuiteAdmin.node.ts +++ b/packages/nodes-base/nodes/Google/GSuiteAdmin/GSuiteAdmin.node.ts @@ -52,6 +52,7 @@ export class GSuiteAdmin implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Group', @@ -63,7 +64,6 @@ export class GSuiteAdmin implements INodeType { }, ], default: 'user', - description: 'The resource to operate on.', }, ...groupOperations, ...groupFields, diff --git a/packages/nodes-base/nodes/Google/GSuiteAdmin/GroupDescripion.ts b/packages/nodes-base/nodes/Google/GSuiteAdmin/GroupDescripion.ts index 40b62608eb..2b07901bdf 100644 --- a/packages/nodes-base/nodes/Google/GSuiteAdmin/GroupDescripion.ts +++ b/packages/nodes-base/nodes/Google/GSuiteAdmin/GroupDescripion.ts @@ -7,6 +7,7 @@ export const groupOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const groupOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Google/GSuiteAdmin/UserDescription.ts b/packages/nodes-base/nodes/Google/GSuiteAdmin/UserDescription.ts index 1707e6bea7..c312381f1d 100644 --- a/packages/nodes-base/nodes/Google/GSuiteAdmin/UserDescription.ts +++ b/packages/nodes-base/nodes/Google/GSuiteAdmin/UserDescription.ts @@ -7,6 +7,7 @@ export const userOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const userOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Google/Gmail/DraftDescription.ts b/packages/nodes-base/nodes/Google/Gmail/DraftDescription.ts index 6c74e1779b..20fc5d71f3 100644 --- a/packages/nodes-base/nodes/Google/Gmail/DraftDescription.ts +++ b/packages/nodes-base/nodes/Google/Gmail/DraftDescription.ts @@ -7,6 +7,7 @@ export const draftOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const draftOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Google/Gmail/Gmail.node.ts b/packages/nodes-base/nodes/Google/Gmail/Gmail.node.ts index a9be3e4219..a02b2d9b53 100644 --- a/packages/nodes-base/nodes/Google/Gmail/Gmail.node.ts +++ b/packages/nodes-base/nodes/Google/Gmail/Gmail.node.ts @@ -122,6 +122,7 @@ export class Gmail implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Draft', @@ -141,7 +142,6 @@ export class Gmail implements INodeType { }, ], default: 'draft', - description: 'The resource to operate on.', }, //------------------------------- // Draft Operations diff --git a/packages/nodes-base/nodes/Google/Gmail/LabelDescription.ts b/packages/nodes-base/nodes/Google/Gmail/LabelDescription.ts index f3c4709a68..9f6afa5c03 100644 --- a/packages/nodes-base/nodes/Google/Gmail/LabelDescription.ts +++ b/packages/nodes-base/nodes/Google/Gmail/LabelDescription.ts @@ -7,6 +7,7 @@ export const labelOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const labelOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Google/Gmail/MessageDescription.ts b/packages/nodes-base/nodes/Google/Gmail/MessageDescription.ts index b592f5fb82..bba8d1f2a5 100644 --- a/packages/nodes-base/nodes/Google/Gmail/MessageDescription.ts +++ b/packages/nodes-base/nodes/Google/Gmail/MessageDescription.ts @@ -7,6 +7,7 @@ export const messageOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const messageOperations: INodeProperties[] = [ }, ], default: 'send', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Google/Gmail/MessageLabelDescription.ts b/packages/nodes-base/nodes/Google/Gmail/MessageLabelDescription.ts index 4c7a9b680c..a28ec66f67 100644 --- a/packages/nodes-base/nodes/Google/Gmail/MessageLabelDescription.ts +++ b/packages/nodes-base/nodes/Google/Gmail/MessageLabelDescription.ts @@ -7,6 +7,7 @@ export const messageLabelOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const messageLabelOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Google/Perspective/GooglePerspective.node.ts b/packages/nodes-base/nodes/Google/Perspective/GooglePerspective.node.ts index c89b52208d..50b2d1010d 100644 --- a/packages/nodes-base/nodes/Google/Perspective/GooglePerspective.node.ts +++ b/packages/nodes-base/nodes/Google/Perspective/GooglePerspective.node.ts @@ -56,6 +56,7 @@ export class GooglePerspective implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Analyze Comment', diff --git a/packages/nodes-base/nodes/Google/Sheet/GoogleSheets.node.ts b/packages/nodes-base/nodes/Google/Sheet/GoogleSheets.node.ts index ee16fc3844..4c332527f8 100644 --- a/packages/nodes-base/nodes/Google/Sheet/GoogleSheets.node.ts +++ b/packages/nodes-base/nodes/Google/Sheet/GoogleSheets.node.ts @@ -92,6 +92,7 @@ export class GoogleSheets implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Spreadsheet', @@ -104,12 +105,12 @@ export class GoogleSheets implements INodeType { ], default: 'sheet', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -136,7 +137,7 @@ export class GoogleSheets implements INodeType { { name: 'Create or Update', value: 'upsert', - description: 'Create a new record, or update the current one if it already exists', + description: 'Create a new record, or update the current one if it already exists (upsert)', }, { name: 'Delete', @@ -165,7 +166,6 @@ export class GoogleSheets implements INodeType { }, ], default: 'read', - description: 'The operation to perform.', }, // ---------------------------------- @@ -695,6 +695,7 @@ export class GoogleSheets implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -710,7 +711,6 @@ export class GoogleSheets implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, // ---------------------------------- // spreadsheet:create @@ -849,7 +849,7 @@ export class GoogleSheets implements INodeType { // sheet:create // ---------------------------------- { - displayName: 'Simple', + displayName: 'Simplify', name: 'simple', type: 'boolean', default: true, @@ -863,7 +863,7 @@ export class GoogleSheets implements INodeType { ], }, }, - description: 'When set to true a simplify version of the response will be used else the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, { displayName: 'Options', diff --git a/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.ts b/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.ts index 066f1db4fa..cc83838fd6 100644 --- a/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.ts +++ b/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.ts @@ -74,6 +74,7 @@ export class GoogleSlides implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Page', @@ -85,12 +86,12 @@ export class GoogleSlides implements INodeType { }, ], default: 'presentation', - description: 'Resource to operate on', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Create', @@ -121,12 +122,12 @@ export class GoogleSlides implements INodeType { }, }, default: 'create', - description: 'Operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Get', @@ -147,7 +148,6 @@ export class GoogleSlides implements INodeType { }, }, default: 'get', - description: 'Operation to perform', }, { displayName: 'Title', diff --git a/packages/nodes-base/nodes/Google/Task/GoogleTasks.node.ts b/packages/nodes-base/nodes/Google/Task/GoogleTasks.node.ts index ac8cb8a648..9c010635c7 100644 --- a/packages/nodes-base/nodes/Google/Task/GoogleTasks.node.ts +++ b/packages/nodes-base/nodes/Google/Task/GoogleTasks.node.ts @@ -46,6 +46,7 @@ export class GoogleTasks implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Task', @@ -53,7 +54,6 @@ export class GoogleTasks implements INodeType { }, ], default: 'task', - description: 'The resource to operate on.', }, ...taskOperations, ...taskFields, diff --git a/packages/nodes-base/nodes/Google/Task/TaskDescription.ts b/packages/nodes-base/nodes/Google/Task/TaskDescription.ts index 0844255a88..a1176857d2 100644 --- a/packages/nodes-base/nodes/Google/Task/TaskDescription.ts +++ b/packages/nodes-base/nodes/Google/Task/TaskDescription.ts @@ -7,6 +7,7 @@ export const taskOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const taskOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Google/Translate/GoogleTranslate.node.ts b/packages/nodes-base/nodes/Google/Translate/GoogleTranslate.node.ts index 383932668b..bae55fbeaf 100644 --- a/packages/nodes-base/nodes/Google/Translate/GoogleTranslate.node.ts +++ b/packages/nodes-base/nodes/Google/Translate/GoogleTranslate.node.ts @@ -79,6 +79,7 @@ export class GoogleTranslate implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Language', @@ -86,12 +87,12 @@ export class GoogleTranslate implements INodeType { }, ], default: 'language', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -107,7 +108,6 @@ export class GoogleTranslate implements INodeType { }, ], default: 'translate', - description: 'The operation to perform', }, // ---------------------------------- // All diff --git a/packages/nodes-base/nodes/Google/YouTube/ChannelDescription.ts b/packages/nodes-base/nodes/Google/YouTube/ChannelDescription.ts index 385da6e3cc..a7a2363595 100644 --- a/packages/nodes-base/nodes/Google/YouTube/ChannelDescription.ts +++ b/packages/nodes-base/nodes/Google/YouTube/ChannelDescription.ts @@ -7,6 +7,7 @@ export const channelOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const channelOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Google/YouTube/PlaylistDescription.ts b/packages/nodes-base/nodes/Google/YouTube/PlaylistDescription.ts index cd7536603c..a1a5f7ad17 100644 --- a/packages/nodes-base/nodes/Google/YouTube/PlaylistDescription.ts +++ b/packages/nodes-base/nodes/Google/YouTube/PlaylistDescription.ts @@ -7,6 +7,7 @@ export const playlistOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const playlistOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Google/YouTube/PlaylistItemDescription.ts b/packages/nodes-base/nodes/Google/YouTube/PlaylistItemDescription.ts index 7a1101a16a..872b63dae8 100644 --- a/packages/nodes-base/nodes/Google/YouTube/PlaylistItemDescription.ts +++ b/packages/nodes-base/nodes/Google/YouTube/PlaylistItemDescription.ts @@ -7,6 +7,7 @@ export const playlistItemOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const playlistItemOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Google/YouTube/VideoCategoryDescription.ts b/packages/nodes-base/nodes/Google/YouTube/VideoCategoryDescription.ts index 69ecf9ef2e..8a60409ed4 100644 --- a/packages/nodes-base/nodes/Google/YouTube/VideoCategoryDescription.ts +++ b/packages/nodes-base/nodes/Google/YouTube/VideoCategoryDescription.ts @@ -7,6 +7,7 @@ export const videoCategoryOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -23,7 +24,6 @@ export const videoCategoryOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Google/YouTube/VideoDescription.ts b/packages/nodes-base/nodes/Google/YouTube/VideoDescription.ts index 17cafcefbd..ba755fe6d6 100644 --- a/packages/nodes-base/nodes/Google/YouTube/VideoDescription.ts +++ b/packages/nodes-base/nodes/Google/YouTube/VideoDescription.ts @@ -7,6 +7,7 @@ export const videoOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -47,7 +48,6 @@ export const videoOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; @@ -531,7 +531,7 @@ export const videoFields: INodeProperties[] = [ description: 'The videoCategoryId parameter identifies the video category for which the chart should be retrieved', }, { - displayName: 'Video Syndicated ', + displayName: 'Video Syndicated', name: 'videoSyndicated', type: 'boolean', default: false, diff --git a/packages/nodes-base/nodes/Google/YouTube/YouTube.node.ts b/packages/nodes-base/nodes/Google/YouTube/YouTube.node.ts index d2101e6df5..3c6b6d1caf 100644 --- a/packages/nodes-base/nodes/Google/YouTube/YouTube.node.ts +++ b/packages/nodes-base/nodes/Google/YouTube/YouTube.node.ts @@ -69,6 +69,7 @@ export class YouTube implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Channel', @@ -92,7 +93,6 @@ export class YouTube implements INodeType { }, ], default: 'channel', - description: 'The resource to operate on.', }, ...channelOperations, ...channelFields, diff --git a/packages/nodes-base/nodes/Gotify/Gotify.node.ts b/packages/nodes-base/nodes/Gotify/Gotify.node.ts index 84466d3f32..f7a7bb79e7 100644 --- a/packages/nodes-base/nodes/Gotify/Gotify.node.ts +++ b/packages/nodes-base/nodes/Gotify/Gotify.node.ts @@ -39,6 +39,7 @@ export class Gotify implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Message', @@ -46,12 +47,12 @@ export class Gotify implements INodeType { }, ], default: 'message', - description: 'The resource to operate on.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -74,7 +75,6 @@ export class Gotify implements INodeType { }, ], default: 'create', - description: 'The resource to operate on.', }, { displayName: 'Message', @@ -165,6 +165,9 @@ export class Gotify implements INodeType { displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, description: 'Max number of results to return', default: 20, displayOptions: { diff --git a/packages/nodes-base/nodes/Grist/OperationDescription.ts b/packages/nodes-base/nodes/Grist/OperationDescription.ts index 80e3088bb1..f1e9ead065 100644 --- a/packages/nodes-base/nodes/Grist/OperationDescription.ts +++ b/packages/nodes-base/nodes/Grist/OperationDescription.ts @@ -20,6 +20,7 @@ export const operationFields: INodeProperties[] = [ description: 'Delete rows from a table', }, { + // eslint-disable-next-line n8n-nodes-base/node-param-option-name-wrong-for-get-all name: 'Get All Rows', value: 'getAll', description: 'Read rows from a table', diff --git a/packages/nodes-base/nodes/Gumroad/GumroadTrigger.node.ts b/packages/nodes-base/nodes/Gumroad/GumroadTrigger.node.ts index 0e1c3616aa..5b117b6d30 100644 --- a/packages/nodes-base/nodes/Gumroad/GumroadTrigger.node.ts +++ b/packages/nodes-base/nodes/Gumroad/GumroadTrigger.node.ts @@ -47,6 +47,7 @@ export class GumroadTrigger implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, required: true, default: '', options: [ diff --git a/packages/nodes-base/nodes/HackerNews/HackerNews.node.ts b/packages/nodes-base/nodes/HackerNews/HackerNews.node.ts index 1126ae86fc..d4a6907d6c 100644 --- a/packages/nodes-base/nodes/HackerNews/HackerNews.node.ts +++ b/packages/nodes-base/nodes/HackerNews/HackerNews.node.ts @@ -37,6 +37,7 @@ export class HackerNews implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'All', @@ -52,7 +53,6 @@ export class HackerNews implements INodeType { }, ], default: 'article', - description: 'Resource to consume.', }, @@ -63,6 +63,7 @@ export class HackerNews implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -78,12 +79,12 @@ export class HackerNews implements INodeType { }, ], default: 'getAll', - description: 'Operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -99,12 +100,12 @@ export class HackerNews implements INodeType { }, ], default: 'get', - description: 'Operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -120,7 +121,6 @@ export class HackerNews implements INodeType { }, ], default: 'get', - description: 'Operation to perform.', }, // ---------------------------------- // Fields @@ -182,6 +182,9 @@ export class HackerNews implements INodeType { displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, default: 100, description: 'Max number of results to return', displayOptions: { diff --git a/packages/nodes-base/nodes/HaloPSA/descriptions/ClientDescription.ts b/packages/nodes-base/nodes/HaloPSA/descriptions/ClientDescription.ts index 729196c1ff..2787a162b7 100644 --- a/packages/nodes-base/nodes/HaloPSA/descriptions/ClientDescription.ts +++ b/packages/nodes-base/nodes/HaloPSA/descriptions/ClientDescription.ts @@ -5,6 +5,7 @@ export const clientOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: ['client'], @@ -171,11 +172,11 @@ export const clientFields: INodeProperties[] = [ }, { - displayName: 'Simplify Output', + displayName: 'Simplify', name: 'simplify', type: 'boolean', default: true, - description: 'Whether output should be simplified', + description: 'Whether to return a simplified version of the response instead of the raw data', displayOptions: { show: { resource: ['client'], diff --git a/packages/nodes-base/nodes/HaloPSA/descriptions/SiteDescription.ts b/packages/nodes-base/nodes/HaloPSA/descriptions/SiteDescription.ts index 218c620398..deb564fb11 100644 --- a/packages/nodes-base/nodes/HaloPSA/descriptions/SiteDescription.ts +++ b/packages/nodes-base/nodes/HaloPSA/descriptions/SiteDescription.ts @@ -5,6 +5,7 @@ export const siteOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: ['site'], @@ -156,11 +157,11 @@ export const siteFields: INodeProperties[] = [ }, }, { - displayName: 'Simplify Output', + displayName: 'Simplify', name: 'simplify', type: 'boolean', default: true, - description: 'Whether output should be simplified', + description: 'Whether to return a simplified version of the response instead of the raw data', displayOptions: { show: { resource: ['site'], diff --git a/packages/nodes-base/nodes/HaloPSA/descriptions/TicketDescription.ts b/packages/nodes-base/nodes/HaloPSA/descriptions/TicketDescription.ts index 0591d150f2..169e7ba127 100644 --- a/packages/nodes-base/nodes/HaloPSA/descriptions/TicketDescription.ts +++ b/packages/nodes-base/nodes/HaloPSA/descriptions/TicketDescription.ts @@ -5,6 +5,7 @@ export const ticketOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: ['ticket'], @@ -143,11 +144,11 @@ export const ticketFields: INodeProperties[] = [ }, { - displayName: 'Simplify Output', + displayName: 'Simplify', name: 'simplify', type: 'boolean', default: true, - description: 'Whether output should be simplified', + description: 'Whether to return a simplified version of the response instead of the raw data', displayOptions: { show: { resource: ['ticket'], diff --git a/packages/nodes-base/nodes/HaloPSA/descriptions/UserDescription.ts b/packages/nodes-base/nodes/HaloPSA/descriptions/UserDescription.ts index c13912c040..b5f3ef2f19 100644 --- a/packages/nodes-base/nodes/HaloPSA/descriptions/UserDescription.ts +++ b/packages/nodes-base/nodes/HaloPSA/descriptions/UserDescription.ts @@ -5,6 +5,7 @@ export const userOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: ['user'], @@ -142,11 +143,11 @@ export const userFields: INodeProperties[] = [ }, }, { - displayName: 'Simplify Output', + displayName: 'Simplify', name: 'simplify', type: 'boolean', default: true, - description: 'Whether output should be simplified', + description: 'Whether to return a simplified version of the response instead of the raw data', displayOptions: { show: { resource: ['user'], diff --git a/packages/nodes-base/nodes/Harvest/ClientDescription.ts b/packages/nodes-base/nodes/Harvest/ClientDescription.ts index 408dd296d0..002748b85a 100644 --- a/packages/nodes-base/nodes/Harvest/ClientDescription.ts +++ b/packages/nodes-base/nodes/Harvest/ClientDescription.ts @@ -11,6 +11,7 @@ export const clientOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource, @@ -45,7 +46,6 @@ export const clientOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; @@ -129,7 +129,7 @@ export const clientFields: INodeProperties[] = [ /* client:get */ /* -------------------------------------------------------------------------- */ { - displayName: 'Client Id', + displayName: 'Client ID', name: 'id', type: 'string', default: '', @@ -149,7 +149,7 @@ export const clientFields: INodeProperties[] = [ /* client:delete */ /* -------------------------------------------------------------------------- */ { - displayName: 'Client Id', + displayName: 'Client ID', name: 'id', type: 'string', default: '', @@ -227,7 +227,7 @@ export const clientFields: INodeProperties[] = [ /* client:update */ /* -------------------------------------------------------------------------- */ { - displayName: 'Client Id', + displayName: 'Client ID', name: 'id', type: 'string', default: '', diff --git a/packages/nodes-base/nodes/Harvest/CompanyDescription.ts b/packages/nodes-base/nodes/Harvest/CompanyDescription.ts index 3fa320eee7..fd50c86628 100644 --- a/packages/nodes-base/nodes/Harvest/CompanyDescription.ts +++ b/packages/nodes-base/nodes/Harvest/CompanyDescription.ts @@ -11,6 +11,7 @@ export const companyOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource, @@ -24,7 +25,6 @@ export const companyOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Harvest/ContactDescription.ts b/packages/nodes-base/nodes/Harvest/ContactDescription.ts index 0437e17c73..592a804078 100644 --- a/packages/nodes-base/nodes/Harvest/ContactDescription.ts +++ b/packages/nodes-base/nodes/Harvest/ContactDescription.ts @@ -11,6 +11,7 @@ export const contactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource, @@ -44,7 +45,6 @@ export const contactOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; @@ -128,7 +128,7 @@ export const contactFields: INodeProperties[] = [ /* contact:get */ /* -------------------------------------------------------------------------- */ { - displayName: 'Contact Id', + displayName: 'Contact ID', name: 'id', type: 'string', default: '', @@ -148,7 +148,7 @@ export const contactFields: INodeProperties[] = [ /* contact:delete */ /* -------------------------------------------------------------------------- */ { - displayName: 'Contact Id', + displayName: 'Contact ID', name: 'id', type: 'string', default: '', @@ -184,7 +184,7 @@ export const contactFields: INodeProperties[] = [ description: 'The first name of the contact', }, { - displayName: 'Client Id', + displayName: 'Client ID', name: 'clientId', type: 'string', displayOptions: { @@ -264,7 +264,7 @@ export const contactFields: INodeProperties[] = [ /* contact:update */ /* -------------------------------------------------------------------------- */ { - displayName: 'Contact Id', + displayName: 'Contact ID', name: 'id', type: 'string', default: '', @@ -295,7 +295,7 @@ export const contactFields: INodeProperties[] = [ default: {}, options: [ { - displayName: 'Client Id', + displayName: 'Client ID', name: 'client_id', type: 'string', default: '', diff --git a/packages/nodes-base/nodes/Harvest/EstimateDescription.ts b/packages/nodes-base/nodes/Harvest/EstimateDescription.ts index 6789926c1d..7bffc7b076 100644 --- a/packages/nodes-base/nodes/Harvest/EstimateDescription.ts +++ b/packages/nodes-base/nodes/Harvest/EstimateDescription.ts @@ -11,6 +11,7 @@ export const estimateOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource, @@ -44,7 +45,6 @@ export const estimateOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; @@ -159,7 +159,7 @@ export const estimateFields: INodeProperties[] = [ /* estimate:get */ /* -------------------------------------------------------------------------- */ { - displayName: 'Estimate Id', + displayName: 'Estimate ID', name: 'id', type: 'string', default: '', @@ -179,7 +179,7 @@ export const estimateFields: INodeProperties[] = [ /* estimate:delete */ /* -------------------------------------------------------------------------- */ { - displayName: 'Estimate Id', + displayName: 'Estimate ID', name: 'id', type: 'string', default: '', @@ -199,7 +199,7 @@ export const estimateFields: INodeProperties[] = [ /* estimate:create */ /* -------------------------------------------------------------------------- */ { - displayName: 'Client Id', + displayName: 'Client ID', name: 'clientId', type: 'string', displayOptions: { @@ -299,7 +299,7 @@ export const estimateFields: INodeProperties[] = [ /* estimate:update */ /* -------------------------------------------------------------------------- */ { - displayName: 'Invoice Id', + displayName: 'Invoice ID', name: 'id', type: 'string', default: '', @@ -330,7 +330,7 @@ export const estimateFields: INodeProperties[] = [ default: {}, options: [ { - displayName: 'Client Id', + displayName: 'Client ID', name: 'client_id', type: 'string', default: '', diff --git a/packages/nodes-base/nodes/Harvest/ExpenseDescription.ts b/packages/nodes-base/nodes/Harvest/ExpenseDescription.ts index 93dcc5bda8..a107f09615 100644 --- a/packages/nodes-base/nodes/Harvest/ExpenseDescription.ts +++ b/packages/nodes-base/nodes/Harvest/ExpenseDescription.ts @@ -11,6 +11,7 @@ export const expenseOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource, @@ -44,7 +45,6 @@ export const expenseOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; @@ -173,7 +173,7 @@ export const expenseFields: INodeProperties[] = [ /* expense:get */ /* -------------------------------------------------------------------------- */ { - displayName: 'Expense Id', + displayName: 'Expense ID', name: 'id', type: 'string', default: '', @@ -193,7 +193,7 @@ export const expenseFields: INodeProperties[] = [ /* expense:delete */ /* -------------------------------------------------------------------------- */ { - displayName: 'Expense Id', + displayName: 'Expense ID', name: 'id', type: 'string', default: '', @@ -213,7 +213,7 @@ export const expenseFields: INodeProperties[] = [ /* expense:create */ /* -------------------------------------------------------------------------- */ { - displayName: 'Project Id', + displayName: 'Project ID', name: 'projectId', type: 'string', displayOptions: { @@ -229,7 +229,7 @@ export const expenseFields: INodeProperties[] = [ description: 'The ID of the project associated with this expense', }, { - displayName: 'Expense Category Id', + displayName: 'Expense Category ID', name: 'expenseCategoryId', type: 'string', displayOptions: { @@ -304,7 +304,7 @@ export const expenseFields: INodeProperties[] = [ description: 'The quantity of units to use in calculating the total_cost of the expense', }, { - displayName: 'User Id', + displayName: 'User ID', name: 'user_id', type: 'boolean', default: true, @@ -317,7 +317,7 @@ export const expenseFields: INodeProperties[] = [ /* invoice:update */ /* -------------------------------------------------------------------------- */ { - displayName: 'Invoice Id', + displayName: 'Invoice ID', name: 'id', type: 'string', default: '', @@ -355,7 +355,7 @@ export const expenseFields: INodeProperties[] = [ description: 'Whether this expense is billable or not. Defaults to true.', }, { - displayName: 'Expense Category Id', + displayName: 'Expense Category ID', name: 'expense_category_id', type: 'string', default: '', @@ -369,7 +369,7 @@ export const expenseFields: INodeProperties[] = [ description: 'Notes about the expense', }, { - displayName: 'Project Id', + displayName: 'Project ID', name: 'project_id', type: 'string', default: '', @@ -397,7 +397,7 @@ export const expenseFields: INodeProperties[] = [ description: 'The quantity of units to use in calculating the total_cost of the expense', }, { - displayName: 'User Id', + displayName: 'User ID', name: 'user_id', type: 'boolean', default: true, diff --git a/packages/nodes-base/nodes/Harvest/Harvest.node.ts b/packages/nodes-base/nodes/Harvest/Harvest.node.ts index ed9ba93984..173da385d0 100644 --- a/packages/nodes-base/nodes/Harvest/Harvest.node.ts +++ b/packages/nodes-base/nodes/Harvest/Harvest.node.ts @@ -120,7 +120,6 @@ export class Harvest implements INodeType { }, ], default: 'accessToken', - description: 'Method of authentication.', }, @@ -128,6 +127,7 @@ export class Harvest implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { @@ -163,7 +163,7 @@ export class Harvest implements INodeType { value: 'task', }, { - name: 'Time Entries', + name: 'Time Entry', value: 'timeEntry', }, { @@ -172,7 +172,6 @@ export class Harvest implements INodeType { }, ], default: 'task', - description: 'The resource to operate on.', }, // operations diff --git a/packages/nodes-base/nodes/Harvest/InvoiceDescription.ts b/packages/nodes-base/nodes/Harvest/InvoiceDescription.ts index 3e0bf234ed..8265c2c216 100644 --- a/packages/nodes-base/nodes/Harvest/InvoiceDescription.ts +++ b/packages/nodes-base/nodes/Harvest/InvoiceDescription.ts @@ -11,6 +11,7 @@ export const invoiceOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource, @@ -44,7 +45,6 @@ export const invoiceOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; @@ -185,7 +185,7 @@ export const invoiceFields: INodeProperties[] = [ /* invoice:get */ /* -------------------------------------------------------------------------- */ { - displayName: 'Invoice Id', + displayName: 'Invoice ID', name: 'id', type: 'string', default: '', @@ -205,7 +205,7 @@ export const invoiceFields: INodeProperties[] = [ /* invoice:delete */ /* -------------------------------------------------------------------------- */ { - displayName: 'Invoice Id', + displayName: 'Invoice ID', name: 'id', type: 'string', default: '', @@ -225,7 +225,7 @@ export const invoiceFields: INodeProperties[] = [ /* invoice:create */ /* -------------------------------------------------------------------------- */ { - displayName: 'Client Id', + displayName: 'Client ID', name: 'clientId', type: 'string', displayOptions: { @@ -277,7 +277,7 @@ export const invoiceFields: INodeProperties[] = [ description: 'Date the invoice is due. Defaults to the issue_date if no payment_term is specified.', }, { - displayName: 'Estimate Id', + displayName: 'Estimate ID', name: 'estimate_id', type: 'string', default: '', @@ -319,7 +319,7 @@ export const invoiceFields: INodeProperties[] = [ description: 'The purchase order number', }, { - displayName: 'Retainer Id', + displayName: 'Retainer ID', name: 'retainer_id', type: 'boolean', default: true, @@ -353,7 +353,7 @@ export const invoiceFields: INodeProperties[] = [ /* invoice:update */ /* -------------------------------------------------------------------------- */ { - displayName: 'Invoice Id', + displayName: 'Invoice ID', name: 'id', type: 'string', default: '', @@ -384,7 +384,7 @@ export const invoiceFields: INodeProperties[] = [ default: {}, options: [ { - displayName: 'Client Id', + displayName: 'Client ID', name: 'client_id', type: 'string', default: '', @@ -412,7 +412,7 @@ export const invoiceFields: INodeProperties[] = [ description: 'Date the invoice is due. Defaults to the issue_date if no payment_term is specified.', }, { - displayName: 'Estimate Id', + displayName: 'Estimate ID', name: 'estimate_id', type: 'string', default: '', @@ -454,7 +454,7 @@ export const invoiceFields: INodeProperties[] = [ description: 'The purchase order number', }, { - displayName: 'Retainer Id', + displayName: 'Retainer ID', name: 'retainer_id', type: 'boolean', default: true, diff --git a/packages/nodes-base/nodes/Harvest/ProjectDescription.ts b/packages/nodes-base/nodes/Harvest/ProjectDescription.ts index e111e84691..3e28cfa856 100644 --- a/packages/nodes-base/nodes/Harvest/ProjectDescription.ts +++ b/packages/nodes-base/nodes/Harvest/ProjectDescription.ts @@ -11,6 +11,7 @@ export const projectOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource, @@ -44,7 +45,6 @@ export const projectOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; @@ -108,7 +108,7 @@ export const projectFields: INodeProperties[] = [ }, options: [ { - displayName: 'Client Id', + displayName: 'Client ID', name: 'client_id', type: 'string', default: '', @@ -145,7 +145,7 @@ export const projectFields: INodeProperties[] = [ /* project:get */ /* -------------------------------------------------------------------------- */ { - displayName: 'Project Id', + displayName: 'Project ID', name: 'id', type: 'string', default: '', @@ -165,7 +165,7 @@ export const projectFields: INodeProperties[] = [ /* project:delete */ /* -------------------------------------------------------------------------- */ { - displayName: 'Project Id', + displayName: 'Project ID', name: 'id', type: 'string', default: '', @@ -201,7 +201,7 @@ export const projectFields: INodeProperties[] = [ description: 'The name of the project', }, { - displayName: 'Client Id', + displayName: 'Client ID', name: 'clientId', type: 'string', displayOptions: { @@ -406,7 +406,7 @@ export const projectFields: INodeProperties[] = [ /* project:update */ /* -------------------------------------------------------------------------- */ { - displayName: 'Project Id', + displayName: 'Project ID', name: 'id', type: 'string', default: '', @@ -483,7 +483,7 @@ export const projectFields: INodeProperties[] = [ description: 'Option to have the budget reset every month. Defaults to false.', }, { - displayName: 'Client Id', + displayName: 'Client ID', name: 'client_id', type: 'string', default: '', diff --git a/packages/nodes-base/nodes/Harvest/TaskDescription.ts b/packages/nodes-base/nodes/Harvest/TaskDescription.ts index 0ddb05b242..d430675b6e 100644 --- a/packages/nodes-base/nodes/Harvest/TaskDescription.ts +++ b/packages/nodes-base/nodes/Harvest/TaskDescription.ts @@ -11,6 +11,7 @@ export const taskOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource, @@ -44,7 +45,6 @@ export const taskOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; @@ -137,7 +137,7 @@ export const taskFields: INodeProperties[] = [ /* task:get */ /* -------------------------------------------------------------------------- */ { - displayName: 'Task Id', + displayName: 'Task ID', name: 'id', type: 'string', default: '', @@ -157,7 +157,7 @@ export const taskFields: INodeProperties[] = [ /* task:delete */ /* -------------------------------------------------------------------------- */ { - displayName: 'Task Id', + displayName: 'Task ID', name: 'id', type: 'string', default: '', diff --git a/packages/nodes-base/nodes/Harvest/TimeEntryDescription.ts b/packages/nodes-base/nodes/Harvest/TimeEntryDescription.ts index f71dd3f204..d3de163886 100644 --- a/packages/nodes-base/nodes/Harvest/TimeEntryDescription.ts +++ b/packages/nodes-base/nodes/Harvest/TimeEntryDescription.ts @@ -11,6 +11,7 @@ export const timeEntryOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource, @@ -64,7 +65,6 @@ export const timeEntryOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; @@ -191,7 +191,7 @@ export const timeEntryFields: INodeProperties[] = [ /* timeEntry:get */ /* -------------------------------------------------------------------------- */ { - displayName: 'Time Entry Id', + displayName: 'Time Entry ID', name: 'id', type: 'string', default: '', @@ -211,7 +211,7 @@ export const timeEntryFields: INodeProperties[] = [ /* timeEntry:delete */ /* -------------------------------------------------------------------------- */ { - displayName: 'Time Entry Id', + displayName: 'Time Entry ID', name: 'id', type: 'string', default: '', @@ -231,7 +231,7 @@ export const timeEntryFields: INodeProperties[] = [ /* timeEntry:deleteExternal */ /* -------------------------------------------------------------------------- */ { - displayName: 'Time Entry Id', + displayName: 'Time Entry ID', name: 'id', type: 'string', default: '', @@ -251,7 +251,7 @@ export const timeEntryFields: INodeProperties[] = [ /* timeEntry:stopTime */ /* -------------------------------------------------------------------------- */ { - displayName: 'Time Entry Id', + displayName: 'Time Entry ID', name: 'id', type: 'string', default: '', @@ -271,7 +271,7 @@ export const timeEntryFields: INodeProperties[] = [ /* timeEntry:restartTime */ /* -------------------------------------------------------------------------- */ { - displayName: 'Time Entry Id', + displayName: 'Time Entry ID', name: 'id', type: 'string', default: '', @@ -291,7 +291,7 @@ export const timeEntryFields: INodeProperties[] = [ /* timeEntry:update */ /* -------------------------------------------------------------------------- */ { - displayName: 'Time Entry Id', + displayName: 'Time Entry ID', name: 'id', type: 'string', default: '', @@ -361,7 +361,7 @@ export const timeEntryFields: INodeProperties[] = [ /* timeEntry:createByDuration */ /* -------------------------------------------------------------------------- */ { - displayName: 'Project Id', + displayName: 'Project ID', name: 'projectId', type: 'string', displayOptions: { @@ -377,7 +377,7 @@ export const timeEntryFields: INodeProperties[] = [ description: 'The ID of the project to associate with the time entry', }, { - displayName: 'Task Id', + displayName: 'Task ID', name: 'taskId', type: 'string', displayOptions: { @@ -454,7 +454,7 @@ export const timeEntryFields: INodeProperties[] = [ /* timeEntry:createByStartEnd */ /* -------------------------------------------------------------------------- */ { - displayName: 'Project Id', + displayName: 'Project ID', name: 'projectId', type: 'string', displayOptions: { @@ -470,7 +470,7 @@ export const timeEntryFields: INodeProperties[] = [ description: 'The ID of the project to associate with the time entry', }, { - displayName: 'Task Id', + displayName: 'Task ID', name: 'taskId', type: 'string', displayOptions: { diff --git a/packages/nodes-base/nodes/Harvest/UserDescription.ts b/packages/nodes-base/nodes/Harvest/UserDescription.ts index 93bd4e73a8..fbaf529d6f 100644 --- a/packages/nodes-base/nodes/Harvest/UserDescription.ts +++ b/packages/nodes-base/nodes/Harvest/UserDescription.ts @@ -11,6 +11,7 @@ export const userOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource, @@ -50,7 +51,6 @@ export const userOperations: INodeProperties[] = [ }, ], default: 'me', - description: 'The operation to perform.', }, ]; @@ -144,7 +144,7 @@ export const userFields: INodeProperties[] = [ /* user:get */ /* -------------------------------------------------------------------------- */ { - displayName: 'User Id', + displayName: 'User ID', name: 'id', type: 'string', default: '', @@ -164,7 +164,7 @@ export const userFields: INodeProperties[] = [ /* user:delete */ /* -------------------------------------------------------------------------- */ { - displayName: 'User Id', + displayName: 'User ID', name: 'id', type: 'string', default: '', @@ -351,7 +351,7 @@ export const userFields: INodeProperties[] = [ /* user:update */ /* -------------------------------------------------------------------------- */ { - displayName: 'Time Entry Id', + displayName: 'Time Entry ID', name: 'id', type: 'string', default: '', diff --git a/packages/nodes-base/nodes/HelpScout/ConversationDescription.ts b/packages/nodes-base/nodes/HelpScout/ConversationDescription.ts index 6fba96f517..fc47a9ee09 100644 --- a/packages/nodes-base/nodes/HelpScout/ConversationDescription.ts +++ b/packages/nodes-base/nodes/HelpScout/ConversationDescription.ts @@ -5,6 +5,7 @@ export const conversationOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -35,7 +36,6 @@ export const conversationOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts b/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts index df1a3ec608..21cca265f0 100644 --- a/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts +++ b/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts @@ -5,6 +5,7 @@ export const customerOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const customerOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/HelpScout/HelpScout.node.ts b/packages/nodes-base/nodes/HelpScout/HelpScout.node.ts index 4eec114b14..8d0447ca90 100644 --- a/packages/nodes-base/nodes/HelpScout/HelpScout.node.ts +++ b/packages/nodes-base/nodes/HelpScout/HelpScout.node.ts @@ -81,6 +81,7 @@ export class HelpScout implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Conversation', @@ -100,7 +101,6 @@ export class HelpScout implements INodeType { }, ], default: 'conversation', - description: 'The resource to operate on.', }, ...conversationOperations, ...conversationFields, diff --git a/packages/nodes-base/nodes/HelpScout/MailboxDescription.ts b/packages/nodes-base/nodes/HelpScout/MailboxDescription.ts index 2d300ce99b..f77402b949 100644 --- a/packages/nodes-base/nodes/HelpScout/MailboxDescription.ts +++ b/packages/nodes-base/nodes/HelpScout/MailboxDescription.ts @@ -5,6 +5,7 @@ export const mailboxOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -25,7 +26,6 @@ export const mailboxOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/HelpScout/ThreadDescription.ts b/packages/nodes-base/nodes/HelpScout/ThreadDescription.ts index 6a97fecbb1..2f64fcfd2b 100644 --- a/packages/nodes-base/nodes/HelpScout/ThreadDescription.ts +++ b/packages/nodes-base/nodes/HelpScout/ThreadDescription.ts @@ -5,6 +5,7 @@ export const threadOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -25,7 +26,6 @@ export const threadOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/HomeAssistant/CameraProxyDescription.ts b/packages/nodes-base/nodes/HomeAssistant/CameraProxyDescription.ts index 315009c1bf..b0d37df049 100644 --- a/packages/nodes-base/nodes/HomeAssistant/CameraProxyDescription.ts +++ b/packages/nodes-base/nodes/HomeAssistant/CameraProxyDescription.ts @@ -7,6 +7,7 @@ export const cameraProxyOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const cameraProxyOperations: INodeProperties[] = [ }, ], default: 'getScreenshot', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/HomeAssistant/ConfigDescription.ts b/packages/nodes-base/nodes/HomeAssistant/ConfigDescription.ts index 0cdda83720..7fcfd5cb87 100644 --- a/packages/nodes-base/nodes/HomeAssistant/ConfigDescription.ts +++ b/packages/nodes-base/nodes/HomeAssistant/ConfigDescription.ts @@ -7,6 +7,7 @@ export const configOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,6 +28,5 @@ export const configOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/HomeAssistant/EventDescription.ts b/packages/nodes-base/nodes/HomeAssistant/EventDescription.ts index 0b0b99d71b..adbb562b1f 100644 --- a/packages/nodes-base/nodes/HomeAssistant/EventDescription.ts +++ b/packages/nodes-base/nodes/HomeAssistant/EventDescription.ts @@ -7,6 +7,7 @@ export const eventOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const eventOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/HomeAssistant/HistoryDescription.ts b/packages/nodes-base/nodes/HomeAssistant/HistoryDescription.ts index a669aa8eee..1e3c5cb311 100644 --- a/packages/nodes-base/nodes/HomeAssistant/HistoryDescription.ts +++ b/packages/nodes-base/nodes/HomeAssistant/HistoryDescription.ts @@ -7,6 +7,7 @@ export const historyOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const historyOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/HomeAssistant/HomeAssistant.node.ts b/packages/nodes-base/nodes/HomeAssistant/HomeAssistant.node.ts index 9916ef355f..fd133ac185 100644 --- a/packages/nodes-base/nodes/HomeAssistant/HomeAssistant.node.ts +++ b/packages/nodes-base/nodes/HomeAssistant/HomeAssistant.node.ts @@ -85,6 +85,7 @@ export class HomeAssistant implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Camera Proxy', @@ -120,7 +121,6 @@ export class HomeAssistant implements INodeType { }, ], default: 'config', - description: 'Resource to consume.', }, ...cameraProxyOperations, ...cameraProxyFields, diff --git a/packages/nodes-base/nodes/HomeAssistant/LogDescription.ts b/packages/nodes-base/nodes/HomeAssistant/LogDescription.ts index 1cbe5e0a9e..11e193d74c 100644 --- a/packages/nodes-base/nodes/HomeAssistant/LogDescription.ts +++ b/packages/nodes-base/nodes/HomeAssistant/LogDescription.ts @@ -7,6 +7,7 @@ export const logOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const logOperations: INodeProperties[] = [ }, ], default: 'getErroLogs', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/HomeAssistant/ServiceDescription.ts b/packages/nodes-base/nodes/HomeAssistant/ServiceDescription.ts index fe8b7b5c45..0f0a9b5570 100644 --- a/packages/nodes-base/nodes/HomeAssistant/ServiceDescription.ts +++ b/packages/nodes-base/nodes/HomeAssistant/ServiceDescription.ts @@ -7,6 +7,7 @@ export const serviceOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const serviceOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/HomeAssistant/StateDescription.ts b/packages/nodes-base/nodes/HomeAssistant/StateDescription.ts index 7496484822..8f3b4f4318 100644 --- a/packages/nodes-base/nodes/HomeAssistant/StateDescription.ts +++ b/packages/nodes-base/nodes/HomeAssistant/StateDescription.ts @@ -7,6 +7,7 @@ export const stateOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const stateOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/HomeAssistant/TemplateDescription.ts b/packages/nodes-base/nodes/HomeAssistant/TemplateDescription.ts index 716f91c0a8..cda441b99a 100644 --- a/packages/nodes-base/nodes/HomeAssistant/TemplateDescription.ts +++ b/packages/nodes-base/nodes/HomeAssistant/TemplateDescription.ts @@ -7,6 +7,7 @@ export const templateOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const templateOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.ts b/packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.ts index 552bfb71f0..3eaf711134 100644 --- a/packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.ts +++ b/packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.ts @@ -74,7 +74,7 @@ export class HtmlExtract implements INodeType { }, ], default: 'json', - description: 'If HTML should be read from binary or json data', + description: 'If HTML should be read from binary or JSON data', }, { displayName: 'Binary Property', @@ -104,7 +104,7 @@ export class HtmlExtract implements INodeType { }, default: 'data', required: true, - description: 'Name of the json property in which the HTML to extract the data from can be found. The property can either contain a string or an array of strings.', + description: 'Name of the JSON property in which the HTML to extract the data from can be found. The property can either contain a string or an array of strings.', }, { displayName: 'Extraction Values', diff --git a/packages/nodes-base/nodes/Hubspot/CompanyDescription.ts b/packages/nodes-base/nodes/Hubspot/CompanyDescription.ts index f730e9b55c..6084f54f23 100644 --- a/packages/nodes-base/nodes/Hubspot/CompanyDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/CompanyDescription.ts @@ -7,6 +7,7 @@ export const companyOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -57,7 +58,6 @@ export const companyOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Hubspot/ContactDescription.ts b/packages/nodes-base/nodes/Hubspot/ContactDescription.ts index 4922b49608..0cda23631c 100644 --- a/packages/nodes-base/nodes/Hubspot/ContactDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/ContactDescription.ts @@ -7,6 +7,7 @@ export const contactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -18,7 +19,7 @@ export const contactOperations: INodeProperties[] = [ { name: 'Create/Update', value: 'upsert', - description: 'Create/Update a contact', + description: 'Create a new contact, or update the current one if it already exists (upsert)', }, { name: 'Delete', @@ -47,7 +48,6 @@ export const contactOperations: INodeProperties[] = [ }, ], default: 'upsert', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Hubspot/ContactListDescription.ts b/packages/nodes-base/nodes/Hubspot/ContactListDescription.ts index 5d493009d4..03e38a5289 100644 --- a/packages/nodes-base/nodes/Hubspot/ContactListDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/ContactListDescription.ts @@ -7,6 +7,7 @@ export const contactListOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const contactListOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Hubspot/DealDescription.ts b/packages/nodes-base/nodes/Hubspot/DealDescription.ts index a3532e1a8d..3c32753cf6 100644 --- a/packages/nodes-base/nodes/Hubspot/DealDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/DealDescription.ts @@ -7,6 +7,7 @@ export const dealOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -57,7 +58,6 @@ export const dealOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -365,7 +365,7 @@ export const dealFields: INodeProperties[] = [ }, options: [ { - displayName: 'Include Property Versions ', + displayName: 'Include Property Versions', name: 'includePropertyVersions', type: 'boolean', default: false, diff --git a/packages/nodes-base/nodes/Hubspot/EngagementDescription.ts b/packages/nodes-base/nodes/Hubspot/EngagementDescription.ts index e3b680015c..8e677d090e 100644 --- a/packages/nodes-base/nodes/Hubspot/EngagementDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/EngagementDescription.ts @@ -7,6 +7,7 @@ export const engagementOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const engagementOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Hubspot/FormDescription.ts b/packages/nodes-base/nodes/Hubspot/FormDescription.ts index f9e66504d0..323a72c67f 100644 --- a/packages/nodes-base/nodes/Hubspot/FormDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/FormDescription.ts @@ -7,6 +7,7 @@ export const formOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const formOperations: INodeProperties[] = [ }, ], default: 'getFields', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Hubspot/Hubspot.node.ts b/packages/nodes-base/nodes/Hubspot/Hubspot.node.ts index 88d27a0311..f1276b6a36 100644 --- a/packages/nodes-base/nodes/Hubspot/Hubspot.node.ts +++ b/packages/nodes-base/nodes/Hubspot/Hubspot.node.ts @@ -150,12 +150,12 @@ export class Hubspot implements INodeType { }, ], default: 'apiKey', - description: 'The method of authentication.', }, { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Contact', @@ -187,7 +187,6 @@ export class Hubspot implements INodeType { }, ], default: 'deal', - description: 'Resource to consume.', }, // CONTACT ...contactOperations, diff --git a/packages/nodes-base/nodes/Hubspot/TicketDescription.ts b/packages/nodes-base/nodes/Hubspot/TicketDescription.ts index ef6cf8c8f8..5de75c25a1 100644 --- a/packages/nodes-base/nodes/Hubspot/TicketDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/TicketDescription.ts @@ -7,6 +7,7 @@ export const ticketOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const ticketOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -132,7 +132,7 @@ export const ticketFields: INodeProperties[] = [ }, options: [ { - displayName: 'Company Ids', + displayName: 'Company IDs', name: 'associatedCompanyIds', type: 'multiOptions', typeOptions: { @@ -142,7 +142,7 @@ export const ticketFields: INodeProperties[] = [ description: 'Companies associated with the ticket', }, { - displayName: 'Contact Ids', + displayName: 'Contact IDs', name: 'associatedContactIds', type: 'multiOptions', typeOptions: { @@ -266,7 +266,7 @@ export const ticketFields: INodeProperties[] = [ }, options: [ { - displayName: 'Company Ids', + displayName: 'Company IDs', name: 'associatedCompanyIds', type: 'multiOptions', typeOptions: { @@ -276,7 +276,7 @@ export const ticketFields: INodeProperties[] = [ description: 'Companies associated with the ticket', }, { - displayName: 'Contact Ids', + displayName: 'Contact IDs', name: 'associatedContactIds', type: 'multiOptions', typeOptions: { diff --git a/packages/nodes-base/nodes/HumanticAI/HumanticAi.node.ts b/packages/nodes-base/nodes/HumanticAI/HumanticAi.node.ts index 6b57058a9f..3d0a3ebc64 100644 --- a/packages/nodes-base/nodes/HumanticAI/HumanticAi.node.ts +++ b/packages/nodes-base/nodes/HumanticAI/HumanticAi.node.ts @@ -46,6 +46,7 @@ export class HumanticAi implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Profile', @@ -53,7 +54,6 @@ export class HumanticAi implements INodeType { }, ], default: 'profile', - description: 'Resource to consume.', }, // PROFILE ...profileOperations, diff --git a/packages/nodes-base/nodes/HumanticAI/ProfileDescription.ts b/packages/nodes-base/nodes/HumanticAI/ProfileDescription.ts index ebd94ab7e4..c4e61260c3 100644 --- a/packages/nodes-base/nodes/HumanticAI/ProfileDescription.ts +++ b/packages/nodes-base/nodes/HumanticAI/ProfileDescription.ts @@ -7,6 +7,7 @@ export const profileOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const profileOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Hunter/Hunter.node.ts b/packages/nodes-base/nodes/Hunter/Hunter.node.ts index 757c56c337..a3673cc71a 100644 --- a/packages/nodes-base/nodes/Hunter/Hunter.node.ts +++ b/packages/nodes-base/nodes/Hunter/Hunter.node.ts @@ -37,14 +37,15 @@ export class Hunter implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { - name: ' Domain Search', + name: 'Domain Search', value: 'domainSearch', description: 'Get every email address found on the internet using a given domain name, with sources', }, { - name: ' Email Finder', + name: 'Email Finder', value: 'emailFinder', description: 'Generate or retrieve the most likely email address from a domain name, a first name and a last name', }, diff --git a/packages/nodes-base/nodes/ICalendar/ICalendar.node.ts b/packages/nodes-base/nodes/ICalendar/ICalendar.node.ts index 599490d3d2..e5df010d7d 100644 --- a/packages/nodes-base/nodes/ICalendar/ICalendar.node.ts +++ b/packages/nodes-base/nodes/ICalendar/ICalendar.node.ts @@ -40,6 +40,7 @@ export class ICalendar implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Create Event File', diff --git a/packages/nodes-base/nodes/If/If.node.ts b/packages/nodes-base/nodes/If/If.node.ts index b076716112..66afdae62d 100644 --- a/packages/nodes-base/nodes/If/If.node.ts +++ b/packages/nodes-base/nodes/If/If.node.ts @@ -50,6 +50,7 @@ export class If implements INodeType { default: false, description: 'The value to compare with the second one', }, + // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { displayName: 'Operation', name: 'operation', @@ -87,6 +88,7 @@ export class If implements INodeType { default: '', description: 'The value to compare with the second one', }, + // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { displayName: 'Operation', name: 'operation', @@ -128,6 +130,7 @@ export class If implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Smaller', @@ -197,6 +200,7 @@ export class If implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Contains', diff --git a/packages/nodes-base/nodes/Intercom/CompanyDescription.ts b/packages/nodes-base/nodes/Intercom/CompanyDescription.ts index f8594261c6..69517266e8 100644 --- a/packages/nodes-base/nodes/Intercom/CompanyDescription.ts +++ b/packages/nodes-base/nodes/Intercom/CompanyDescription.ts @@ -5,6 +5,7 @@ export const companyOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const companyOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -275,7 +275,7 @@ export const companyFields: INodeProperties[] = [ /* company:create/update */ /* -------------------------------------------------------------------------- */ { - displayName: 'Company Id', + displayName: 'Company ID', name: 'companyId', type: 'string', default: '', diff --git a/packages/nodes-base/nodes/Intercom/Intercom.node.ts b/packages/nodes-base/nodes/Intercom/Intercom.node.ts index df569efec8..c7df93129d 100644 --- a/packages/nodes-base/nodes/Intercom/Intercom.node.ts +++ b/packages/nodes-base/nodes/Intercom/Intercom.node.ts @@ -64,6 +64,7 @@ export class Intercom implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Company', @@ -82,7 +83,6 @@ export class Intercom implements INodeType { }, ], default: 'user', - description: 'Resource to consume.', }, ...leadOpeations, ...userOpeations, diff --git a/packages/nodes-base/nodes/Intercom/LeadDescription.ts b/packages/nodes-base/nodes/Intercom/LeadDescription.ts index ee752c81b8..1c3a082262 100644 --- a/packages/nodes-base/nodes/Intercom/LeadDescription.ts +++ b/packages/nodes-base/nodes/Intercom/LeadDescription.ts @@ -5,6 +5,7 @@ export const leadOpeations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const leadOpeations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Intercom/UserDescription.ts b/packages/nodes-base/nodes/Intercom/UserDescription.ts index f165d3c7a9..4c10ae7ff4 100644 --- a/packages/nodes-base/nodes/Intercom/UserDescription.ts +++ b/packages/nodes-base/nodes/Intercom/UserDescription.ts @@ -5,6 +5,7 @@ export const userOpeations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const userOpeations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/InvoiceNinja/ClientDescription.ts b/packages/nodes-base/nodes/InvoiceNinja/ClientDescription.ts index 28015aed61..3f8ed50a75 100644 --- a/packages/nodes-base/nodes/InvoiceNinja/ClientDescription.ts +++ b/packages/nodes-base/nodes/InvoiceNinja/ClientDescription.ts @@ -5,6 +5,7 @@ export const clientOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -35,7 +36,6 @@ export const clientOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/InvoiceNinja/ExpenseDescription.ts b/packages/nodes-base/nodes/InvoiceNinja/ExpenseDescription.ts index ce787804d1..2821f711e7 100644 --- a/packages/nodes-base/nodes/InvoiceNinja/ExpenseDescription.ts +++ b/packages/nodes-base/nodes/InvoiceNinja/ExpenseDescription.ts @@ -5,6 +5,7 @@ export const expenseOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -35,7 +36,6 @@ export const expenseOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -207,14 +207,6 @@ export const expenseFields: INodeProperties[] = [ name: 'Solo', value: 22, }, - { - name: 'Solo', - value: 22, - }, - { - name: 'Swich', - value: 23, - }, { name: 'Swich', value: 23, diff --git a/packages/nodes-base/nodes/InvoiceNinja/InvoiceDescription.ts b/packages/nodes-base/nodes/InvoiceNinja/InvoiceDescription.ts index 0a79f87380..34386f454b 100644 --- a/packages/nodes-base/nodes/InvoiceNinja/InvoiceDescription.ts +++ b/packages/nodes-base/nodes/InvoiceNinja/InvoiceDescription.ts @@ -5,6 +5,7 @@ export const invoiceOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const invoiceOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/InvoiceNinja/InvoiceNinja.node.ts b/packages/nodes-base/nodes/InvoiceNinja/InvoiceNinja.node.ts index 20195e2036..100db76493 100644 --- a/packages/nodes-base/nodes/InvoiceNinja/InvoiceNinja.node.ts +++ b/packages/nodes-base/nodes/InvoiceNinja/InvoiceNinja.node.ts @@ -101,6 +101,7 @@ export class InvoiceNinja implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Client', @@ -128,7 +129,6 @@ export class InvoiceNinja implements INodeType { }, ], default: 'client', - description: 'Resource to consume.', }, ...clientOperations, ...clientFields, diff --git a/packages/nodes-base/nodes/InvoiceNinja/PaymentDescription.ts b/packages/nodes-base/nodes/InvoiceNinja/PaymentDescription.ts index 4fce27db6a..843cd1e875 100644 --- a/packages/nodes-base/nodes/InvoiceNinja/PaymentDescription.ts +++ b/packages/nodes-base/nodes/InvoiceNinja/PaymentDescription.ts @@ -5,6 +5,7 @@ export const paymentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -35,7 +36,6 @@ export const paymentOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -191,14 +191,6 @@ export const paymentFields: INodeProperties[] = [ name: 'Solo', value: 22, }, - { - name: 'Solo', - value: 22, - }, - { - name: 'Swich', - value: 23, - }, { name: 'Swich', value: 23, diff --git a/packages/nodes-base/nodes/InvoiceNinja/QuoteDescription.ts b/packages/nodes-base/nodes/InvoiceNinja/QuoteDescription.ts index ca03788671..45c3397f20 100644 --- a/packages/nodes-base/nodes/InvoiceNinja/QuoteDescription.ts +++ b/packages/nodes-base/nodes/InvoiceNinja/QuoteDescription.ts @@ -5,6 +5,7 @@ export const quoteOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const quoteOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/InvoiceNinja/TaskDescription.ts b/packages/nodes-base/nodes/InvoiceNinja/TaskDescription.ts index 158ecdda9b..25a859ffa3 100644 --- a/packages/nodes-base/nodes/InvoiceNinja/TaskDescription.ts +++ b/packages/nodes-base/nodes/InvoiceNinja/TaskDescription.ts @@ -5,6 +5,7 @@ export const taskOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -35,7 +36,6 @@ export const taskOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ItemLists/ItemLists.node.ts b/packages/nodes-base/nodes/ItemLists/ItemLists.node.ts index 247c90f53d..f7d251df90 100644 --- a/packages/nodes-base/nodes/ItemLists/ItemLists.node.ts +++ b/packages/nodes-base/nodes/ItemLists/ItemLists.node.ts @@ -59,6 +59,7 @@ export class ItemLists implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Split Out Items', diff --git a/packages/nodes-base/nodes/Iterable/EventDescription.ts b/packages/nodes-base/nodes/Iterable/EventDescription.ts index 14270490f8..9f5e4dc6a9 100644 --- a/packages/nodes-base/nodes/Iterable/EventDescription.ts +++ b/packages/nodes-base/nodes/Iterable/EventDescription.ts @@ -7,6 +7,7 @@ export const eventOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const eventOperations: INodeProperties[] = [ }, ], default: 'track', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Iterable/Iterable.node.ts b/packages/nodes-base/nodes/Iterable/Iterable.node.ts index d190e81241..8e63c62d86 100644 --- a/packages/nodes-base/nodes/Iterable/Iterable.node.ts +++ b/packages/nodes-base/nodes/Iterable/Iterable.node.ts @@ -59,6 +59,7 @@ export class Iterable implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Event', @@ -74,7 +75,6 @@ export class Iterable implements INodeType { }, ], default: 'user', - description: 'The resource to operate on.', }, ...eventOperations, ...eventFields, diff --git a/packages/nodes-base/nodes/Iterable/UserDescription.ts b/packages/nodes-base/nodes/Iterable/UserDescription.ts index 33c09eec99..5e9bb930e7 100644 --- a/packages/nodes-base/nodes/Iterable/UserDescription.ts +++ b/packages/nodes-base/nodes/Iterable/UserDescription.ts @@ -7,6 +7,7 @@ export const userOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -18,7 +19,7 @@ export const userOperations: INodeProperties[] = [ { name: 'Create/Update', value: 'upsert', - description: 'Create/Update a user', + description: 'Create a new user, or update the current one if it already exists (upsert)', }, { name: 'Delete', @@ -32,7 +33,6 @@ export const userOperations: INodeProperties[] = [ }, ], default: 'upsert', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Iterable/UserListDescription.ts b/packages/nodes-base/nodes/Iterable/UserListDescription.ts index 11b3a2a948..e0501b1690 100644 --- a/packages/nodes-base/nodes/Iterable/UserListDescription.ts +++ b/packages/nodes-base/nodes/Iterable/UserListDescription.ts @@ -7,6 +7,7 @@ export const userListOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const userListOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Jira/IssueAttachmentDescription.ts b/packages/nodes-base/nodes/Jira/IssueAttachmentDescription.ts index 22395f2016..a6334e2035 100644 --- a/packages/nodes-base/nodes/Jira/IssueAttachmentDescription.ts +++ b/packages/nodes-base/nodes/Jira/IssueAttachmentDescription.ts @@ -7,6 +7,7 @@ export const issueAttachmentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const issueAttachmentOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Jira/IssueCommentDescription.ts b/packages/nodes-base/nodes/Jira/IssueCommentDescription.ts index 416add9c21..8fb4657637 100644 --- a/packages/nodes-base/nodes/Jira/IssueCommentDescription.ts +++ b/packages/nodes-base/nodes/Jira/IssueCommentDescription.ts @@ -7,6 +7,7 @@ export const issueCommentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const issueCommentOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Jira/IssueDescription.ts b/packages/nodes-base/nodes/Jira/IssueDescription.ts index d6ffe08c82..567c46f1e6 100644 --- a/packages/nodes-base/nodes/Jira/IssueDescription.ts +++ b/packages/nodes-base/nodes/Jira/IssueDescription.ts @@ -7,6 +7,7 @@ export const issueOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -57,7 +58,6 @@ export const issueOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -509,7 +509,7 @@ export const issueFields: INodeProperties[] = [ default: '', }, { - displayName: 'Simplify Output', + displayName: 'Simplify', name: 'simplifyOutput', type: 'boolean', displayOptions: { @@ -524,7 +524,7 @@ export const issueFields: INodeProperties[] = [ }, // eslint-disable-next-line n8n-nodes-base/node-param-default-wrong-for-simplify default: false, - description: 'Return a simplified output of the issues fields', + description: 'Whether to return a simplified version of the response instead of the raw data', }, { displayName: 'Additional Fields', @@ -715,7 +715,7 @@ export const issueFields: INodeProperties[] = [ description: 'Indicates whether fields in fields are referenced by keys rather than IDs. This parameter is useful where fields have been added by a connect app and a field\'s key may differ from its ID.', }, { - displayName: ' JQL', + displayName: 'JQL', name: 'jql', type: 'string', default: '', diff --git a/packages/nodes-base/nodes/Jira/Jira.node.ts b/packages/nodes-base/nodes/Jira/Jira.node.ts index 3bf656deef..0176ea16ca 100644 --- a/packages/nodes-base/nodes/Jira/Jira.node.ts +++ b/packages/nodes-base/nodes/Jira/Jira.node.ts @@ -118,6 +118,7 @@ export class Jira implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Issue', @@ -141,7 +142,6 @@ export class Jira implements INodeType { }, ], default: 'issue', - description: 'Resource to consume.', }, ...issueOperations, ...issueFields, diff --git a/packages/nodes-base/nodes/Jira/UserDescription.ts b/packages/nodes-base/nodes/Jira/UserDescription.ts index 29bc3bdfac..984ab8b1d7 100644 --- a/packages/nodes-base/nodes/Jira/UserDescription.ts +++ b/packages/nodes-base/nodes/Jira/UserDescription.ts @@ -7,6 +7,7 @@ export const userOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const userOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Keap/CompanyDescription.ts b/packages/nodes-base/nodes/Keap/CompanyDescription.ts index 6169505d24..cb37301b4e 100644 --- a/packages/nodes-base/nodes/Keap/CompanyDescription.ts +++ b/packages/nodes-base/nodes/Keap/CompanyDescription.ts @@ -7,6 +7,7 @@ export const companyOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const companyOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Keap/ContactDescription.ts b/packages/nodes-base/nodes/Keap/ContactDescription.ts index c3aade4633..99c69ccc75 100644 --- a/packages/nodes-base/nodes/Keap/ContactDescription.ts +++ b/packages/nodes-base/nodes/Keap/ContactDescription.ts @@ -7,6 +7,7 @@ export const contactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -18,7 +19,7 @@ export const contactOperations: INodeProperties[] = [ { name: 'Create/Update', value: 'upsert', - description: 'Create/update a contact', + description: 'Create a new contact, or update the current one if it already exists (upsert)', }, { name: 'Delete', @@ -37,7 +38,6 @@ export const contactOperations: INodeProperties[] = [ }, ], default: 'upsert', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Keap/ContactNoteDescription.ts b/packages/nodes-base/nodes/Keap/ContactNoteDescription.ts index 5c4c03352a..f6f4056d7f 100644 --- a/packages/nodes-base/nodes/Keap/ContactNoteDescription.ts +++ b/packages/nodes-base/nodes/Keap/ContactNoteDescription.ts @@ -7,6 +7,7 @@ export const contactNoteOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const contactNoteOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Keap/ContactTagDescription.ts b/packages/nodes-base/nodes/Keap/ContactTagDescription.ts index a486c8490e..b14c52c94d 100644 --- a/packages/nodes-base/nodes/Keap/ContactTagDescription.ts +++ b/packages/nodes-base/nodes/Keap/ContactTagDescription.ts @@ -7,6 +7,7 @@ export const contactTagOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const contactTagOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Keap/EcommerceOrderDescripion.ts b/packages/nodes-base/nodes/Keap/EcommerceOrderDescripion.ts index 57708c4dcd..a84c25a5cd 100644 --- a/packages/nodes-base/nodes/Keap/EcommerceOrderDescripion.ts +++ b/packages/nodes-base/nodes/Keap/EcommerceOrderDescripion.ts @@ -7,6 +7,7 @@ export const ecommerceOrderOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const ecommerceOrderOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Keap/EcommerceProductDescription.ts b/packages/nodes-base/nodes/Keap/EcommerceProductDescription.ts index 86aead5158..8a5ba8bd2e 100644 --- a/packages/nodes-base/nodes/Keap/EcommerceProductDescription.ts +++ b/packages/nodes-base/nodes/Keap/EcommerceProductDescription.ts @@ -7,6 +7,7 @@ export const ecommerceProductOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const ecommerceProductOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Keap/EmailDescription.ts b/packages/nodes-base/nodes/Keap/EmailDescription.ts index 9dc53d0858..7a1fe8e94e 100644 --- a/packages/nodes-base/nodes/Keap/EmailDescription.ts +++ b/packages/nodes-base/nodes/Keap/EmailDescription.ts @@ -7,6 +7,7 @@ export const emailOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const emailOperations: INodeProperties[] = [ }, ], default: 'createRecord', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Keap/FileDescription.ts b/packages/nodes-base/nodes/Keap/FileDescription.ts index 657b7d525b..1cc82c5663 100644 --- a/packages/nodes-base/nodes/Keap/FileDescription.ts +++ b/packages/nodes-base/nodes/Keap/FileDescription.ts @@ -7,6 +7,7 @@ export const fileOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const fileOperations: INodeProperties[] = [ }, ], default: 'delete', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Keap/Keap.node.ts b/packages/nodes-base/nodes/Keap/Keap.node.ts index e9332d03da..f7da0774e0 100644 --- a/packages/nodes-base/nodes/Keap/Keap.node.ts +++ b/packages/nodes-base/nodes/Keap/Keap.node.ts @@ -127,6 +127,7 @@ export class Keap implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Company', @@ -162,7 +163,6 @@ export class Keap implements INodeType { }, ], default: 'company', - description: 'The resource to operate on.', }, // COMPANY ...companyOperations, diff --git a/packages/nodes-base/nodes/Kitemaker/Kitemaker.node.ts b/packages/nodes-base/nodes/Kitemaker/Kitemaker.node.ts index 14c08779dd..3ba86aa24c 100644 --- a/packages/nodes-base/nodes/Kitemaker/Kitemaker.node.ts +++ b/packages/nodes-base/nodes/Kitemaker/Kitemaker.node.ts @@ -69,6 +69,7 @@ export class Kitemaker implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Organization', @@ -89,7 +90,6 @@ export class Kitemaker implements INodeType { ], default: 'workItem', required: true, - description: 'Resource to operate on.', }, ...organizationOperations, ...spaceOperations, diff --git a/packages/nodes-base/nodes/Kitemaker/descriptions/OrganizationDescription.ts b/packages/nodes-base/nodes/Kitemaker/descriptions/OrganizationDescription.ts index cc1556f2a0..bb10f721ab 100644 --- a/packages/nodes-base/nodes/Kitemaker/descriptions/OrganizationDescription.ts +++ b/packages/nodes-base/nodes/Kitemaker/descriptions/OrganizationDescription.ts @@ -7,8 +7,8 @@ export const organizationOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform.', options: [ { name: 'Get', diff --git a/packages/nodes-base/nodes/Kitemaker/descriptions/SpaceDescription.ts b/packages/nodes-base/nodes/Kitemaker/descriptions/SpaceDescription.ts index f270431294..09597d77f6 100644 --- a/packages/nodes-base/nodes/Kitemaker/descriptions/SpaceDescription.ts +++ b/packages/nodes-base/nodes/Kitemaker/descriptions/SpaceDescription.ts @@ -7,8 +7,8 @@ export const spaceOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'getAll', - description: 'Operation to perform.', options: [ { name: 'Get All', diff --git a/packages/nodes-base/nodes/Kitemaker/descriptions/UserDescription.ts b/packages/nodes-base/nodes/Kitemaker/descriptions/UserDescription.ts index 9269ba181b..4e658611be 100644 --- a/packages/nodes-base/nodes/Kitemaker/descriptions/UserDescription.ts +++ b/packages/nodes-base/nodes/Kitemaker/descriptions/UserDescription.ts @@ -7,8 +7,8 @@ export const userOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'getAll', - description: 'Operation to perform.', options: [ { name: 'Get All', diff --git a/packages/nodes-base/nodes/Kitemaker/descriptions/WorkItemDescription.ts b/packages/nodes-base/nodes/Kitemaker/descriptions/WorkItemDescription.ts index 0b837db527..ad5e647c0c 100644 --- a/packages/nodes-base/nodes/Kitemaker/descriptions/WorkItemDescription.ts +++ b/packages/nodes-base/nodes/Kitemaker/descriptions/WorkItemDescription.ts @@ -7,8 +7,8 @@ export const workItemOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform.', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/KoBoToolbox/FormDescription.ts b/packages/nodes-base/nodes/KoBoToolbox/FormDescription.ts index f2e28decd9..4dc10783d5 100644 --- a/packages/nodes-base/nodes/KoBoToolbox/FormDescription.ts +++ b/packages/nodes-base/nodes/KoBoToolbox/FormDescription.ts @@ -7,6 +7,7 @@ export const formOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/KoBoToolbox/HookDescription.ts b/packages/nodes-base/nodes/KoBoToolbox/HookDescription.ts index 82b150a616..c59256b007 100644 --- a/packages/nodes-base/nodes/KoBoToolbox/HookDescription.ts +++ b/packages/nodes-base/nodes/KoBoToolbox/HookDescription.ts @@ -7,6 +7,7 @@ export const hookOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/KoBoToolbox/KoBoToolbox.node.ts b/packages/nodes-base/nodes/KoBoToolbox/KoBoToolbox.node.ts index b6e2c6f092..219a1bef6b 100644 --- a/packages/nodes-base/nodes/KoBoToolbox/KoBoToolbox.node.ts +++ b/packages/nodes-base/nodes/KoBoToolbox/KoBoToolbox.node.ts @@ -63,6 +63,7 @@ export class KoBoToolbox implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Form', diff --git a/packages/nodes-base/nodes/KoBoToolbox/SubmissionDescription.ts b/packages/nodes-base/nodes/KoBoToolbox/SubmissionDescription.ts index fe9560edeb..fbd7609253 100644 --- a/packages/nodes-base/nodes/KoBoToolbox/SubmissionDescription.ts +++ b/packages/nodes-base/nodes/KoBoToolbox/SubmissionDescription.ts @@ -7,6 +7,7 @@ export const submissionOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Lemlist/Lemlist.node.ts b/packages/nodes-base/nodes/Lemlist/Lemlist.node.ts index 3f886d338b..bce09d3da3 100644 --- a/packages/nodes-base/nodes/Lemlist/Lemlist.node.ts +++ b/packages/nodes-base/nodes/Lemlist/Lemlist.node.ts @@ -57,6 +57,7 @@ export class Lemlist implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Activity', @@ -75,12 +76,11 @@ export class Lemlist implements INodeType { value: 'team', }, { - name: 'Unsubscribes', + name: 'Unsubscribe', value: 'unsubscribe', }, ], default: 'activity', - description: 'Resource to consume', }, ...activityOperations, ...activityFields, diff --git a/packages/nodes-base/nodes/Lemlist/descriptions/ActivityDescription.ts b/packages/nodes-base/nodes/Lemlist/descriptions/ActivityDescription.ts index 098f524da0..9489160c4c 100644 --- a/packages/nodes-base/nodes/Lemlist/descriptions/ActivityDescription.ts +++ b/packages/nodes-base/nodes/Lemlist/descriptions/ActivityDescription.ts @@ -7,8 +7,8 @@ export const activityOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'getAll', - description: 'Operation to perform', options: [ { name: 'Get All', diff --git a/packages/nodes-base/nodes/Lemlist/descriptions/CampaignDescription.ts b/packages/nodes-base/nodes/Lemlist/descriptions/CampaignDescription.ts index c529ac1c3d..8e04890737 100644 --- a/packages/nodes-base/nodes/Lemlist/descriptions/CampaignDescription.ts +++ b/packages/nodes-base/nodes/Lemlist/descriptions/CampaignDescription.ts @@ -7,8 +7,8 @@ export const campaignOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'getAll', - description: 'Operation to perform', options: [ { name: 'Get All', diff --git a/packages/nodes-base/nodes/Lemlist/descriptions/LeadDescription.ts b/packages/nodes-base/nodes/Lemlist/descriptions/LeadDescription.ts index 611e25896d..a197c2db98 100644 --- a/packages/nodes-base/nodes/Lemlist/descriptions/LeadDescription.ts +++ b/packages/nodes-base/nodes/Lemlist/descriptions/LeadDescription.ts @@ -7,8 +7,8 @@ export const leadOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'create', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/Lemlist/descriptions/TeamDescription.ts b/packages/nodes-base/nodes/Lemlist/descriptions/TeamDescription.ts index 166c80f867..005d391af4 100644 --- a/packages/nodes-base/nodes/Lemlist/descriptions/TeamDescription.ts +++ b/packages/nodes-base/nodes/Lemlist/descriptions/TeamDescription.ts @@ -7,8 +7,8 @@ export const teamOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Get', diff --git a/packages/nodes-base/nodes/Lemlist/descriptions/UnsubscribeDescription.ts b/packages/nodes-base/nodes/Lemlist/descriptions/UnsubscribeDescription.ts index 64a481dbcd..eb394537c7 100644 --- a/packages/nodes-base/nodes/Lemlist/descriptions/UnsubscribeDescription.ts +++ b/packages/nodes-base/nodes/Lemlist/descriptions/UnsubscribeDescription.ts @@ -7,8 +7,8 @@ export const unsubscribeOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'add', - description: 'Operation to perform', options: [ { name: 'Add', diff --git a/packages/nodes-base/nodes/Line/Line.node.ts b/packages/nodes-base/nodes/Line/Line.node.ts index 4f25af9e47..e4eaeb0438 100644 --- a/packages/nodes-base/nodes/Line/Line.node.ts +++ b/packages/nodes-base/nodes/Line/Line.node.ts @@ -52,6 +52,7 @@ export class Line implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Notification', @@ -59,7 +60,6 @@ export class Line implements INodeType { }, ], default: 'notification', - description: 'The resource to operate on.', }, ...notificationOperations, ...notificationFields, diff --git a/packages/nodes-base/nodes/Line/NotificationDescription.ts b/packages/nodes-base/nodes/Line/NotificationDescription.ts index abeec18d8a..2e0e82d435 100644 --- a/packages/nodes-base/nodes/Line/NotificationDescription.ts +++ b/packages/nodes-base/nodes/Line/NotificationDescription.ts @@ -7,6 +7,7 @@ export const notificationOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const notificationOperations: INodeProperties[] = [ }, ], default: 'send', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Linear/IssueDescription.ts b/packages/nodes-base/nodes/Linear/IssueDescription.ts index 5b1c7294a0..eff0089748 100644 --- a/packages/nodes-base/nodes/Linear/IssueDescription.ts +++ b/packages/nodes-base/nodes/Linear/IssueDescription.ts @@ -7,6 +7,7 @@ export const issueOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Linear/Linear.node.ts b/packages/nodes-base/nodes/Linear/Linear.node.ts index 2ed4874eff..c482922c99 100644 --- a/packages/nodes-base/nodes/Linear/Linear.node.ts +++ b/packages/nodes-base/nodes/Linear/Linear.node.ts @@ -61,6 +61,7 @@ export class Linear implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Issue', diff --git a/packages/nodes-base/nodes/LingvaNex/ActivityDescription.ts b/packages/nodes-base/nodes/LingvaNex/ActivityDescription.ts index 1221aa1cba..1cfb0202df 100644 --- a/packages/nodes-base/nodes/LingvaNex/ActivityDescription.ts +++ b/packages/nodes-base/nodes/LingvaNex/ActivityDescription.ts @@ -7,6 +7,7 @@ export const activityOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const activityOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/LingvaNex/LingvaNex.node.ts b/packages/nodes-base/nodes/LingvaNex/LingvaNex.node.ts index baafa44aba..7be45b8364 100644 --- a/packages/nodes-base/nodes/LingvaNex/LingvaNex.node.ts +++ b/packages/nodes-base/nodes/LingvaNex/LingvaNex.node.ts @@ -40,6 +40,7 @@ export class LingvaNex implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Translate', @@ -48,7 +49,6 @@ export class LingvaNex implements INodeType { }, ], default: 'translate', - description: 'The operation to perform', }, // ---------------------------------- // All diff --git a/packages/nodes-base/nodes/LinkedIn/LinkedIn.node.ts b/packages/nodes-base/nodes/LinkedIn/LinkedIn.node.ts index 68370fceaa..956e0f8373 100644 --- a/packages/nodes-base/nodes/LinkedIn/LinkedIn.node.ts +++ b/packages/nodes-base/nodes/LinkedIn/LinkedIn.node.ts @@ -39,6 +39,7 @@ export class LinkedIn implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Post', @@ -46,7 +47,6 @@ export class LinkedIn implements INodeType { }, ], default: 'post', - description: 'The resource to consume', }, //POST ...postOperations, diff --git a/packages/nodes-base/nodes/LinkedIn/PostDescription.ts b/packages/nodes-base/nodes/LinkedIn/PostDescription.ts index 4cc8a03cf9..fab887bfb5 100644 --- a/packages/nodes-base/nodes/LinkedIn/PostDescription.ts +++ b/packages/nodes-base/nodes/LinkedIn/PostDescription.ts @@ -5,6 +5,7 @@ export const postOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -20,7 +21,6 @@ export const postOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Magento/CustomerDescription.ts b/packages/nodes-base/nodes/Magento/CustomerDescription.ts index 06b2be17eb..a734611365 100644 --- a/packages/nodes-base/nodes/Magento/CustomerDescription.ts +++ b/packages/nodes-base/nodes/Magento/CustomerDescription.ts @@ -12,6 +12,7 @@ export const customerOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -47,7 +48,6 @@ export const customerOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Magento/InvoiceDescription.ts b/packages/nodes-base/nodes/Magento/InvoiceDescription.ts index 2358bfe4dc..417cbd5042 100644 --- a/packages/nodes-base/nodes/Magento/InvoiceDescription.ts +++ b/packages/nodes-base/nodes/Magento/InvoiceDescription.ts @@ -7,6 +7,7 @@ export const invoiceOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const invoiceOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Magento/Magento2.node.ts b/packages/nodes-base/nodes/Magento/Magento2.node.ts index 396819d836..99f0af1783 100644 --- a/packages/nodes-base/nodes/Magento/Magento2.node.ts +++ b/packages/nodes-base/nodes/Magento/Magento2.node.ts @@ -89,6 +89,7 @@ export class Magento2 implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Customer', @@ -108,7 +109,6 @@ export class Magento2 implements INodeType { }, ], default: 'customer', - description: 'The resource to operate on', }, ...customerOperations, ...customerFields, diff --git a/packages/nodes-base/nodes/Magento/OrderDescription.ts b/packages/nodes-base/nodes/Magento/OrderDescription.ts index 221add9684..1a76767297 100644 --- a/packages/nodes-base/nodes/Magento/OrderDescription.ts +++ b/packages/nodes-base/nodes/Magento/OrderDescription.ts @@ -11,6 +11,7 @@ export const orderOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -41,7 +42,6 @@ export const orderOperations: INodeProperties[] = [ }, ], default: 'cancel', - description: 'The operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Magento/ProductDescription.ts b/packages/nodes-base/nodes/Magento/ProductDescription.ts index 7d2e1ce332..0cf49da2cc 100644 --- a/packages/nodes-base/nodes/Magento/ProductDescription.ts +++ b/packages/nodes-base/nodes/Magento/ProductDescription.ts @@ -12,6 +12,7 @@ export const productOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -47,7 +48,6 @@ export const productOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Mailcheck/Mailcheck.node.ts b/packages/nodes-base/nodes/Mailcheck/Mailcheck.node.ts index 8ec615b77b..418713cda6 100644 --- a/packages/nodes-base/nodes/Mailcheck/Mailcheck.node.ts +++ b/packages/nodes-base/nodes/Mailcheck/Mailcheck.node.ts @@ -38,6 +38,7 @@ export class Mailcheck implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Email', @@ -50,6 +51,7 @@ export class Mailcheck implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Mailchimp/Mailchimp.node.ts b/packages/nodes-base/nodes/Mailchimp/Mailchimp.node.ts index 5681ccffa8..686c169ca5 100644 --- a/packages/nodes-base/nodes/Mailchimp/Mailchimp.node.ts +++ b/packages/nodes-base/nodes/Mailchimp/Mailchimp.node.ts @@ -106,12 +106,12 @@ export class Mailchimp implements INodeType { }, ], default: 'apiKey', - description: 'Method of authentication.', }, { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Campaign', @@ -132,12 +132,12 @@ export class Mailchimp implements INodeType { ], default: 'member', required: true, - description: 'Resource to consume.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, required: true, displayOptions: { show: { @@ -174,12 +174,12 @@ export class Mailchimp implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, required: true, displayOptions: { show: { @@ -201,12 +201,12 @@ export class Mailchimp implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, required: true, displayOptions: { show: { @@ -223,12 +223,12 @@ export class Mailchimp implements INodeType { }, ], default: 'getAll', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type:'options', + noDataExpression: true, required: true, displayOptions : { show: { @@ -271,7 +271,6 @@ export class Mailchimp implements INodeType { }, ], default: 'getAll', - description: 'The operation to perform.', }, /* -------------------------------------------------------------------------- */ /* member:create */ diff --git a/packages/nodes-base/nodes/Mailchimp/MailchimpTrigger.node.ts b/packages/nodes-base/nodes/Mailchimp/MailchimpTrigger.node.ts index 04e05790f6..2f99dd3e05 100644 --- a/packages/nodes-base/nodes/Mailchimp/MailchimpTrigger.node.ts +++ b/packages/nodes-base/nodes/Mailchimp/MailchimpTrigger.node.ts @@ -84,7 +84,6 @@ export class MailchimpTrigger implements INodeType { }, ], default: 'apiKey', - description: 'Method of authentication.', }, { displayName: 'List', diff --git a/packages/nodes-base/nodes/MailerLite/MailerLite.node.ts b/packages/nodes-base/nodes/MailerLite/MailerLite.node.ts index 48f3c0636f..1b5d3129e3 100644 --- a/packages/nodes-base/nodes/MailerLite/MailerLite.node.ts +++ b/packages/nodes-base/nodes/MailerLite/MailerLite.node.ts @@ -46,6 +46,7 @@ export class MailerLite implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Subscriber', @@ -53,7 +54,6 @@ export class MailerLite implements INodeType { }, ], default: 'subscriber', - description: 'The resource to operate on.', }, ...subscriberOperations, ...subscriberFields, diff --git a/packages/nodes-base/nodes/MailerLite/SubscriberDescription.ts b/packages/nodes-base/nodes/MailerLite/SubscriberDescription.ts index 4904c3ccea..705b1b3028 100644 --- a/packages/nodes-base/nodes/MailerLite/SubscriberDescription.ts +++ b/packages/nodes-base/nodes/MailerLite/SubscriberDescription.ts @@ -7,6 +7,7 @@ export const subscriberOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const subscriberOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Mailjet/Mailjet.node.ts b/packages/nodes-base/nodes/Mailjet/Mailjet.node.ts index bb9a7bb5f4..668edd8f06 100644 --- a/packages/nodes-base/nodes/Mailjet/Mailjet.node.ts +++ b/packages/nodes-base/nodes/Mailjet/Mailjet.node.ts @@ -78,12 +78,12 @@ export class Mailjet implements INodeType { value: 'email', }, { + // eslint-disable-next-line n8n-nodes-base/node-param-resource-with-plural-option name: 'SMS', value: 'sms', }, ], default: 'email', - description: 'Resource to consume', }, ...emailOperations, ...emailFields, diff --git a/packages/nodes-base/nodes/Mandrill/Mandrill.node.ts b/packages/nodes-base/nodes/Mandrill/Mandrill.node.ts index 8db53f4872..8089d3833e 100644 --- a/packages/nodes-base/nodes/Mandrill/Mandrill.node.ts +++ b/packages/nodes-base/nodes/Mandrill/Mandrill.node.ts @@ -122,6 +122,7 @@ export class Mandrill implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Message', @@ -130,12 +131,12 @@ export class Mandrill implements INodeType { }, ], default: 'message', - description: 'Resource to consume.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -156,7 +157,6 @@ export class Mandrill implements INodeType { }, ], default: 'sendTemplate', - description: 'The operation to perform.', }, { displayName: 'Template', diff --git a/packages/nodes-base/nodes/Markdown/Markdown.node.ts b/packages/nodes-base/nodes/Markdown/Markdown.node.ts index d5ed040082..bc6ec2cd4f 100644 --- a/packages/nodes-base/nodes/Markdown/Markdown.node.ts +++ b/packages/nodes-base/nodes/Markdown/Markdown.node.ts @@ -317,11 +317,13 @@ export class Markdown implements INodeType { 'Whether to open all links in new windows (by adding the attribute target="_blank" to tags)', }, { - displayName: 'Automatic Linking To URLs', + // eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-simplify + displayName: 'Automatic Linking to URLs', name: 'simplifiedAutoLink', type: 'boolean', // eslint-disable-next-line n8n-nodes-base/node-param-default-wrong-for-simplify default: false, + // eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-simplify description: 'Whether to enable automatic linking to urls', }, { @@ -472,11 +474,13 @@ export class Markdown implements INodeType { description: 'Whether to prevent showdown from modifying the prefix', }, { + // eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-simplify displayName: 'Simple Line Breaks', name: 'simpleLineBreaks', type: 'boolean', // eslint-disable-next-line n8n-nodes-base/node-param-default-wrong-for-simplify default: false, + // eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-simplify description: 'Whether to parse line breaks as
, like GitHub does, without needing 2 spaces at the end of the line', }, diff --git a/packages/nodes-base/nodes/Marketstack/Marketstack.node.ts b/packages/nodes-base/nodes/Marketstack/Marketstack.node.ts index 851e130221..23baa76c68 100644 --- a/packages/nodes-base/nodes/Marketstack/Marketstack.node.ts +++ b/packages/nodes-base/nodes/Marketstack/Marketstack.node.ts @@ -57,6 +57,7 @@ export class Marketstack implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'End-of-Day Data', diff --git a/packages/nodes-base/nodes/Marketstack/descriptions/EndOfDayDataDescription.ts b/packages/nodes-base/nodes/Marketstack/descriptions/EndOfDayDataDescription.ts index 96428a0eca..88174aeb3a 100644 --- a/packages/nodes-base/nodes/Marketstack/descriptions/EndOfDayDataDescription.ts +++ b/packages/nodes-base/nodes/Marketstack/descriptions/EndOfDayDataDescription.ts @@ -7,6 +7,7 @@ export const endOfDayDataOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Get All', diff --git a/packages/nodes-base/nodes/Marketstack/descriptions/ExchangeDescription.ts b/packages/nodes-base/nodes/Marketstack/descriptions/ExchangeDescription.ts index 7cdc8ee9e2..b25d119a44 100644 --- a/packages/nodes-base/nodes/Marketstack/descriptions/ExchangeDescription.ts +++ b/packages/nodes-base/nodes/Marketstack/descriptions/ExchangeDescription.ts @@ -7,6 +7,7 @@ export const exchangeOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Get', diff --git a/packages/nodes-base/nodes/Marketstack/descriptions/TickerDescription.ts b/packages/nodes-base/nodes/Marketstack/descriptions/TickerDescription.ts index d0e8839f05..037bbb2cf6 100644 --- a/packages/nodes-base/nodes/Marketstack/descriptions/TickerDescription.ts +++ b/packages/nodes-base/nodes/Marketstack/descriptions/TickerDescription.ts @@ -7,6 +7,7 @@ export const tickerOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Get', diff --git a/packages/nodes-base/nodes/Matrix/AccountDescription.ts b/packages/nodes-base/nodes/Matrix/AccountDescription.ts index d659168129..aec0a68da4 100644 --- a/packages/nodes-base/nodes/Matrix/AccountDescription.ts +++ b/packages/nodes-base/nodes/Matrix/AccountDescription.ts @@ -7,6 +7,7 @@ export const accountOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,6 +23,5 @@ export const accountOperations: INodeProperties[] = [ }, ], default: 'me', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Matrix/EventDescription.ts b/packages/nodes-base/nodes/Matrix/EventDescription.ts index d2a34e6ff0..5d088928ff 100644 --- a/packages/nodes-base/nodes/Matrix/EventDescription.ts +++ b/packages/nodes-base/nodes/Matrix/EventDescription.ts @@ -7,6 +7,7 @@ export const eventOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const eventOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Matrix/Matrix.node.ts b/packages/nodes-base/nodes/Matrix/Matrix.node.ts index da9f0b8377..a1f896b73d 100644 --- a/packages/nodes-base/nodes/Matrix/Matrix.node.ts +++ b/packages/nodes-base/nodes/Matrix/Matrix.node.ts @@ -71,6 +71,7 @@ export class Matrix implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Account', @@ -98,7 +99,6 @@ export class Matrix implements INodeType { }, ], default: 'message', - description: 'The resource to operate on.', }, ...accountOperations, ...eventOperations, diff --git a/packages/nodes-base/nodes/Matrix/MediaDescription.ts b/packages/nodes-base/nodes/Matrix/MediaDescription.ts index 9b43cfe8c9..6f098f20f9 100644 --- a/packages/nodes-base/nodes/Matrix/MediaDescription.ts +++ b/packages/nodes-base/nodes/Matrix/MediaDescription.ts @@ -7,6 +7,7 @@ export const mediaOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const mediaOperations: INodeProperties[] = [ }, ], default: 'upload', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Matrix/MessageDescription.ts b/packages/nodes-base/nodes/Matrix/MessageDescription.ts index 193c25411b..e4a2127b9c 100644 --- a/packages/nodes-base/nodes/Matrix/MessageDescription.ts +++ b/packages/nodes-base/nodes/Matrix/MessageDescription.ts @@ -7,6 +7,7 @@ export const messageOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const messageOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Matrix/RoomDescription.ts b/packages/nodes-base/nodes/Matrix/RoomDescription.ts index 44a94acbfc..fd53838e49 100644 --- a/packages/nodes-base/nodes/Matrix/RoomDescription.ts +++ b/packages/nodes-base/nodes/Matrix/RoomDescription.ts @@ -7,6 +7,7 @@ export const roomOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const roomOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -67,7 +67,6 @@ export const roomFields: INodeProperties[] = [ }, default: '', placeholder: 'My new room', - description: 'The operation to perform.', required: true, }, { @@ -88,7 +87,6 @@ export const roomFields: INodeProperties[] = [ { name: 'Private Chat', value: 'private_chat', - description: 'Private chat', }, { name: 'Public Chat', @@ -98,7 +96,6 @@ export const roomFields: INodeProperties[] = [ ], default: 'public_chat', placeholder: 'My new room', - description: 'The operation to perform.', required: true, }, { @@ -117,7 +114,6 @@ export const roomFields: INodeProperties[] = [ }, default: '', placeholder: 'coolest-room-around', - description: 'The operation to perform.', }, /* -------------------------------------------------------------------------- */ /* room:join */ diff --git a/packages/nodes-base/nodes/Matrix/RoomMemberDescription.ts b/packages/nodes-base/nodes/Matrix/RoomMemberDescription.ts index 00405f7722..daca8390a4 100644 --- a/packages/nodes-base/nodes/Matrix/RoomMemberDescription.ts +++ b/packages/nodes-base/nodes/Matrix/RoomMemberDescription.ts @@ -7,6 +7,7 @@ export const roomMemberOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const roomMemberOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Mattermost/v1/actions/channel/index.ts b/packages/nodes-base/nodes/Mattermost/v1/actions/channel/index.ts index ba3648ad0a..f20fa5b189 100644 --- a/packages/nodes-base/nodes/Mattermost/v1/actions/channel/index.ts +++ b/packages/nodes-base/nodes/Mattermost/v1/actions/channel/index.ts @@ -23,6 +23,7 @@ export const descriptions: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -68,7 +69,6 @@ export const descriptions: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ...create.description, ...del.description, diff --git a/packages/nodes-base/nodes/Mattermost/v1/actions/message/index.ts b/packages/nodes-base/nodes/Mattermost/v1/actions/message/index.ts index 75222e115a..7579131574 100644 --- a/packages/nodes-base/nodes/Mattermost/v1/actions/message/index.ts +++ b/packages/nodes-base/nodes/Mattermost/v1/actions/message/index.ts @@ -15,6 +15,7 @@ export const descriptions: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const descriptions: INodeProperties[] = [ }, ], default: 'post', - description: 'The operation to perform', }, ...del.description, ...post.description, diff --git a/packages/nodes-base/nodes/Mattermost/v1/actions/reaction/index.ts b/packages/nodes-base/nodes/Mattermost/v1/actions/reaction/index.ts index 3f244a58e4..4d52526728 100644 --- a/packages/nodes-base/nodes/Mattermost/v1/actions/reaction/index.ts +++ b/packages/nodes-base/nodes/Mattermost/v1/actions/reaction/index.ts @@ -16,6 +16,7 @@ export const descriptions: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -41,7 +42,6 @@ export const descriptions: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform', }, ...create.description, ...del.description, diff --git a/packages/nodes-base/nodes/Mattermost/v1/actions/user/index.ts b/packages/nodes-base/nodes/Mattermost/v1/actions/user/index.ts index d10dff0c0a..87aa5d0e9e 100644 --- a/packages/nodes-base/nodes/Mattermost/v1/actions/user/index.ts +++ b/packages/nodes-base/nodes/Mattermost/v1/actions/user/index.ts @@ -22,6 +22,7 @@ export const descriptions: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -62,7 +63,6 @@ export const descriptions: INodeProperties[] = [ }, ], default: '', - description: 'The operation to perform.', }, ...create.description, ...deactive.description, diff --git a/packages/nodes-base/nodes/Mattermost/v1/actions/versionDescription.ts b/packages/nodes-base/nodes/Mattermost/v1/actions/versionDescription.ts index dcf258c2a6..74f20d5bf6 100644 --- a/packages/nodes-base/nodes/Mattermost/v1/actions/versionDescription.ts +++ b/packages/nodes-base/nodes/Mattermost/v1/actions/versionDescription.ts @@ -31,6 +31,7 @@ export const versionDescription: INodeTypeDescription = { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Channel', @@ -50,7 +51,6 @@ export const versionDescription: INodeTypeDescription = { }, ], default: 'message', - description: 'The resource to operate on', }, ...channel.descriptions, ...message.descriptions, diff --git a/packages/nodes-base/nodes/Mautic/CampaignContactDescription.ts b/packages/nodes-base/nodes/Mautic/CampaignContactDescription.ts index 2bff30bdd0..50da67bb4d 100644 --- a/packages/nodes-base/nodes/Mautic/CampaignContactDescription.ts +++ b/packages/nodes-base/nodes/Mautic/CampaignContactDescription.ts @@ -7,6 +7,7 @@ export const campaignContactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const campaignContactOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Mautic/CompanyContactDescription.ts b/packages/nodes-base/nodes/Mautic/CompanyContactDescription.ts index 5385df5794..a2728f93f9 100644 --- a/packages/nodes-base/nodes/Mautic/CompanyContactDescription.ts +++ b/packages/nodes-base/nodes/Mautic/CompanyContactDescription.ts @@ -7,6 +7,7 @@ export const companyContactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const companyContactOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Mautic/CompanyDescription.ts b/packages/nodes-base/nodes/Mautic/CompanyDescription.ts index 8502fab8db..0366a07904 100644 --- a/packages/nodes-base/nodes/Mautic/CompanyDescription.ts +++ b/packages/nodes-base/nodes/Mautic/CompanyDescription.ts @@ -7,6 +7,7 @@ export const companyOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const companyOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform', }, ]; @@ -69,7 +69,7 @@ export const companyFields: INodeProperties[] = [ description: 'The name of the company to create', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -83,7 +83,7 @@ export const companyFields: INodeProperties[] = [ }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, { displayName: 'Additional Fields', @@ -281,7 +281,7 @@ export const companyFields: INodeProperties[] = [ description: 'The ID of the company to update', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -295,7 +295,7 @@ export const companyFields: INodeProperties[] = [ }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, { displayName: 'Update Fields', @@ -499,7 +499,7 @@ export const companyFields: INodeProperties[] = [ description: 'The ID of the company to return', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -513,7 +513,7 @@ export const companyFields: INodeProperties[] = [ }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, /* -------------------------------------------------------------------------- */ @@ -561,7 +561,7 @@ export const companyFields: INodeProperties[] = [ description: 'Max number of results to return', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -575,7 +575,7 @@ export const companyFields: INodeProperties[] = [ }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, { displayName: 'Additional Fields', @@ -651,7 +651,7 @@ export const companyFields: INodeProperties[] = [ description: 'The ID of the company to delete', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -665,6 +665,6 @@ export const companyFields: INodeProperties[] = [ }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, ]; diff --git a/packages/nodes-base/nodes/Mautic/ContactDescription.ts b/packages/nodes-base/nodes/Mautic/ContactDescription.ts index 61dfe8f74d..fb22880f53 100644 --- a/packages/nodes-base/nodes/Mautic/ContactDescription.ts +++ b/packages/nodes-base/nodes/Mautic/ContactDescription.ts @@ -7,6 +7,7 @@ export const contactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -57,7 +58,6 @@ export const contactOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Mautic/ContactSegmentDescription.ts b/packages/nodes-base/nodes/Mautic/ContactSegmentDescription.ts index acaada72ed..57ccd38232 100644 --- a/packages/nodes-base/nodes/Mautic/ContactSegmentDescription.ts +++ b/packages/nodes-base/nodes/Mautic/ContactSegmentDescription.ts @@ -7,6 +7,7 @@ export const contactSegmentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const contactSegmentOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Mautic/Mautic.node.ts b/packages/nodes-base/nodes/Mautic/Mautic.node.ts index 6c46b48956..3dc3c5a947 100644 --- a/packages/nodes-base/nodes/Mautic/Mautic.node.ts +++ b/packages/nodes-base/nodes/Mautic/Mautic.node.ts @@ -154,7 +154,6 @@ export class Mautic implements INodeType { }, ], default: 'contact', - description: 'Resource to consume', }, ...companyOperations, ...companyFields, diff --git a/packages/nodes-base/nodes/Medium/Medium.node.ts b/packages/nodes-base/nodes/Medium/Medium.node.ts index 39ae818fb9..27f5d5182c 100644 --- a/packages/nodes-base/nodes/Medium/Medium.node.ts +++ b/packages/nodes-base/nodes/Medium/Medium.node.ts @@ -70,12 +70,12 @@ export class Medium implements INodeType { }, ], default: 'accessToken', - description: 'The method of authentication.', }, { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Post', @@ -87,12 +87,12 @@ export class Medium implements INodeType { }, ], default: 'post', - description: 'Resource to operate on.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -108,7 +108,6 @@ export class Medium implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, // ---------------------------------- @@ -334,6 +333,7 @@ export class Medium implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -349,7 +349,6 @@ export class Medium implements INodeType { }, ], default: 'publication', - description: 'The operation to perform.', }, // ---------------------------------- // publication:getAll diff --git a/packages/nodes-base/nodes/MessageBird/MessageBird.node.ts b/packages/nodes-base/nodes/MessageBird/MessageBird.node.ts index 4bccb35593..7e9cf89459 100644 --- a/packages/nodes-base/nodes/MessageBird/MessageBird.node.ts +++ b/packages/nodes-base/nodes/MessageBird/MessageBird.node.ts @@ -39,8 +39,10 @@ export class MessageBird implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { + // eslint-disable-next-line n8n-nodes-base/node-param-resource-with-plural-option name: 'SMS', value: 'sms', }, @@ -50,12 +52,12 @@ export class MessageBird implements INodeType { }, ], default: 'sms', - description: 'The resource to operate on.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -71,12 +73,12 @@ export class MessageBird implements INodeType { }, ], default: 'send', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -92,7 +94,6 @@ export class MessageBird implements INodeType { }, ], default: 'get', - description: 'The operation to perform.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/Microsoft/Dynamics/MicrosoftDynamicsCrm.node.ts b/packages/nodes-base/nodes/Microsoft/Dynamics/MicrosoftDynamicsCrm.node.ts index 28afd8ce02..f3fa92919d 100644 --- a/packages/nodes-base/nodes/Microsoft/Dynamics/MicrosoftDynamicsCrm.node.ts +++ b/packages/nodes-base/nodes/Microsoft/Dynamics/MicrosoftDynamicsCrm.node.ts @@ -51,6 +51,7 @@ export class MicrosoftDynamicsCrm implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Account', @@ -58,7 +59,6 @@ export class MicrosoftDynamicsCrm implements INodeType { }, ], default: 'account', - description: 'The resource to operate on', }, ...accountOperations, ...accountFields, diff --git a/packages/nodes-base/nodes/Microsoft/Dynamics/descriptions/AccountDescription.ts b/packages/nodes-base/nodes/Microsoft/Dynamics/descriptions/AccountDescription.ts index 55b52972f6..0cf3540f8e 100644 --- a/packages/nodes-base/nodes/Microsoft/Dynamics/descriptions/AccountDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Dynamics/descriptions/AccountDescription.ts @@ -11,6 +11,7 @@ export const accountOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -41,7 +42,6 @@ export const accountOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Microsoft/Excel/MicrosoftExcel.node.ts b/packages/nodes-base/nodes/Microsoft/Excel/MicrosoftExcel.node.ts index 5f336284f7..ebbd5ddedf 100644 --- a/packages/nodes-base/nodes/Microsoft/Excel/MicrosoftExcel.node.ts +++ b/packages/nodes-base/nodes/Microsoft/Excel/MicrosoftExcel.node.ts @@ -59,6 +59,7 @@ export class MicrosoftExcel implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Table', @@ -77,7 +78,6 @@ export class MicrosoftExcel implements INodeType { }, ], default: 'workbook', - description: 'The resource to operate on.', }, ...workbookOperations, ...workbookFields, diff --git a/packages/nodes-base/nodes/Microsoft/Excel/TableDescription.ts b/packages/nodes-base/nodes/Microsoft/Excel/TableDescription.ts index 98c5814f13..a077d8af41 100644 --- a/packages/nodes-base/nodes/Microsoft/Excel/TableDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Excel/TableDescription.ts @@ -5,6 +5,7 @@ export const tableOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -35,7 +36,6 @@ export const tableOperations: INodeProperties[] = [ }, ], default: 'addRow', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Microsoft/Excel/WorkbookDescription.ts b/packages/nodes-base/nodes/Microsoft/Excel/WorkbookDescription.ts index 63cb9171f7..1c178908b7 100644 --- a/packages/nodes-base/nodes/Microsoft/Excel/WorkbookDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Excel/WorkbookDescription.ts @@ -5,6 +5,7 @@ export const workbookOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -25,7 +26,6 @@ export const workbookOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Microsoft/Excel/WorksheetDescription.ts b/packages/nodes-base/nodes/Microsoft/Excel/WorksheetDescription.ts index 659ab11270..cec3d9bef0 100644 --- a/packages/nodes-base/nodes/Microsoft/Excel/WorksheetDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Excel/WorksheetDescription.ts @@ -5,6 +5,7 @@ export const worksheetOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -25,7 +26,6 @@ export const worksheetOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Microsoft/OneDrive/FileDescription.ts b/packages/nodes-base/nodes/Microsoft/OneDrive/FileDescription.ts index b0abc08c1b..329f63e3f1 100644 --- a/packages/nodes-base/nodes/Microsoft/OneDrive/FileDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/OneDrive/FileDescription.ts @@ -7,6 +7,7 @@ export const fileOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -57,7 +58,6 @@ export const fileOperations: INodeProperties[] = [ }, ], default: 'upload', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Microsoft/OneDrive/FolderDescription.ts b/packages/nodes-base/nodes/Microsoft/OneDrive/FolderDescription.ts index 0fefc74c9e..e427267b14 100644 --- a/packages/nodes-base/nodes/Microsoft/OneDrive/FolderDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/OneDrive/FolderDescription.ts @@ -7,6 +7,7 @@ export const folderOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -47,7 +48,6 @@ export const folderOperations: INodeProperties[] = [ }, ], default: 'getChildren', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Microsoft/OneDrive/MicrosoftOneDrive.node.ts b/packages/nodes-base/nodes/Microsoft/OneDrive/MicrosoftOneDrive.node.ts index 732496ab02..e78eb703b1 100644 --- a/packages/nodes-base/nodes/Microsoft/OneDrive/MicrosoftOneDrive.node.ts +++ b/packages/nodes-base/nodes/Microsoft/OneDrive/MicrosoftOneDrive.node.ts @@ -52,6 +52,7 @@ export class MicrosoftOneDrive implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'File', @@ -63,7 +64,6 @@ export class MicrosoftOneDrive implements INodeType { }, ], default: 'file', - description: 'The resource to operate on.', }, ...fileOperations, ...fileFields, diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/DraftDescription.ts b/packages/nodes-base/nodes/Microsoft/Outlook/DraftDescription.ts index ccd3e3114d..6ef201e79d 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/DraftDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/DraftDescription.ts @@ -7,6 +7,7 @@ export const draftOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const draftOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/FolderDescription.ts b/packages/nodes-base/nodes/Microsoft/Outlook/FolderDescription.ts index 5bf592dc8c..f6c207580b 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/FolderDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/FolderDescription.ts @@ -7,6 +7,7 @@ export const folderOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const folderOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/FolderMessageDecription.ts b/packages/nodes-base/nodes/Microsoft/Outlook/FolderMessageDecription.ts index 4a2194d891..ad5ac5e88c 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/FolderMessageDecription.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/FolderMessageDecription.ts @@ -7,6 +7,7 @@ export const folderMessageOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const folderMessageOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/MessageAttachmentDescription.ts b/packages/nodes-base/nodes/Microsoft/Outlook/MessageAttachmentDescription.ts index cd613f2968..2a23e01945 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/MessageAttachmentDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/MessageAttachmentDescription.ts @@ -7,6 +7,7 @@ export const messageAttachmentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const messageAttachmentOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/MessageDescription.ts b/packages/nodes-base/nodes/Microsoft/Outlook/MessageDescription.ts index 98c2621afe..696c622b39 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/MessageDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/MessageDescription.ts @@ -7,6 +7,7 @@ export const messageOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -57,7 +58,6 @@ export const messageOperations: INodeProperties[] = [ }, ], default: 'send', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/MicrosoftOutlook.node.ts b/packages/nodes-base/nodes/Microsoft/Outlook/MicrosoftOutlook.node.ts index b99f6b4510..84f246bcab 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/MicrosoftOutlook.node.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/MicrosoftOutlook.node.ts @@ -76,6 +76,7 @@ export class MicrosoftOutlook implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, default: 'message', options: [ { diff --git a/packages/nodes-base/nodes/Microsoft/Sql/MicrosoftSql.node.ts b/packages/nodes-base/nodes/Microsoft/Sql/MicrosoftSql.node.ts index 25814b710c..afe7b3568d 100644 --- a/packages/nodes-base/nodes/Microsoft/Sql/MicrosoftSql.node.ts +++ b/packages/nodes-base/nodes/Microsoft/Sql/MicrosoftSql.node.ts @@ -56,6 +56,7 @@ export class MicrosoftSql implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Execute Query', @@ -79,7 +80,6 @@ export class MicrosoftSql implements INodeType { }, ], default: 'insert', - description: 'The operation to perform.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/Microsoft/Teams/MicrosoftTeams.node.ts b/packages/nodes-base/nodes/Microsoft/Teams/MicrosoftTeams.node.ts index 3e34844926..73a41ca292 100644 --- a/packages/nodes-base/nodes/Microsoft/Teams/MicrosoftTeams.node.ts +++ b/packages/nodes-base/nodes/Microsoft/Teams/MicrosoftTeams.node.ts @@ -82,7 +82,6 @@ export class MicrosoftTeams implements INodeType { }, ], default: 'channel', - description: 'The resource to operate on', }, // CHANNEL ...channelOperations, diff --git a/packages/nodes-base/nodes/Microsoft/ToDo/LinkedResourceDescription.ts b/packages/nodes-base/nodes/Microsoft/ToDo/LinkedResourceDescription.ts index d8b94e3e43..07f874cd90 100644 --- a/packages/nodes-base/nodes/Microsoft/ToDo/LinkedResourceDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/ToDo/LinkedResourceDescription.ts @@ -7,6 +7,7 @@ export const linkedResourceOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const linkedResourceOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Microsoft/ToDo/ListDescription.ts b/packages/nodes-base/nodes/Microsoft/ToDo/ListDescription.ts index c38ab1741b..a497fc4079 100644 --- a/packages/nodes-base/nodes/Microsoft/ToDo/ListDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/ToDo/ListDescription.ts @@ -7,6 +7,7 @@ export const listOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const listOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Microsoft/ToDo/MicrosoftToDo.node.ts b/packages/nodes-base/nodes/Microsoft/ToDo/MicrosoftToDo.node.ts index 42d365ace9..8051e46463 100644 --- a/packages/nodes-base/nodes/Microsoft/ToDo/MicrosoftToDo.node.ts +++ b/packages/nodes-base/nodes/Microsoft/ToDo/MicrosoftToDo.node.ts @@ -59,6 +59,7 @@ export class MicrosoftToDo implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Linked Resource', @@ -74,7 +75,6 @@ export class MicrosoftToDo implements INodeType { }, ], default: 'task', - description: 'The resource to operate on.', }, ...linkedResourceOperations, ...linkedResourceFields, diff --git a/packages/nodes-base/nodes/Microsoft/ToDo/TaskDescription.ts b/packages/nodes-base/nodes/Microsoft/ToDo/TaskDescription.ts index d522d290eb..e55d08bd57 100644 --- a/packages/nodes-base/nodes/Microsoft/ToDo/TaskDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/ToDo/TaskDescription.ts @@ -7,6 +7,7 @@ export const taskOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const taskOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Mindee/Mindee.node.ts b/packages/nodes-base/nodes/Mindee/Mindee.node.ts index 1d0b8b6eec..591b91eb77 100644 --- a/packages/nodes-base/nodes/Mindee/Mindee.node.ts +++ b/packages/nodes-base/nodes/Mindee/Mindee.node.ts @@ -60,6 +60,7 @@ export class Mindee implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Invoice', @@ -71,12 +72,12 @@ export class Mindee implements INodeType { }, ], default: 'receipt', - description: 'The resource to operate on.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Predict', @@ -84,7 +85,6 @@ export class Mindee implements INodeType { }, ], default: 'predict', - description: 'The resource to operate on.', }, { displayName: 'Binary Property', diff --git a/packages/nodes-base/nodes/Mocean/Mocean.node.ts b/packages/nodes-base/nodes/Mocean/Mocean.node.ts index 8e8e533c81..56b8a20859 100644 --- a/packages/nodes-base/nodes/Mocean/Mocean.node.ts +++ b/packages/nodes-base/nodes/Mocean/Mocean.node.ts @@ -49,6 +49,7 @@ export class Mocean implements INodeType { noDataExpression: true, options: [ { + // eslint-disable-next-line n8n-nodes-base/node-param-resource-with-plural-option name: 'SMS', value: 'sms', }, @@ -80,7 +81,6 @@ export class Mocean implements INodeType { }, ], default: 'send', - description: 'Operation to perform', }, { displayName: 'From', diff --git a/packages/nodes-base/nodes/MondayCom/BoardColumnDescription.ts b/packages/nodes-base/nodes/MondayCom/BoardColumnDescription.ts index 59cd07d779..dcb8ee0119 100644 --- a/packages/nodes-base/nodes/MondayCom/BoardColumnDescription.ts +++ b/packages/nodes-base/nodes/MondayCom/BoardColumnDescription.ts @@ -7,6 +7,7 @@ export const boardColumnOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const boardColumnOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/MondayCom/BoardDescription.ts b/packages/nodes-base/nodes/MondayCom/BoardDescription.ts index 946cda282a..94c8d9e1ed 100644 --- a/packages/nodes-base/nodes/MondayCom/BoardDescription.ts +++ b/packages/nodes-base/nodes/MondayCom/BoardDescription.ts @@ -7,6 +7,7 @@ export const boardOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const boardOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/MondayCom/BoardGroupDescription.ts b/packages/nodes-base/nodes/MondayCom/BoardGroupDescription.ts index 39f378120c..e948d989f3 100644 --- a/packages/nodes-base/nodes/MondayCom/BoardGroupDescription.ts +++ b/packages/nodes-base/nodes/MondayCom/BoardGroupDescription.ts @@ -7,6 +7,7 @@ export const boardGroupOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const boardGroupOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/MondayCom/BoardItemDescription.ts b/packages/nodes-base/nodes/MondayCom/BoardItemDescription.ts index 5963960879..8086f281bf 100644 --- a/packages/nodes-base/nodes/MondayCom/BoardItemDescription.ts +++ b/packages/nodes-base/nodes/MondayCom/BoardItemDescription.ts @@ -7,6 +7,7 @@ export const boardItemOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -62,7 +63,6 @@ export const boardItemOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/MondayCom/MondayCom.node.ts b/packages/nodes-base/nodes/MondayCom/MondayCom.node.ts index 6fc58401d5..cc6eeaa58c 100644 --- a/packages/nodes-base/nodes/MondayCom/MondayCom.node.ts +++ b/packages/nodes-base/nodes/MondayCom/MondayCom.node.ts @@ -100,12 +100,12 @@ export class MondayCom implements INodeType { }, ], default: 'accessToken', - description: 'The resource to operate on.', }, { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Board', @@ -125,7 +125,6 @@ export class MondayCom implements INodeType { }, ], default: 'board', - description: 'Resource to consume.', }, //BOARD ...boardOperations, diff --git a/packages/nodes-base/nodes/MongoDb/mongo.node.options.ts b/packages/nodes-base/nodes/MongoDb/mongo.node.options.ts index 543ffbf339..d841af024b 100644 --- a/packages/nodes-base/nodes/MongoDb/mongo.node.options.ts +++ b/packages/nodes-base/nodes/MongoDb/mongo.node.options.ts @@ -28,6 +28,7 @@ export const nodeDescription: INodeTypeDescription = { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Aggregate', @@ -56,7 +57,6 @@ export const nodeDescription: INodeTypeDescription = { }, ], default: 'find', - description: 'The operation to perform.', }, { @@ -135,6 +135,9 @@ export const nodeDescription: INodeTypeDescription = { displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, default: 0, // eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-limit description: 'Use limit to specify the maximum number of documents or 0 for unlimited documents', @@ -156,7 +159,7 @@ export const nodeDescription: INodeTypeDescription = { default: '{}', placeholder: '{ "field": -1 }', required: true, - description: 'A json that defines the sort order of the result set', + description: 'A JSON that defines the sort order of the result set', }, ], }, diff --git a/packages/nodes-base/nodes/MonicaCrm/MonicaCrm.node.ts b/packages/nodes-base/nodes/MonicaCrm/MonicaCrm.node.ts index d280610cbc..fb1e3f1c28 100644 --- a/packages/nodes-base/nodes/MonicaCrm/MonicaCrm.node.ts +++ b/packages/nodes-base/nodes/MonicaCrm/MonicaCrm.node.ts @@ -74,6 +74,7 @@ export class MonicaCrm implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Activity', diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/ActivityDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/ActivityDescription.ts index f9e86fb43e..6bb263985f 100644 --- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ActivityDescription.ts +++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ActivityDescription.ts @@ -7,6 +7,7 @@ export const activityOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/CallDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/CallDescription.ts index 466343430a..f7f848b2eb 100644 --- a/packages/nodes-base/nodes/MonicaCrm/descriptions/CallDescription.ts +++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/CallDescription.ts @@ -7,6 +7,7 @@ export const callOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactDescription.ts index 2d32ae0bec..17e636d76d 100644 --- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactDescription.ts +++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactDescription.ts @@ -7,6 +7,7 @@ export const contactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactFieldDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactFieldDescription.ts index 25e8a6459a..f3ed26483e 100644 --- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactFieldDescription.ts +++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactFieldDescription.ts @@ -7,6 +7,7 @@ export const contactFieldOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactTagDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactTagDescription.ts index f7de03c720..3289398776 100644 --- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactTagDescription.ts +++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactTagDescription.ts @@ -7,6 +7,7 @@ export const contactTagOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/ConversationDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/ConversationDescription.ts index 2c69f4f8e3..44acf26dbd 100644 --- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ConversationDescription.ts +++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ConversationDescription.ts @@ -7,6 +7,7 @@ export const conversationOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/ConversationMessageDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/ConversationMessageDescription.ts index b9c772d6e8..e66814f735 100644 --- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ConversationMessageDescription.ts +++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ConversationMessageDescription.ts @@ -7,6 +7,7 @@ export const conversationMessageOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/JournalEntryDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/JournalEntryDescription.ts index d27d4963b7..95d43d1814 100644 --- a/packages/nodes-base/nodes/MonicaCrm/descriptions/JournalEntryDescription.ts +++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/JournalEntryDescription.ts @@ -7,6 +7,7 @@ export const journalEntryOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/NoteDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/NoteDescription.ts index a03b0d4045..2e0a43f947 100644 --- a/packages/nodes-base/nodes/MonicaCrm/descriptions/NoteDescription.ts +++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/NoteDescription.ts @@ -7,6 +7,7 @@ export const noteOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/ReminderDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/ReminderDescription.ts index 6604e0f19a..af6daa6027 100644 --- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ReminderDescription.ts +++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ReminderDescription.ts @@ -7,6 +7,7 @@ export const reminderOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/TagDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/TagDescription.ts index 5efdc6adcb..633b96bb4a 100644 --- a/packages/nodes-base/nodes/MonicaCrm/descriptions/TagDescription.ts +++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/TagDescription.ts @@ -7,6 +7,7 @@ export const tagOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/TaskDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/TaskDescription.ts index 08d74828a1..6a0d8cdb7c 100644 --- a/packages/nodes-base/nodes/MonicaCrm/descriptions/TaskDescription.ts +++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/TaskDescription.ts @@ -7,6 +7,7 @@ export const taskOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Msg91/Msg91.node.ts b/packages/nodes-base/nodes/Msg91/Msg91.node.ts index eff52bcae5..fb7e29f3dd 100644 --- a/packages/nodes-base/nodes/Msg91/Msg91.node.ts +++ b/packages/nodes-base/nodes/Msg91/Msg91.node.ts @@ -37,19 +37,21 @@ export class Msg91 implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { + // eslint-disable-next-line n8n-nodes-base/node-param-resource-with-plural-option name: 'SMS', value: 'sms', }, ], default: 'sms', - description: 'The resource to operate on.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -65,7 +67,6 @@ export class Msg91 implements INodeType { }, ], default: 'send', - description: 'The operation to perform.', }, { displayName: 'Sender ID', diff --git a/packages/nodes-base/nodes/MySql/MySql.node.ts b/packages/nodes-base/nodes/MySql/MySql.node.ts index ede055a59e..021f7431d3 100644 --- a/packages/nodes-base/nodes/MySql/MySql.node.ts +++ b/packages/nodes-base/nodes/MySql/MySql.node.ts @@ -35,6 +35,7 @@ export class MySql implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Execute Query', @@ -53,7 +54,6 @@ export class MySql implements INodeType { }, ], default: 'insert', - description: 'The operation to perform.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/N8nTrainingCustomerDatastore.node.ts b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/N8nTrainingCustomerDatastore.node.ts index 9aa5071c65..4169642940 100644 --- a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/N8nTrainingCustomerDatastore.node.ts +++ b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/N8nTrainingCustomerDatastore.node.ts @@ -71,20 +71,18 @@ export class N8nTrainingCustomerDatastore implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Get One Person', value: 'getOnePerson', - description: 'Get one person', }, { name: 'Get All People', value: 'getAllPeople', - description: 'Get all people', }, ], default: 'getOnePerson', - description: 'The operation to perform.', }, { displayName: 'Return All', diff --git a/packages/nodes-base/nodes/Nasa/Nasa.node.ts b/packages/nodes-base/nodes/Nasa/Nasa.node.ts index be4ba4a877..74c6d20270 100644 --- a/packages/nodes-base/nodes/Nasa/Nasa.node.ts +++ b/packages/nodes-base/nodes/Nasa/Nasa.node.ts @@ -45,6 +45,7 @@ export class Nasa implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Astronomy Picture of the Day', @@ -99,7 +100,7 @@ export class Nasa implements INodeType { value: 'donkiWsaEnlilSimulation', }, { - name: 'DONKI Notifications', + name: 'DONKI Notification', value: 'donkiNotifications', }, { @@ -107,12 +108,11 @@ export class Nasa implements INodeType { value: 'earthImagery', }, { - name: 'Earth Assets', + name: 'Earth Asset', value: 'earthAssets', }, ], default: 'astronomyPictureOfTheDay', - description: 'The resource to operate on', }, // ---------------------------------- // operations @@ -121,6 +121,7 @@ export class Nasa implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -136,12 +137,12 @@ export class Nasa implements INodeType { }, ], default: 'get', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -157,12 +158,12 @@ export class Nasa implements INodeType { }, ], default: 'get', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -178,12 +179,12 @@ export class Nasa implements INodeType { }, ], default: 'get', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -199,12 +200,12 @@ export class Nasa implements INodeType { }, ], default: 'getAll', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -220,12 +221,12 @@ export class Nasa implements INodeType { }, ], default: 'get', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -241,12 +242,12 @@ export class Nasa implements INodeType { }, ], default: 'get', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -262,12 +263,12 @@ export class Nasa implements INodeType { }, ], default: 'get', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -283,12 +284,12 @@ export class Nasa implements INodeType { }, ], default: 'get', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -304,12 +305,12 @@ export class Nasa implements INodeType { }, ], default: 'get', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -325,12 +326,12 @@ export class Nasa implements INodeType { }, ], default: 'get', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -346,12 +347,12 @@ export class Nasa implements INodeType { }, ], default: 'get', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -367,12 +368,12 @@ export class Nasa implements INodeType { }, ], default: 'get', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -388,12 +389,12 @@ export class Nasa implements INodeType { }, ], default: 'get', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -409,12 +410,12 @@ export class Nasa implements INodeType { }, ], default: 'get', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -430,12 +431,12 @@ export class Nasa implements INodeType { }, ], default: 'get', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -451,12 +452,12 @@ export class Nasa implements INodeType { }, ], default: 'get', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -472,12 +473,12 @@ export class Nasa implements INodeType { }, ], default: 'get', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -493,12 +494,12 @@ export class Nasa implements INodeType { }, ], default: 'get', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -514,12 +515,12 @@ export class Nasa implements INodeType { }, ], default: 'get', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -535,7 +536,6 @@ export class Nasa implements INodeType { }, ], default: 'get', - description: 'The operation to perform', }, // ---------------------------------- @@ -901,6 +901,9 @@ export class Nasa implements INodeType { displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, description: 'Max number of results to return', default: 20, displayOptions: { diff --git a/packages/nodes-base/nodes/Netlify/DeployDescription.ts b/packages/nodes-base/nodes/Netlify/DeployDescription.ts index 7e655f5bf1..d8970a96d8 100644 --- a/packages/nodes-base/nodes/Netlify/DeployDescription.ts +++ b/packages/nodes-base/nodes/Netlify/DeployDescription.ts @@ -7,6 +7,7 @@ export const deployOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const deployOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Netlify/Netlify.node.ts b/packages/nodes-base/nodes/Netlify/Netlify.node.ts index 2fc041167d..14f23f7196 100644 --- a/packages/nodes-base/nodes/Netlify/Netlify.node.ts +++ b/packages/nodes-base/nodes/Netlify/Netlify.node.ts @@ -51,6 +51,7 @@ export class Netlify implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Deploy', @@ -62,7 +63,6 @@ export class Netlify implements INodeType { }, ], default: 'deploy', - description: 'Resource to consume', required: true, }, ...deployOperations, diff --git a/packages/nodes-base/nodes/Netlify/NetlifyTrigger.node.ts b/packages/nodes-base/nodes/Netlify/NetlifyTrigger.node.ts index 94b771ec67..074d4ec769 100644 --- a/packages/nodes-base/nodes/Netlify/NetlifyTrigger.node.ts +++ b/packages/nodes-base/nodes/Netlify/NetlifyTrigger.node.ts @@ -105,7 +105,7 @@ export class NetlifyTrigger implements INodeType { description: 'Select a form', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { diff --git a/packages/nodes-base/nodes/Netlify/SiteDescription.ts b/packages/nodes-base/nodes/Netlify/SiteDescription.ts index 000ab3b7b9..df7d63220d 100644 --- a/packages/nodes-base/nodes/Netlify/SiteDescription.ts +++ b/packages/nodes-base/nodes/Netlify/SiteDescription.ts @@ -7,6 +7,7 @@ export const siteOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const siteOperations: INodeProperties[] = [ }, ], default: 'delete', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/NextCloud/NextCloud.node.ts b/packages/nodes-base/nodes/NextCloud/NextCloud.node.ts index 045ffe3a8a..f7354e867a 100644 --- a/packages/nodes-base/nodes/NextCloud/NextCloud.node.ts +++ b/packages/nodes-base/nodes/NextCloud/NextCloud.node.ts @@ -72,12 +72,12 @@ export class NextCloud implements INodeType { }, ], default: 'accessToken', - description: 'The resource to operate on.', }, { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'File', @@ -93,7 +93,6 @@ export class NextCloud implements INodeType { }, ], default: 'file', - description: 'The resource to operate on.', }, @@ -105,6 +104,7 @@ export class NextCloud implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -145,13 +145,13 @@ export class NextCloud implements INodeType { }, ], default: 'upload', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -192,13 +192,13 @@ export class NextCloud implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -234,7 +234,6 @@ export class NextCloud implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/NocoDB/NocoDB.node.ts b/packages/nodes-base/nodes/NocoDB/NocoDB.node.ts index e8fa2501df..53db3a6f55 100644 --- a/packages/nodes-base/nodes/NocoDB/NocoDB.node.ts +++ b/packages/nodes-base/nodes/NocoDB/NocoDB.node.ts @@ -47,6 +47,7 @@ export class NocoDB implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Row', @@ -54,12 +55,12 @@ export class NocoDB implements INodeType { }, ], default: 'row', - description: 'The Resource to operate on', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -95,7 +96,6 @@ export class NocoDB implements INodeType { }, ], default: 'get', - description: 'The operation to perform', }, ...operationFields, ], diff --git a/packages/nodes-base/nodes/Notion/BlockDescription.ts b/packages/nodes-base/nodes/Notion/BlockDescription.ts index 5091872779..ede6ac4a1a 100644 --- a/packages/nodes-base/nodes/Notion/BlockDescription.ts +++ b/packages/nodes-base/nodes/Notion/BlockDescription.ts @@ -11,6 +11,7 @@ export const blockOperations = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -25,6 +26,7 @@ export const blockOperations = [ description: 'Append a block', }, { + // eslint-disable-next-line n8n-nodes-base/node-param-option-name-wrong-for-get-all name: 'Get Child Blocks', value: 'getAll', description: 'Get all children blocks', diff --git a/packages/nodes-base/nodes/Notion/DatabaseDescription.ts b/packages/nodes-base/nodes/Notion/DatabaseDescription.ts index 868f605341..80d4992fa6 100644 --- a/packages/nodes-base/nodes/Notion/DatabaseDescription.ts +++ b/packages/nodes-base/nodes/Notion/DatabaseDescription.ts @@ -7,6 +7,7 @@ export const databaseOperations = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { version: [ @@ -40,6 +41,7 @@ export const databaseOperations = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { version: [ @@ -134,7 +136,7 @@ export const databaseFields = [ description: 'Max number of results to return', }, { - displayName: 'Simplify Output', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -216,7 +218,7 @@ export const databaseFields = [ description: 'Max number of results to return', }, { - displayName: 'Simplify Output', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { diff --git a/packages/nodes-base/nodes/Notion/DatabasePageDescription.ts b/packages/nodes-base/nodes/Notion/DatabasePageDescription.ts index 790293e7b4..16168c3135 100644 --- a/packages/nodes-base/nodes/Notion/DatabasePageDescription.ts +++ b/packages/nodes-base/nodes/Notion/DatabasePageDescription.ts @@ -21,6 +21,7 @@ export const databasePageOperations = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { version: [ @@ -59,6 +60,7 @@ export const databasePageOperations = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { version: [ @@ -137,7 +139,7 @@ export const databasePageFields = [ description: 'Page title. Appears at the top of the page and can be found via Quick Find.', }, { - displayName: 'Simplify Output', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -550,7 +552,7 @@ export const databasePageFields = [ description: 'The Database Page URL from Notion\'s \'copy link\' functionality (or just the ID contained within the URL)', }, { - displayName: 'Simplify Output', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -962,7 +964,7 @@ export const databasePageFields = [ description: 'The Database Page URL from Notion\'s \'copy link\' functionality (or just the ID contained within the URL)', }, { - displayName: 'Simplify Output', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -1046,7 +1048,7 @@ export const databasePageFields = [ description: 'Max number of results to return', }, { - displayName: 'Simplify Output', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { diff --git a/packages/nodes-base/nodes/Notion/NotionTrigger.node.ts b/packages/nodes-base/nodes/Notion/NotionTrigger.node.ts index a65e50ac1b..f1f87a2609 100644 --- a/packages/nodes-base/nodes/Notion/NotionTrigger.node.ts +++ b/packages/nodes-base/nodes/Notion/NotionTrigger.node.ts @@ -78,7 +78,7 @@ export class NotionTrigger implements INodeType { description: 'The ID of this database', }, { - displayName: 'Simplify Output', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { diff --git a/packages/nodes-base/nodes/Notion/PageDescription.ts b/packages/nodes-base/nodes/Notion/PageDescription.ts index 8e3df8194e..ccb2017e6b 100644 --- a/packages/nodes-base/nodes/Notion/PageDescription.ts +++ b/packages/nodes-base/nodes/Notion/PageDescription.ts @@ -11,6 +11,7 @@ export const pageOperations = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { version: [ @@ -44,6 +45,7 @@ export const pageOperations = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { version: [ @@ -102,7 +104,7 @@ export const pageFields = [ description: 'The Page URL from Notion\'s \'copy link\' functionality (or just the ID contained within the URL)', }, { - displayName: 'Simplify Output', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -161,7 +163,7 @@ export const pageFields = [ description: 'Page title. Appears at the top of the page and can be found via Quick Find.', }, { - displayName: 'Simplify Output', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -203,7 +205,7 @@ export const pageFields = [ description: 'The Page URL from Notion\'s \'copy link\' functionality (or just the ID contained within the URL)', }, { - displayName: 'Simplify Output', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -284,7 +286,7 @@ export const pageFields = [ description: 'Max number of results to return', }, { - displayName: 'Simplify Output', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { diff --git a/packages/nodes-base/nodes/Notion/UserDescription.ts b/packages/nodes-base/nodes/Notion/UserDescription.ts index dfe6446d1f..8c8c53c551 100644 --- a/packages/nodes-base/nodes/Notion/UserDescription.ts +++ b/packages/nodes-base/nodes/Notion/UserDescription.ts @@ -7,6 +7,7 @@ export const userOperations = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Notion/v1/VersionDescription.ts b/packages/nodes-base/nodes/Notion/v1/VersionDescription.ts index 68dee6e893..a8831266fa 100644 --- a/packages/nodes-base/nodes/Notion/v1/VersionDescription.ts +++ b/packages/nodes-base/nodes/Notion/v1/VersionDescription.ts @@ -99,6 +99,7 @@ export const versionDescription: INodeTypeDescription = { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Block', diff --git a/packages/nodes-base/nodes/Notion/v2/VersionDescription.ts b/packages/nodes-base/nodes/Notion/v2/VersionDescription.ts index 11718f6963..500abc9407 100644 --- a/packages/nodes-base/nodes/Notion/v2/VersionDescription.ts +++ b/packages/nodes-base/nodes/Notion/v2/VersionDescription.ts @@ -100,6 +100,7 @@ export const versionDescription: INodeTypeDescription = { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Block', diff --git a/packages/nodes-base/nodes/Odoo/Odoo.node.ts b/packages/nodes-base/nodes/Odoo/Odoo.node.ts index 6ae832a6d7..0385d88a85 100644 --- a/packages/nodes-base/nodes/Odoo/Odoo.node.ts +++ b/packages/nodes-base/nodes/Odoo/Odoo.node.ts @@ -87,7 +87,6 @@ export class Odoo implements INodeType { value: 'opportunity', }, ], - description: 'The resource to operate on', }, ...customResourceOperations, diff --git a/packages/nodes-base/nodes/Odoo/descriptions/CustomResourceDescription.ts b/packages/nodes-base/nodes/Odoo/descriptions/CustomResourceDescription.ts index 473e952aaa..287d113b90 100644 --- a/packages/nodes-base/nodes/Odoo/descriptions/CustomResourceDescription.ts +++ b/packages/nodes-base/nodes/Odoo/descriptions/CustomResourceDescription.ts @@ -279,7 +279,7 @@ export const customResourceDescription: INodeProperties[] = [ value: 'greaterOrEqual', }, { - name: ' Child of', + name: 'Child of', value: 'childOf', }, { diff --git a/packages/nodes-base/nodes/OneSimpleApi/OneSimpleApi.node.ts b/packages/nodes-base/nodes/OneSimpleApi/OneSimpleApi.node.ts index bde351d52f..89d18064cc 100644 --- a/packages/nodes-base/nodes/OneSimpleApi/OneSimpleApi.node.ts +++ b/packages/nodes-base/nodes/OneSimpleApi/OneSimpleApi.node.ts @@ -37,6 +37,7 @@ export class OneSimpleApi implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Information', @@ -63,6 +64,7 @@ export class OneSimpleApi implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -94,6 +96,7 @@ export class OneSimpleApi implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -120,6 +123,7 @@ export class OneSimpleApi implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -140,13 +144,13 @@ export class OneSimpleApi implements INodeType { }, ], default: 'exchangeRate', - description: 'The operation to perform.', }, // Utility { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -172,7 +176,6 @@ export class OneSimpleApi implements INodeType { }, ], default: 'validateEmail', - description: 'The operation to perform.', }, // website: pdf { diff --git a/packages/nodes-base/nodes/Onfleet/Onfleet.node.ts b/packages/nodes-base/nodes/Onfleet/Onfleet.node.ts index 9413630005..7aa62ef457 100644 --- a/packages/nodes-base/nodes/Onfleet/Onfleet.node.ts +++ b/packages/nodes-base/nodes/Onfleet/Onfleet.node.ts @@ -99,6 +99,7 @@ export class Onfleet implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Admin', diff --git a/packages/nodes-base/nodes/Onfleet/descriptions/AdministratorDescription.ts b/packages/nodes-base/nodes/Onfleet/descriptions/AdministratorDescription.ts index f077a254f7..638dc6ef64 100644 --- a/packages/nodes-base/nodes/Onfleet/descriptions/AdministratorDescription.ts +++ b/packages/nodes-base/nodes/Onfleet/descriptions/AdministratorDescription.ts @@ -7,6 +7,7 @@ export const adminOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Onfleet/descriptions/ContainerDescription.ts b/packages/nodes-base/nodes/Onfleet/descriptions/ContainerDescription.ts index 78081cdca8..baa9ca2a19 100644 --- a/packages/nodes-base/nodes/Onfleet/descriptions/ContainerDescription.ts +++ b/packages/nodes-base/nodes/Onfleet/descriptions/ContainerDescription.ts @@ -7,6 +7,7 @@ export const containerOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Onfleet/descriptions/DestinationDescription.ts b/packages/nodes-base/nodes/Onfleet/descriptions/DestinationDescription.ts index 3feca0cd7c..25aaa167f0 100644 --- a/packages/nodes-base/nodes/Onfleet/descriptions/DestinationDescription.ts +++ b/packages/nodes-base/nodes/Onfleet/descriptions/DestinationDescription.ts @@ -7,6 +7,7 @@ export const destinationOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Onfleet/descriptions/HubDescription.ts b/packages/nodes-base/nodes/Onfleet/descriptions/HubDescription.ts index eee96cfd32..c4ee7f1492 100644 --- a/packages/nodes-base/nodes/Onfleet/descriptions/HubDescription.ts +++ b/packages/nodes-base/nodes/Onfleet/descriptions/HubDescription.ts @@ -11,6 +11,7 @@ export const hubOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Onfleet/descriptions/OrganizationDescription.ts b/packages/nodes-base/nodes/Onfleet/descriptions/OrganizationDescription.ts index 4f3fa8f89a..0d9b717d0c 100644 --- a/packages/nodes-base/nodes/Onfleet/descriptions/OrganizationDescription.ts +++ b/packages/nodes-base/nodes/Onfleet/descriptions/OrganizationDescription.ts @@ -7,6 +7,7 @@ export const organizationOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Onfleet/descriptions/RecipientDescription.ts b/packages/nodes-base/nodes/Onfleet/descriptions/RecipientDescription.ts index 0f416ea983..3a627a056f 100644 --- a/packages/nodes-base/nodes/Onfleet/descriptions/RecipientDescription.ts +++ b/packages/nodes-base/nodes/Onfleet/descriptions/RecipientDescription.ts @@ -7,6 +7,7 @@ export const recipientOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Onfleet/descriptions/TaskDescription.ts b/packages/nodes-base/nodes/Onfleet/descriptions/TaskDescription.ts index a75ffacbee..f899a9a4fb 100644 --- a/packages/nodes-base/nodes/Onfleet/descriptions/TaskDescription.ts +++ b/packages/nodes-base/nodes/Onfleet/descriptions/TaskDescription.ts @@ -15,6 +15,7 @@ export const taskOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Onfleet/descriptions/TeamDescription.ts b/packages/nodes-base/nodes/Onfleet/descriptions/TeamDescription.ts index 1fb5e3976c..a3ce78d3b6 100644 --- a/packages/nodes-base/nodes/Onfleet/descriptions/TeamDescription.ts +++ b/packages/nodes-base/nodes/Onfleet/descriptions/TeamDescription.ts @@ -7,6 +7,7 @@ export const teamOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Onfleet/descriptions/WebhookDescription.ts b/packages/nodes-base/nodes/Onfleet/descriptions/WebhookDescription.ts index 5a4a204eac..1fe0d884fa 100644 --- a/packages/nodes-base/nodes/Onfleet/descriptions/WebhookDescription.ts +++ b/packages/nodes-base/nodes/Onfleet/descriptions/WebhookDescription.ts @@ -11,6 +11,7 @@ export const webhookOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Onfleet/descriptions/WorkerDescription.ts b/packages/nodes-base/nodes/Onfleet/descriptions/WorkerDescription.ts index 7612b62b5a..72b2bb7102 100644 --- a/packages/nodes-base/nodes/Onfleet/descriptions/WorkerDescription.ts +++ b/packages/nodes-base/nodes/Onfleet/descriptions/WorkerDescription.ts @@ -7,6 +7,7 @@ export const workerOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: ['worker'], diff --git a/packages/nodes-base/nodes/OpenThesaurus/OpenThesaurus.node.ts b/packages/nodes-base/nodes/OpenThesaurus/OpenThesaurus.node.ts index f8ba2f2178..41d5b4af54 100644 --- a/packages/nodes-base/nodes/OpenThesaurus/OpenThesaurus.node.ts +++ b/packages/nodes-base/nodes/OpenThesaurus/OpenThesaurus.node.ts @@ -32,6 +32,7 @@ export class OpenThesaurus implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Get Synonyms', @@ -40,7 +41,6 @@ export class OpenThesaurus implements INodeType { }, ], default: 'getSynonyms', - description: 'The operation to perform.', }, { displayName: 'Text', diff --git a/packages/nodes-base/nodes/OpenWeatherMap/OpenWeatherMap.node.ts b/packages/nodes-base/nodes/OpenWeatherMap/OpenWeatherMap.node.ts index 1c6435a62b..3fcf1f037e 100644 --- a/packages/nodes-base/nodes/OpenWeatherMap/OpenWeatherMap.node.ts +++ b/packages/nodes-base/nodes/OpenWeatherMap/OpenWeatherMap.node.ts @@ -37,6 +37,7 @@ export class OpenWeatherMap implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Current Weather', @@ -50,7 +51,6 @@ export class OpenWeatherMap implements INodeType { }, ], default: 'currentWeather', - description: 'The operation to perform.', }, { displayName: 'Format', diff --git a/packages/nodes-base/nodes/Orbit/ActivityDescription.ts b/packages/nodes-base/nodes/Orbit/ActivityDescription.ts index 1221aa1cba..1cfb0202df 100644 --- a/packages/nodes-base/nodes/Orbit/ActivityDescription.ts +++ b/packages/nodes-base/nodes/Orbit/ActivityDescription.ts @@ -7,6 +7,7 @@ export const activityOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const activityOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Orbit/MemberDescription.ts b/packages/nodes-base/nodes/Orbit/MemberDescription.ts index dc2bdc4241..27e8aedb69 100644 --- a/packages/nodes-base/nodes/Orbit/MemberDescription.ts +++ b/packages/nodes-base/nodes/Orbit/MemberDescription.ts @@ -7,6 +7,7 @@ export const memberOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -43,11 +44,10 @@ export const memberOperations: INodeProperties[] = [ { name: 'Upsert', value: 'upsert', - description: 'Create/Update a member', + description: 'Create a new member, or update the current one if it already exists (upsert)', }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Orbit/NoteDescription.ts b/packages/nodes-base/nodes/Orbit/NoteDescription.ts index cd001f5955..2b7e3dd0dc 100644 --- a/packages/nodes-base/nodes/Orbit/NoteDescription.ts +++ b/packages/nodes-base/nodes/Orbit/NoteDescription.ts @@ -7,6 +7,7 @@ export const noteOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const noteOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Orbit/Orbit.node.ts b/packages/nodes-base/nodes/Orbit/Orbit.node.ts index 61e06e5194..1d55866662 100644 --- a/packages/nodes-base/nodes/Orbit/Orbit.node.ts +++ b/packages/nodes-base/nodes/Orbit/Orbit.node.ts @@ -64,6 +64,7 @@ export class Orbit implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Activity', @@ -83,7 +84,6 @@ export class Orbit implements INodeType { }, ], default: 'member', - description: 'Resource to consume.', }, // ACTIVITY ...activityOperations, diff --git a/packages/nodes-base/nodes/Orbit/PostDescription.ts b/packages/nodes-base/nodes/Orbit/PostDescription.ts index 1558e50f0d..34c75441f0 100644 --- a/packages/nodes-base/nodes/Orbit/PostDescription.ts +++ b/packages/nodes-base/nodes/Orbit/PostDescription.ts @@ -7,6 +7,7 @@ export const postOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const postOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Oura/Oura.node.ts b/packages/nodes-base/nodes/Oura/Oura.node.ts index cb8a58767e..fc5d37757d 100644 --- a/packages/nodes-base/nodes/Oura/Oura.node.ts +++ b/packages/nodes-base/nodes/Oura/Oura.node.ts @@ -49,6 +49,7 @@ export class Oura implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Profile', @@ -60,7 +61,6 @@ export class Oura implements INodeType { }, ], default: 'summary', - description: 'Resource to consume.', }, ...profileOperations, ...summaryOperations, diff --git a/packages/nodes-base/nodes/Oura/ProfileDescription.ts b/packages/nodes-base/nodes/Oura/ProfileDescription.ts index b1797a8e2e..d9a78ad0fc 100644 --- a/packages/nodes-base/nodes/Oura/ProfileDescription.ts +++ b/packages/nodes-base/nodes/Oura/ProfileDescription.ts @@ -7,6 +7,7 @@ export const profileOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,6 +23,5 @@ export const profileOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'Operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Oura/SummaryDescription.ts b/packages/nodes-base/nodes/Oura/SummaryDescription.ts index a0e97de2d2..a1a5786fec 100644 --- a/packages/nodes-base/nodes/Oura/SummaryDescription.ts +++ b/packages/nodes-base/nodes/Oura/SummaryDescription.ts @@ -7,6 +7,7 @@ export const summaryOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const summaryOperations: INodeProperties[] = [ }, ], default: 'getSleep', - description: 'Operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Paddle/CouponDescription.ts b/packages/nodes-base/nodes/Paddle/CouponDescription.ts index d25f421f5f..70d441f7f8 100644 --- a/packages/nodes-base/nodes/Paddle/CouponDescription.ts +++ b/packages/nodes-base/nodes/Paddle/CouponDescription.ts @@ -7,6 +7,7 @@ export const couponOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const couponOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -326,7 +326,7 @@ export const couponFields: INodeProperties[] = [ }, }, { - displayName: ' Additional Fields', + displayName: 'Additional Fields', name: 'additionalFieldsJson', type: 'json', typeOptions: { diff --git a/packages/nodes-base/nodes/Paddle/OrderDescription.ts b/packages/nodes-base/nodes/Paddle/OrderDescription.ts index c05f6cdcce..c3ffbf9d1a 100644 --- a/packages/nodes-base/nodes/Paddle/OrderDescription.ts +++ b/packages/nodes-base/nodes/Paddle/OrderDescription.ts @@ -7,6 +7,7 @@ export const orderOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const orderOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Paddle/Paddle.node.ts b/packages/nodes-base/nodes/Paddle/Paddle.node.ts index 1e0a2d6a07..9169386237 100644 --- a/packages/nodes-base/nodes/Paddle/Paddle.node.ts +++ b/packages/nodes-base/nodes/Paddle/Paddle.node.ts @@ -76,6 +76,7 @@ export class Paddle implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Coupon', @@ -103,7 +104,6 @@ export class Paddle implements INodeType { }, ], default: 'coupon', - description: 'Resource to consume.', }, // COUPON ...couponOperations, diff --git a/packages/nodes-base/nodes/Paddle/PaymentDescription.ts b/packages/nodes-base/nodes/Paddle/PaymentDescription.ts index ec943c6caa..2ac8a5f6ed 100644 --- a/packages/nodes-base/nodes/Paddle/PaymentDescription.ts +++ b/packages/nodes-base/nodes/Paddle/PaymentDescription.ts @@ -7,6 +7,7 @@ export const paymentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const paymentOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Paddle/PlanDescription.ts b/packages/nodes-base/nodes/Paddle/PlanDescription.ts index db88a19b59..8a1dea50b5 100644 --- a/packages/nodes-base/nodes/Paddle/PlanDescription.ts +++ b/packages/nodes-base/nodes/Paddle/PlanDescription.ts @@ -7,6 +7,7 @@ export const planOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const planOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Paddle/ProductDescription.ts b/packages/nodes-base/nodes/Paddle/ProductDescription.ts index e28246eed8..f8b3f38750 100644 --- a/packages/nodes-base/nodes/Paddle/ProductDescription.ts +++ b/packages/nodes-base/nodes/Paddle/ProductDescription.ts @@ -7,6 +7,7 @@ export const productOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const productOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Paddle/UserDescription.ts b/packages/nodes-base/nodes/Paddle/UserDescription.ts index bf1df7c0a0..803f19d112 100644 --- a/packages/nodes-base/nodes/Paddle/UserDescription.ts +++ b/packages/nodes-base/nodes/Paddle/UserDescription.ts @@ -7,6 +7,7 @@ export const userOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const userOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts b/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts index 2b2a143ebc..8d882787e5 100644 --- a/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts +++ b/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts @@ -7,6 +7,7 @@ export const incidentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const incidentOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/PagerDuty/IncidentNoteDescription.ts b/packages/nodes-base/nodes/PagerDuty/IncidentNoteDescription.ts index 85cd386081..cd20d79085 100644 --- a/packages/nodes-base/nodes/PagerDuty/IncidentNoteDescription.ts +++ b/packages/nodes-base/nodes/PagerDuty/IncidentNoteDescription.ts @@ -7,6 +7,7 @@ export const incidentNoteOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const incidentNoteOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/PagerDuty/LogEntryDescription.ts b/packages/nodes-base/nodes/PagerDuty/LogEntryDescription.ts index 1ddf5a2da5..9f431d9ff0 100644 --- a/packages/nodes-base/nodes/PagerDuty/LogEntryDescription.ts +++ b/packages/nodes-base/nodes/PagerDuty/LogEntryDescription.ts @@ -7,6 +7,7 @@ export const logEntryOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const logEntryOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/PagerDuty/PagerDuty.node.ts b/packages/nodes-base/nodes/PagerDuty/PagerDuty.node.ts index be6f5a2a17..0752068b5f 100644 --- a/packages/nodes-base/nodes/PagerDuty/PagerDuty.node.ts +++ b/packages/nodes-base/nodes/PagerDuty/PagerDuty.node.ts @@ -106,6 +106,7 @@ export class PagerDuty implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Incident', @@ -125,7 +126,6 @@ export class PagerDuty implements INodeType { }, ], default: 'incident', - description: 'Resource to consume.', }, // INCIDENT ...incidentOperations, diff --git a/packages/nodes-base/nodes/PagerDuty/UserDescription.ts b/packages/nodes-base/nodes/PagerDuty/UserDescription.ts index 230895ac5e..30d50c9176 100644 --- a/packages/nodes-base/nodes/PagerDuty/UserDescription.ts +++ b/packages/nodes-base/nodes/PagerDuty/UserDescription.ts @@ -7,6 +7,7 @@ export const userOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const userOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/PayPal/PayPal.node.ts b/packages/nodes-base/nodes/PayPal/PayPal.node.ts index d35b7623d4..b0aa0fd707 100644 --- a/packages/nodes-base/nodes/PayPal/PayPal.node.ts +++ b/packages/nodes-base/nodes/PayPal/PayPal.node.ts @@ -60,6 +60,7 @@ export class PayPal implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Payout', @@ -71,7 +72,6 @@ export class PayPal implements INodeType { }, ], default: 'payout', - description: 'Resource to consume.', }, // Payout diff --git a/packages/nodes-base/nodes/PayPal/PaymentDescription.ts b/packages/nodes-base/nodes/PayPal/PaymentDescription.ts index 0cc7e361aa..1b8bda8345 100644 --- a/packages/nodes-base/nodes/PayPal/PaymentDescription.ts +++ b/packages/nodes-base/nodes/PayPal/PaymentDescription.ts @@ -5,6 +5,7 @@ export const payoutOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -25,7 +26,6 @@ export const payoutOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -277,7 +277,7 @@ export const payoutFields: INodeProperties[] = [ /* -------------------------------------------------------------------------- */ { - displayName: 'Payout Batch Id', + displayName: 'Payout Batch ID', name: 'payoutBatchId', type: 'string', default: '', @@ -344,6 +344,7 @@ export const payoutItemOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -364,7 +365,6 @@ export const payoutItemOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; @@ -374,7 +374,7 @@ export const payoutItemFields: INodeProperties[] = [ /* payoutItem:get */ /* -------------------------------------------------------------------------- */ { - displayName: 'Payout Item Id', + displayName: 'Payout Item ID', name: 'payoutItemId', type: 'string', default: '', @@ -397,7 +397,7 @@ export const payoutItemFields: INodeProperties[] = [ /* -------------------------------------------------------------------------- */ { - displayName: 'Payout Item Id', + displayName: 'Payout Item ID', name: 'payoutItemId', type: 'string', default: '', diff --git a/packages/nodes-base/nodes/Peekalink/Peekalink.node.ts b/packages/nodes-base/nodes/Peekalink/Peekalink.node.ts index 5de464e025..8ec10b374d 100644 --- a/packages/nodes-base/nodes/Peekalink/Peekalink.node.ts +++ b/packages/nodes-base/nodes/Peekalink/Peekalink.node.ts @@ -38,6 +38,7 @@ export class Peekalink implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Is available', @@ -51,7 +52,6 @@ export class Peekalink implements INodeType { }, ], default: 'preview', - description: 'The operation to perform.', }, { displayName: 'URL', diff --git a/packages/nodes-base/nodes/Phantombuster/AgentDescription.ts b/packages/nodes-base/nodes/Phantombuster/AgentDescription.ts index 7c935f2a0c..1b114a6045 100644 --- a/packages/nodes-base/nodes/Phantombuster/AgentDescription.ts +++ b/packages/nodes-base/nodes/Phantombuster/AgentDescription.ts @@ -7,6 +7,7 @@ export const agentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const agentOperations: INodeProperties[] = [ }, ], default: 'launch', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Phantombuster/Phantombuster.node.ts b/packages/nodes-base/nodes/Phantombuster/Phantombuster.node.ts index 9c3eeb9b69..6ab796c43d 100644 --- a/packages/nodes-base/nodes/Phantombuster/Phantombuster.node.ts +++ b/packages/nodes-base/nodes/Phantombuster/Phantombuster.node.ts @@ -50,6 +50,7 @@ export class Phantombuster implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Agent', @@ -57,7 +58,6 @@ export class Phantombuster implements INodeType { }, ], default: 'agent', - description: 'The resource to operate on.', }, ...agentOperations, ...agentFields, diff --git a/packages/nodes-base/nodes/PhilipsHue/LightDescription.ts b/packages/nodes-base/nodes/PhilipsHue/LightDescription.ts index 581efb1a24..ef87aa04b8 100644 --- a/packages/nodes-base/nodes/PhilipsHue/LightDescription.ts +++ b/packages/nodes-base/nodes/PhilipsHue/LightDescription.ts @@ -7,6 +7,7 @@ export const lightOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const lightOperations: INodeProperties[] = [ }, ], default: 'update', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/PhilipsHue/PhilipsHue.node.ts b/packages/nodes-base/nodes/PhilipsHue/PhilipsHue.node.ts index 41f083390e..d8e707936f 100644 --- a/packages/nodes-base/nodes/PhilipsHue/PhilipsHue.node.ts +++ b/packages/nodes-base/nodes/PhilipsHue/PhilipsHue.node.ts @@ -46,6 +46,7 @@ export class PhilipsHue implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Light', @@ -53,7 +54,6 @@ export class PhilipsHue implements INodeType { }, ], default: 'light', - description: 'The resource to operate on.', }, ...lightOperations, ...lightFields, diff --git a/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts b/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts index 8ded7998df..eba42fad9d 100644 --- a/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts +++ b/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts @@ -112,12 +112,12 @@ export class Pipedrive implements INodeType { }, ], default: 'apiToken', - description: 'Method of authentication.', }, { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Activity', @@ -161,7 +161,6 @@ export class Pipedrive implements INodeType { }, ], default: 'deal', - description: 'The resource to operate on.', }, @@ -173,6 +172,7 @@ export class Pipedrive implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -208,13 +208,13 @@ export class Pipedrive implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -260,13 +260,13 @@ export class Pipedrive implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -288,6 +288,7 @@ export class Pipedrive implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -324,6 +325,7 @@ export class Pipedrive implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -364,13 +366,13 @@ export class Pipedrive implements INodeType { // }, ], default: 'create', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -411,6 +413,7 @@ export class Pipedrive implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -446,13 +449,13 @@ export class Pipedrive implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -493,13 +496,13 @@ export class Pipedrive implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -540,13 +543,13 @@ export class Pipedrive implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -562,7 +565,6 @@ export class Pipedrive implements INodeType { }, ], default: 'getAll', - description: 'The operation to perform.', }, diff --git a/packages/nodes-base/nodes/Pipedrive/PipedriveTrigger.node.ts b/packages/nodes-base/nodes/Pipedrive/PipedriveTrigger.node.ts index a63fb9a956..24e7f38d91 100644 --- a/packages/nodes-base/nodes/Pipedrive/PipedriveTrigger.node.ts +++ b/packages/nodes-base/nodes/Pipedrive/PipedriveTrigger.node.ts @@ -109,7 +109,6 @@ export class PipedriveTrigger implements INodeType { }, ], default: 'apiToken', - description: 'Method of authentication.', }, { displayName: 'Incoming Authentication', diff --git a/packages/nodes-base/nodes/Pipedrive/utils.ts b/packages/nodes-base/nodes/Pipedrive/utils.ts index e8d88b0363..1f5b284dd4 100644 --- a/packages/nodes-base/nodes/Pipedrive/utils.ts +++ b/packages/nodes-base/nodes/Pipedrive/utils.ts @@ -68,7 +68,7 @@ export const currencies = [ { name: 'Romanian Leu', value: 'RON' }, { name: 'Russian Ruble', value: 'RUB' }, { name: 'Saudi Riyal', value: 'SAR' }, - { name: 'Solomon Islands Dollar ', value: 'SBD' }, + { name: 'Solomon Islands Dollar', value: 'SBD' }, { name: 'Seychelles Rupee', value: 'SCR' }, { name: 'Swedish Krona', value: 'SEK' }, { name: 'Singapore Dollar', value: 'SGD' }, diff --git a/packages/nodes-base/nodes/Plivo/CallDescription.ts b/packages/nodes-base/nodes/Plivo/CallDescription.ts index 42c0fe6af7..8859ec8b87 100644 --- a/packages/nodes-base/nodes/Plivo/CallDescription.ts +++ b/packages/nodes-base/nodes/Plivo/CallDescription.ts @@ -7,6 +7,7 @@ export const callOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const callOperations: INodeProperties[] = [ }, ], default: 'make', - description: 'Operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Plivo/MmsDescription.ts b/packages/nodes-base/nodes/Plivo/MmsDescription.ts index 4db8561a83..8b442fb93f 100644 --- a/packages/nodes-base/nodes/Plivo/MmsDescription.ts +++ b/packages/nodes-base/nodes/Plivo/MmsDescription.ts @@ -7,6 +7,7 @@ export const mmsOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const mmsOperations: INodeProperties[] = [ }, ], default: 'send', - description: 'Operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Plivo/Plivo.node.ts b/packages/nodes-base/nodes/Plivo/Plivo.node.ts index 6e9500b5fe..b69cdc6833 100644 --- a/packages/nodes-base/nodes/Plivo/Plivo.node.ts +++ b/packages/nodes-base/nodes/Plivo/Plivo.node.ts @@ -53,15 +53,18 @@ export class Plivo implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Call', value: 'call', }, { + // eslint-disable-next-line n8n-nodes-base/node-param-resource-with-plural-option name: 'MMS', value: 'mms', }, + // eslint-disable-next-line n8n-nodes-base/node-param-resource-with-plural-option { name: 'SMS', value: 'sms', @@ -69,7 +72,6 @@ export class Plivo implements INodeType { ], default: 'sms', required: true, - description: 'The resource to operate on.', }, ...smsOperations, ...smsFields, diff --git a/packages/nodes-base/nodes/Plivo/SmsDescription.ts b/packages/nodes-base/nodes/Plivo/SmsDescription.ts index 7b593e47c8..260220782c 100644 --- a/packages/nodes-base/nodes/Plivo/SmsDescription.ts +++ b/packages/nodes-base/nodes/Plivo/SmsDescription.ts @@ -7,6 +7,7 @@ export const smsOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const smsOperations: INodeProperties[] = [ }, ], default: 'send', - description: 'Operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/PostHog/AliasDescription.ts b/packages/nodes-base/nodes/PostHog/AliasDescription.ts index ecccc10ebe..8840406ab0 100644 --- a/packages/nodes-base/nodes/PostHog/AliasDescription.ts +++ b/packages/nodes-base/nodes/PostHog/AliasDescription.ts @@ -7,6 +7,7 @@ export const aliasOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const aliasOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/PostHog/EventDescription.ts b/packages/nodes-base/nodes/PostHog/EventDescription.ts index 24c233d312..acdc3fb82d 100644 --- a/packages/nodes-base/nodes/PostHog/EventDescription.ts +++ b/packages/nodes-base/nodes/PostHog/EventDescription.ts @@ -7,6 +7,7 @@ export const eventOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const eventOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/PostHog/IdentityDescription.ts b/packages/nodes-base/nodes/PostHog/IdentityDescription.ts index 0e5058b12d..554a0770e2 100644 --- a/packages/nodes-base/nodes/PostHog/IdentityDescription.ts +++ b/packages/nodes-base/nodes/PostHog/IdentityDescription.ts @@ -7,6 +7,7 @@ export const identityOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -21,7 +22,6 @@ export const identityOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/PostHog/PostHog.node.ts b/packages/nodes-base/nodes/PostHog/PostHog.node.ts index e84c63a9f8..7e65d9ede4 100644 --- a/packages/nodes-base/nodes/PostHog/PostHog.node.ts +++ b/packages/nodes-base/nodes/PostHog/PostHog.node.ts @@ -64,6 +64,7 @@ export class PostHog implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Alias', @@ -83,7 +84,6 @@ export class PostHog implements INodeType { }, ], default: 'event', - description: 'The resource to operate on.', }, ...aliasOperations, ...aliasFields, diff --git a/packages/nodes-base/nodes/PostHog/TrackDescription.ts b/packages/nodes-base/nodes/PostHog/TrackDescription.ts index 5d8b791e40..6d98d6a7f5 100644 --- a/packages/nodes-base/nodes/PostHog/TrackDescription.ts +++ b/packages/nodes-base/nodes/PostHog/TrackDescription.ts @@ -7,6 +7,7 @@ export const trackOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const trackOperations: INodeProperties[] = [ }, ], default: 'page', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Postgres/Postgres.node.ts b/packages/nodes-base/nodes/Postgres/Postgres.node.ts index f41bfc7b95..0590bfe0f8 100644 --- a/packages/nodes-base/nodes/Postgres/Postgres.node.ts +++ b/packages/nodes-base/nodes/Postgres/Postgres.node.ts @@ -35,6 +35,7 @@ export class Postgres implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Execute Query', @@ -53,7 +54,6 @@ export class Postgres implements INodeType { }, ], default: 'insert', - description: 'The operation to perform.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/ProfitWell/CompanyDescription.ts b/packages/nodes-base/nodes/ProfitWell/CompanyDescription.ts index 42f6c8d56e..cbc565ae14 100644 --- a/packages/nodes-base/nodes/ProfitWell/CompanyDescription.ts +++ b/packages/nodes-base/nodes/ProfitWell/CompanyDescription.ts @@ -7,6 +7,7 @@ export const companyOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,6 +23,5 @@ export const companyOperations: INodeProperties[] = [ }, ], default: 'getSetting', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/ProfitWell/MetricDescription.ts b/packages/nodes-base/nodes/ProfitWell/MetricDescription.ts index c26a1d799b..0b1c2b192f 100644 --- a/packages/nodes-base/nodes/ProfitWell/MetricDescription.ts +++ b/packages/nodes-base/nodes/ProfitWell/MetricDescription.ts @@ -7,6 +7,7 @@ export const metricOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const metricOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; @@ -84,7 +84,7 @@ export const metricFields: INodeProperties[] = [ description: 'Can only be the current or previous month. Format should be YYYY-MM.', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', default: true, @@ -98,7 +98,7 @@ export const metricFields: INodeProperties[] = [ ], }, }, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, { displayName: 'Options', diff --git a/packages/nodes-base/nodes/ProfitWell/ProfitWell.node.ts b/packages/nodes-base/nodes/ProfitWell/ProfitWell.node.ts index c66019ad9a..dd25100115 100644 --- a/packages/nodes-base/nodes/ProfitWell/ProfitWell.node.ts +++ b/packages/nodes-base/nodes/ProfitWell/ProfitWell.node.ts @@ -51,6 +51,7 @@ export class ProfitWell implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Company', @@ -62,7 +63,6 @@ export class ProfitWell implements INodeType { }, ], default: 'metric', - description: 'Resource to consume.', }, // COMPANY ...companyOperations, diff --git a/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts b/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts index 672974b2e7..667f06bcb0 100644 --- a/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts +++ b/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts @@ -45,6 +45,7 @@ export class Pushbullet implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Push', @@ -52,12 +53,12 @@ export class Pushbullet implements INodeType { }, ], default: 'push', - description: 'The resource to operate on.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -88,7 +89,6 @@ export class Pushbullet implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, { displayName: 'Type', diff --git a/packages/nodes-base/nodes/Pushcut/Pushcut.node.ts b/packages/nodes-base/nodes/Pushcut/Pushcut.node.ts index b93ecb3e47..924571d235 100644 --- a/packages/nodes-base/nodes/Pushcut/Pushcut.node.ts +++ b/packages/nodes-base/nodes/Pushcut/Pushcut.node.ts @@ -40,6 +40,7 @@ export class Pushcut implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Notification', @@ -47,12 +48,12 @@ export class Pushcut implements INodeType { }, ], default: 'notification', - description: 'The resource to operate on.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -68,7 +69,6 @@ export class Pushcut implements INodeType { }, ], default: 'send', - description: 'The resource to operate on.', }, { displayName: 'Notification Name', diff --git a/packages/nodes-base/nodes/Pushover/Pushover.node.ts b/packages/nodes-base/nodes/Pushover/Pushover.node.ts index 0168288d39..50914d7637 100644 --- a/packages/nodes-base/nodes/Pushover/Pushover.node.ts +++ b/packages/nodes-base/nodes/Pushover/Pushover.node.ts @@ -51,7 +51,6 @@ export class Pushover implements INodeType { }, ], default: 'message', - description: 'The resource to operate on', }, { displayName: 'Operation', @@ -72,7 +71,6 @@ export class Pushover implements INodeType { }, ], default: 'push', - description: 'The resource to operate on', }, { displayName: 'User Key', diff --git a/packages/nodes-base/nodes/QuestDb/QuestDb.node.ts b/packages/nodes-base/nodes/QuestDb/QuestDb.node.ts index 46edc08fc9..7277bc1f25 100644 --- a/packages/nodes-base/nodes/QuestDb/QuestDb.node.ts +++ b/packages/nodes-base/nodes/QuestDb/QuestDb.node.ts @@ -38,6 +38,7 @@ export class QuestDb implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Execute Query', @@ -51,7 +52,6 @@ export class QuestDb implements INodeType { }, ], default: 'insert', - description: 'The operation to perform.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/QuickBase/FieldDescription.ts b/packages/nodes-base/nodes/QuickBase/FieldDescription.ts index fce3905117..46c972213b 100644 --- a/packages/nodes-base/nodes/QuickBase/FieldDescription.ts +++ b/packages/nodes-base/nodes/QuickBase/FieldDescription.ts @@ -7,6 +7,7 @@ export const fieldOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const fieldOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/QuickBase/FileDescription.ts b/packages/nodes-base/nodes/QuickBase/FileDescription.ts index bd0cc1e197..ec5a0eaf07 100644 --- a/packages/nodes-base/nodes/QuickBase/FileDescription.ts +++ b/packages/nodes-base/nodes/QuickBase/FileDescription.ts @@ -7,6 +7,7 @@ export const fileOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const fileOperations: INodeProperties[] = [ }, ], default: 'download', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/QuickBase/QuickBase.node.ts b/packages/nodes-base/nodes/QuickBase/QuickBase.node.ts index facfa17243..c0850f3193 100644 --- a/packages/nodes-base/nodes/QuickBase/QuickBase.node.ts +++ b/packages/nodes-base/nodes/QuickBase/QuickBase.node.ts @@ -63,6 +63,7 @@ export class QuickBase implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Field', @@ -82,7 +83,6 @@ export class QuickBase implements INodeType { }, ], default: 'record', - description: 'The resource to operate on.', }, ...fieldOperations, ...fieldFields, diff --git a/packages/nodes-base/nodes/QuickBase/RecordDescription.ts b/packages/nodes-base/nodes/QuickBase/RecordDescription.ts index a99fb4c063..912af39950 100644 --- a/packages/nodes-base/nodes/QuickBase/RecordDescription.ts +++ b/packages/nodes-base/nodes/QuickBase/RecordDescription.ts @@ -7,6 +7,7 @@ export const recordOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -38,11 +39,10 @@ export const recordOperations: INodeProperties[] = [ { name: 'Upsert', value: 'upsert', - description: 'Upsert a record', + description: 'Create a new record, or update the current one if it already exists (upsert)', }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -88,7 +88,7 @@ export const recordFields: INodeProperties[] = [ description: 'Comma-separated list of the properties which should used as columns for the new rows', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -102,7 +102,7 @@ export const recordFields: INodeProperties[] = [ }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, { displayName: 'Options', @@ -383,7 +383,7 @@ export const recordFields: INodeProperties[] = [ description: 'update can use the key field on the table, or any other supported unique field', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -397,7 +397,7 @@ export const recordFields: INodeProperties[] = [ }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, { displayName: 'Options', @@ -528,7 +528,7 @@ export const recordFields: INodeProperties[] = [ description: '

You\'re updating records in a Quick Base table with data from an external file. In order for a merge like this to work, Quick Base needs a way to match records in the source data with corresponding records in the destination table.

You make this possible by choosing the field in the app table that holds unique matching values. This is called a merge field.

', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -542,7 +542,7 @@ export const recordFields: INodeProperties[] = [ }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, { displayName: 'Options', diff --git a/packages/nodes-base/nodes/QuickBase/ReportDescription.ts b/packages/nodes-base/nodes/QuickBase/ReportDescription.ts index 98b8131d3b..ea380c77f6 100644 --- a/packages/nodes-base/nodes/QuickBase/ReportDescription.ts +++ b/packages/nodes-base/nodes/QuickBase/ReportDescription.ts @@ -7,6 +7,7 @@ export const reportOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const reportOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/QuickBooks/QuickBooks.node.ts b/packages/nodes-base/nodes/QuickBooks/QuickBooks.node.ts index 838eb441f9..f8ab9b721c 100644 --- a/packages/nodes-base/nodes/QuickBooks/QuickBooks.node.ts +++ b/packages/nodes-base/nodes/QuickBooks/QuickBooks.node.ts @@ -86,6 +86,7 @@ export class QuickBooks implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Bill', @@ -129,7 +130,6 @@ export class QuickBooks implements INodeType { }, ], default: 'customer', - description: 'Resource to consume', }, ...billOperations, ...billFields, diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Bill/BillDescription.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Bill/BillDescription.ts index 87a5203560..6b64033e1b 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Bill/BillDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Bill/BillDescription.ts @@ -11,8 +11,8 @@ export const billOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Customer/CustomerDescription.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Customer/CustomerDescription.ts index 478a48ef02..3732447ae4 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Customer/CustomerDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Customer/CustomerDescription.ts @@ -11,8 +11,8 @@ export const customerOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Employee/EmployeeDescription.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Employee/EmployeeDescription.ts index ad16d59d40..6aa858e518 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Employee/EmployeeDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Employee/EmployeeDescription.ts @@ -11,8 +11,8 @@ export const employeeOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateDescription.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateDescription.ts index a4ed1a34c9..2d5c2acaf6 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateDescription.ts @@ -11,8 +11,8 @@ export const estimateOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceDescription.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceDescription.ts index 64fa693a56..10b2bd1f12 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceDescription.ts @@ -11,8 +11,8 @@ export const invoiceOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Item/ItemDescription.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Item/ItemDescription.ts index 4588aad6d0..1ca80be999 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Item/ItemDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Item/ItemDescription.ts @@ -7,8 +7,8 @@ export const itemOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Get', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Payment/PaymentDescription.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Payment/PaymentDescription.ts index 421ab8b4ce..17b41b95eb 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Payment/PaymentDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Payment/PaymentDescription.ts @@ -11,8 +11,8 @@ export const paymentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Purchase/PurchaseDescription.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Purchase/PurchaseDescription.ts index 70761e68a1..7835bc5423 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Purchase/PurchaseDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Purchase/PurchaseDescription.ts @@ -7,8 +7,8 @@ export const purchaseOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Get', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Transaction/TransactionDescription.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Transaction/TransactionDescription.ts index cbaf1ee0c7..fb1f903daf 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Transaction/TransactionDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Transaction/TransactionDescription.ts @@ -21,8 +21,8 @@ export const transactionOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'getReport', - description: 'Operation to perform', options: [ { name: 'Get Report', @@ -44,7 +44,7 @@ export const transactionFields: INodeProperties[] = [ // transaction: getReport // ---------------------------------- { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -58,7 +58,7 @@ export const transactionFields: INodeProperties[] = [ }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, { displayName: 'Filters', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Vendor/VendorDescription.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Vendor/VendorDescription.ts index 916ff291b6..a11aefafe5 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Vendor/VendorDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Vendor/VendorDescription.ts @@ -11,8 +11,8 @@ export const vendorOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/Raindrop/Raindrop.node.ts b/packages/nodes-base/nodes/Raindrop/Raindrop.node.ts index cc9bdfb330..68ebc80d06 100644 --- a/packages/nodes-base/nodes/Raindrop/Raindrop.node.ts +++ b/packages/nodes-base/nodes/Raindrop/Raindrop.node.ts @@ -57,6 +57,7 @@ export class Raindrop implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Bookmark', @@ -76,7 +77,6 @@ export class Raindrop implements INodeType { }, ], default: 'collection', - description: 'Resource to consume', }, ...bookmarkOperations, ...bookmarkFields, diff --git a/packages/nodes-base/nodes/Raindrop/descriptions/BookmarkDescription.ts b/packages/nodes-base/nodes/Raindrop/descriptions/BookmarkDescription.ts index 3eba3a8a17..82d18b278f 100644 --- a/packages/nodes-base/nodes/Raindrop/descriptions/BookmarkDescription.ts +++ b/packages/nodes-base/nodes/Raindrop/descriptions/BookmarkDescription.ts @@ -7,8 +7,8 @@ export const bookmarkOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/Raindrop/descriptions/CollectionDescription.ts b/packages/nodes-base/nodes/Raindrop/descriptions/CollectionDescription.ts index 62d2ee98b7..9ca5546ef6 100644 --- a/packages/nodes-base/nodes/Raindrop/descriptions/CollectionDescription.ts +++ b/packages/nodes-base/nodes/Raindrop/descriptions/CollectionDescription.ts @@ -7,8 +7,8 @@ export const collectionOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/Raindrop/descriptions/TagDescription.ts b/packages/nodes-base/nodes/Raindrop/descriptions/TagDescription.ts index 5ffcfbe552..0f2db9332d 100644 --- a/packages/nodes-base/nodes/Raindrop/descriptions/TagDescription.ts +++ b/packages/nodes-base/nodes/Raindrop/descriptions/TagDescription.ts @@ -7,8 +7,8 @@ export const tagOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Delete', diff --git a/packages/nodes-base/nodes/Raindrop/descriptions/UserDescription.ts b/packages/nodes-base/nodes/Raindrop/descriptions/UserDescription.ts index e3dc50d1ad..f36bd83470 100644 --- a/packages/nodes-base/nodes/Raindrop/descriptions/UserDescription.ts +++ b/packages/nodes-base/nodes/Raindrop/descriptions/UserDescription.ts @@ -7,8 +7,8 @@ export const userOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Get', diff --git a/packages/nodes-base/nodes/Reddit/PostCommentDescription.ts b/packages/nodes-base/nodes/Reddit/PostCommentDescription.ts index c855932c73..685e2ffed6 100644 --- a/packages/nodes-base/nodes/Reddit/PostCommentDescription.ts +++ b/packages/nodes-base/nodes/Reddit/PostCommentDescription.ts @@ -7,8 +7,8 @@ export const postCommentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'create', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/Reddit/PostDescription.ts b/packages/nodes-base/nodes/Reddit/PostDescription.ts index d7d00db357..34a8c4d73d 100644 --- a/packages/nodes-base/nodes/Reddit/PostDescription.ts +++ b/packages/nodes-base/nodes/Reddit/PostDescription.ts @@ -7,8 +7,8 @@ export const postOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'create', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/Reddit/ProfileDescription.ts b/packages/nodes-base/nodes/Reddit/ProfileDescription.ts index 95af867971..4ec82afc69 100644 --- a/packages/nodes-base/nodes/Reddit/ProfileDescription.ts +++ b/packages/nodes-base/nodes/Reddit/ProfileDescription.ts @@ -7,6 +7,7 @@ export const profileOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -21,7 +22,6 @@ export const profileOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Reddit/Reddit.node.ts b/packages/nodes-base/nodes/Reddit/Reddit.node.ts index b147cfc230..5e0e84e167 100644 --- a/packages/nodes-base/nodes/Reddit/Reddit.node.ts +++ b/packages/nodes-base/nodes/Reddit/Reddit.node.ts @@ -74,6 +74,7 @@ export class Reddit implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Post', @@ -97,7 +98,6 @@ export class Reddit implements INodeType { }, ], default: 'post', - description: 'Resource to consume', }, ...postCommentOperations, ...postCommentFields, diff --git a/packages/nodes-base/nodes/Reddit/SubredditDescription.ts b/packages/nodes-base/nodes/Reddit/SubredditDescription.ts index 8eae6e5113..7faf74fc3d 100644 --- a/packages/nodes-base/nodes/Reddit/SubredditDescription.ts +++ b/packages/nodes-base/nodes/Reddit/SubredditDescription.ts @@ -7,8 +7,8 @@ export const subredditOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Get', diff --git a/packages/nodes-base/nodes/Reddit/UserDescription.ts b/packages/nodes-base/nodes/Reddit/UserDescription.ts index 168f6b09f6..e8ad8359c8 100644 --- a/packages/nodes-base/nodes/Reddit/UserDescription.ts +++ b/packages/nodes-base/nodes/Reddit/UserDescription.ts @@ -7,6 +7,7 @@ export const userOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -21,7 +22,6 @@ export const userOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Redis/Redis.node.ts b/packages/nodes-base/nodes/Redis/Redis.node.ts index 770ed1887a..3a3883933e 100644 --- a/packages/nodes-base/nodes/Redis/Redis.node.ts +++ b/packages/nodes-base/nodes/Redis/Redis.node.ts @@ -37,6 +37,7 @@ export class Redis implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Delete', @@ -75,7 +76,6 @@ export class Redis implements INodeType { }, ], default: 'info', - description: 'The operation to perform.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/Rocketchat/Rocketchat.node.ts b/packages/nodes-base/nodes/Rocketchat/Rocketchat.node.ts index 7d56eaf9e2..10025962a0 100644 --- a/packages/nodes-base/nodes/Rocketchat/Rocketchat.node.ts +++ b/packages/nodes-base/nodes/Rocketchat/Rocketchat.node.ts @@ -73,6 +73,7 @@ export class Rocketchat implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Chat', @@ -80,12 +81,12 @@ export class Rocketchat implements INodeType { }, ], default: 'chat', - description: 'The resource to operate on.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -101,7 +102,6 @@ export class Rocketchat implements INodeType { }, ], default: 'postMessage', - description: 'The operation to perform.', }, { displayName: 'Channel', diff --git a/packages/nodes-base/nodes/Rundeck/Rundeck.node.ts b/packages/nodes-base/nodes/Rundeck/Rundeck.node.ts index 8f00a3c4ff..cbeb4b4df7 100644 --- a/packages/nodes-base/nodes/Rundeck/Rundeck.node.ts +++ b/packages/nodes-base/nodes/Rundeck/Rundeck.node.ts @@ -33,6 +33,7 @@ export class Rundeck implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Job', @@ -40,12 +41,12 @@ export class Rundeck implements INodeType { }, ], default: 'job', - description: 'The resource to operate on.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Execute', @@ -59,14 +60,13 @@ export class Rundeck implements INodeType { }, ], default: 'execute', - description: 'The operation to perform.', }, // ---------------------------------- // job:execute // ---------------------------------- { - displayName: 'Job Id', + displayName: 'Job ID', name: 'jobid', type: 'string', displayOptions: { @@ -130,7 +130,7 @@ export class Rundeck implements INodeType { // job:getMetadata // ---------------------------------- { - displayName: 'Job Id', + displayName: 'Job ID', name: 'jobid', type: 'string', displayOptions: { diff --git a/packages/nodes-base/nodes/S3/S3.node.ts b/packages/nodes-base/nodes/S3/S3.node.ts index 72bfb8db0c..a0a9f12252 100644 --- a/packages/nodes-base/nodes/S3/S3.node.ts +++ b/packages/nodes-base/nodes/S3/S3.node.ts @@ -65,6 +65,7 @@ export class S3 implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Bucket', @@ -80,7 +81,6 @@ export class S3 implements INodeType { }, ], default: 'file', - description: 'The operation to perform.', }, // BUCKET ...bucketOperations, diff --git a/packages/nodes-base/nodes/Salesforce/AccountDescription.ts b/packages/nodes-base/nodes/Salesforce/AccountDescription.ts index 2ef4e06e2c..70d7f99bbe 100644 --- a/packages/nodes-base/nodes/Salesforce/AccountDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/AccountDescription.ts @@ -7,6 +7,7 @@ export const accountOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -57,7 +58,6 @@ export const accountOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -797,6 +797,7 @@ export const accountFields: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: '=', diff --git a/packages/nodes-base/nodes/Salesforce/AttachmentDescription.ts b/packages/nodes-base/nodes/Salesforce/AttachmentDescription.ts index 06392fa11b..06649eed3b 100644 --- a/packages/nodes-base/nodes/Salesforce/AttachmentDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/AttachmentDescription.ts @@ -7,6 +7,7 @@ export const attachmentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -47,7 +48,6 @@ export const attachmentOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -364,6 +364,7 @@ export const attachmentFields: INodeProperties[] = [ default: '', description: 'For date, number, or boolean, please use expressions', }, + // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { displayName: 'Operation', name: 'operation', diff --git a/packages/nodes-base/nodes/Salesforce/CaseDescription.ts b/packages/nodes-base/nodes/Salesforce/CaseDescription.ts index 02f3cd0f40..631cf38826 100644 --- a/packages/nodes-base/nodes/Salesforce/CaseDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/CaseDescription.ts @@ -5,6 +5,7 @@ export const caseOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -50,7 +51,6 @@ export const caseOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -611,6 +611,7 @@ export const caseFields: INodeProperties[] = [ default: '', description: 'For date, number, or boolean, please use expressions', }, + // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { displayName: 'Operation', name: 'operation', diff --git a/packages/nodes-base/nodes/Salesforce/ContactDescription.ts b/packages/nodes-base/nodes/Salesforce/ContactDescription.ts index 92776e3794..664504b812 100644 --- a/packages/nodes-base/nodes/Salesforce/ContactDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/ContactDescription.ts @@ -7,6 +7,7 @@ export const contactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -62,7 +63,6 @@ export const contactOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -843,6 +843,7 @@ export const contactFields: INodeProperties[] = [ default: '', description: 'For date, number, or boolean, please use expressions', }, + // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { displayName: 'Operation', name: 'operation', diff --git a/packages/nodes-base/nodes/Salesforce/CustomObjectDescription.ts b/packages/nodes-base/nodes/Salesforce/CustomObjectDescription.ts index 4cfb7544d0..f1182c516b 100644 --- a/packages/nodes-base/nodes/Salesforce/CustomObjectDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/CustomObjectDescription.ts @@ -7,6 +7,7 @@ export const customObjectOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -47,7 +48,6 @@ export const customObjectOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -459,6 +459,7 @@ export const customObjectFields: INodeProperties[] = [ default: '', description: 'For date, number, or boolean, please use expressions', }, + // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { displayName: 'Operation', name: 'operation', diff --git a/packages/nodes-base/nodes/Salesforce/DocumentDescription.ts b/packages/nodes-base/nodes/Salesforce/DocumentDescription.ts index a5c6b64e9e..e02d973d35 100644 --- a/packages/nodes-base/nodes/Salesforce/DocumentDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/DocumentDescription.ts @@ -7,6 +7,7 @@ export const documentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const documentOperations: INodeProperties[] = [ }, ], default: 'upload', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Salesforce/FlowDescription.ts b/packages/nodes-base/nodes/Salesforce/FlowDescription.ts index 9f16928ed2..5073a5d2f9 100644 --- a/packages/nodes-base/nodes/Salesforce/FlowDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/FlowDescription.ts @@ -7,6 +7,7 @@ export const flowOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const flowOperations: INodeProperties[] = [ }, ], default: 'invoke', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Salesforce/LeadDescription.ts b/packages/nodes-base/nodes/Salesforce/LeadDescription.ts index b16060ca30..d2dc1e7b80 100644 --- a/packages/nodes-base/nodes/Salesforce/LeadDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/LeadDescription.ts @@ -7,6 +7,7 @@ export const leadOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -62,7 +63,6 @@ export const leadOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -771,6 +771,7 @@ export const leadFields: INodeProperties[] = [ default: '', description: 'For date, number, or boolean, please use expressions', }, + // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { displayName: 'Operation', name: 'operation', diff --git a/packages/nodes-base/nodes/Salesforce/OpportunityDescription.ts b/packages/nodes-base/nodes/Salesforce/OpportunityDescription.ts index b37f392a78..67d458e2a7 100644 --- a/packages/nodes-base/nodes/Salesforce/OpportunityDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/OpportunityDescription.ts @@ -7,6 +7,7 @@ export const opportunityOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -57,7 +58,6 @@ export const opportunityOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -680,6 +680,7 @@ export const opportunityFields: INodeProperties[] = [ default: '', description: 'For date, number, or boolean, please use expressions', }, + // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { displayName: 'Operation', name: 'operation', diff --git a/packages/nodes-base/nodes/Salesforce/Salesforce.node.ts b/packages/nodes-base/nodes/Salesforce/Salesforce.node.ts index ba8b5b382f..36757d2c0d 100644 --- a/packages/nodes-base/nodes/Salesforce/Salesforce.node.ts +++ b/packages/nodes-base/nodes/Salesforce/Salesforce.node.ts @@ -181,6 +181,7 @@ export class Salesforce implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Account', @@ -244,7 +245,6 @@ export class Salesforce implements INodeType { }, ], default: 'lead', - description: 'Resource to consume.', }, ...leadOperations, ...leadFields, diff --git a/packages/nodes-base/nodes/Salesforce/SearchDescription.ts b/packages/nodes-base/nodes/Salesforce/SearchDescription.ts index bfabdd594e..b92cd47655 100644 --- a/packages/nodes-base/nodes/Salesforce/SearchDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/SearchDescription.ts @@ -7,6 +7,7 @@ export const searchOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const searchOperations: INodeProperties[] = [ }, ], default: 'query', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Salesforce/TaskDescription.ts b/packages/nodes-base/nodes/Salesforce/TaskDescription.ts index c87c6d9a0d..78a4fb8e09 100644 --- a/packages/nodes-base/nodes/Salesforce/TaskDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/TaskDescription.ts @@ -7,6 +7,7 @@ export const taskOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -47,7 +48,6 @@ export const taskOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -379,14 +379,14 @@ export const taskFields: INodeProperties[] = [ description: 'Represents Type of the task, such as Call or Meeting', }, { - displayName: 'What Id', + displayName: 'What ID', name: 'whatId', type: 'string', default: '', description: 'The WhatId represents nonhuman objects such as accounts, opportunities, campaigns, cases, or custom objects. WhatIds are polymorphic. Polymorphic means a WhatId is equivalent to the ID of a related object.', }, { - displayName: 'Who Id', + displayName: 'Who ID', name: 'whoId', type: 'string', default: '', @@ -728,14 +728,14 @@ export const taskFields: INodeProperties[] = [ description: 'Represents Type of the task, such as Call or Meeting', }, { - displayName: 'What Id', + displayName: 'What ID', name: 'whatId', type: 'string', default: '', description: 'The WhatId represents nonhuman objects such as accounts, opportunities, campaigns, cases, or custom objects. WhatIds are polymorphic. Polymorphic means a WhatId is equivalent to the ID of a related object.', }, { - displayName: 'Who Id', + displayName: 'Who ID', name: 'whoId', type: 'string', default: '', @@ -874,6 +874,7 @@ export const taskFields: INodeProperties[] = [ default: '', description: 'For date, number, or boolean, please use expressions', }, + // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { displayName: 'Operation', name: 'operation', diff --git a/packages/nodes-base/nodes/Salesforce/UserDescription.ts b/packages/nodes-base/nodes/Salesforce/UserDescription.ts index fa4c97a435..ebfe0a907a 100644 --- a/packages/nodes-base/nodes/Salesforce/UserDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/UserDescription.ts @@ -7,6 +7,7 @@ export const userOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const userOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; @@ -141,6 +141,7 @@ export const userFields: INodeProperties[] = [ default: '', description: 'For date, number, or boolean, please use expressions', }, + // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { displayName: 'Operation', name: 'operation', diff --git a/packages/nodes-base/nodes/Salesmate/ActivityDescription.ts b/packages/nodes-base/nodes/Salesmate/ActivityDescription.ts index 0aa479e80e..645e5a4fe7 100644 --- a/packages/nodes-base/nodes/Salesmate/ActivityDescription.ts +++ b/packages/nodes-base/nodes/Salesmate/ActivityDescription.ts @@ -5,6 +5,7 @@ export const activityOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const activityOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Salesmate/CompanyDescription.ts b/packages/nodes-base/nodes/Salesmate/CompanyDescription.ts index 393331a7c1..f5b1963576 100644 --- a/packages/nodes-base/nodes/Salesmate/CompanyDescription.ts +++ b/packages/nodes-base/nodes/Salesmate/CompanyDescription.ts @@ -5,6 +5,7 @@ export const companyOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const companyOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Salesmate/DealDescription.ts b/packages/nodes-base/nodes/Salesmate/DealDescription.ts index 4ea111dfeb..ae6ca27a51 100644 --- a/packages/nodes-base/nodes/Salesmate/DealDescription.ts +++ b/packages/nodes-base/nodes/Salesmate/DealDescription.ts @@ -5,6 +5,7 @@ export const dealOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const dealOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Salesmate/Salesmate.node.ts b/packages/nodes-base/nodes/Salesmate/Salesmate.node.ts index 810e996974..eedcb7a3ff 100644 --- a/packages/nodes-base/nodes/Salesmate/Salesmate.node.ts +++ b/packages/nodes-base/nodes/Salesmate/Salesmate.node.ts @@ -63,6 +63,7 @@ export class Salesmate implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Activity', @@ -78,7 +79,6 @@ export class Salesmate implements INodeType { }, ], default: 'activity', - description: 'Resource to consume.', }, ...companyOperations, ...activityOperations, diff --git a/packages/nodes-base/nodes/SeaTable/RowDescription.ts b/packages/nodes-base/nodes/SeaTable/RowDescription.ts index 584602d5e2..0243c22569 100644 --- a/packages/nodes-base/nodes/SeaTable/RowDescription.ts +++ b/packages/nodes-base/nodes/SeaTable/RowDescription.ts @@ -7,6 +7,7 @@ export const rowOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/SeaTable/SeaTable.node.ts b/packages/nodes-base/nodes/SeaTable/SeaTable.node.ts index 3af15b601d..0cad81514a 100644 --- a/packages/nodes-base/nodes/SeaTable/SeaTable.node.ts +++ b/packages/nodes-base/nodes/SeaTable/SeaTable.node.ts @@ -65,6 +65,7 @@ export class SeaTable implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Row', @@ -72,7 +73,6 @@ export class SeaTable implements INodeType { }, ], default: 'row', - description: 'The resource to operate on', }, ...rowOperations, ...rowFields, diff --git a/packages/nodes-base/nodes/SeaTable/SeaTableTrigger.node.ts b/packages/nodes-base/nodes/SeaTable/SeaTableTrigger.node.ts index b5209a8e1b..45504cddf8 100644 --- a/packages/nodes-base/nodes/SeaTable/SeaTableTrigger.node.ts +++ b/packages/nodes-base/nodes/SeaTable/SeaTableTrigger.node.ts @@ -78,11 +78,11 @@ export class SeaTableTrigger implements INodeType { default: 'rowCreated', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, ], }; diff --git a/packages/nodes-base/nodes/SecurityScorecard/SecurityScorecard.node.ts b/packages/nodes-base/nodes/SecurityScorecard/SecurityScorecard.node.ts index e992cbf804..e22e7f4f37 100644 --- a/packages/nodes-base/nodes/SecurityScorecard/SecurityScorecard.node.ts +++ b/packages/nodes-base/nodes/SecurityScorecard/SecurityScorecard.node.ts @@ -71,6 +71,7 @@ export class SecurityScorecard implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, required: true, options: [ { diff --git a/packages/nodes-base/nodes/SecurityScorecard/descriptions/CompanyDescription.ts b/packages/nodes-base/nodes/SecurityScorecard/descriptions/CompanyDescription.ts index bceda9d554..c96b00aae2 100644 --- a/packages/nodes-base/nodes/SecurityScorecard/descriptions/CompanyDescription.ts +++ b/packages/nodes-base/nodes/SecurityScorecard/descriptions/CompanyDescription.ts @@ -7,6 +7,7 @@ export const companyOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, required: true, displayOptions: { show: { @@ -135,7 +136,7 @@ export const companyFields: INodeProperties[] = [ description: 'Max number of results to return', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -150,7 +151,7 @@ export const companyFields: INodeProperties[] = [ }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, // company:getFactor diff --git a/packages/nodes-base/nodes/SecurityScorecard/descriptions/IndustryDescription.ts b/packages/nodes-base/nodes/SecurityScorecard/descriptions/IndustryDescription.ts index 54ecfce129..acf7a0bfc4 100644 --- a/packages/nodes-base/nodes/SecurityScorecard/descriptions/IndustryDescription.ts +++ b/packages/nodes-base/nodes/SecurityScorecard/descriptions/IndustryDescription.ts @@ -7,6 +7,7 @@ export const industryOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, required: true, displayOptions: { show: { @@ -119,7 +120,7 @@ export const industryFields: INodeProperties[] = [ description: 'Max number of results to return', }, { - displayName: 'Simplify Response', + displayName: 'Simplify', name: 'simple', type: 'boolean', displayOptions: { @@ -134,7 +135,7 @@ export const industryFields: INodeProperties[] = [ }, }, default: true, - description: 'Return a simplified version of the response instead of the raw data', + description: 'Whether to return a simplified version of the response instead of the raw data', }, { displayName: 'Options', diff --git a/packages/nodes-base/nodes/SecurityScorecard/descriptions/InviteDescription.ts b/packages/nodes-base/nodes/SecurityScorecard/descriptions/InviteDescription.ts index ca275bde8d..a574c4aaef 100644 --- a/packages/nodes-base/nodes/SecurityScorecard/descriptions/InviteDescription.ts +++ b/packages/nodes-base/nodes/SecurityScorecard/descriptions/InviteDescription.ts @@ -7,6 +7,7 @@ export const inviteOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, required: true, displayOptions: { show: { diff --git a/packages/nodes-base/nodes/SecurityScorecard/descriptions/PortfolioCompanyDescription.ts b/packages/nodes-base/nodes/SecurityScorecard/descriptions/PortfolioCompanyDescription.ts index 65f6b17bc2..cee08e5dbf 100644 --- a/packages/nodes-base/nodes/SecurityScorecard/descriptions/PortfolioCompanyDescription.ts +++ b/packages/nodes-base/nodes/SecurityScorecard/descriptions/PortfolioCompanyDescription.ts @@ -7,6 +7,7 @@ export const portfolioCompanyOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, required: true, displayOptions: { show: { diff --git a/packages/nodes-base/nodes/SecurityScorecard/descriptions/PortfolioDescription.ts b/packages/nodes-base/nodes/SecurityScorecard/descriptions/PortfolioDescription.ts index ab5fbe3037..30d393b934 100644 --- a/packages/nodes-base/nodes/SecurityScorecard/descriptions/PortfolioDescription.ts +++ b/packages/nodes-base/nodes/SecurityScorecard/descriptions/PortfolioDescription.ts @@ -7,6 +7,7 @@ export const portfolioOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, required: true, displayOptions: { show: { diff --git a/packages/nodes-base/nodes/SecurityScorecard/descriptions/ReportDescription.ts b/packages/nodes-base/nodes/SecurityScorecard/descriptions/ReportDescription.ts index 32fee0cc55..38c7365707 100644 --- a/packages/nodes-base/nodes/SecurityScorecard/descriptions/ReportDescription.ts +++ b/packages/nodes-base/nodes/SecurityScorecard/descriptions/ReportDescription.ts @@ -7,6 +7,7 @@ export const reportOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, required: true, displayOptions: { show: { diff --git a/packages/nodes-base/nodes/Segment/GroupDescription.ts b/packages/nodes-base/nodes/Segment/GroupDescription.ts index 5dfa0f85f2..a5178f04d0 100644 --- a/packages/nodes-base/nodes/Segment/GroupDescription.ts +++ b/packages/nodes-base/nodes/Segment/GroupDescription.ts @@ -7,6 +7,7 @@ export const groupOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const groupOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Segment/IdentifyDescription.ts b/packages/nodes-base/nodes/Segment/IdentifyDescription.ts index 81e59c0427..bbb7c3c400 100644 --- a/packages/nodes-base/nodes/Segment/IdentifyDescription.ts +++ b/packages/nodes-base/nodes/Segment/IdentifyDescription.ts @@ -7,6 +7,7 @@ export const identifyOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const identifyOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Segment/Segment.node.ts b/packages/nodes-base/nodes/Segment/Segment.node.ts index e00357e0aa..00cfe24368 100644 --- a/packages/nodes-base/nodes/Segment/Segment.node.ts +++ b/packages/nodes-base/nodes/Segment/Segment.node.ts @@ -64,6 +64,7 @@ export class Segment implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Group', @@ -82,7 +83,6 @@ export class Segment implements INodeType { }, ], default: 'identify', - description: 'Resource to consume.', }, ...groupOperations, ...groupFields, diff --git a/packages/nodes-base/nodes/Segment/TrackDescription.ts b/packages/nodes-base/nodes/Segment/TrackDescription.ts index f7534848a2..9489b53028 100644 --- a/packages/nodes-base/nodes/Segment/TrackDescription.ts +++ b/packages/nodes-base/nodes/Segment/TrackDescription.ts @@ -7,6 +7,7 @@ export const trackOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const trackOperations: INodeProperties[] = [ }, ], default: 'event', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/SendGrid/ContactDescription.ts b/packages/nodes-base/nodes/SendGrid/ContactDescription.ts index 1759725bcf..f23727ba86 100644 --- a/packages/nodes-base/nodes/SendGrid/ContactDescription.ts +++ b/packages/nodes-base/nodes/SendGrid/ContactDescription.ts @@ -7,6 +7,7 @@ export const contactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -18,7 +19,7 @@ export const contactOperations: INodeProperties[] = [ { name: 'Create/Update', value: 'upsert', - description: 'Create/update a contact', + description: 'Create a new contact, or update the current one if it already exists (upsert)', }, { name: 'Delete', @@ -37,7 +38,6 @@ export const contactOperations: INodeProperties[] = [ }, ], default: 'upsert', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/SendGrid/ListDescription.ts b/packages/nodes-base/nodes/SendGrid/ListDescription.ts index afb19eb2de..628b4a745f 100644 --- a/packages/nodes-base/nodes/SendGrid/ListDescription.ts +++ b/packages/nodes-base/nodes/SendGrid/ListDescription.ts @@ -7,6 +7,7 @@ export const listOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const listOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/SendGrid/MailDescription.ts b/packages/nodes-base/nodes/SendGrid/MailDescription.ts index b2254f0753..1ed98e4427 100644 --- a/packages/nodes-base/nodes/SendGrid/MailDescription.ts +++ b/packages/nodes-base/nodes/SendGrid/MailDescription.ts @@ -7,6 +7,7 @@ export const mailOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const mailOperations: INodeProperties[] = [ }, ], default: 'send', - description: 'Operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/SendGrid/SendGrid.node.ts b/packages/nodes-base/nodes/SendGrid/SendGrid.node.ts index 2a45e20137..a4139db5f2 100644 --- a/packages/nodes-base/nodes/SendGrid/SendGrid.node.ts +++ b/packages/nodes-base/nodes/SendGrid/SendGrid.node.ts @@ -60,6 +60,7 @@ export class SendGrid implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Contact', @@ -76,7 +77,6 @@ export class SendGrid implements INodeType { ], default: 'list', required: true, - description: 'Resource to consume', }, ...listOperations, ...listFields, diff --git a/packages/nodes-base/nodes/Sendy/CampaignDescription.ts b/packages/nodes-base/nodes/Sendy/CampaignDescription.ts index de5f9fa559..c0a9d00b78 100644 --- a/packages/nodes-base/nodes/Sendy/CampaignDescription.ts +++ b/packages/nodes-base/nodes/Sendy/CampaignDescription.ts @@ -7,6 +7,7 @@ export const campaignOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const campaignOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Sendy/Sendy.node.ts b/packages/nodes-base/nodes/Sendy/Sendy.node.ts index 85f5dfc71c..ddecf08732 100644 --- a/packages/nodes-base/nodes/Sendy/Sendy.node.ts +++ b/packages/nodes-base/nodes/Sendy/Sendy.node.ts @@ -50,6 +50,7 @@ export class Sendy implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Campaign', @@ -61,7 +62,6 @@ export class Sendy implements INodeType { }, ], default: 'subscriber', - description: 'The resource to operate on.', }, ...campaignOperations, ...campaignFields, diff --git a/packages/nodes-base/nodes/Sendy/SubscriberDescription.ts b/packages/nodes-base/nodes/Sendy/SubscriberDescription.ts index 264e28ff0a..5ecd399e81 100644 --- a/packages/nodes-base/nodes/Sendy/SubscriberDescription.ts +++ b/packages/nodes-base/nodes/Sendy/SubscriberDescription.ts @@ -7,6 +7,7 @@ export const subscriberOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const subscriberOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/SentryIo/EventDescription.ts b/packages/nodes-base/nodes/SentryIo/EventDescription.ts index 3414ec618c..4307863ed6 100644 --- a/packages/nodes-base/nodes/SentryIo/EventDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/EventDescription.ts @@ -7,6 +7,7 @@ export const eventOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const eventOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/SentryIo/IssueDescription.ts b/packages/nodes-base/nodes/SentryIo/IssueDescription.ts index a7c278bbf8..6d06eab3a2 100644 --- a/packages/nodes-base/nodes/SentryIo/IssueDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/IssueDescription.ts @@ -7,6 +7,7 @@ export const issueOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const issueOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/SentryIo/OrganizationDescription.ts b/packages/nodes-base/nodes/SentryIo/OrganizationDescription.ts index d0da7527df..56c8f77ff1 100644 --- a/packages/nodes-base/nodes/SentryIo/OrganizationDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/OrganizationDescription.ts @@ -7,6 +7,7 @@ export const organizationOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const organizationOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/SentryIo/ProjectDescription.ts b/packages/nodes-base/nodes/SentryIo/ProjectDescription.ts index b9aab6b5cf..e59c29470c 100644 --- a/packages/nodes-base/nodes/SentryIo/ProjectDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/ProjectDescription.ts @@ -7,6 +7,7 @@ export const projectOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const projectOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts b/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts index 718743ce09..e9cbc00010 100644 --- a/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts @@ -7,6 +7,7 @@ export const releaseOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const releaseOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/SentryIo/SentryIo.node.ts b/packages/nodes-base/nodes/SentryIo/SentryIo.node.ts index 70ee65a254..9ba2f277c2 100644 --- a/packages/nodes-base/nodes/SentryIo/SentryIo.node.ts +++ b/packages/nodes-base/nodes/SentryIo/SentryIo.node.ts @@ -149,7 +149,6 @@ export class SentryIo implements INodeType { }, ], default: 'accessToken', - description: 'The resource to operate on.', }, { displayName: 'Authentication', @@ -169,12 +168,12 @@ export class SentryIo implements INodeType { }, ], default: 'accessToken', - description: 'The resource to operate on.', }, { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Event', @@ -202,7 +201,6 @@ export class SentryIo implements INodeType { }, ], default: 'event', - description: 'Resource to consume.', }, // EVENT diff --git a/packages/nodes-base/nodes/SentryIo/TeamDescription.ts b/packages/nodes-base/nodes/SentryIo/TeamDescription.ts index feff12e835..63248ae5f4 100644 --- a/packages/nodes-base/nodes/SentryIo/TeamDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/TeamDescription.ts @@ -7,6 +7,7 @@ export const teamOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const teamOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/ServiceNow/ServiceNow.node.ts b/packages/nodes-base/nodes/ServiceNow/ServiceNow.node.ts index d68afb18a3..fe29ee0505 100644 --- a/packages/nodes-base/nodes/ServiceNow/ServiceNow.node.ts +++ b/packages/nodes-base/nodes/ServiceNow/ServiceNow.node.ts @@ -132,7 +132,7 @@ export class ServiceNow implements INodeType { value: 'businessService', }, { - name: 'Configuration Items', + name: 'Configuration Item', value: 'configurationItems', }, { @@ -165,7 +165,6 @@ export class ServiceNow implements INodeType { }, ], default: 'user', - description: 'Resource to consume', }, // BUSINESS SERVICE diff --git a/packages/nodes-base/nodes/Shopify/OrderDescription.ts b/packages/nodes-base/nodes/Shopify/OrderDescription.ts index d2308c8f69..6bb0b55f94 100644 --- a/packages/nodes-base/nodes/Shopify/OrderDescription.ts +++ b/packages/nodes-base/nodes/Shopify/OrderDescription.ts @@ -7,6 +7,7 @@ export const orderOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const orderOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Shopify/ProductDescription.ts b/packages/nodes-base/nodes/Shopify/ProductDescription.ts index 0060ebb843..e6acd356ba 100644 --- a/packages/nodes-base/nodes/Shopify/ProductDescription.ts +++ b/packages/nodes-base/nodes/Shopify/ProductDescription.ts @@ -7,6 +7,7 @@ export const productOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const productOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Shopify/Shopify.node.ts b/packages/nodes-base/nodes/Shopify/Shopify.node.ts index d6cc17bc38..9a0c147876 100644 --- a/packages/nodes-base/nodes/Shopify/Shopify.node.ts +++ b/packages/nodes-base/nodes/Shopify/Shopify.node.ts @@ -64,6 +64,7 @@ export class Shopify implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Order', @@ -75,7 +76,6 @@ export class Shopify implements INodeType { }, ], default: 'order', - description: 'Resource to consume.', }, // ORDER ...orderOperations, diff --git a/packages/nodes-base/nodes/Signl4/Signl4.node.ts b/packages/nodes-base/nodes/Signl4/Signl4.node.ts index cf850e58d2..f6181c2d34 100644 --- a/packages/nodes-base/nodes/Signl4/Signl4.node.ts +++ b/packages/nodes-base/nodes/Signl4/Signl4.node.ts @@ -38,6 +38,7 @@ export class Signl4 implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Alert', @@ -45,12 +46,12 @@ export class Signl4 implements INodeType { }, ], default: 'alert', - description: 'The resource to operate on.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -71,7 +72,6 @@ export class Signl4 implements INodeType { }, ], default: 'send', - description: 'The operation to perform.', }, { displayName: 'Message', diff --git a/packages/nodes-base/nodes/Slack/ChannelDescription.ts b/packages/nodes-base/nodes/Slack/ChannelDescription.ts index 98eb597d44..06f4568a85 100644 --- a/packages/nodes-base/nodes/Slack/ChannelDescription.ts +++ b/packages/nodes-base/nodes/Slack/ChannelDescription.ts @@ -7,6 +7,7 @@ export const channelOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -102,7 +103,6 @@ export const channelOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -642,6 +642,9 @@ export const channelFields: INodeProperties[] = [ displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, description: 'Max number of results to return', default: 100, placeholder: 'Limit', diff --git a/packages/nodes-base/nodes/Slack/FileDescription.ts b/packages/nodes-base/nodes/Slack/FileDescription.ts index c52d2c2aa8..38eb987287 100644 --- a/packages/nodes-base/nodes/Slack/FileDescription.ts +++ b/packages/nodes-base/nodes/Slack/FileDescription.ts @@ -5,6 +5,7 @@ export const fileOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -30,7 +31,6 @@ export const fileOperations: INodeProperties[] = [ }, ], default: 'upload', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Slack/MessageDescription.ts b/packages/nodes-base/nodes/Slack/MessageDescription.ts index bf98e0937f..57e1b18bea 100644 --- a/packages/nodes-base/nodes/Slack/MessageDescription.ts +++ b/packages/nodes-base/nodes/Slack/MessageDescription.ts @@ -7,6 +7,7 @@ export const messageOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const messageOperations: INodeProperties[] = [ }, ], default: 'post', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Slack/ReactionDescription.ts b/packages/nodes-base/nodes/Slack/ReactionDescription.ts index c44d728f6b..47c917aafa 100644 --- a/packages/nodes-base/nodes/Slack/ReactionDescription.ts +++ b/packages/nodes-base/nodes/Slack/ReactionDescription.ts @@ -5,6 +5,7 @@ export const reactionOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -30,7 +31,6 @@ export const reactionOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Slack/Slack.node.ts b/packages/nodes-base/nodes/Slack/Slack.node.ts index 9f0a398663..53089c04c1 100644 --- a/packages/nodes-base/nodes/Slack/Slack.node.ts +++ b/packages/nodes-base/nodes/Slack/Slack.node.ts @@ -162,13 +162,13 @@ export class Slack implements INodeType { }, ], default: 'accessToken', - description: 'The resource to operate on.', }, { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Channel', @@ -204,7 +204,6 @@ export class Slack implements INodeType { }, ], default: 'message', - description: 'The resource to operate on.', }, ...channelOperations, diff --git a/packages/nodes-base/nodes/Slack/StarDescription.ts b/packages/nodes-base/nodes/Slack/StarDescription.ts index 1932d0c189..b6d10f0e33 100644 --- a/packages/nodes-base/nodes/Slack/StarDescription.ts +++ b/packages/nodes-base/nodes/Slack/StarDescription.ts @@ -5,6 +5,7 @@ export const starOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -30,7 +31,6 @@ export const starOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Slack/UserDescription.ts b/packages/nodes-base/nodes/Slack/UserDescription.ts index c45aa8e427..43b333cc98 100644 --- a/packages/nodes-base/nodes/Slack/UserDescription.ts +++ b/packages/nodes-base/nodes/Slack/UserDescription.ts @@ -7,6 +7,7 @@ export const userOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const userOperations: INodeProperties[] = [ }, ], default: 'info', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Slack/UserGroupDescription.ts b/packages/nodes-base/nodes/Slack/UserGroupDescription.ts index 5309565fd7..54e279698c 100644 --- a/packages/nodes-base/nodes/Slack/UserGroupDescription.ts +++ b/packages/nodes-base/nodes/Slack/UserGroupDescription.ts @@ -7,6 +7,7 @@ export const userGroupOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const userGroupOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Slack/UserProfileDescription.ts b/packages/nodes-base/nodes/Slack/UserProfileDescription.ts index 54816d53be..b61c12c914 100644 --- a/packages/nodes-base/nodes/Slack/UserProfileDescription.ts +++ b/packages/nodes-base/nodes/Slack/UserProfileDescription.ts @@ -8,6 +8,7 @@ export const userProfileOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -28,7 +29,6 @@ export const userProfileOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Sms77/Sms77.node.ts b/packages/nodes-base/nodes/Sms77/Sms77.node.ts index 6ce821abd9..4577bb72c6 100644 --- a/packages/nodes-base/nodes/Sms77/Sms77.node.ts +++ b/packages/nodes-base/nodes/Sms77/Sms77.node.ts @@ -39,8 +39,10 @@ export class Sms77 implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { + // eslint-disable-next-line n8n-nodes-base/node-param-resource-with-plural-option name: 'SMS', value: 'sms', }, @@ -50,7 +52,6 @@ export class Sms77 implements INodeType { }, ], default: 'sms', - description: 'The resource to operate on.', }, // operations @@ -58,6 +59,7 @@ export class Sms77 implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -73,12 +75,12 @@ export class Sms77 implements INodeType { }, ], default: 'send', - description: 'The operation to perform', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -94,7 +96,6 @@ export class Sms77 implements INodeType { }, ], default: 'send', - description: 'The operation to perform', }, { displayName: 'From', diff --git a/packages/nodes-base/nodes/Snowflake/Snowflake.node.ts b/packages/nodes-base/nodes/Snowflake/Snowflake.node.ts index ae2ac76bdc..07604c2398 100644 --- a/packages/nodes-base/nodes/Snowflake/Snowflake.node.ts +++ b/packages/nodes-base/nodes/Snowflake/Snowflake.node.ts @@ -42,6 +42,7 @@ export class Snowflake implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Execute Query', @@ -60,7 +61,6 @@ export class Snowflake implements INodeType { }, ], default: 'insert', - description: 'The operation to perform.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/Spontit/PushDescription.ts b/packages/nodes-base/nodes/Spontit/PushDescription.ts index 7f7bf5ff9b..309c74a925 100644 --- a/packages/nodes-base/nodes/Spontit/PushDescription.ts +++ b/packages/nodes-base/nodes/Spontit/PushDescription.ts @@ -7,6 +7,7 @@ export const pushOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const pushOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Spontit/Spontit.node.ts b/packages/nodes-base/nodes/Spontit/Spontit.node.ts index edf8fe24ea..6fd48d66fc 100644 --- a/packages/nodes-base/nodes/Spontit/Spontit.node.ts +++ b/packages/nodes-base/nodes/Spontit/Spontit.node.ts @@ -44,6 +44,7 @@ export class Spontit implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Push', @@ -51,7 +52,6 @@ export class Spontit implements INodeType { }, ], default: 'push', - description: 'The resource to operate on.', }, ...pushOperations, ...pushFields, diff --git a/packages/nodes-base/nodes/Spotify/Spotify.node.ts b/packages/nodes-base/nodes/Spotify/Spotify.node.ts index e2d6ec73c8..e5dc759e3a 100644 --- a/packages/nodes-base/nodes/Spotify/Spotify.node.ts +++ b/packages/nodes-base/nodes/Spotify/Spotify.node.ts @@ -47,6 +47,7 @@ export class Spotify implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Album', @@ -78,7 +79,6 @@ export class Spotify implements INodeType { }, ], default: 'player', - description: 'The resource to operate on.', }, // -------------------------------------------------------------------------------------------------------- @@ -90,6 +90,7 @@ export class Spotify implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -145,7 +146,6 @@ export class Spotify implements INodeType { }, ], default: 'addSongToQueue', - description: 'The operation to perform.', }, { displayName: 'Resource ID', @@ -194,6 +194,7 @@ export class Spotify implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -224,7 +225,6 @@ export class Spotify implements INodeType { }, ], default: 'get', - description: 'The operation to perform.', }, { displayName: 'Album ID', @@ -278,6 +278,7 @@ export class Spotify implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -313,7 +314,6 @@ export class Spotify implements INodeType { }, ], default: 'get', - description: 'The operation to perform.', }, { displayName: 'Artist ID', @@ -383,6 +383,7 @@ export class Spotify implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -428,7 +429,6 @@ export class Spotify implements INodeType { }, ], default: 'add', - description: 'The operation to perform.', }, { displayName: 'Playlist ID', @@ -582,6 +582,7 @@ export class Spotify implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -607,7 +608,6 @@ export class Spotify implements INodeType { }, ], default: 'track', - description: 'The operation to perform.', }, { displayName: 'Track ID', @@ -657,6 +657,7 @@ export class Spotify implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -682,6 +683,7 @@ export class Spotify implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -697,7 +699,6 @@ export class Spotify implements INodeType { }, ], default: 'getFollowingArtists', - description: 'The operation to perform.', }, { displayName: 'Return All', diff --git a/packages/nodes-base/nodes/SpreadsheetFile/SpreadsheetFile.node.ts b/packages/nodes-base/nodes/SpreadsheetFile/SpreadsheetFile.node.ts index fcb7c61a3e..1914d91b2f 100644 --- a/packages/nodes-base/nodes/SpreadsheetFile/SpreadsheetFile.node.ts +++ b/packages/nodes-base/nodes/SpreadsheetFile/SpreadsheetFile.node.ts @@ -66,6 +66,7 @@ export class SpreadsheetFile implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Read from file', @@ -79,7 +80,6 @@ export class SpreadsheetFile implements INodeType { }, ], default: 'fromFile', - description: 'The operation to perform.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/Ssh/Ssh.node.ts b/packages/nodes-base/nodes/Ssh/Ssh.node.ts index 0884a0878c..9e834dc756 100644 --- a/packages/nodes-base/nodes/Ssh/Ssh.node.ts +++ b/packages/nodes-base/nodes/Ssh/Ssh.node.ts @@ -80,6 +80,7 @@ export class Ssh implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Command', @@ -96,6 +97,7 @@ export class Ssh implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -111,7 +113,6 @@ export class Ssh implements INodeType { }, ], default: 'execute', - description: 'Operation to perform.', }, { displayName: 'Command', @@ -151,6 +152,7 @@ export class Ssh implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -171,7 +173,6 @@ export class Ssh implements INodeType { }, ], default: 'upload', - description: 'Operation to perform.', }, { displayName: 'Binary Property', diff --git a/packages/nodes-base/nodes/Stackby/Stackby.node.ts b/packages/nodes-base/nodes/Stackby/Stackby.node.ts index cfb3683728..eb77649cb5 100644 --- a/packages/nodes-base/nodes/Stackby/Stackby.node.ts +++ b/packages/nodes-base/nodes/Stackby/Stackby.node.ts @@ -40,6 +40,7 @@ export class Stackby implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Append', diff --git a/packages/nodes-base/nodes/Storyblok/StoryContentDescription.ts b/packages/nodes-base/nodes/Storyblok/StoryContentDescription.ts index eff6605f35..57c96eb377 100644 --- a/packages/nodes-base/nodes/Storyblok/StoryContentDescription.ts +++ b/packages/nodes-base/nodes/Storyblok/StoryContentDescription.ts @@ -7,6 +7,7 @@ export const storyContentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { source: [ @@ -30,7 +31,6 @@ export const storyContentOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Storyblok/StoryManagementDescription.ts b/packages/nodes-base/nodes/Storyblok/StoryManagementDescription.ts index 912a1983f9..a9a18552d7 100644 --- a/packages/nodes-base/nodes/Storyblok/StoryManagementDescription.ts +++ b/packages/nodes-base/nodes/Storyblok/StoryManagementDescription.ts @@ -7,6 +7,7 @@ export const storyManagementOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { source: [ @@ -50,7 +51,6 @@ export const storyManagementOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Storyblok/Storyblok.node.ts b/packages/nodes-base/nodes/Storyblok/Storyblok.node.ts index cb7f27e00c..ed8994537f 100644 --- a/packages/nodes-base/nodes/Storyblok/Storyblok.node.ts +++ b/packages/nodes-base/nodes/Storyblok/Storyblok.node.ts @@ -90,6 +90,7 @@ export class Storyblok implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Story', @@ -97,7 +98,6 @@ export class Storyblok implements INodeType { }, ], default: 'story', - description: 'Resource to consume.', displayOptions: { show: { source: [ @@ -111,6 +111,7 @@ export class Storyblok implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Story', @@ -118,7 +119,6 @@ export class Storyblok implements INodeType { }, ], default: 'story', - description: 'Resource to consume.', displayOptions: { show: { source: [ diff --git a/packages/nodes-base/nodes/Strapi/EntryDescription.ts b/packages/nodes-base/nodes/Strapi/EntryDescription.ts index 9171e470b4..cc5f8ee0fa 100644 --- a/packages/nodes-base/nodes/Strapi/EntryDescription.ts +++ b/packages/nodes-base/nodes/Strapi/EntryDescription.ts @@ -43,7 +43,6 @@ export const entryOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Strapi/Strapi.node.ts b/packages/nodes-base/nodes/Strapi/Strapi.node.ts index 06af434b27..2be01e1963 100644 --- a/packages/nodes-base/nodes/Strapi/Strapi.node.ts +++ b/packages/nodes-base/nodes/Strapi/Strapi.node.ts @@ -63,7 +63,6 @@ export class Strapi implements INodeType { }, ], default: 'entry', - description: 'The resource to operate on', }, ...entryOperations, ...entryFields, diff --git a/packages/nodes-base/nodes/Strava/ActivityDescription.ts b/packages/nodes-base/nodes/Strava/ActivityDescription.ts index 33bb7fc2da..fff57aef51 100644 --- a/packages/nodes-base/nodes/Strava/ActivityDescription.ts +++ b/packages/nodes-base/nodes/Strava/ActivityDescription.ts @@ -8,6 +8,7 @@ export const activityOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -63,7 +64,6 @@ export const activityOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Strava/Strava.node.ts b/packages/nodes-base/nodes/Strava/Strava.node.ts index 97255a49e8..7013534af6 100644 --- a/packages/nodes-base/nodes/Strava/Strava.node.ts +++ b/packages/nodes-base/nodes/Strava/Strava.node.ts @@ -46,6 +46,7 @@ export class Strava implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Activity', @@ -53,7 +54,6 @@ export class Strava implements INodeType { }, ], default: 'activity', - description: 'The resource to operate on.', }, ...activityOperations, ...activityFields, diff --git a/packages/nodes-base/nodes/Strava/StravaTrigger.node.ts b/packages/nodes-base/nodes/Strava/StravaTrigger.node.ts index 2ac08f5dc3..e7acd4c409 100644 --- a/packages/nodes-base/nodes/Strava/StravaTrigger.node.ts +++ b/packages/nodes-base/nodes/Strava/StravaTrigger.node.ts @@ -59,7 +59,7 @@ export class StravaTrigger implements INodeType { type: 'options', options: [ { - name: '*', + name: '[All]', value: '*', }, { @@ -79,7 +79,7 @@ export class StravaTrigger implements INodeType { type: 'options', options: [ { - name: '*', + name: '[All]', value: '*', }, { diff --git a/packages/nodes-base/nodes/Stripe/Stripe.node.ts b/packages/nodes-base/nodes/Stripe/Stripe.node.ts index 93ec91bc43..175369077e 100644 --- a/packages/nodes-base/nodes/Stripe/Stripe.node.ts +++ b/packages/nodes-base/nodes/Stripe/Stripe.node.ts @@ -65,6 +65,7 @@ export class Stripe implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Balance', @@ -96,7 +97,6 @@ export class Stripe implements INodeType { }, ], default: 'balance', - description: 'Resource to consume', }, ...balanceOperations, ...customerCardOperations, diff --git a/packages/nodes-base/nodes/Stripe/descriptions/BalanceDescription.ts b/packages/nodes-base/nodes/Stripe/descriptions/BalanceDescription.ts index 5d4159620e..6c97e079e4 100644 --- a/packages/nodes-base/nodes/Stripe/descriptions/BalanceDescription.ts +++ b/packages/nodes-base/nodes/Stripe/descriptions/BalanceDescription.ts @@ -7,8 +7,8 @@ export const balanceOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Get', diff --git a/packages/nodes-base/nodes/Stripe/descriptions/ChargeDescription.ts b/packages/nodes-base/nodes/Stripe/descriptions/ChargeDescription.ts index 880e25219c..aac022d0e9 100644 --- a/packages/nodes-base/nodes/Stripe/descriptions/ChargeDescription.ts +++ b/packages/nodes-base/nodes/Stripe/descriptions/ChargeDescription.ts @@ -7,8 +7,8 @@ export const chargeOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/Stripe/descriptions/CouponDescription.ts b/packages/nodes-base/nodes/Stripe/descriptions/CouponDescription.ts index b3fb0d874d..fdf2dccab1 100644 --- a/packages/nodes-base/nodes/Stripe/descriptions/CouponDescription.ts +++ b/packages/nodes-base/nodes/Stripe/descriptions/CouponDescription.ts @@ -7,8 +7,8 @@ export const couponOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'create', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/Stripe/descriptions/CustomerCardDescription.ts b/packages/nodes-base/nodes/Stripe/descriptions/CustomerCardDescription.ts index 4583494dfc..3006cb30c0 100644 --- a/packages/nodes-base/nodes/Stripe/descriptions/CustomerCardDescription.ts +++ b/packages/nodes-base/nodes/Stripe/descriptions/CustomerCardDescription.ts @@ -7,8 +7,8 @@ export const customerCardOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Add', diff --git a/packages/nodes-base/nodes/Stripe/descriptions/CustomerDescription.ts b/packages/nodes-base/nodes/Stripe/descriptions/CustomerDescription.ts index 67e111405b..9f8800914e 100644 --- a/packages/nodes-base/nodes/Stripe/descriptions/CustomerDescription.ts +++ b/packages/nodes-base/nodes/Stripe/descriptions/CustomerDescription.ts @@ -7,8 +7,8 @@ export const customerOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/Stripe/descriptions/SourceDescription.ts b/packages/nodes-base/nodes/Stripe/descriptions/SourceDescription.ts index aa0e312e0a..fd5cb6378d 100644 --- a/packages/nodes-base/nodes/Stripe/descriptions/SourceDescription.ts +++ b/packages/nodes-base/nodes/Stripe/descriptions/SourceDescription.ts @@ -7,8 +7,8 @@ export const sourceOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/Stripe/descriptions/TokenDescription.ts b/packages/nodes-base/nodes/Stripe/descriptions/TokenDescription.ts index 59ccbd68d5..3c1c1f68c6 100644 --- a/packages/nodes-base/nodes/Stripe/descriptions/TokenDescription.ts +++ b/packages/nodes-base/nodes/Stripe/descriptions/TokenDescription.ts @@ -7,8 +7,8 @@ export const tokenOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'create', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/Supabase/RowDescription.ts b/packages/nodes-base/nodes/Supabase/RowDescription.ts index 3fd500c9d6..ced76369c3 100644 --- a/packages/nodes-base/nodes/Supabase/RowDescription.ts +++ b/packages/nodes-base/nodes/Supabase/RowDescription.ts @@ -12,6 +12,7 @@ export const rowOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/SurveyMonkey/SurveyMonkeyTrigger.node.ts b/packages/nodes-base/nodes/SurveyMonkey/SurveyMonkeyTrigger.node.ts index e45e287ef8..43e64e5283 100644 --- a/packages/nodes-base/nodes/SurveyMonkey/SurveyMonkeyTrigger.node.ts +++ b/packages/nodes-base/nodes/SurveyMonkey/SurveyMonkeyTrigger.node.ts @@ -100,7 +100,6 @@ export class SurveyMonkeyTrigger implements INodeType { }, ], default: 'accessToken', - description: 'Method of authentication.', }, { displayName: 'Type', diff --git a/packages/nodes-base/nodes/Switch/Switch.node.ts b/packages/nodes-base/nodes/Switch/Switch.node.ts index 86cff8323e..788f5b209b 100644 --- a/packages/nodes-base/nodes/Switch/Switch.node.ts +++ b/packages/nodes-base/nodes/Switch/Switch.node.ts @@ -150,6 +150,7 @@ export class Switch implements INodeType { name: 'rules', displayName: 'Boolean', values: [ + // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { displayName: 'Operation', name: 'operation', @@ -234,6 +235,7 @@ export class Switch implements INodeType { name: 'rules', displayName: 'Dates', values: [ + // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { displayName: 'Operation', name: 'operation', @@ -318,6 +320,7 @@ export class Switch implements INodeType { name: 'rules', displayName: 'Numbers', values: [ + // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { displayName: 'Operation', name: 'operation', @@ -418,6 +421,7 @@ export class Switch implements INodeType { name: 'rules', displayName: 'Strings', values: [ + // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { displayName: 'Operation', name: 'operation', diff --git a/packages/nodes-base/nodes/SyncroMSP/v1/actions/contact/getAll/description.ts b/packages/nodes-base/nodes/SyncroMSP/v1/actions/contact/getAll/description.ts index a8a1035c77..f69f1672fb 100644 --- a/packages/nodes-base/nodes/SyncroMSP/v1/actions/contact/getAll/description.ts +++ b/packages/nodes-base/nodes/SyncroMSP/v1/actions/contact/getAll/description.ts @@ -25,6 +25,9 @@ export const contactGetAllDescription: ContactProperties = [ displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, description: 'Max number of results to return', displayOptions: { show: { diff --git a/packages/nodes-base/nodes/SyncroMSP/v1/actions/contact/index.ts b/packages/nodes-base/nodes/SyncroMSP/v1/actions/contact/index.ts index 884c2765f8..bdeaa0abeb 100644 --- a/packages/nodes-base/nodes/SyncroMSP/v1/actions/contact/index.ts +++ b/packages/nodes-base/nodes/SyncroMSP/v1/actions/contact/index.ts @@ -21,6 +21,7 @@ export const descriptions = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/SyncroMSP/v1/actions/customer/getAll/description.ts b/packages/nodes-base/nodes/SyncroMSP/v1/actions/customer/getAll/description.ts index 7dc2369089..c7d86e6883 100644 --- a/packages/nodes-base/nodes/SyncroMSP/v1/actions/customer/getAll/description.ts +++ b/packages/nodes-base/nodes/SyncroMSP/v1/actions/customer/getAll/description.ts @@ -25,6 +25,9 @@ export const customerGetAllDescription: CustomerProperties = [ displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/SyncroMSP/v1/actions/customer/index.ts b/packages/nodes-base/nodes/SyncroMSP/v1/actions/customer/index.ts index da8643a0ed..7bae7e24ea 100644 --- a/packages/nodes-base/nodes/SyncroMSP/v1/actions/customer/index.ts +++ b/packages/nodes-base/nodes/SyncroMSP/v1/actions/customer/index.ts @@ -21,6 +21,7 @@ export const descriptions = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/SyncroMSP/v1/actions/rmm/getAll/description.ts b/packages/nodes-base/nodes/SyncroMSP/v1/actions/rmm/getAll/description.ts index 0fa2b0a421..ed611d186c 100644 --- a/packages/nodes-base/nodes/SyncroMSP/v1/actions/rmm/getAll/description.ts +++ b/packages/nodes-base/nodes/SyncroMSP/v1/actions/rmm/getAll/description.ts @@ -25,6 +25,9 @@ export const rmmGetAllDescription: RmmProperties = [ displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/SyncroMSP/v1/actions/rmm/index.ts b/packages/nodes-base/nodes/SyncroMSP/v1/actions/rmm/index.ts index b92b557d8e..469793f795 100644 --- a/packages/nodes-base/nodes/SyncroMSP/v1/actions/rmm/index.ts +++ b/packages/nodes-base/nodes/SyncroMSP/v1/actions/rmm/index.ts @@ -21,6 +21,7 @@ export const descriptions = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/SyncroMSP/v1/actions/ticket/getAll/description.ts b/packages/nodes-base/nodes/SyncroMSP/v1/actions/ticket/getAll/description.ts index d1c5c47efe..72d8bef357 100644 --- a/packages/nodes-base/nodes/SyncroMSP/v1/actions/ticket/getAll/description.ts +++ b/packages/nodes-base/nodes/SyncroMSP/v1/actions/ticket/getAll/description.ts @@ -25,6 +25,9 @@ export const ticketGetAllDescription: TicketProperties = [ displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/SyncroMSP/v1/actions/ticket/index.ts b/packages/nodes-base/nodes/SyncroMSP/v1/actions/ticket/index.ts index f89566f0f2..43ccf81e36 100644 --- a/packages/nodes-base/nodes/SyncroMSP/v1/actions/ticket/index.ts +++ b/packages/nodes-base/nodes/SyncroMSP/v1/actions/ticket/index.ts @@ -20,6 +20,7 @@ export const descriptions = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/SyncroMSP/v1/actions/versionDescription.ts b/packages/nodes-base/nodes/SyncroMSP/v1/actions/versionDescription.ts index d836c93a05..09b0edb9db 100644 --- a/packages/nodes-base/nodes/SyncroMSP/v1/actions/versionDescription.ts +++ b/packages/nodes-base/nodes/SyncroMSP/v1/actions/versionDescription.ts @@ -33,6 +33,7 @@ export const versionDescription: INodeTypeDescription = { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Contact', diff --git a/packages/nodes-base/nodes/Taiga/Taiga.node.ts b/packages/nodes-base/nodes/Taiga/Taiga.node.ts index 69ddedbeba..33d3776bc7 100644 --- a/packages/nodes-base/nodes/Taiga/Taiga.node.ts +++ b/packages/nodes-base/nodes/Taiga/Taiga.node.ts @@ -55,6 +55,7 @@ export class Taiga implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Epic', diff --git a/packages/nodes-base/nodes/Taiga/descriptions/EpicDescription.ts b/packages/nodes-base/nodes/Taiga/descriptions/EpicDescription.ts index 88a8a7b3ce..3524ccf334 100644 --- a/packages/nodes-base/nodes/Taiga/descriptions/EpicDescription.ts +++ b/packages/nodes-base/nodes/Taiga/descriptions/EpicDescription.ts @@ -7,6 +7,7 @@ export const epicOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const epicOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Taiga/descriptions/IssueDescription.ts b/packages/nodes-base/nodes/Taiga/descriptions/IssueDescription.ts index c1a8d2c687..4fd9f6ca88 100644 --- a/packages/nodes-base/nodes/Taiga/descriptions/IssueDescription.ts +++ b/packages/nodes-base/nodes/Taiga/descriptions/IssueDescription.ts @@ -7,6 +7,7 @@ export const issueOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const issueOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Taiga/descriptions/TaskDescription.ts b/packages/nodes-base/nodes/Taiga/descriptions/TaskDescription.ts index 7986bf1296..c5069ab880 100644 --- a/packages/nodes-base/nodes/Taiga/descriptions/TaskDescription.ts +++ b/packages/nodes-base/nodes/Taiga/descriptions/TaskDescription.ts @@ -7,6 +7,7 @@ export const taskOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const taskOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Taiga/descriptions/UserStoryDescription.ts b/packages/nodes-base/nodes/Taiga/descriptions/UserStoryDescription.ts index 0b4a4d3975..9138d8b236 100644 --- a/packages/nodes-base/nodes/Taiga/descriptions/UserStoryDescription.ts +++ b/packages/nodes-base/nodes/Taiga/descriptions/UserStoryDescription.ts @@ -7,6 +7,7 @@ export const userStoryOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const userStoryOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Tapfiliate/AffiliateDescription.ts b/packages/nodes-base/nodes/Tapfiliate/AffiliateDescription.ts index d7cdf85c04..36ae560885 100644 --- a/packages/nodes-base/nodes/Tapfiliate/AffiliateDescription.ts +++ b/packages/nodes-base/nodes/Tapfiliate/AffiliateDescription.ts @@ -7,6 +7,7 @@ export const affiliateOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const affiliateOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Tapfiliate/AffiliateMetadataDescription.ts b/packages/nodes-base/nodes/Tapfiliate/AffiliateMetadataDescription.ts index dd397972f2..7717fe0f60 100644 --- a/packages/nodes-base/nodes/Tapfiliate/AffiliateMetadataDescription.ts +++ b/packages/nodes-base/nodes/Tapfiliate/AffiliateMetadataDescription.ts @@ -7,6 +7,7 @@ export const affiliateMetadataOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const affiliateMetadataOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Tapfiliate/ProgramAffiliateDescription.ts b/packages/nodes-base/nodes/Tapfiliate/ProgramAffiliateDescription.ts index 61c6b025d6..9787a24f8d 100644 --- a/packages/nodes-base/nodes/Tapfiliate/ProgramAffiliateDescription.ts +++ b/packages/nodes-base/nodes/Tapfiliate/ProgramAffiliateDescription.ts @@ -7,6 +7,7 @@ export const programAffiliateOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const programAffiliateOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Tapfiliate/Tapfiliate.node.ts b/packages/nodes-base/nodes/Tapfiliate/Tapfiliate.node.ts index 5b36890870..87789107a8 100644 --- a/packages/nodes-base/nodes/Tapfiliate/Tapfiliate.node.ts +++ b/packages/nodes-base/nodes/Tapfiliate/Tapfiliate.node.ts @@ -57,6 +57,7 @@ export class Tapfiliate implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Affiliate', @@ -73,7 +74,6 @@ export class Tapfiliate implements INodeType { ], default: 'affiliate', required: true, - description: 'Resource to consume', }, ...affiliateOperations, ...affiliateFields, diff --git a/packages/nodes-base/nodes/Telegram/Telegram.node.ts b/packages/nodes-base/nodes/Telegram/Telegram.node.ts index 98bfd38f87..558de2bf7a 100644 --- a/packages/nodes-base/nodes/Telegram/Telegram.node.ts +++ b/packages/nodes-base/nodes/Telegram/Telegram.node.ts @@ -47,6 +47,7 @@ export class Telegram implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ // { // name: 'Bot', @@ -70,7 +71,6 @@ export class Telegram implements INodeType { }, ], default: 'message', - description: 'The resource to operate on.', }, // ---------------------------------- @@ -107,6 +107,7 @@ export class Telegram implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -147,13 +148,13 @@ export class Telegram implements INodeType { }, ], default: 'get', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -174,12 +175,12 @@ export class Telegram implements INodeType { }, ], default: 'answerQuery', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -195,13 +196,13 @@ export class Telegram implements INodeType { }, ], default: 'get', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -282,7 +283,6 @@ export class Telegram implements INodeType { }, ], default: 'sendMessage', - description: 'The operation to perform.', }, diff --git a/packages/nodes-base/nodes/TheHive/TheHive.node.ts b/packages/nodes-base/nodes/TheHive/TheHive.node.ts index f3a2f5e8c7..6b20174406 100644 --- a/packages/nodes-base/nodes/TheHive/TheHive.node.ts +++ b/packages/nodes-base/nodes/TheHive/TheHive.node.ts @@ -90,6 +90,7 @@ export class TheHive implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, required: true, options: [ { diff --git a/packages/nodes-base/nodes/TheHive/descriptions/AlertDescription.ts b/packages/nodes-base/nodes/TheHive/descriptions/AlertDescription.ts index 8cbde8c1b1..afa0842bbc 100644 --- a/packages/nodes-base/nodes/TheHive/descriptions/AlertDescription.ts +++ b/packages/nodes-base/nodes/TheHive/descriptions/AlertDescription.ts @@ -11,6 +11,7 @@ export const alertOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, required: true, typeOptions: { loadOptionsMethod: 'loadAlertOptions', diff --git a/packages/nodes-base/nodes/TheHive/descriptions/CaseDescription.ts b/packages/nodes-base/nodes/TheHive/descriptions/CaseDescription.ts index 4bf5240b70..5fa8160637 100644 --- a/packages/nodes-base/nodes/TheHive/descriptions/CaseDescription.ts +++ b/packages/nodes-base/nodes/TheHive/descriptions/CaseDescription.ts @@ -12,6 +12,7 @@ export const caseOperations: INodeProperties[] = [ name: 'operation', default: 'getAll', type: 'options', + noDataExpression: true, required: true, displayOptions: { show: { diff --git a/packages/nodes-base/nodes/TheHive/descriptions/LogDescription.ts b/packages/nodes-base/nodes/TheHive/descriptions/LogDescription.ts index 43d49c6cb2..5015998f30 100644 --- a/packages/nodes-base/nodes/TheHive/descriptions/LogDescription.ts +++ b/packages/nodes-base/nodes/TheHive/descriptions/LogDescription.ts @@ -7,6 +7,7 @@ export const logOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, required: true, default: 'getAll', displayOptions: { diff --git a/packages/nodes-base/nodes/TheHive/descriptions/ObservableDescription.ts b/packages/nodes-base/nodes/TheHive/descriptions/ObservableDescription.ts index 81df3f4aae..fceb20149c 100644 --- a/packages/nodes-base/nodes/TheHive/descriptions/ObservableDescription.ts +++ b/packages/nodes-base/nodes/TheHive/descriptions/ObservableDescription.ts @@ -11,6 +11,7 @@ export const observableOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, required: true, default: 'getAll', displayOptions: { diff --git a/packages/nodes-base/nodes/TheHive/descriptions/TaskDescription.ts b/packages/nodes-base/nodes/TheHive/descriptions/TaskDescription.ts index 2ab7f4df81..606d39a8f6 100644 --- a/packages/nodes-base/nodes/TheHive/descriptions/TaskDescription.ts +++ b/packages/nodes-base/nodes/TheHive/descriptions/TaskDescription.ts @@ -8,6 +8,7 @@ export const taskOperations: INodeProperties[] = [ name: 'operation', default: 'getAll', type: 'options', + noDataExpression: true, required: true, displayOptions: { show: { diff --git a/packages/nodes-base/nodes/TimescaleDb/TimescaleDb.node.ts b/packages/nodes-base/nodes/TimescaleDb/TimescaleDb.node.ts index ab2b8e4f93..19955bd11c 100644 --- a/packages/nodes-base/nodes/TimescaleDb/TimescaleDb.node.ts +++ b/packages/nodes-base/nodes/TimescaleDb/TimescaleDb.node.ts @@ -38,6 +38,7 @@ export class TimescaleDb implements INodeType { }, ], properties: [ + // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { displayName: 'Operation', name: 'operation', @@ -60,7 +61,6 @@ export class TimescaleDb implements INodeType { }, ], default: 'insert', - description: 'The operation to perform.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/Todoist/Todoist.node.ts b/packages/nodes-base/nodes/Todoist/Todoist.node.ts index 2f8af9a0b9..d7a5fcd55a 100644 --- a/packages/nodes-base/nodes/Todoist/Todoist.node.ts +++ b/packages/nodes-base/nodes/Todoist/Todoist.node.ts @@ -86,12 +86,12 @@ export class Todoist implements INodeType { }, ], default: 'apiKey', - description: 'The resource to operate on.', }, { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Task', @@ -101,12 +101,12 @@ export class Todoist implements INodeType { ], default: 'task', required: true, - description: 'Resource to consume.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, required: true, displayOptions: { show: { @@ -153,7 +153,6 @@ export class Todoist implements INodeType { }, ], default: 'create', - description: 'The operation to perform.', }, { displayName: 'Project', diff --git a/packages/nodes-base/nodes/TravisCi/BuildDescription.ts b/packages/nodes-base/nodes/TravisCi/BuildDescription.ts index 29474f5d6a..391f320af2 100644 --- a/packages/nodes-base/nodes/TravisCi/BuildDescription.ts +++ b/packages/nodes-base/nodes/TravisCi/BuildDescription.ts @@ -7,6 +7,7 @@ export const buildOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const buildOperations: INodeProperties[] = [ }, ], default: 'cancel', - description: 'The operation to perform.', }, ]; @@ -224,10 +224,6 @@ export const buildFields: INodeProperties[] = [ name: 'Finished At', value: 'finished_at', }, - { - name: 'Finished At', - value: 'finished_at', - }, { name: 'Number', value: 'number', diff --git a/packages/nodes-base/nodes/TravisCi/TravisCi.node.ts b/packages/nodes-base/nodes/TravisCi/TravisCi.node.ts index 11e41e4b1c..05ff660cf6 100644 --- a/packages/nodes-base/nodes/TravisCi/TravisCi.node.ts +++ b/packages/nodes-base/nodes/TravisCi/TravisCi.node.ts @@ -44,14 +44,14 @@ export class TravisCi implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { - name: ' Build', + name: 'Build', value: 'build', }, ], default: 'build', - description: 'Resource to consume.', }, ...buildOperations, ...buildFields, diff --git a/packages/nodes-base/nodes/Trello/AttachmentDescription.ts b/packages/nodes-base/nodes/Trello/AttachmentDescription.ts index 9a5ed417d0..b19070a321 100644 --- a/packages/nodes-base/nodes/Trello/AttachmentDescription.ts +++ b/packages/nodes-base/nodes/Trello/AttachmentDescription.ts @@ -10,6 +10,7 @@ export const attachmentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const attachmentOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Trello/BoardDescription.ts b/packages/nodes-base/nodes/Trello/BoardDescription.ts index 45f7688c8f..5ee269acf0 100644 --- a/packages/nodes-base/nodes/Trello/BoardDescription.ts +++ b/packages/nodes-base/nodes/Trello/BoardDescription.ts @@ -10,6 +10,7 @@ export const boardOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const boardOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Trello/BoardMemberDescription.ts b/packages/nodes-base/nodes/Trello/BoardMemberDescription.ts index 081097e3a0..605531de8d 100644 --- a/packages/nodes-base/nodes/Trello/BoardMemberDescription.ts +++ b/packages/nodes-base/nodes/Trello/BoardMemberDescription.ts @@ -10,6 +10,7 @@ export const boardMemberOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const boardMemberOperations: INodeProperties[] = [ }, ], default: 'add', - description: 'The operation to perform.', }, ]; @@ -87,6 +87,9 @@ export const boardMemberFields: INodeProperties[] = [ displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, description: 'Max number of results to return', default: 20, displayOptions: { diff --git a/packages/nodes-base/nodes/Trello/CardCommentDescription.ts b/packages/nodes-base/nodes/Trello/CardCommentDescription.ts index 7216695b93..c2a6af7fe0 100644 --- a/packages/nodes-base/nodes/Trello/CardCommentDescription.ts +++ b/packages/nodes-base/nodes/Trello/CardCommentDescription.ts @@ -7,6 +7,7 @@ export const cardCommentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const cardCommentOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Trello/CardDescription.ts b/packages/nodes-base/nodes/Trello/CardDescription.ts index a2fcef65c8..4d7fc8b5e6 100644 --- a/packages/nodes-base/nodes/Trello/CardDescription.ts +++ b/packages/nodes-base/nodes/Trello/CardDescription.ts @@ -10,6 +10,7 @@ export const cardOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const cardOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Trello/ChecklistDescription.ts b/packages/nodes-base/nodes/Trello/ChecklistDescription.ts index b709e194fd..bc24415f2b 100644 --- a/packages/nodes-base/nodes/Trello/ChecklistDescription.ts +++ b/packages/nodes-base/nodes/Trello/ChecklistDescription.ts @@ -10,6 +10,7 @@ export const checklistOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -65,7 +66,6 @@ export const checklistOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; @@ -128,7 +128,7 @@ export const checklistFields: INodeProperties[] = [ default: {}, options: [ { - displayName: 'Id Of Checklist Source', + displayName: 'ID Of Checklist Source', name: 'idChecklistSource', type: 'string', default: '', @@ -538,7 +538,6 @@ export const checklistFields: INodeProperties[] = [ }, ], default: 'complete', - description: 'The resource to operate on.', }, { displayName: 'Checklist ID', diff --git a/packages/nodes-base/nodes/Trello/LabelDescription.ts b/packages/nodes-base/nodes/Trello/LabelDescription.ts index b037025387..d25ca20095 100644 --- a/packages/nodes-base/nodes/Trello/LabelDescription.ts +++ b/packages/nodes-base/nodes/Trello/LabelDescription.ts @@ -10,6 +10,7 @@ export const labelOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -56,7 +57,6 @@ export const labelOperations: INodeProperties[] = [ ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Trello/ListDescription.ts b/packages/nodes-base/nodes/Trello/ListDescription.ts index 5d60f7b47d..16ea3efda6 100644 --- a/packages/nodes-base/nodes/Trello/ListDescription.ts +++ b/packages/nodes-base/nodes/Trello/ListDescription.ts @@ -10,6 +10,7 @@ export const listOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -50,7 +51,6 @@ export const listOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -211,6 +211,9 @@ export const listFields: INodeProperties[] = [ displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, description: 'Max number of results to return', default: 20, displayOptions: { @@ -343,6 +346,9 @@ export const listFields: INodeProperties[] = [ displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, description: 'Max number of results to return', default: 20, displayOptions: { diff --git a/packages/nodes-base/nodes/Trello/Trello.node.ts b/packages/nodes-base/nodes/Trello/Trello.node.ts index 2467c97153..2c03b7fa9b 100644 --- a/packages/nodes-base/nodes/Trello/Trello.node.ts +++ b/packages/nodes-base/nodes/Trello/Trello.node.ts @@ -80,6 +80,7 @@ export class Trello implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Attachment', @@ -115,7 +116,6 @@ export class Trello implements INodeType { }, ], default: 'card', - description: 'The resource to operate on.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/Twake/Twake.node.ts b/packages/nodes-base/nodes/Twake/Twake.node.ts index b0bc2129d8..57d7e045e5 100644 --- a/packages/nodes-base/nodes/Twake/Twake.node.ts +++ b/packages/nodes-base/nodes/Twake/Twake.node.ts @@ -75,6 +75,7 @@ export class Twake implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Message', @@ -83,12 +84,12 @@ export class Twake implements INodeType { }, ], default: 'message', - description: 'The operation to perform.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -104,7 +105,6 @@ export class Twake implements INodeType { }, ], default: 'send', - description: 'The operation to perform.', }, { displayName: 'Channel ID', diff --git a/packages/nodes-base/nodes/Twilio/Twilio.node.ts b/packages/nodes-base/nodes/Twilio/Twilio.node.ts index 4acd0c8ec7..f1f3d07b5a 100644 --- a/packages/nodes-base/nodes/Twilio/Twilio.node.ts +++ b/packages/nodes-base/nodes/Twilio/Twilio.node.ts @@ -38,20 +38,22 @@ export class Twilio implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { + // eslint-disable-next-line n8n-nodes-base/node-param-resource-with-plural-option name: 'SMS', value: 'sms', }, ], default: 'sms', - description: 'The resource to operate on.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -67,7 +69,6 @@ export class Twilio implements INodeType { }, ], default: 'send', - description: 'The operation to perform.', }, diff --git a/packages/nodes-base/nodes/Twist/ChannelDescription.ts b/packages/nodes-base/nodes/Twist/ChannelDescription.ts index 472f1ca9ca..63a93e3568 100644 --- a/packages/nodes-base/nodes/Twist/ChannelDescription.ts +++ b/packages/nodes-base/nodes/Twist/ChannelDescription.ts @@ -7,6 +7,7 @@ export const channelOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -52,7 +53,6 @@ export const channelOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Twist/CommentDescription.ts b/packages/nodes-base/nodes/Twist/CommentDescription.ts index b3afb0a3d2..1269a2f7c1 100644 --- a/packages/nodes-base/nodes/Twist/CommentDescription.ts +++ b/packages/nodes-base/nodes/Twist/CommentDescription.ts @@ -7,6 +7,7 @@ export const commentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const commentOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Twist/MessageConversationDescription.ts b/packages/nodes-base/nodes/Twist/MessageConversationDescription.ts index ed43ebc031..ae8825e34a 100644 --- a/packages/nodes-base/nodes/Twist/MessageConversationDescription.ts +++ b/packages/nodes-base/nodes/Twist/MessageConversationDescription.ts @@ -7,6 +7,7 @@ export const messageConversationOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const messageConversationOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -325,6 +325,9 @@ export const messageConversationFields: INodeProperties[] = [ displayName: 'Limit', name: 'limit', type: 'number', + typeOptions: { + minValue: 1, + }, default: 50, description: 'Max number of results to return', }, diff --git a/packages/nodes-base/nodes/Twist/ThreadDescription.ts b/packages/nodes-base/nodes/Twist/ThreadDescription.ts index bbe9366bb2..184dc6cedd 100644 --- a/packages/nodes-base/nodes/Twist/ThreadDescription.ts +++ b/packages/nodes-base/nodes/Twist/ThreadDescription.ts @@ -7,6 +7,7 @@ export const threadOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const threadOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Twist/Twist.node.ts b/packages/nodes-base/nodes/Twist/Twist.node.ts index 6d9e47f0d4..c9c38730fe 100644 --- a/packages/nodes-base/nodes/Twist/Twist.node.ts +++ b/packages/nodes-base/nodes/Twist/Twist.node.ts @@ -64,6 +64,7 @@ export class Twist implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Channel', @@ -83,7 +84,6 @@ export class Twist implements INodeType { }, ], default: 'messageConversation', - description: 'The resource to operate on.', }, ...channelOperations, ...channelFields, diff --git a/packages/nodes-base/nodes/Twitter/DirectMessageDescription.ts b/packages/nodes-base/nodes/Twitter/DirectMessageDescription.ts index 46ba74f372..974c0a6320 100644 --- a/packages/nodes-base/nodes/Twitter/DirectMessageDescription.ts +++ b/packages/nodes-base/nodes/Twitter/DirectMessageDescription.ts @@ -7,6 +7,7 @@ export const directMessageOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const directMessageOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Twitter/TweetDescription.ts b/packages/nodes-base/nodes/Twitter/TweetDescription.ts index a53d417307..903d592e01 100644 --- a/packages/nodes-base/nodes/Twitter/TweetDescription.ts +++ b/packages/nodes-base/nodes/Twitter/TweetDescription.ts @@ -7,6 +7,7 @@ export const tweetOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const tweetOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Twitter/Twitter.node.ts b/packages/nodes-base/nodes/Twitter/Twitter.node.ts index c684efadd7..544439e132 100644 --- a/packages/nodes-base/nodes/Twitter/Twitter.node.ts +++ b/packages/nodes-base/nodes/Twitter/Twitter.node.ts @@ -59,6 +59,7 @@ export class Twitter implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Direct Message', @@ -70,7 +71,6 @@ export class Twitter implements INodeType { }, ], default: 'tweet', - description: 'The resource to operate on.', }, // DIRECT MESSAGE ...directMessageOperations, diff --git a/packages/nodes-base/nodes/Typeform/TypeformTrigger.node.ts b/packages/nodes-base/nodes/Typeform/TypeformTrigger.node.ts index e7ecd08382..0c695545ea 100644 --- a/packages/nodes-base/nodes/Typeform/TypeformTrigger.node.ts +++ b/packages/nodes-base/nodes/Typeform/TypeformTrigger.node.ts @@ -86,7 +86,6 @@ export class TypeformTrigger implements INodeType { }, ], default: 'accessToken', - description: 'The resource to operate on.', }, { displayName: 'Form', @@ -101,10 +100,12 @@ export class TypeformTrigger implements INodeType { description: 'Form which should trigger workflow on submission', }, { + // eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-simplify displayName: 'Simplify Answers', name: 'simplifyAnswers', type: 'boolean', default: true, + // eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-simplify description: 'Converts the answers to a key:value pair ("FIELD_TITLE":"USER_ANSER") to be easily processable', }, { diff --git a/packages/nodes-base/nodes/UProc/GroupDescription.ts b/packages/nodes-base/nodes/UProc/GroupDescription.ts index f1483a0dac..f453e21c41 100644 --- a/packages/nodes-base/nodes/UProc/GroupDescription.ts +++ b/packages/nodes-base/nodes/UProc/GroupDescription.ts @@ -12,7 +12,6 @@ const finalGroups = { name: 'group', type: 'options', default: 'communication', - description: 'The Resource to consume.', options: [], }; diff --git a/packages/nodes-base/nodes/UnleashedSoftware/SalesOrderDescription.ts b/packages/nodes-base/nodes/UnleashedSoftware/SalesOrderDescription.ts index a0d9e045a5..4c73b58aa9 100644 --- a/packages/nodes-base/nodes/UnleashedSoftware/SalesOrderDescription.ts +++ b/packages/nodes-base/nodes/UnleashedSoftware/SalesOrderDescription.ts @@ -7,6 +7,7 @@ export const salesOrderOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -22,7 +23,6 @@ export const salesOrderOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/UnleashedSoftware/StockOnHandDescription.ts b/packages/nodes-base/nodes/UnleashedSoftware/StockOnHandDescription.ts index 62cd34b84b..49eee87ceb 100644 --- a/packages/nodes-base/nodes/UnleashedSoftware/StockOnHandDescription.ts +++ b/packages/nodes-base/nodes/UnleashedSoftware/StockOnHandDescription.ts @@ -7,6 +7,7 @@ export const stockOnHandOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const stockOnHandOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/UnleashedSoftware/UnleashedSoftware.node.ts b/packages/nodes-base/nodes/UnleashedSoftware/UnleashedSoftware.node.ts index aeacb9681d..4c4c84e320 100644 --- a/packages/nodes-base/nodes/UnleashedSoftware/UnleashedSoftware.node.ts +++ b/packages/nodes-base/nodes/UnleashedSoftware/UnleashedSoftware.node.ts @@ -52,6 +52,7 @@ export class UnleashedSoftware implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Sales Order', @@ -63,7 +64,6 @@ export class UnleashedSoftware implements INodeType { }, ], default: 'salesOrder', - description: 'The resource to operate on.', }, ...salesOrderOperations, ...salesOrderFields, diff --git a/packages/nodes-base/nodes/Uplead/CompanyDesciption.ts b/packages/nodes-base/nodes/Uplead/CompanyDesciption.ts index 51d43d8a1d..274d97eab5 100644 --- a/packages/nodes-base/nodes/Uplead/CompanyDesciption.ts +++ b/packages/nodes-base/nodes/Uplead/CompanyDesciption.ts @@ -5,6 +5,7 @@ export const companyOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -19,7 +20,6 @@ export const companyOperations: INodeProperties[] = [ }, ], default: 'enrich', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Uplead/PersonDescription.ts b/packages/nodes-base/nodes/Uplead/PersonDescription.ts index 5be197493d..a031e85cc9 100644 --- a/packages/nodes-base/nodes/Uplead/PersonDescription.ts +++ b/packages/nodes-base/nodes/Uplead/PersonDescription.ts @@ -5,6 +5,7 @@ export const personOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -19,7 +20,6 @@ export const personOperations: INodeProperties[] = [ }, ], default: 'enrich', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Uplead/Uplead.node.ts b/packages/nodes-base/nodes/Uplead/Uplead.node.ts index 4bd645aa5e..d2f6be499b 100644 --- a/packages/nodes-base/nodes/Uplead/Uplead.node.ts +++ b/packages/nodes-base/nodes/Uplead/Uplead.node.ts @@ -44,6 +44,7 @@ export class Uplead implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Company', @@ -57,7 +58,6 @@ export class Uplead implements INodeType { }, ], default: 'company', - description: 'Resource to consume.', }, ...companyOperations, ...companyFields, diff --git a/packages/nodes-base/nodes/UptimeRobot/AlertContactDescription.ts b/packages/nodes-base/nodes/UptimeRobot/AlertContactDescription.ts index 634e975ccc..aff6a60c2f 100644 --- a/packages/nodes-base/nodes/UptimeRobot/AlertContactDescription.ts +++ b/packages/nodes-base/nodes/UptimeRobot/AlertContactDescription.ts @@ -7,6 +7,7 @@ export const alertContactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const alertContactOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/UptimeRobot/MaintenanceWindowDescription.ts b/packages/nodes-base/nodes/UptimeRobot/MaintenanceWindowDescription.ts index 8ec0b22b14..2a2694c10d 100644 --- a/packages/nodes-base/nodes/UptimeRobot/MaintenanceWindowDescription.ts +++ b/packages/nodes-base/nodes/UptimeRobot/MaintenanceWindowDescription.ts @@ -7,6 +7,7 @@ export const maintenanceWindowOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -43,7 +44,6 @@ export const maintenanceWindowOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/UptimeRobot/MonitorDescription.ts b/packages/nodes-base/nodes/UptimeRobot/MonitorDescription.ts index d6cde47e0a..bc0960fadb 100644 --- a/packages/nodes-base/nodes/UptimeRobot/MonitorDescription.ts +++ b/packages/nodes-base/nodes/UptimeRobot/MonitorDescription.ts @@ -7,6 +7,7 @@ export const monitorOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -47,7 +48,6 @@ export const monitorOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/UptimeRobot/PublicStatusPageDescription.ts b/packages/nodes-base/nodes/UptimeRobot/PublicStatusPageDescription.ts index 9aa334e6ff..dec55b1024 100644 --- a/packages/nodes-base/nodes/UptimeRobot/PublicStatusPageDescription.ts +++ b/packages/nodes-base/nodes/UptimeRobot/PublicStatusPageDescription.ts @@ -7,6 +7,7 @@ export const publicStatusPageOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -45,7 +46,6 @@ export const publicStatusPageOperations: INodeProperties[] = [ // }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/UptimeRobot/UptimeRobot.node.ts b/packages/nodes-base/nodes/UptimeRobot/UptimeRobot.node.ts index c4ce555a6d..00eb8813af 100644 --- a/packages/nodes-base/nodes/UptimeRobot/UptimeRobot.node.ts +++ b/packages/nodes-base/nodes/UptimeRobot/UptimeRobot.node.ts @@ -60,6 +60,7 @@ export class UptimeRobot implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Account', @@ -83,7 +84,6 @@ export class UptimeRobot implements INodeType { }, ], default: 'account', - description: 'Resource to consume.', }, /* -------------------------------------------------------------------------- */ /* account:getAccountDetails */ @@ -92,6 +92,7 @@ export class UptimeRobot implements INodeType { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -107,7 +108,6 @@ export class UptimeRobot implements INodeType { }, ], default: 'get', - description: 'The operation to perform.', }, /* -------------------------------------------------------------------------- */ /* Monitor */ diff --git a/packages/nodes-base/nodes/Vero/EventDescripion.ts b/packages/nodes-base/nodes/Vero/EventDescripion.ts index 6515d8453d..2983b826cb 100644 --- a/packages/nodes-base/nodes/Vero/EventDescripion.ts +++ b/packages/nodes-base/nodes/Vero/EventDescripion.ts @@ -5,6 +5,7 @@ export const eventOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -20,7 +21,6 @@ export const eventOperations: INodeProperties[] = [ }, ], default: 'track', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Vero/UserDescription.ts b/packages/nodes-base/nodes/Vero/UserDescription.ts index aed08f6308..0aba175101 100644 --- a/packages/nodes-base/nodes/Vero/UserDescription.ts +++ b/packages/nodes-base/nodes/Vero/UserDescription.ts @@ -5,6 +5,7 @@ export const userOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -50,7 +51,6 @@ export const userOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Vero/Vero.node.ts b/packages/nodes-base/nodes/Vero/Vero.node.ts index e100b8ea8b..5bbfd5e927 100644 --- a/packages/nodes-base/nodes/Vero/Vero.node.ts +++ b/packages/nodes-base/nodes/Vero/Vero.node.ts @@ -47,6 +47,7 @@ export class Vero implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'User', @@ -60,7 +61,6 @@ export class Vero implements INodeType { }, ], default: 'user', - description: 'Resource to consume.', }, ...userOperations, ...eventOperations, diff --git a/packages/nodes-base/nodes/Vonage/Vonage.node.ts b/packages/nodes-base/nodes/Vonage/Vonage.node.ts index a59a7d2a7c..6c8b5f0c3d 100644 --- a/packages/nodes-base/nodes/Vonage/Vonage.node.ts +++ b/packages/nodes-base/nodes/Vonage/Vonage.node.ts @@ -38,19 +38,21 @@ export class Vonage implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { + // eslint-disable-next-line n8n-nodes-base/node-param-resource-with-plural-option name: 'SMS', value: 'sms', }, ], default: 'sms', - description: 'The resource to operate on.', }, { displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, options: [ { name: 'Send', @@ -65,7 +67,6 @@ export class Vonage implements INodeType { }, }, default: 'send', - description: 'The resource to operate on.', }, { displayName: 'From', diff --git a/packages/nodes-base/nodes/Wait/Wait.node.ts b/packages/nodes-base/nodes/Wait/Wait.node.ts index dbd11c1217..6b51cfca7d 100644 --- a/packages/nodes-base/nodes/Wait/Wait.node.ts +++ b/packages/nodes-base/nodes/Wait/Wait.node.ts @@ -588,6 +588,7 @@ export class Wait implements INodeType { }, default: '', placeholder: 'application/xml', + // eslint-disable-next-line n8n-nodes-base/node-param-description-miscased-json description: 'Set a custom content-type to return if another one as the "application/json" should be returned', }, { diff --git a/packages/nodes-base/nodes/Webflow/ItemDescription.ts b/packages/nodes-base/nodes/Webflow/ItemDescription.ts index 3328a3a83a..7ca1f9a194 100644 --- a/packages/nodes-base/nodes/Webflow/ItemDescription.ts +++ b/packages/nodes-base/nodes/Webflow/ItemDescription.ts @@ -7,8 +7,8 @@ export const itemOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/Webflow/Webflow.node.ts b/packages/nodes-base/nodes/Webflow/Webflow.node.ts index be914ea883..5579fa64e8 100644 --- a/packages/nodes-base/nodes/Webflow/Webflow.node.ts +++ b/packages/nodes-base/nodes/Webflow/Webflow.node.ts @@ -75,12 +75,12 @@ export class Webflow implements INodeType { }, ], default: 'accessToken', - description: 'Method of authentication.', }, { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Item', @@ -88,7 +88,6 @@ export class Webflow implements INodeType { }, ], default: 'item', - description: 'Resource to consume', }, ...itemOperations, ...itemFields, diff --git a/packages/nodes-base/nodes/Webflow/WebflowTrigger.node.ts b/packages/nodes-base/nodes/Webflow/WebflowTrigger.node.ts index 0072fc7760..0c570ce51e 100644 --- a/packages/nodes-base/nodes/Webflow/WebflowTrigger.node.ts +++ b/packages/nodes-base/nodes/Webflow/WebflowTrigger.node.ts @@ -77,7 +77,6 @@ export class WebflowTrigger implements INodeType { }, ], default: 'accessToken', - description: 'Method of authentication.', }, { displayName: 'Site', diff --git a/packages/nodes-base/nodes/Webhook/Webhook.node.ts b/packages/nodes-base/nodes/Webhook/Webhook.node.ts index 66103a9861..df672b2fc1 100644 --- a/packages/nodes-base/nodes/Webhook/Webhook.node.ts +++ b/packages/nodes-base/nodes/Webhook/Webhook.node.ts @@ -382,6 +382,7 @@ export class Webhook implements INodeType { }, default: '', placeholder: 'application/xml', + // eslint-disable-next-line n8n-nodes-base/node-param-description-miscased-json description: 'Set a custom content-type to return if another one as the "application/json" should be returned', }, { diff --git a/packages/nodes-base/nodes/Wekan/BoardDescription.ts b/packages/nodes-base/nodes/Wekan/BoardDescription.ts index 026697dc50..d5d7c0f2fc 100644 --- a/packages/nodes-base/nodes/Wekan/BoardDescription.ts +++ b/packages/nodes-base/nodes/Wekan/BoardDescription.ts @@ -10,6 +10,7 @@ export const boardOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const boardOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Wekan/CardCommentDescription.ts b/packages/nodes-base/nodes/Wekan/CardCommentDescription.ts index 1202196447..15e5d446e7 100644 --- a/packages/nodes-base/nodes/Wekan/CardCommentDescription.ts +++ b/packages/nodes-base/nodes/Wekan/CardCommentDescription.ts @@ -7,6 +7,7 @@ export const cardCommentOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const cardCommentOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Wekan/CardDescription.ts b/packages/nodes-base/nodes/Wekan/CardDescription.ts index 7e97fab582..7d7debe0ca 100644 --- a/packages/nodes-base/nodes/Wekan/CardDescription.ts +++ b/packages/nodes-base/nodes/Wekan/CardDescription.ts @@ -10,6 +10,7 @@ export const cardOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -45,7 +46,6 @@ export const cardOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Wekan/ChecklistDescription.ts b/packages/nodes-base/nodes/Wekan/ChecklistDescription.ts index 9a968bc24a..a4466d7ad1 100644 --- a/packages/nodes-base/nodes/Wekan/ChecklistDescription.ts +++ b/packages/nodes-base/nodes/Wekan/ChecklistDescription.ts @@ -10,6 +10,7 @@ export const checklistOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const checklistOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Wekan/ChecklistItemDescription.ts b/packages/nodes-base/nodes/Wekan/ChecklistItemDescription.ts index e6f5739df2..fc2dc505f9 100644 --- a/packages/nodes-base/nodes/Wekan/ChecklistItemDescription.ts +++ b/packages/nodes-base/nodes/Wekan/ChecklistItemDescription.ts @@ -10,6 +10,7 @@ export const checklistItemOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -35,7 +36,6 @@ export const checklistItemOperations: INodeProperties[] = [ }, ], default: 'getAll', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Wekan/ListDescription.ts b/packages/nodes-base/nodes/Wekan/ListDescription.ts index 78098fcfe6..d84010ba76 100644 --- a/packages/nodes-base/nodes/Wekan/ListDescription.ts +++ b/packages/nodes-base/nodes/Wekan/ListDescription.ts @@ -10,6 +10,7 @@ export const listOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const listOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Wekan/Wekan.node.ts b/packages/nodes-base/nodes/Wekan/Wekan.node.ts index 420c8c876c..50f7e06697 100644 --- a/packages/nodes-base/nodes/Wekan/Wekan.node.ts +++ b/packages/nodes-base/nodes/Wekan/Wekan.node.ts @@ -73,6 +73,7 @@ export class Wekan implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Board', @@ -100,7 +101,6 @@ export class Wekan implements INodeType { }, ], default: 'card', - description: 'The resource to operate on.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/Wise/Wise.node.ts b/packages/nodes-base/nodes/Wise/Wise.node.ts index ed94df3621..35fbd4b055 100644 --- a/packages/nodes-base/nodes/Wise/Wise.node.ts +++ b/packages/nodes-base/nodes/Wise/Wise.node.ts @@ -69,6 +69,7 @@ export class Wise implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Account', @@ -96,7 +97,6 @@ export class Wise implements INodeType { }, ], default: 'account', - description: 'Resource to consume', }, ...accountOperations, ...accountFields, diff --git a/packages/nodes-base/nodes/Wise/descriptions/AccountDescription.ts b/packages/nodes-base/nodes/Wise/descriptions/AccountDescription.ts index 63ddf47275..b309ed8866 100644 --- a/packages/nodes-base/nodes/Wise/descriptions/AccountDescription.ts +++ b/packages/nodes-base/nodes/Wise/descriptions/AccountDescription.ts @@ -7,8 +7,8 @@ export const accountOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'getBalances', - description: 'Operation to perform', options: [ { name: 'Get Balances', diff --git a/packages/nodes-base/nodes/Wise/descriptions/ExchangeRateDescription.ts b/packages/nodes-base/nodes/Wise/descriptions/ExchangeRateDescription.ts index 231b4f086c..072fc2c74b 100644 --- a/packages/nodes-base/nodes/Wise/descriptions/ExchangeRateDescription.ts +++ b/packages/nodes-base/nodes/Wise/descriptions/ExchangeRateDescription.ts @@ -7,8 +7,8 @@ export const exchangeRateOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Get', diff --git a/packages/nodes-base/nodes/Wise/descriptions/ProfileDescription.ts b/packages/nodes-base/nodes/Wise/descriptions/ProfileDescription.ts index 3299ac770b..2e5c4a56ec 100644 --- a/packages/nodes-base/nodes/Wise/descriptions/ProfileDescription.ts +++ b/packages/nodes-base/nodes/Wise/descriptions/ProfileDescription.ts @@ -7,8 +7,8 @@ export const profileOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Get', diff --git a/packages/nodes-base/nodes/Wise/descriptions/QuoteDescription.ts b/packages/nodes-base/nodes/Wise/descriptions/QuoteDescription.ts index 7dace5abb1..928c8c5f8b 100644 --- a/packages/nodes-base/nodes/Wise/descriptions/QuoteDescription.ts +++ b/packages/nodes-base/nodes/Wise/descriptions/QuoteDescription.ts @@ -7,8 +7,8 @@ export const quoteOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/Wise/descriptions/RecipientDescription.ts b/packages/nodes-base/nodes/Wise/descriptions/RecipientDescription.ts index 0953f9b1aa..ff6171701e 100644 --- a/packages/nodes-base/nodes/Wise/descriptions/RecipientDescription.ts +++ b/packages/nodes-base/nodes/Wise/descriptions/RecipientDescription.ts @@ -7,8 +7,8 @@ export const recipientOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'getAll', - description: 'Operation to perform', options: [ { name: 'Get All', diff --git a/packages/nodes-base/nodes/Wise/descriptions/TransferDescription.ts b/packages/nodes-base/nodes/Wise/descriptions/TransferDescription.ts index 5061ac1760..deef4ba38f 100644 --- a/packages/nodes-base/nodes/Wise/descriptions/TransferDescription.ts +++ b/packages/nodes-base/nodes/Wise/descriptions/TransferDescription.ts @@ -7,8 +7,8 @@ export const transferOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, default: 'get', - description: 'Operation to perform', options: [ { name: 'Create', diff --git a/packages/nodes-base/nodes/WooCommerce/OrderDescription.ts b/packages/nodes-base/nodes/WooCommerce/OrderDescription.ts index 568bd75679..152032845d 100644 --- a/packages/nodes-base/nodes/WooCommerce/OrderDescription.ts +++ b/packages/nodes-base/nodes/WooCommerce/OrderDescription.ts @@ -5,6 +5,7 @@ export const orderOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const orderOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -358,14 +358,14 @@ export const orderFields: INodeProperties[] = [ description: 'Fee name', }, { - displayName: 'Tax Class ', + displayName: 'Tax Class', name: 'taxClass', type: 'string', description: 'Tax class of fee', default: '', }, { - displayName: 'Tax Status ', + displayName: 'Tax Status', name: 'taxStatus', type: 'options', options: [ @@ -382,7 +382,7 @@ export const orderFields: INodeProperties[] = [ description: 'Tax class of fee', }, { - displayName: 'Total ', + displayName: 'Total', name: 'total', type: 'string', default: '', @@ -689,14 +689,14 @@ export const orderFields: INodeProperties[] = [ description: 'Shipping method name', }, { - displayName: 'Method ID ', + displayName: 'Method ID', name: 'method ID', type: 'string', description: 'Shipping method ID', default: '', }, { - displayName: 'Total ', + displayName: 'Total', name: 'total', type: 'string', default: '', @@ -1060,14 +1060,14 @@ export const orderFields: INodeProperties[] = [ description: 'Fee name', }, { - displayName: 'Tax Class ', + displayName: 'Tax Class', name: 'taxClass', type: 'string', description: 'Tax class of fee', default: '', }, { - displayName: 'Tax Status ', + displayName: 'Tax Status', name: 'taxStatus', type: 'options', options: [ @@ -1084,7 +1084,7 @@ export const orderFields: INodeProperties[] = [ description: 'Tax class of fee', }, { - displayName: 'Total ', + displayName: 'Total', name: 'total', type: 'string', default: '', @@ -1391,14 +1391,14 @@ export const orderFields: INodeProperties[] = [ description: 'Shipping method name', }, { - displayName: 'Method ID ', + displayName: 'Method ID', name: 'method ID', type: 'string', description: 'Shipping method ID', default: '', }, { - displayName: 'Total ', + displayName: 'Total', name: 'total', type: 'string', default: '', diff --git a/packages/nodes-base/nodes/WooCommerce/ProductDescription.ts b/packages/nodes-base/nodes/WooCommerce/ProductDescription.ts index 535e034395..f10622673a 100644 --- a/packages/nodes-base/nodes/WooCommerce/ProductDescription.ts +++ b/packages/nodes-base/nodes/WooCommerce/ProductDescription.ts @@ -5,6 +5,7 @@ export const productOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const productOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/WooCommerce/WooCommerce.node.ts b/packages/nodes-base/nodes/WooCommerce/WooCommerce.node.ts index abe6a7074b..ebf0463652 100644 --- a/packages/nodes-base/nodes/WooCommerce/WooCommerce.node.ts +++ b/packages/nodes-base/nodes/WooCommerce/WooCommerce.node.ts @@ -69,6 +69,7 @@ export class WooCommerce implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Customer', @@ -84,7 +85,6 @@ export class WooCommerce implements INodeType { }, ], default: 'product', - description: 'Resource to consume.', }, ...customerOperations, ...customerFields, diff --git a/packages/nodes-base/nodes/WooCommerce/descriptions/CustomerDescription.ts b/packages/nodes-base/nodes/WooCommerce/descriptions/CustomerDescription.ts index d293f316f8..a183436395 100644 --- a/packages/nodes-base/nodes/WooCommerce/descriptions/CustomerDescription.ts +++ b/packages/nodes-base/nodes/WooCommerce/descriptions/CustomerDescription.ts @@ -12,6 +12,7 @@ export const customerOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Wordpress/PostDescription.ts b/packages/nodes-base/nodes/Wordpress/PostDescription.ts index 85cec35755..2f7ce51fc1 100644 --- a/packages/nodes-base/nodes/Wordpress/PostDescription.ts +++ b/packages/nodes-base/nodes/Wordpress/PostDescription.ts @@ -5,6 +5,7 @@ export const postOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const postOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Wordpress/UserDescription.ts b/packages/nodes-base/nodes/Wordpress/UserDescription.ts index 9e664c0165..b43998c6cf 100644 --- a/packages/nodes-base/nodes/Wordpress/UserDescription.ts +++ b/packages/nodes-base/nodes/Wordpress/UserDescription.ts @@ -5,6 +5,7 @@ export const userOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const userOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Wordpress/Wordpress.node.ts b/packages/nodes-base/nodes/Wordpress/Wordpress.node.ts index a3f72a838b..0e6f540002 100644 --- a/packages/nodes-base/nodes/Wordpress/Wordpress.node.ts +++ b/packages/nodes-base/nodes/Wordpress/Wordpress.node.ts @@ -53,6 +53,7 @@ export class Wordpress implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Post', @@ -64,7 +65,6 @@ export class Wordpress implements INodeType { }, ], default: 'post', - description: 'Resource to consume.', }, ...postOperations, ...postFields, diff --git a/packages/nodes-base/nodes/Xero/ContactDescription.ts b/packages/nodes-base/nodes/Xero/ContactDescription.ts index f7455a348a..6f6d4e44eb 100644 --- a/packages/nodes-base/nodes/Xero/ContactDescription.ts +++ b/packages/nodes-base/nodes/Xero/ContactDescription.ts @@ -7,6 +7,7 @@ export const contactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const contactOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Xero/InvoiceDescription.ts b/packages/nodes-base/nodes/Xero/InvoiceDescription.ts index 1cd5cdcceb..2f4a58902a 100644 --- a/packages/nodes-base/nodes/Xero/InvoiceDescription.ts +++ b/packages/nodes-base/nodes/Xero/InvoiceDescription.ts @@ -7,6 +7,7 @@ export const invoiceOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -37,7 +38,6 @@ export const invoiceOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -204,7 +204,7 @@ export const invoiceFields: INodeProperties[] = [ value: 'OUTPUT', }, { - name: 'Sales Tax on Imports ', + name: 'Sales Tax on Imports', value: 'GSTONIMPORTS', }, ], @@ -380,7 +380,7 @@ export const invoiceFields: INodeProperties[] = [ default: 'Exclusive', }, { - displayName: 'Planned Payment Date ', + displayName: 'Planned Payment Date', name: 'plannedPaymentDate', type: 'dateTime', default: '', @@ -661,7 +661,7 @@ export const invoiceFields: INodeProperties[] = [ value: 'OUTPUT', }, { - name: 'Sales Tax on Imports ', + name: 'Sales Tax on Imports', value: 'GSTONIMPORTS', }, ], @@ -739,7 +739,7 @@ export const invoiceFields: INodeProperties[] = [ ], }, { - displayName: 'Planned Payment Date ', + displayName: 'Planned Payment Date', name: 'plannedPaymentDate', type: 'dateTime', default: '', diff --git a/packages/nodes-base/nodes/Xero/Xero.node.ts b/packages/nodes-base/nodes/Xero/Xero.node.ts index 3b937974c9..fb71ce8184 100644 --- a/packages/nodes-base/nodes/Xero/Xero.node.ts +++ b/packages/nodes-base/nodes/Xero/Xero.node.ts @@ -63,6 +63,7 @@ export class Xero implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Contact', @@ -74,7 +75,6 @@ export class Xero implements INodeType { }, ], default: 'invoice', - description: 'Resource to consume.', }, // CONTACT ...contactOperations, diff --git a/packages/nodes-base/nodes/Yourls/UrlDescription.ts b/packages/nodes-base/nodes/Yourls/UrlDescription.ts index 31d4175acb..b50dd4a5b0 100644 --- a/packages/nodes-base/nodes/Yourls/UrlDescription.ts +++ b/packages/nodes-base/nodes/Yourls/UrlDescription.ts @@ -7,6 +7,7 @@ export const urlOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -32,7 +33,6 @@ export const urlOperations: INodeProperties[] = [ }, ], default: 'shorten', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Yourls/Yourls.node.ts b/packages/nodes-base/nodes/Yourls/Yourls.node.ts index fb7c6cd817..5a468c58ce 100644 --- a/packages/nodes-base/nodes/Yourls/Yourls.node.ts +++ b/packages/nodes-base/nodes/Yourls/Yourls.node.ts @@ -43,6 +43,7 @@ export class Yourls implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'URL', @@ -50,7 +51,6 @@ export class Yourls implements INodeType { }, ], default: 'url', - description: 'The resource to operate on.', }, ...urlOperations, ...urlFields, diff --git a/packages/nodes-base/nodes/Zendesk/ConditionDescription.ts b/packages/nodes-base/nodes/Zendesk/ConditionDescription.ts index 46498a084a..422151bb49 100644 --- a/packages/nodes-base/nodes/Zendesk/ConditionDescription.ts +++ b/packages/nodes-base/nodes/Zendesk/ConditionDescription.ts @@ -7,6 +7,7 @@ export const conditionFields: INodeProperties[] = [ displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Ticket', @@ -50,6 +51,7 @@ export const conditionFields: INodeProperties[] = [ ], default: 'status', }, + // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { displayName: 'Operation', name: 'operation', @@ -105,6 +107,7 @@ export const conditionFields: INodeProperties[] = [ }, default: 'is', }, + // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { displayName: 'Operation', name: 'operation', diff --git a/packages/nodes-base/nodes/Zendesk/OrganizationDescription.ts b/packages/nodes-base/nodes/Zendesk/OrganizationDescription.ts index c6c7815ea5..160b539649 100644 --- a/packages/nodes-base/nodes/Zendesk/OrganizationDescription.ts +++ b/packages/nodes-base/nodes/Zendesk/OrganizationDescription.ts @@ -7,6 +7,7 @@ export const organizationOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -52,7 +53,6 @@ export const organizationOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Zendesk/TicketDescription.ts b/packages/nodes-base/nodes/Zendesk/TicketDescription.ts index 1c3fab42de..ea82ed5129 100644 --- a/packages/nodes-base/nodes/Zendesk/TicketDescription.ts +++ b/packages/nodes-base/nodes/Zendesk/TicketDescription.ts @@ -7,6 +7,7 @@ export const ticketOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -47,7 +48,6 @@ export const ticketOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -250,7 +250,7 @@ export const ticketFields: INodeProperties[] = [ ], }, { - displayName: ' Additional Fields', + displayName: 'Additional Fields', name: 'additionalFieldsJson', type: 'json', typeOptions: { @@ -487,7 +487,7 @@ export const ticketFields: INodeProperties[] = [ ], }, { - displayName: ' Update Fields', + displayName: 'Update Fields', name: 'updateFieldsJson', type: 'json', typeOptions: { diff --git a/packages/nodes-base/nodes/Zendesk/TicketFieldDescription.ts b/packages/nodes-base/nodes/Zendesk/TicketFieldDescription.ts index a9e7cad0db..ae5e59a918 100644 --- a/packages/nodes-base/nodes/Zendesk/TicketFieldDescription.ts +++ b/packages/nodes-base/nodes/Zendesk/TicketFieldDescription.ts @@ -7,6 +7,7 @@ export const ticketFieldOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -27,7 +28,6 @@ export const ticketFieldOperations: INodeProperties[] = [ }, ], default: 'get', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Zendesk/UserDescription.ts b/packages/nodes-base/nodes/Zendesk/UserDescription.ts index 3a595c7c11..15367a62c0 100644 --- a/packages/nodes-base/nodes/Zendesk/UserDescription.ts +++ b/packages/nodes-base/nodes/Zendesk/UserDescription.ts @@ -7,6 +7,7 @@ export const userOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Zendesk/Zendesk.node.ts b/packages/nodes-base/nodes/Zendesk/Zendesk.node.ts index 5199fcd73b..543071bf5b 100644 --- a/packages/nodes-base/nodes/Zendesk/Zendesk.node.ts +++ b/packages/nodes-base/nodes/Zendesk/Zendesk.node.ts @@ -98,12 +98,12 @@ export class Zendesk implements INodeType { }, ], default: 'apiToken', - description: 'The resource to operate on', }, { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Ticket', @@ -127,7 +127,6 @@ export class Zendesk implements INodeType { }, ], default: 'ticket', - description: 'Resource to consume', }, // TICKET ...ticketOperations, diff --git a/packages/nodes-base/nodes/Zendesk/ZendeskTrigger.node.ts b/packages/nodes-base/nodes/Zendesk/ZendeskTrigger.node.ts index 3dd35c5151..2afecf8b9f 100644 --- a/packages/nodes-base/nodes/Zendesk/ZendeskTrigger.node.ts +++ b/packages/nodes-base/nodes/Zendesk/ZendeskTrigger.node.ts @@ -90,7 +90,6 @@ export class ZendeskTrigger implements INodeType { }, ], default: 'apiToken', - description: 'The resource to operate on.', }, { displayName: 'Service', diff --git a/packages/nodes-base/nodes/Zoho/ZohoCrm.node.ts b/packages/nodes-base/nodes/Zoho/ZohoCrm.node.ts index 5c1c3d4156..a69c693a46 100644 --- a/packages/nodes-base/nodes/Zoho/ZohoCrm.node.ts +++ b/packages/nodes-base/nodes/Zoho/ZohoCrm.node.ts @@ -94,6 +94,7 @@ export class ZohoCrm implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Account', @@ -137,7 +138,6 @@ export class ZohoCrm implements INodeType { }, ], default: 'account', - description: 'Resource to consume', }, ...accountOperations, ...accountFields, diff --git a/packages/nodes-base/nodes/Zoho/descriptions/AccountDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/AccountDescription.ts index 7b79e46e84..ede87b38cb 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/AccountDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/AccountDescription.ts @@ -15,6 +15,7 @@ export const accountOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -55,7 +56,6 @@ export const accountOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Zoho/descriptions/ContactDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/ContactDescription.ts index c472799a3e..6c3715a6f5 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/ContactDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/ContactDescription.ts @@ -15,6 +15,7 @@ export const contactOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -55,7 +56,6 @@ export const contactOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Zoho/descriptions/DealDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/DealDescription.ts index 6b92ebff23..836180abc6 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/DealDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/DealDescription.ts @@ -13,6 +13,7 @@ export const dealOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -53,7 +54,6 @@ export const dealOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Zoho/descriptions/InvoiceDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/InvoiceDescription.ts index 27796c532c..065e25b02d 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/InvoiceDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/InvoiceDescription.ts @@ -16,6 +16,7 @@ export const invoiceOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -56,7 +57,6 @@ export const invoiceOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Zoho/descriptions/LeadDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/LeadDescription.ts index 83cd29b87a..67526886a8 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/LeadDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/LeadDescription.ts @@ -14,6 +14,7 @@ export const leadOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -59,7 +60,6 @@ export const leadOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Zoho/descriptions/ProductDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/ProductDescription.ts index ccf0ba76c0..df670bb8b7 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/ProductDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/ProductDescription.ts @@ -12,6 +12,7 @@ export const productOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -52,7 +53,6 @@ export const productOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Zoho/descriptions/PurchaseOrderDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/PurchaseOrderDescription.ts index ee4d594c74..626c92b0b7 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/PurchaseOrderDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/PurchaseOrderDescription.ts @@ -16,6 +16,7 @@ export const purchaseOrderOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -56,7 +57,6 @@ export const purchaseOrderOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Zoho/descriptions/QuoteDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/QuoteDescription.ts index b8789fa322..48015147dc 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/QuoteDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/QuoteDescription.ts @@ -16,6 +16,7 @@ export const quoteOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -56,7 +57,6 @@ export const quoteOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Zoho/descriptions/SalesOrderDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/SalesOrderDescription.ts index 0c5034ebe8..167c542c3f 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/SalesOrderDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/SalesOrderDescription.ts @@ -16,6 +16,7 @@ export const salesOrderOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -56,7 +57,6 @@ export const salesOrderOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Zoho/descriptions/SharedFields.ts b/packages/nodes-base/nodes/Zoho/descriptions/SharedFields.ts index 227348c4d0..78cf5f472e 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/SharedFields.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/SharedFields.ts @@ -559,7 +559,7 @@ export const currencies = [ { name: 'Romanian Leu', value: 'RON' }, { name: 'Russian Ruble', value: 'RUB' }, { name: 'Saudi Riyal', value: 'SAR' }, - { name: 'Solomon Islands Dollar ', value: 'SBD' }, + { name: 'Solomon Islands Dollar', value: 'SBD' }, { name: 'Seychelles Rupee', value: 'SCR' }, { name: 'Swedish Krona', value: 'SEK' }, { name: 'Singapore Dollar', value: 'SGD' }, diff --git a/packages/nodes-base/nodes/Zoho/descriptions/VendorDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/VendorDescription.ts index 7accef6251..a962258e5e 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/VendorDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/VendorDescription.ts @@ -14,6 +14,7 @@ export const vendorOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -54,7 +55,6 @@ export const vendorOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'Operation to perform', }, ]; diff --git a/packages/nodes-base/nodes/Zoom/MeetingDescription.ts b/packages/nodes-base/nodes/Zoom/MeetingDescription.ts index 926e102e2c..1c10ba425d 100644 --- a/packages/nodes-base/nodes/Zoom/MeetingDescription.ts +++ b/packages/nodes-base/nodes/Zoom/MeetingDescription.ts @@ -7,6 +7,7 @@ export const meetingOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const meetingOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Zoom/MeetingRegistrantDescription.ts b/packages/nodes-base/nodes/Zoom/MeetingRegistrantDescription.ts index d813b1fa00..f9062ac369 100644 --- a/packages/nodes-base/nodes/Zoom/MeetingRegistrantDescription.ts +++ b/packages/nodes-base/nodes/Zoom/MeetingRegistrantDescription.ts @@ -7,6 +7,7 @@ export const meetingRegistrantOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -33,7 +34,6 @@ export const meetingRegistrantOperations: INodeProperties[] = [ ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -42,7 +42,7 @@ export const meetingRegistrantFields: INodeProperties[] = [ /* meetingRegistrant:create */ /* -------------------------------------------------------------------------- */ { - displayName: 'Meeting Id', + displayName: 'Meeting ID', name: 'meetingId', type: 'string', default: '', diff --git a/packages/nodes-base/nodes/Zoom/WebinarDescription.ts b/packages/nodes-base/nodes/Zoom/WebinarDescription.ts index 54b0bcd550..034b939eb3 100644 --- a/packages/nodes-base/nodes/Zoom/WebinarDescription.ts +++ b/packages/nodes-base/nodes/Zoom/WebinarDescription.ts @@ -7,6 +7,7 @@ export const webinarOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -42,7 +43,6 @@ export const webinarOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Zoom/Zoom.node.ts b/packages/nodes-base/nodes/Zoom/Zoom.node.ts index 6397bcf063..46f6adc46b 100644 --- a/packages/nodes-base/nodes/Zoom/Zoom.node.ts +++ b/packages/nodes-base/nodes/Zoom/Zoom.node.ts @@ -110,12 +110,12 @@ export class Zoom implements INodeType { }, ], default: 'accessToken', - description: 'The resource to operate on.', }, { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Meeting', @@ -131,7 +131,6 @@ export class Zoom implements INodeType { // } ], default: 'meeting', - description: 'The resource to operate on.', }, //MEETINGS ...meetingOperations, diff --git a/packages/nodes-base/nodes/Zulip/MessageDescription.ts b/packages/nodes-base/nodes/Zulip/MessageDescription.ts index e24ab00432..e2f4e68b47 100644 --- a/packages/nodes-base/nodes/Zulip/MessageDescription.ts +++ b/packages/nodes-base/nodes/Zulip/MessageDescription.ts @@ -5,6 +5,7 @@ export const messageOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -41,11 +42,9 @@ export const messageOperations: INodeProperties[] = [ { name: 'Upload a File', value: 'updateFile', - description: 'Upload a file', }, ], default: 'sendPrivate', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Zulip/StreamDescription.ts b/packages/nodes-base/nodes/Zulip/StreamDescription.ts index e295e1bd98..71268bb3d1 100644 --- a/packages/nodes-base/nodes/Zulip/StreamDescription.ts +++ b/packages/nodes-base/nodes/Zulip/StreamDescription.ts @@ -5,6 +5,7 @@ export const streamOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const streamOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; @@ -65,7 +65,7 @@ export const streamFields: INodeProperties[] = [ }, }, { - displayName: ' Additional Fields', + displayName: 'Additional Fields', name: 'additionalFieldsJson', type: 'json', typeOptions: { @@ -362,7 +362,7 @@ export const streamFields: INodeProperties[] = [ }, }, { - displayName: ' Additional Fields', + displayName: 'Additional Fields', name: 'additionalFieldsJson', type: 'json', typeOptions: { diff --git a/packages/nodes-base/nodes/Zulip/UserDescription.ts b/packages/nodes-base/nodes/Zulip/UserDescription.ts index c735fc50ca..89624f7599 100644 --- a/packages/nodes-base/nodes/Zulip/UserDescription.ts +++ b/packages/nodes-base/nodes/Zulip/UserDescription.ts @@ -5,6 +5,7 @@ export const userOperations: INodeProperties[] = [ displayName: 'Operation', name: 'operation', type: 'options', + noDataExpression: true, displayOptions: { show: { resource: [ @@ -40,7 +41,6 @@ export const userOperations: INodeProperties[] = [ }, ], default: 'create', - description: 'The operation to perform.', }, ]; diff --git a/packages/nodes-base/nodes/Zulip/Zulip.node.ts b/packages/nodes-base/nodes/Zulip/Zulip.node.ts index 20142727ff..8d8d131429 100644 --- a/packages/nodes-base/nodes/Zulip/Zulip.node.ts +++ b/packages/nodes-base/nodes/Zulip/Zulip.node.ts @@ -61,6 +61,7 @@ export class Zulip implements INodeType { displayName: 'Resource', name: 'resource', type: 'options', + noDataExpression: true, options: [ { name: 'Message', @@ -76,7 +77,6 @@ export class Zulip implements INodeType { }, ], default: 'message', - description: 'Resource to consume.', }, // MESSAGE ...messageOperations,