Skip to content

Commit

Permalink
Automated commit: Latest generated changes from schedule action
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBergamin committed Feb 24, 2025
1 parent d5993d8 commit a70e816
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/connectors/google.drive/mod.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/** This file was autogenerated. Follow the steps in src/schema/slack/functions/README.md to rebuild **/

const GoogleDrive = { functions: {} } as const;

export default GoogleDrive;
5 changes: 5 additions & 0 deletions src/connectors/microsoft.search/mod.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/** This file was autogenerated. Follow the steps in src/schema/slack/functions/README.md to rebuild **/

const MicrosoftSearch = { functions: {} } as const;

export default MicrosoftSearch;
6 changes: 5 additions & 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 Feb 10 2025. Follow the steps in src/schema/slack/functions/README.md to rebuild **/
/** This file was autogenerated on Mon Feb 24 2025. 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 All @@ -19,6 +19,7 @@ import GithubCloud from "./github.cloud/mod.ts";
import GithubEnterpriseServer from "./github.enterprise_server/mod.ts";
import Gitlab from "./gitlab/mod.ts";
import GoogleCalendar from "./google.calendar/mod.ts";
import GoogleDrive from "./google.drive/mod.ts";
import GoogleMail from "./google.mail/mod.ts";
import GoogleMeet from "./google.meet/mod.ts";
import GoogleSheets from "./google.sheets/mod.ts";
Expand All @@ -39,6 +40,7 @@ import MicrosoftOnedrive from "./microsoft.onedrive/mod.ts";
import MicrosoftOnenote from "./microsoft.onenote/mod.ts";
import MicrosoftOutlookCalendar from "./microsoft.outlook.calendar/mod.ts";
import MicrosoftOutlookEmail from "./microsoft.outlook.email/mod.ts";
import MicrosoftSearch from "./microsoft.search/mod.ts";
import MicrosoftTeams from "./microsoft.teams/mod.ts";
import Miro from "./miro/mod.ts";
import Monday from "./monday/mod.ts";
Expand Down Expand Up @@ -83,6 +85,7 @@ const Connectors = {
GithubEnterpriseServer,
Gitlab,
GoogleCalendar,
GoogleDrive,
GoogleMail,
GoogleMeet,
GoogleSheets,
Expand All @@ -103,6 +106,7 @@ const Connectors = {
MicrosoftOnenote,
MicrosoftOutlookCalendar,
MicrosoftOutlookEmail,
MicrosoftSearch,
MicrosoftTeams,
Miro,
Monday,
Expand Down

0 comments on commit a70e816

Please sign in to comment.