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 #58

Merged
merged 1 commit into from
Oct 1, 2024
Merged
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
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
Loading