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 May 13, 2024
1 parent 1667fb9 commit c6c359b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/connectors/firehydrant/functions/create_incident.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ export default DefineConnector({
title: "Teams",
items: { type: Schema.types.string },
},
customer_impact_summary: {
type: Schema.types.string,
description: "Enter text",
title: "Customer impact summary",
},
},
required: ["name"],
},
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 Mar 18 2024. Follow the steps in src/schema/slack/functions/README.md to rebuild **/
/** This file was autogenerated on Mon May 13 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 c6c359b

Please sign in to comment.