Skip to content

Commit

Permalink
Automated commit: Latest generated changes from schedule action (#58)
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 Oct 1, 2024
1 parent b5de24a commit 3818822
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
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 Sep 09 2024. Follow the steps in src/schema/slack/functions/README.md to rebuild **/
/** This file was autogenerated on Mon Sep 30 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
6 changes: 1 addition & 5 deletions src/connectors/salesforce/functions/read_record.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ export default DefineConnector({
description: "Salesforce Object",
title: "Salesforce object",
},
record_id: {
type: Schema.types.string,
description: "Ex: 1000000000Abcd",
title: "Record ID",
},
record_id: { type: Schema.types.string, title: "Record" },
salesforce_access_token: {
type: Schema.slack.types.oauth2,
title: "Salesforce Access Token",
Expand Down
6 changes: 1 addition & 5 deletions src/connectors/salesforce/functions/update_record.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ export default DefineConnector({
description: "Select an option...",
title: "Salesforce object",
},
record_id: {
type: Schema.types.string,
description: "Ex: 1000000000Abcd",
title: "Record ID",
},
record_id: { type: Schema.types.string, title: "Record" },
updates: { type: Schema.types.object, title: "Updates" },
salesforce_access_token: {
type: Schema.slack.types.oauth2,
Expand Down

0 comments on commit 3818822

Please sign in to comment.