n8n/packages/nodes-base/nodes/UProc/Json/Tools.ts

1 line
223 KiB
TypeScript
Raw Normal View History

feat(UProc Node): Add new tools (#3104) Add tool Text/Get Text Without HTML (2022-03-09) Add tool Text/Get Markdown Text From HTML (2022-03-09) Add tool Text/Get Spin String (2022-01-18) Add tool Personal/Get LinkedIn URI By Phone (2021-11-16) Add tool Internet/Get Long Version Of Shortened URL (2021-11-14) Add tool Finance/Check Crypto Wallet Is Valid (2021-11-10) Add tool Internet/Get Last Feed Entry By Domain (2021-10-23) Add tool Internet/Get Feed Entries By Domain (2021-10-22) Add tool Personal/Get LinkedIn URI By Email (2021-10-21) Add tool Company/Get Decision Makers By Search Engine (2021-10-20) Add tool Company/Get Decision Maker By Search Engine (2021-10-19) Add tool Communication/Get Personal Email By Social Network Profile (2021-10-15) Add tool Geographic/Get Location By Parameters (2021-09-28) Add tool Company/Get GitHub URI By Company's Domain (2021-09-16) Add tool Company/Get YouTube URI By Company's Domain (2021-09-16) Add tool Company/Get Pinterest URI By Company's Domain (2021-09-15) Add tool Company/Get Instagram URI By Company's Domain (2021-09-14) Add tool Product/Get ISBN13 Code By ISBN10 Code (2021-09-12) Add tool Product/Get ISBN10 Code By ISBN13 Code (2021-09-11) Add tool Product/Get Book By ISBN (2021-09-10) Add tool Company/Get Facebook URI By Company's Domain (2021-09-08) Add tool Company/Get Twitter URI By Company's Domain (2021-09-07) Add tool Company/Get LinkedIn URI By Company's Domain (2021-09-06) Add tool Product/Get Data By VIN Number (2021-08-05) Add tool Product/Check VIN Number Is Valid (2021-08-04) Add tool Communication/Get Search LinkedIn Contacts Url (2021-07-25) Add tool Geographic/Get Time Data By Coordinates (2021-05-25) Add tool Communication/Check Email Is Catchall (2021-05-13) Add tool Geographic/Get Time Data By Postal Address (2021-05-06) Add tool Communication/Get Email By Firstname, Lastname And Company (2021-05-01) Add tool Finance/Get Swift Code Lookup (2021-04-27) Add tool Image/Get OCR Text From Image (2021-04-26) Add tool Geographic/Get Normalized Country (2021-03-31) Add tool Communication/Get Parsed And Validated Phone (2021-03-30)
2022-05-06 08:14:45 -07:00
export const tools = {processors: [{'k':'checkCreditcardChecksum','d':'Check Card Number Has Valid Format','ed':'Check if credit card number checksum is valid (Visa, Mastercard, Diners Club, Carte Blanche, American Express, Discover, JCB, enRoute, Solo, Switch, Maestro, LaserCard, ChinaUnionPay, BankCard, Voyager)','g':'finance','p':[{'n':'credit_card','r':true,'t':'string','p':'4024007151839544'}]},{'k':'getCreditcardType','d':'Get Credit Card Type By Number','ed':'Get credit card type (Visa, Mastercard, Diners Club, Carte Blanche, American Express, Discover, JCB, enRoute, Solo, Switch, Maestro, LaserCard, ChinaUnionPay, BankCard, Voyager)','g':'finance','p':[{'n':'credit_card','r':true,'t':'string','p':'4024007151839544'}]},{'k':'getAddressBySearch','d':'Get Exact Address By Search','ed':'Get an exact address (street name, number, city, zipcode, province, region, country, latitude and longitude) by a partial address search','g':'geographic','p':[{'n':'address','r':true,'t':'string','p':'Compte Mallorca, 120, Barcelona, España'}]},{'k':'getCoordinateBySearch','d':'Get Coordinates By Search','ed':'Discover latitude and longitude coordinates of a postal address','g':'geographic','p':[{'n':'address','r':true,'t':'string','p':'Compte Urgell, 120, Barcelona, España'}]},{'k':'checkAddressExist','d':'Check Exact Address Exists','ed':'Check if an exact address exists by a partial address search','g':'geographic','p':[{'n':'address','r':true,'t':'string','p':'Compte Urgell, 120, Barcelona'},{'n':'country','r':false,'t':'string','p':'ES'}]},{'k':'getAddressNormalized','d':'Get Normalized Address','ed':'Allow to normalize an address, removing non allowed characters','g':'geographic','p':[{'n':'address','r':true,'t':'string','p':'Compte Mallorca, 120, Barcelona Spain'}]},{'k':'checkAddressNumberExist','d':'Check Street Number Exists','ed':'Check if a house number exists by a partial address search','g':'geographic','p':[{'n':'address','r':true,'t':'string','p':'Compte Urgell, 120, Barcelona'},{'n':'country','r':false,'t':'string','p':'ES'}]},{'k':'getAddressSplitted','d':'Get Parsed Address','ed':'Parse postal address into separated fields, getting a basic resolution','g':'geographic','p':[{'n':'address','r':true,'t':'string','p':'Compte Mallorca, 120 08036 Barcelona Barcelona Spain'}]},{'k':'getAddressSplittedBest','d':'Get Improved Parsed Address','ed':'Parse postal address into separated fields, getting an improved resolution','g':'geographic','p':[{'n':'address','r':true,'t':'string','p':'Compte Mallorca, 120 08036 Barcelona Barcelona Spain'}]},{'k':'checkCoordinateValid','d':'Check Valid Coordinates','ed':'Check if coordinates have a valid format','g':'geographic','p':[{'n':'coordinates','r':true,'t':'string','p':'41.2522,-12.30'}]},{'k':'checkAgeBetw','d':'Check Age Between','ed':'Check if age is between two numbers','g':'personal','p':[{'n':'date','r':true,'t':'string','p':'1975-05-20'},{'n':'years1','r':true,'t':'number','p':'35'},{'n':'years2','r':true,'t':'number','p':'50'}]},{'k':'getAgeByDate','d':'Get Age By Date','ed':'Discover the age of a birth date (multiple formats allowed)','g':'personal','p':[{'n':'date','r':true,'t':'string','p':'1975-05-20'}]},{'k':'checkAgeEq','d':'Check Ages Are Equal','ed':'Check if ages are equal','g':'personal','p':[{'n':'date','r':true,'t':'string','p':'1975-05-20'},{'n':'years','r':true,'t':'number','p':'46'}]},{'k':'checkAgeGe','d':'Check Age Is Greater Or Equal','ed':'Check if age is greater or equal than another','g':'personal','p':[{'n':'date','r':true,'t':'string','p':'1975-05-20'},{'n':'years','r':true,'t':'number','p':'43'}]},{'k':'checkAgeGt','d':'Check Age Is Greater','ed':'Check if age is greater than another','g':'personal','p':[{'n':'date','r':true,'t':'string','p':'1975-05-20'},{'n':'years','r':true,'t':'number','p':'40'}]},{'k':'checkAgeIsAdult','d':'Check Age Is Greater Than Or Equal To 18 Years','ed':'Check if birth date belongs to an adult: 18 years old (Spain)','g':'personal','p':[{'n':'date','r':true,'t':'string','p':'1950-05-20'}]},{'k':'checkAgeIsForties','d':'Ch