Skip to content

Commit

Permalink
Modified query request and response models
Browse files Browse the repository at this point in the history
  • Loading branch information
sahalali committed Jul 4, 2024
1 parent e3756bf commit 7d11b06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/enum/reconciliation-types.enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ export enum ReconciliationTypesEnum {
export enum LanguageTagEnum {
ENGLISH = "en",
FRENCH = "fr"
}


export enum ReconRequestMatchTypeEnum {
NAME = "name",
PROPERTY = "property"
}

0 comments on commit 7d11b06

Please sign in to comment.