Skip to content

Commit

Permalink
feat: update generated client
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Apr 26, 2024
1 parent 62adabc commit af74219
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/mittwald/spec/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1689,6 +1689,11 @@
"format": "uuid",
"type": "string"
},
"invoiceStop": {
"description": "If this attribute is set, the contract item will currently only be invoiced until this date.",
"format": "date-time",
"type": "string"
},
"invoicingPeriod": {
"example": 1,
"type": "number"
Expand Down Expand Up @@ -1748,7 +1753,6 @@
},
"required": [
"itemId",
"orderDate",
"isActivated",
"contractPeriod",
"articles",
Expand Down

0 comments on commit af74219

Please sign in to comment.