Skip to content

Commit 926ec12

Browse files
Automated commit: Latest generated changes from schedule action (#97)
Co-authored-by: github-actions <wbergamin@salesforce.com>
1 parent b8651a8 commit 926ec12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/connectors/docusign/functions/send_envelope.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ export default DefineConnector({
3131
recipient_name: {
3232
type: Schema.types.string,
3333
description: "Enter text",
34-
title: "Recipient Name",
34+
title: "Recipient name",
3535
},
3636
recipient_email: {
3737
type: Schema.types.string,
3838
description: "Enter text",
39-
title: "Recipient Email",
39+
title: "Recipient email",
4040
},
4141
docusign_access_token: {
4242
type: Schema.slack.types.oauth2,

src/connectors/mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** This file was autogenerated on Mon Jan 26 2026. Follow the steps in src/schema/slack/functions/README.md to rebuild **/
1+
/** This file was autogenerated on Mon Feb 16 2026. Follow the steps in src/schema/slack/functions/README.md to rebuild **/
22
import AdobeSign from "./adobe.sign/mod.ts";
33
import Airtable from "./airtable/mod.ts";
44
import Asana from "./asana/mod.ts";

0 commit comments

Comments
 (0)