Skip to content

Commit

Permalink
feat: add bilans confidentiality
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierJp committed Feb 14, 2024
1 parent e568061 commit a2c11bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clients/inpi/api-rne-documents/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const mapToDomainObject = (response: IDocumentsRNEResponse): IDocuments => {
dateDepot: a.dateDepot || '',
dateCloture: a.dateCloture || '',
typeBilan: a.typeBilan || '',
confidentiality: a.confidentiality || '',
};
}),
};
Expand Down

0 comments on commit a2c11bd

Please sign in to comment.