Skip to content

Commit

Permalink
Automated commit: Latest generated changes from schedule action (#57)
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 Sep 9, 2024
1 parent 4f819a1 commit b5de24a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ export default DefineConnector({
title: "Attendees",
items: { type: Schema.slack.types.user_id },
},
additional_attendees: {
type: Schema.types.array,
description: "Enter email addresses",
title: "Additional attendees",
items: { type: Schema.types.string },
},
},
required: [
"event_title",
Expand Down
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 Aug 12 2024. Follow the steps in src/schema/slack/functions/README.md to rebuild **/
/** This file was autogenerated on Mon Sep 09 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

0 comments on commit b5de24a

Please sign in to comment.