-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: support for multi possible values for productId and merchantName
- Loading branch information
Pritesh Hirani
committed
Jan 12, 2024
1 parent
5d1342f
commit 7a3200c
Showing
4 changed files
with
18 additions
and
12 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
export { compareWithLabeled } from './compareWithLabeled' | ||
export { MatchKey, APS_FIELDS } from './constants' | ||
export type { ComparisonInput, ComparisonResult, LineItemWithMultiPossibleValues } from './types' | ||
export type { | ||
ComparisonInput, | ||
ComparisonInputWithMultiPossibleValues, | ||
ComparisonResult, | ||
LineItemWithMultiPossibleValues, | ||
} from './types' |
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