Skip to content

Commit

Permalink
feat: added missing risk rules operations (#2520)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer-shvadron authored Jul 11, 2024
1 parent c8a20f8 commit 4ea49ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion services/workflows-service/prisma/data-migrations
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ import { RuleSet, TOperation, TOperator } from '@ballerine/common';

const OPERATIONS = [
'EQUALS',
'NOT_EQUALS',
'BETWEEN',
'GT',
'LT',
'GTE',
'LTE',
'LAST_YEAR',
'EXISTS',
'IN',
'NOT_IN',
] as const satisfies readonly TOperation[];

const OPERATORS = ['and', 'or'] as const satisfies readonly TOperator[];
Expand Down

0 comments on commit 4ea49ae

Please sign in to comment.