Skip to content

Commit

Permalink
atualizando a documentação com ferias
Browse files Browse the repository at this point in the history
  • Loading branch information
joellensilva committed May 14, 2024
1 parent 7cac9e2 commit 89f9b42
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,9 @@ const docTemplate = `{
"auxilio_saude": {
"type": "number"
},
"ferias": {
"type": "number"
},
"gratificacao_natalina": {
"type": "number"
},
Expand Down Expand Up @@ -1403,6 +1406,9 @@ const docTemplate = `{
"auxilio_saude": {
"type": "number"
},
"ferias": {
"type": "number"
},
"gratificacao_natalina": {
"type": "number"
},
Expand Down
6 changes: 6 additions & 0 deletions docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,9 @@
"auxilio_saude": {
"type": "number"
},
"ferias": {
"type": "number"
},
"gratificacao_natalina": {
"type": "number"
},
Expand Down Expand Up @@ -1394,6 +1397,9 @@
"auxilio_saude": {
"type": "number"
},
"ferias": {
"type": "number"
},
"gratificacao_natalina": {
"type": "number"
},
Expand Down
4 changes: 4 additions & 0 deletions docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ definitions:
type: number
auxilio_saude:
type: number
ferias:
type: number
gratificacao_natalina:
type: number
indenizacao_de_ferias:
Expand Down Expand Up @@ -426,6 +428,8 @@ definitions:
type: number
auxilio_saude:
type: number
ferias:
type: number
gratificacao_natalina:
type: number
indenizacao_de_ferias:
Expand Down

0 comments on commit 89f9b42

Please sign in to comment.