From 503bda2bb755dd10053375b00521b0e0ea60736a Mon Sep 17 00:00:00 2001 From: HugoCasa Date: Fri, 27 Feb 2026 09:59:46 +0100 Subject: [PATCH] nit button text override slack interactive approval request --- typescript-client/client.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typescript-client/client.ts b/typescript-client/client.ts index 96abcdd4be..1b32a4119e 100644 --- a/typescript-client/client.ts +++ b/typescript-client/client.ts @@ -1195,6 +1195,8 @@ interface TeamsApprovalOptions { * @param {string} [options.approver] - Optional user ID or name of the approver for the request. * @param {DefaultArgs} [options.defaultArgsJson] - Optional object defining or overriding the default arguments to a form field. * @param {Enums} [options.dynamicEnumsJson] - Optional object overriding the enum default values of an enum form field. + * @param {string} [options.resumeButtonText] - Optional text for the resume button. + * @param {string} [options.cancelButtonText] - Optional text for the cancel button. * * @returns {Promise} Resolves when the Slack approval request is successfully sent. *