Skip to content

Commit

Permalink
Automated commit: Latest generated changes from schedule action (#27)
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 Nov 8, 2023
1 parent 8f80bb1 commit 20f107d
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 285 deletions.
2 changes: 1 addition & 1 deletion src/connectors/google.tasks/functions/insert_task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default DefineConnector({
title: "Google access token",
},
},
required: ["tasklist_id", "title", "notes", "due", "google_access_token"],
required: ["tasklist_id", "title", "notes", "google_access_token"],
},
output_parameters: {
properties: {
Expand Down
3 changes: 0 additions & 3 deletions src/connectors/google.tasks/functions/insert_task_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Deno.test("InsertTask can be used as a Slack function in a workflow step", () =>
tasklist_id: "test",
title: "test",
notes: "test",
due: "test",
google_access_token: "test",
});
const actual = testWorkflow.steps[0].export();
Expand All @@ -23,7 +22,6 @@ Deno.test("InsertTask can be used as a Slack function in a workflow step", () =>
tasklist_id: "test",
title: "test",
notes: "test",
due: "test",
google_access_token: "test",
});
});
Expand All @@ -38,7 +36,6 @@ Deno.test("All outputs of Slack function InsertTask should exist", () => {
tasklist_id: "test",
title: "test",
notes: "test",
due: "test",
google_access_token: "test",
});
assertExists(step.outputs.title);
Expand Down
24 changes: 0 additions & 24 deletions src/connectors/greenhouse.recruiting/functions/hire_application.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

28 changes: 0 additions & 28 deletions src/connectors/greenhouse.recruiting/mod.ts

This file was deleted.

4 changes: 1 addition & 3 deletions src/connectors/mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** This file was autogenerated on Mon Oct 23 2023. Follow the steps in src/schema/slack/functions/README.md to rebuild **/
/** This file was autogenerated on Mon Nov 06 2023. Follow the steps in src/schema/slack/functions/README.md to rebuild **/
import Asana from "./asana/mod.ts";
import AtlassianBitbucket from "./atlassian.bitbucket/mod.ts";
import Calendly from "./calendly/mod.ts";
Expand All @@ -12,7 +12,6 @@ import GoogleMail from "./google.mail/mod.ts";
import GoogleMeet from "./google.meet/mod.ts";
import GoogleSheets from "./google.sheets/mod.ts";
import GoogleTasks from "./google.tasks/mod.ts";
import GreenhouseRecruiting from "./greenhouse.recruiting/mod.ts";
import Guru from "./guru/mod.ts";
import Intercom from "./intercom/mod.ts";
import JiraCloud from "./jira.cloud/mod.ts";
Expand Down Expand Up @@ -45,7 +44,6 @@ const Connectors = {
GoogleMeet,
GoogleSheets,
GoogleTasks,
GreenhouseRecruiting,
Guru,
Intercom,
JiraCloud,
Expand Down

0 comments on commit 20f107d

Please sign in to comment.