Skip to content

Commit

Permalink
feat(common): add typings for applyReminder (#555)
Browse files Browse the repository at this point in the history
Co-authored-by: Rachel Forbes <rachel@maaleh.org>
  • Loading branch information
CristiCanizales and RachelMiri authored Mar 13, 2023
1 parent f13433f commit cf7eab0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/lightning-lsp-common/src/resources/sfdx/typings/lds.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,17 @@ declare module 'lightning/placeQuoteApi' {
export function updateQuote(): void;
}


declare module 'lightning/salesAutomationRulesApi' {
/**
* Wire adapter for Automation Rules apply reminder
*
* @param id the ID string of the reminder to be applied
*/
export function applyReminder(id: string): void;
}


declare module 'lightning/salesEnablementProgramApi' {
/**
* Wire adapter for getting Sales Enablement Program templates list.
Expand Down

0 comments on commit cf7eab0

Please sign in to comment.