Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest generated changes #75

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all 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
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 17 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
Loading