Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #108 from invopop/gobl-0.78
Browse files Browse the repository at this point in the history
Release GOBL 0.78
  • Loading branch information
samlown authored May 30, 2024
2 parents c0d743a + e9da236 commit 8b020da
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/google/go-cmp v0.5.9
github.com/imdario/mergo v0.3.15
github.com/invopop/gobl v0.77.0
github.com/invopop/gobl v0.78.1
github.com/invopop/yaml v0.3.1
github.com/labstack/echo/v4 v4.10.2
github.com/magefile/mage v1.13.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/invopop/gobl v0.77.0 h1:fONqGuP73J3bqDLE+2TI75QfXDWGc9EwJFTtIK2SL8c=
github.com/invopop/gobl v0.77.0/go.mod h1:3ixShxX1jlOKo5Rw22HVQh3jXnK9AZa7Twcw7L92qn0=
github.com/invopop/gobl v0.78.1 h1:ICohKmz4wQ8wTs16kYHAypEFtHEK052WSvXzBxN3NKw=
github.com/invopop/gobl v0.78.1/go.mod h1:3ixShxX1jlOKo5Rw22HVQh3jXnK9AZa7Twcw7L92qn0=
github.com/invopop/jsonschema v0.12.0 h1:6ovsNSuvn9wEQVOyc72aycBMVQFKz7cPdMJn10CvzRI=
github.com/invopop/jsonschema v0.12.0/go.mod h1:ffZ5Km5SWWRAIN6wbDXItl95euhFz2uON45H2qjYt+0=
github.com/invopop/validation v0.3.0 h1:o260kbjXzoBO/ypXDSSrCLL7SxEFUXBsX09YTE9AxZw=
Expand Down
11 changes: 6 additions & 5 deletions internal/testdata/TestCorrect_options_schema
Original file line number Diff line number Diff line change
Expand Up @@ -162,18 +162,19 @@
},
"type": {
"$ref": "https://gobl.org/draft-0/cbc/key",
"default": "credit-note",
"description": "The type of corrective invoice to produce.",
"oneOf": [
{
"const": "corrective",
"description": "Corrected invoice that completely *replaces* the preceding document.",
"title": "Corrective"
},
{
"const": "credit-note",
"description": "Reflects a refund either partial or complete of the preceding document. A \ncredit note effectively *extends* the previous document.",
"title": "Credit Note"
},
{
"const": "corrective",
"description": "Corrected invoice that completely *replaces* the preceding document.",
"title": "Corrective"
},
{
"const": "debit-note",
"description": "An additional set of charges to be added to the preceding document.",
Expand Down

0 comments on commit 8b020da

Please sign in to comment.