Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion components/todoist/actions/create-task/create-task.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
key: "todoist-create-task",
name: "Create Task",
description: "Creates a task. [See the docs here](https://developer.todoist.com/rest/v2/#create-a-new-task)",
version: "0.0.4",
version: "0.0.5",
type: "action",
props: {
todoist,
recurringInfoLabel: {

Check warning on line 11 in components/todoist/actions/create-task/create-task.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop recurringInfoLabel must have a label. See https://pipedream.com/docs/components/guidelines/#props

Check warning on line 11 in components/todoist/actions/create-task/create-task.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop recurringInfoLabel must have a description. See https://pipedream.com/docs/components/guidelines/#props
type: "alert",
alertType: "info",
content: "To create a recurring task, use the `Due String` prop with a value such as `every week`. [See the Todoist documentation on recurring dates](https://www.todoist.com/help/articles/introduction-to-recurring-dates-YUYVJJAV) for more examples and information.",
},
content: {
propDefinition: [
todoist,
Expand Down
4 changes: 2 additions & 2 deletions components/todoist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/todoist",
"version": "0.1.3",
"version": "0.1.4",
"description": "Pipedream Todoist Components",
"main": "todoist.app.mjs",
"keywords": [
Expand All @@ -10,7 +10,7 @@
"homepage": "https://pipedream.com/apps/todoist",
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"dependencies": {
"@pipedream/platform": "^1.2.1",
"@pipedream/platform": "^3.0.3",
"json-2-csv": "^3.15.1",
"query-string": "^7.1.3",
"tmp-promise": "^3.0.3",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading