Skip to content

Commit

Permalink
Automated commit: Latest generated changes from schedule action (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and WilliamBergamin authored Jul 15, 2024
1 parent eec0a72 commit 7031f34
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/connectors/mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** This file was autogenerated on Mon Jul 08 2024. Follow the steps in src/schema/slack/functions/README.md to rebuild **/
/** This file was autogenerated on Mon Jul 15 2024. Follow the steps in src/schema/slack/functions/README.md to rebuild **/
import AdobeSign from "./adobe.sign/mod.ts";
import Airtable from "./airtable/mod.ts";
import Asana from "./asana/mod.ts";
Expand Down
6 changes: 5 additions & 1 deletion src/connectors/wrike/functions/comment_on_a_task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ export default DefineConnector({
title: "Comment on a task",
input_parameters: {
properties: {
task: { type: Schema.types.string, title: "Task" },
task: {
type: Schema.types.string,
description: "Enter task ID, or search task name",
title: "Task",
},
text: {
type: Schema.types.string,
description: "Enter text",
Expand Down
6 changes: 5 additions & 1 deletion src/connectors/wrike/functions/update_a_task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ export default DefineConnector({
title: "Update a task",
input_parameters: {
properties: {
task: { type: Schema.types.string, title: "Task" },
task: {
type: Schema.types.string,
description: "Enter task ID, or search task name",
title: "Task",
},
status: {
type: Schema.types.string,
title: "Status",
Expand Down

0 comments on commit 7031f34

Please sign in to comment.