small fix

This commit is contained in:
ricardo 2020-04-01 18:55:40 -04:00
parent 4fc66c9e1c
commit e8a8d31a97
11 changed files with 27 additions and 27 deletions

View file

@ -1,6 +1,6 @@
import {
INodeProperties,
} from "n8n-workflow";
} from 'n8n-workflow';
export const companyOperations = [
{

View file

@ -1,4 +1,4 @@
import { IDataObject } from "n8n-workflow";
import { IDataObject } from 'n8n-workflow';
export interface ICompany {
address?: IDataObject;

View file

@ -1,6 +1,6 @@
import {
IDataObject,
} from "n8n-workflow";
} from 'n8n-workflow';
export interface IAddress {
country_code?: string;

View file

@ -1,6 +1,6 @@
import {
INodeProperties,
} from "n8n-workflow";
} from 'n8n-workflow';
export const contactOperations = [
{

View file

@ -1,6 +1,6 @@
import {
INodeProperties,
} from "n8n-workflow";
} from 'n8n-workflow';
export const contactNoteOperations = [
{

View file

@ -1,6 +1,6 @@
import {
INodeProperties,
} from "n8n-workflow";
} from 'n8n-workflow';
export const contactTagOperations = [
{

View file

@ -1,6 +1,6 @@
import {
INodeProperties,
} from "n8n-workflow";
} from 'n8n-workflow';
export const ecommerceOrderOperations = [
{

View file

@ -1,6 +1,6 @@
import {
INodeProperties,
} from "n8n-workflow";
} from 'n8n-workflow';
export const ecommerceProductOperations = [
{

View file

@ -1,6 +1,6 @@
import {
INodeProperties,
} from "n8n-workflow";
} from 'n8n-workflow';
export const emailOperations = [
{

View file

@ -1,6 +1,6 @@
import {
INodeProperties,
} from "n8n-workflow";
} from 'n8n-workflow';
export const fileOperations = [
{

View file

@ -42,15 +42,15 @@
"dist/credentials/GithubApi.credentials.js",
"dist/credentials/GithubOAuth2Api.credentials.js",
"dist/credentials/GitlabApi.credentials.js",
"dist/credentials/GoogleApi.credentials.js",
"dist/credentials/GoogleOAuth2Api.credentials.js",
"dist/credentials/GoogleApi.credentials.js",
"dist/credentials/GoogleOAuth2Api.credentials.js",
"dist/credentials/HttpBasicAuth.credentials.js",
"dist/credentials/HttpDigestAuth.credentials.js",
"dist/credentials/HttpHeaderAuth.credentials.js",
"dist/credentials/HubspotApi.credentials.js",
"dist/credentials/Imap.credentials.js",
"dist/credentials/IntercomApi.credentials.js",
"dist/credentials/InfusionsoftOAuth2Api.credentials.js",
"dist/credentials/IntercomApi.credentials.js",
"dist/credentials/InfusionsoftOAuth2Api.credentials.js",
"dist/credentials/JiraSoftwareCloudApi.credentials.js",
"dist/credentials/LinkFishApi.credentials.js",
"dist/credentials/MailchimpApi.credentials.js",
@ -83,8 +83,8 @@
"dist/credentials/TypeformApi.credentials.js",
"dist/credentials/TogglApi.credentials.js",
"dist/credentials/VeroApi.credentials.js",
"dist/credentials/WordpressApi.credentials.js",
"dist/credentials/ZohoOAuth2Api.credentials.js"
"dist/credentials/WordpressApi.credentials.js",
"dist/credentials/ZohoOAuth2Api.credentials.js"
],
"nodes": [
"dist/nodes/ActiveCampaign/ActiveCampaign.node.js",
@ -118,8 +118,8 @@
"dist/nodes/Github/Github.node.js",
"dist/nodes/Github/GithubTrigger.node.js",
"dist/nodes/Gitlab/Gitlab.node.js",
"dist/nodes/Gitlab/GitlabTrigger.node.js",
"dist/nodes/Google/GoogleCalendar.node.js",
"dist/nodes/Gitlab/GitlabTrigger.node.js",
"dist/nodes/Google/GoogleCalendar.node.js",
"dist/nodes/Google/GoogleDrive.node.js",
"dist/nodes/Google/GoogleSheets.node.js",
"dist/nodes/GraphQL/GraphQL.node.js",
@ -128,9 +128,9 @@
"dist/nodes/Hubspot/Hubspot.node.js",
"dist/nodes/If.node.js",
"dist/nodes/Interval.node.js",
"dist/nodes/Intercom/Intercom.node.js",
"dist/nodes/Infusionsoft/Infusionsoft.node.js",
"dist/nodes/Infusionsoft/InfusionsoftTrigger.node.js",
"dist/nodes/Intercom/Intercom.node.js",
"dist/nodes/Infusionsoft/Infusionsoft.node.js",
"dist/nodes/Infusionsoft/InfusionsoftTrigger.node.js",
"dist/nodes/Jira/JiraSoftwareCloud.node.js",
"dist/nodes/LinkFish/LinkFish.node.js",
"dist/nodes/Mailchimp/Mailchimp.node.js",
@ -181,8 +181,8 @@
"dist/nodes/WriteBinaryFile.node.js",
"dist/nodes/Webhook.node.js",
"dist/nodes/Wordpress/Wordpress.node.js",
"dist/nodes/Xml.node.js",
"dist/nodes/Zoho/ZohoCrm.node.js"
"dist/nodes/Xml.node.js",
"dist/nodes/Zoho/ZohoCrm.node.js"
]
},
"devDependencies": {
@ -195,8 +195,8 @@
"@types/gm": "^1.18.2",
"@types/imap-simple": "^4.2.0",
"@types/jest": "^24.0.18",
"@types/lodash.set": "^4.3.6",
"@types/moment-timezone": "^0.5.12",
"@types/lodash.set": "^4.3.6",
"@types/moment-timezone": "^0.5.12",
"@types/mongodb": "^3.3.6",
"@types/node": "^10.10.1",
"@types/nodemailer": "^4.6.5",
@ -222,8 +222,8 @@
"imap-simple": "^4.3.0",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"lodash.unset": "^4.5.2",
"moment-timezone": "0.5.28",
"lodash.unset": "^4.5.2",
"moment-timezone": "0.5.28",
"mongodb": "^3.3.2",
"mysql2": "^2.0.1",
"n8n-core": "~0.20.0",