mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
✨ Add Clockify task resource (#2162)
* ✨ Add Task resource to Clockify Node * 🔨 Refactor Clockify expansion * 🔥 Remove logging * ⚡ Add defaults * ⚡ Improvements * ⚡ Minor improvements Co-authored-by: Frank Silver <dasylva.f@gmail.com> Co-authored-by: ricardo <ricardoespinoza105@gmail.com> Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import { IHourlyRateDto, IMembershipDto } from './CommonDtos';
|
||||
import {
|
||||
IHourlyRateDto,
|
||||
IMembershipDto,
|
||||
} from './CommonDtos';
|
||||
|
||||
enum EstimateEnum {
|
||||
AUTO = 'AUTO',
|
||||
@@ -52,4 +55,5 @@ export interface ITaskDto {
|
||||
name: string;
|
||||
projectId: string;
|
||||
status: TaskStatusEnum;
|
||||
'is-active': boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user