Skip to content

Commit

Permalink
Merge pull request #107 from nginformatica/fix/set-employee-id
Browse files Browse the repository at this point in the history
fix: set employee id on clinical quiz
  • Loading branch information
jacksjm authored Apr 29, 2024
2 parents ba3f8b4 + 8468dbf commit bb739ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quirons-broker",
"version": "0.0.1-alpha.123",
"version": "0.0.1-alpha.124",
"description": "A small library to expose the broker types",
"main": "index.ts",
"typings": "index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/ttalk/schemas/ClinicalQuiz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export const ClinicalQuizInfo = t.intersection([
branchId: t.string,
/** Chave única */
erpId: t.string,
/** Chave do Funcionário */
employeeId: t.string,
/** Data de Realização */
realizationDate: datetime,
/** Descrição do Questionário */
Expand Down

0 comments on commit bb739ea

Please sign in to comment.