-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(generate-alerts.ts): import missing types and add missing type an…
…notation for TransactionRecordType fix(alert.service.ts): add error handling when checking alert and log error message and definition ID fix(data-analytics.service.ts): fix formatting and indentation for better readability feat(data-analytics.service.ts): add support for evaluating payment unexpected based on customer expected amount feat(data-analytics.service.ts): add support for evaluating dormant accounts based on transaction history feat(data-analytics.service.ts): add support for evaluating customers' transaction type based on various criteria feat(types.ts): add support for new transaction record type and generic async function type feat(types.ts): add new options for TCustomersTransactionTypeOptions to support more flexible customer transaction filtering feat(types.ts): add new options for TDormantAccountOption to support evaluating dormant accounts feat(types.ts): add new evaluate functions for evaluating transactions against dynamic rules and dormant accounts
- Loading branch information
Showing
4 changed files
with
413 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.