-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c45f96
commit e566f7b
Showing
11 changed files
with
130 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
/** This file was autogenerated. Follow the steps in src/schema/slack/functions/README.md to rebuild **/ | ||
import GetMeetingLink from "./functions/get_meeting_link.ts"; | ||
|
||
const Calendly = { functions: { GetMeetingLink } } as const; | ||
const Calendly = { | ||
functions: { | ||
/** | ||
* @see The {@link https://api.slack.com/reference/connectors/calendly/get_meeting_link GetMeetingLink} documentation. | ||
*/ | ||
GetMeetingLink, | ||
}, | ||
} as const; | ||
|
||
export default Calendly; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
/** This file was autogenerated. Follow the steps in src/schema/slack/functions/README.md to rebuild **/ | ||
import CreateIssue from "./functions/create_issue.ts"; | ||
|
||
const GithubCloud = { functions: { CreateIssue } } as const; | ||
const GithubCloud = { | ||
functions: { | ||
/** | ||
* @see The {@link https://api.slack.com/reference/connectors/github.cloud/create_issue CreateIssue} documentation. | ||
*/ | ||
CreateIssue, | ||
}, | ||
} as const; | ||
|
||
export default GithubCloud; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
/** This file was autogenerated. Follow the steps in src/schema/slack/functions/README.md to rebuild **/ | ||
import CreateIssue from "./functions/create_issue.ts"; | ||
|
||
const Gitlab = { functions: { CreateIssue } } as const; | ||
const Gitlab = { | ||
functions: { | ||
/** | ||
* @see The {@link https://api.slack.com/reference/connectors/gitlab/create_issue CreateIssue} documentation. | ||
*/ | ||
CreateIssue, | ||
}, | ||
} as const; | ||
|
||
export default Gitlab; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
/** This file was autogenerated. Follow the steps in src/schema/slack/functions/README.md to rebuild **/ | ||
import AddSpreadsheetRow from "./functions/add_spreadsheet_row.ts"; | ||
|
||
const GoogleSheets = { functions: { AddSpreadsheetRow } } as const; | ||
const GoogleSheets = { | ||
functions: { | ||
/** | ||
* @see The {@link https://api.slack.com/reference/connectors/google.sheets/add_spreadsheet_row AddSpreadsheetRow} documentation. | ||
*/ | ||
AddSpreadsheetRow, | ||
}, | ||
} as const; | ||
|
||
export default GoogleSheets; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
/** This file was autogenerated. Follow the steps in src/schema/slack/functions/README.md to rebuild **/ | ||
import CreateMeeting from "./functions/create_meeting.ts"; | ||
|
||
const Zoom = { functions: { CreateMeeting } } as const; | ||
const Zoom = { | ||
functions: { | ||
/** | ||
* @see The {@link https://api.slack.com/reference/connectors/zoom/create_meeting CreateMeeting} documentation. | ||
*/ | ||
CreateMeeting, | ||
}, | ||
} as const; | ||
|
||
export default Zoom; |