Skip to content

Commit bf27a90

Browse files
[ACTION] Click Up - Create Time Entry #17798 (#17861)
* Added actions * Added actions * Added actions * Added actions * Fix prop description * Added actions --------- Co-authored-by: Leo Vu <[email protected]>
1 parent 00f4dd3 commit bf27a90

File tree

59 files changed

+169
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+169
-60
lines changed

components/clickup/actions/create-chat-view-comment/create-chat-view-comment.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "clickup-create-chat-view-comment",
66
name: "Create Chat View Comment",
77
description: "Creates a chat view comment. [See the documentation](https://clickup.com/api) in **Comments / Create Chat View Comment** section.",
8-
version: "0.0.10",
8+
version: "0.0.11",
99
type: "action",
1010
props: {
1111
...common.props,

components/clickup/actions/create-checklist-item/create-checklist-item.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "clickup-create-checklist-item",
66
name: "Create Checklist Item",
77
description: "Creates a new item in a checklist. [See the documentation](https://clickup.com/api) in **Checklists / Create Checklist Item** section.",
8-
version: "0.0.10",
8+
version: "0.0.11",
99
type: "action",
1010
props: {
1111
...common.props,

components/clickup/actions/create-checklist/create-checklist.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "clickup-create-checklist",
66
name: "Create Checklist",
77
description: "Creates a new checklist in a task. [See the documentation](https://clickup.com/api) in **Checklists / Create Checklist** section.",
8-
version: "0.0.10",
8+
version: "0.0.11",
99
type: "action",
1010
props: {
1111
...common.props,

components/clickup/actions/create-folder/create-folder.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "clickup-create-folder",
66
name: "Create Folder",
77
description: "Creates a new folder. [See the documentation](https://clickup.com/api) in **Folders / Create Folder** section.",
8-
version: "0.0.10",
8+
version: "0.0.11",
99
type: "action",
1010
props: {
1111
...common.props,

components/clickup/actions/create-list-comment/create-list-comment.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "clickup-create-list-comment",
77
name: "Create List Comment",
88
description: "Creates a list comment. [See the documentation](https://clickup.com/api) in **Comments / Create List Comment** section.",
9-
version: "0.0.10",
9+
version: "0.0.11",
1010
type: "action",
1111
props: {
1212
...common.props,

components/clickup/actions/create-list/create-list.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "clickup-create-list",
66
name: "Create List",
77
description: "Creates a new list. [See the documentation](https://clickup.com/api) in **Lists / Create List** section.",
8-
version: "0.0.15",
8+
version: "0.0.16",
99
type: "action",
1010
props: {
1111
clickup,

components/clickup/actions/create-space/create-space.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "clickup-create-space",
55
name: "Create Space",
66
description: "Creates a new space. [See the documentation](https://clickup.com/api) in **Spaces / Create Space** section.",
7-
version: "0.0.10",
7+
version: "0.0.11",
88
type: "action",
99
props: {
1010
...common.props,

components/clickup/actions/create-task-comment/create-task-comment.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "clickup-create-task-comment",
66
name: "Create Task Comment",
77
description: "Creates a task comment. [See the documentation](https://clickup.com/api) in **Comments / Create Task Comment** section.",
8-
version: "0.0.10",
8+
version: "0.0.11",
99
type: "action",
1010
props: {
1111
...common.props,

components/clickup/actions/create-task-from-template/create-task-from-template.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "clickup-create-task-from-template",
77
name: "Create Task From Template",
88
description: "Creates a new task from a template. [See the documentation](https://clickup.com/api) in **Task Templates / Create Task From Template** section.",
9-
version: "0.0.10",
9+
version: "0.0.11",
1010
type: "action",
1111
props: {
1212
...common.props,

components/clickup/actions/create-task/create-task.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "clickup-create-task",
88
name: "Create Task",
99
description: "Creates a new task. [See the documentation](https://clickup.com/api) in **Tasks / Create Task** section.",
10-
version: "0.0.15",
10+
version: "0.0.16",
1111
type: "action",
1212
props: {
1313
...common.props,

0 commit comments

Comments
 (0)