mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 04:10:01 +00:00
✨ 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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user