Add Harvest update task operations (#1603)

* Add create/update task in Harvest node

*  Small improvements

Co-authored-by: dali <servfrdali@yahoo.fr>
This commit is contained in:
Ricardo Espinoza
2021-04-02 11:56:45 -04:00
committed by GitHub
parent aab6946e9e
commit 7995bd610d
11 changed files with 158 additions and 66 deletions

View File

@@ -1,5 +1,11 @@
import { INodeProperties } from 'n8n-workflow';
export const resource = ['timeEntry'];
import {
INodeProperties,
} from 'n8n-workflow';
export const resource = [
'timeEntry',
];
export const timeEntryOperations = [
{
displayName: 'Operation',