From 1ce0ef713d8143d548e876d49a7ca0817b56dc9c Mon Sep 17 00:00:00 2001 From: Sam Lown Date: Thu, 21 Sep 2023 12:56:57 +0000 Subject: [PATCH] Release 0.58.2 --- build/regimes/es.json | 86 +++++++++++----------- build/schemas/bill/correction-options.json | 2 +- build/schemas/bill/invoice.json | 2 +- build/schemas/cal/date-time.json | 2 +- build/schemas/cal/date.json | 2 +- build/schemas/cal/period.json | 2 +- build/schemas/cbc/code-map.json | 2 +- build/schemas/cbc/code.json | 2 +- build/schemas/cbc/key.json | 2 +- build/schemas/cbc/meta.json | 2 +- build/schemas/cbc/note.json | 2 +- build/schemas/currency/code.json | 2 +- build/schemas/currency/exchange-rate.json | 2 +- build/schemas/dsig/digest.json | 2 +- build/schemas/dsig/signature.json | 2 +- build/schemas/envelope.json | 2 +- build/schemas/head/header.json | 2 +- build/schemas/head/stamp.json | 2 +- build/schemas/i18n/string.json | 2 +- build/schemas/l10n/code.json | 2 +- build/schemas/l10n/country-code.json | 2 +- build/schemas/note/message.json | 2 +- build/schemas/num/amount.json | 2 +- build/schemas/num/percentage.json | 2 +- build/schemas/org/address.json | 2 +- build/schemas/org/coordinates.json | 2 +- build/schemas/org/email.json | 2 +- build/schemas/org/identity.json | 2 +- build/schemas/org/image.json | 2 +- build/schemas/org/inbox.json | 2 +- build/schemas/org/item.json | 2 +- build/schemas/org/name.json | 2 +- build/schemas/org/party.json | 2 +- build/schemas/org/person.json | 2 +- build/schemas/org/registration.json | 2 +- build/schemas/org/telephone.json | 2 +- build/schemas/org/unit.json | 2 +- build/schemas/org/website.json | 2 +- build/schemas/pay/advance.json | 2 +- build/schemas/pay/instructions.json | 2 +- build/schemas/pay/terms.json | 2 +- build/schemas/schema/object.json | 2 +- build/schemas/tax/identity.json | 2 +- build/schemas/tax/regime.json | 14 ++-- build/schemas/tax/set.json | 2 +- build/schemas/tax/total.json | 2 +- build/schemas/uuid/uuid.json | 2 +- version.go | 2 +- 48 files changed, 96 insertions(+), 96 deletions(-) diff --git a/build/regimes/es.json b/build/regimes/es.json index cb7f523b..79aabfbf 100644 --- a/build/regimes/es.json +++ b/build/regimes/es.json @@ -894,7 +894,49 @@ "types": [ "corrective" ], - "keys": [ + "methods": [ + { + "key": "complete", + "name": { + "en": "Complete", + "es": "Rectificaticón íntegra" + }, + "map": { + "facturae": "01" + } + }, + { + "key": "partial", + "name": { + "en": "Corrected items only", + "es": "Rectificación por diferencias" + }, + "map": { + "facturae": "02" + } + }, + { + "key": "discount", + "name": { + "en": "Bulk deal in a given period", + "es": "Rectificación por descuento por volumen de operaciones durante un periodo" + }, + "map": { + "facturae": "03" + } + }, + { + "key": "authorized", + "name": { + "en": "Authorized by the Tax Agency", + "es": "Autorizadas por la Agencia Tributaria" + }, + "map": { + "facturae": "04" + } + } + ], + "changes": [ { "key": "code", "name": { @@ -1115,48 +1157,6 @@ "facturae": "85" } } - ], - "methods": [ - { - "key": "complete", - "name": { - "en": "Complete", - "es": "Rectificaticón íntegra" - }, - "map": { - "facturae": "01" - } - }, - { - "key": "partial", - "name": { - "en": "Corrected items only", - "es": "Rectificación por diferencias" - }, - "map": { - "facturae": "02" - } - }, - { - "key": "discount", - "name": { - "en": "Bulk deal in a given period", - "es": "Rectificación por descuento por volumen de operaciones durante un periodo" - }, - "map": { - "facturae": "03" - } - }, - { - "key": "authorized", - "name": { - "en": "Authorized by the Tax Agency", - "es": "Autorizadas por la Agencia Tributaria" - }, - "map": { - "facturae": "04" - } - } ] } ], diff --git a/build/schemas/bill/correction-options.json b/build/schemas/bill/correction-options.json index 4313b95e..d716e893 100644 --- a/build/schemas/bill/correction-options.json +++ b/build/schemas/bill/correction-options.json @@ -51,5 +51,5 @@ "description": "CorrectionOptions defines a structure used to pass configuration options to correct a previous invoice." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/bill/invoice.json b/build/schemas/bill/invoice.json index 4cd7e934..14577e5f 100644 --- a/build/schemas/bill/invoice.json +++ b/build/schemas/bill/invoice.json @@ -818,5 +818,5 @@ "description": "Totals contains the summaries of all calculations for the invoice." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/cal/date-time.json b/build/schemas/cal/date-time.json index b552269a..d2ecbdfe 100644 --- a/build/schemas/cal/date-time.json +++ b/build/schemas/cal/date-time.json @@ -10,5 +10,5 @@ "description": "Civil date time in simplified ISO format with no time zone\ninformation, for example: 2021-05-26T13:45:00" } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/cal/date.json b/build/schemas/cal/date.json index d9276873..2259a745 100644 --- a/build/schemas/cal/date.json +++ b/build/schemas/cal/date.json @@ -10,5 +10,5 @@ "description": "Civil date in simplified ISO format, like 2021-05-26" } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/cal/period.json b/build/schemas/cal/period.json index 69f76381..502724ba 100644 --- a/build/schemas/cal/period.json +++ b/build/schemas/cal/period.json @@ -29,5 +29,5 @@ "description": "Period represents two dates with a start and finish." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/cbc/code-map.json b/build/schemas/cbc/code-map.json index 5479ace1..eb0feacf 100644 --- a/build/schemas/cbc/code-map.json +++ b/build/schemas/cbc/code-map.json @@ -13,5 +13,5 @@ "description": "CodeMap is a map of keys to specific codes, useful to determine regime specific codes from their key counterparts." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/cbc/code.json b/build/schemas/cbc/code.json index 13253837..49a459ca 100644 --- a/build/schemas/cbc/code.json +++ b/build/schemas/cbc/code.json @@ -12,5 +12,5 @@ "description": "Alphanumerical text identifier with upper-case letters, no whitespace, nor symbols." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/cbc/key.json b/build/schemas/cbc/key.json index 85169d53..6349d078 100644 --- a/build/schemas/cbc/key.json +++ b/build/schemas/cbc/key.json @@ -12,5 +12,5 @@ "description": "Text identifier to be used instead of a code for a more verbose but readable identifier." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/cbc/meta.json b/build/schemas/cbc/meta.json index 9c3bc134..b04bb514 100644 --- a/build/schemas/cbc/meta.json +++ b/build/schemas/cbc/meta.json @@ -13,5 +13,5 @@ "description": "Meta defines a structure for data about the data being defined." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/cbc/note.json b/build/schemas/cbc/note.json index 20b2807b..a7019748 100644 --- a/build/schemas/cbc/note.json +++ b/build/schemas/cbc/note.json @@ -165,5 +165,5 @@ "description": "Note represents a free text of additional information that may be added to a document." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/currency/code.json b/build/schemas/currency/code.json index 3872a6d5..448a1783 100644 --- a/build/schemas/currency/code.json +++ b/build/schemas/currency/code.json @@ -675,5 +675,5 @@ "description": "ISO Currency Code" } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/currency/exchange-rate.json b/build/schemas/currency/exchange-rate.json index cc1bcd84..3991530f 100644 --- a/build/schemas/currency/exchange-rate.json +++ b/build/schemas/currency/exchange-rate.json @@ -24,5 +24,5 @@ "description": "ExchangeRate contains data on the rate to be used when converting amounts from the document's base currency to whatever is defined." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/dsig/digest.json b/build/schemas/dsig/digest.json index e309a193..ebc0f9fe 100644 --- a/build/schemas/dsig/digest.json +++ b/build/schemas/dsig/digest.json @@ -24,5 +24,5 @@ "description": "Digest defines a structure to hold a digest value including the algorithm used to generate it." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/dsig/signature.json b/build/schemas/dsig/signature.json index 6cb5d5c9..a8bc01a9 100644 --- a/build/schemas/dsig/signature.json +++ b/build/schemas/dsig/signature.json @@ -9,5 +9,5 @@ "description": "JSON Web Signature in compact form." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/envelope.json b/build/schemas/envelope.json index 304bce43..7e8f0800 100644 --- a/build/schemas/envelope.json +++ b/build/schemas/envelope.json @@ -38,5 +38,5 @@ "description": "Envelope wraps around a document adding headers and digital signatures." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/head/header.json b/build/schemas/head/header.json index 45a7a5c8..f528ead7 100644 --- a/build/schemas/head/header.json +++ b/build/schemas/head/header.json @@ -55,5 +55,5 @@ "description": "Header defines the metadata of the body." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/head/stamp.json b/build/schemas/head/stamp.json index 4ed049e8..74a15b4b 100644 --- a/build/schemas/head/stamp.json +++ b/build/schemas/head/stamp.json @@ -24,5 +24,5 @@ "description": "Stamp defines an official seal of approval from a third party like a governmental agency or intermediary and should thus be included in any official envelopes." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/i18n/string.json b/build/schemas/i18n/string.json index 7faa74fb..d2ce4bd4 100644 --- a/build/schemas/i18n/string.json +++ b/build/schemas/i18n/string.json @@ -15,5 +15,5 @@ "description": "Map of 2-Letter language codes to their translations." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/l10n/code.json b/build/schemas/l10n/code.json index 2902018e..d897128a 100644 --- a/build/schemas/l10n/code.json +++ b/build/schemas/l10n/code.json @@ -10,5 +10,5 @@ "description": "Code is used for short identifies like country or state codes." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/l10n/country-code.json b/build/schemas/l10n/country-code.json index ff851e3d..70ee216b 100644 --- a/build/schemas/l10n/country-code.json +++ b/build/schemas/l10n/country-code.json @@ -1007,5 +1007,5 @@ "description": "Defines an ISO 3166-2 country code" } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/note/message.json b/build/schemas/note/message.json index d256025d..414a3507 100644 --- a/build/schemas/note/message.json +++ b/build/schemas/note/message.json @@ -34,5 +34,5 @@ ] } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/num/amount.json b/build/schemas/num/amount.json index 1ae0ee43..9d0da769 100644 --- a/build/schemas/num/amount.json +++ b/build/schemas/num/amount.json @@ -10,5 +10,5 @@ "description": "Quantity with optional decimal places that determine accuracy." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/num/percentage.json b/build/schemas/num/percentage.json index 1f1fdb56..04bcf067 100644 --- a/build/schemas/num/percentage.json +++ b/build/schemas/num/percentage.json @@ -10,5 +10,5 @@ "description": "Similar to an Amount, but designed for percentages and includes % symbol in JSON output." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/org/address.json b/build/schemas/org/address.json index d0431cda..0f06e83e 100644 --- a/build/schemas/org/address.json +++ b/build/schemas/org/address.json @@ -88,5 +88,5 @@ "description": "Address defines a globally acceptable set of attributes that describes a postal or fiscal address." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/org/coordinates.json b/build/schemas/org/coordinates.json index 012d4cc3..00517486 100644 --- a/build/schemas/org/coordinates.json +++ b/build/schemas/org/coordinates.json @@ -30,5 +30,5 @@ "description": "Coordinates describes an exact geographical location in the world." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/org/email.json b/build/schemas/org/email.json index 7a88b3c7..e98b977c 100644 --- a/build/schemas/org/email.json +++ b/build/schemas/org/email.json @@ -32,5 +32,5 @@ "description": "Email describes the electronic mailing details." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/org/identity.json b/build/schemas/org/identity.json index 8e6fb045..64c84eba 100644 --- a/build/schemas/org/identity.json +++ b/build/schemas/org/identity.json @@ -38,5 +38,5 @@ "description": "Identity is used to define a code for a specific context." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/org/image.json b/build/schemas/org/image.json index 04da301b..ac59b85b 100644 --- a/build/schemas/org/image.json +++ b/build/schemas/org/image.json @@ -61,5 +61,5 @@ "description": "Image describes a logo or photo that represents an entity." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/org/inbox.json b/build/schemas/org/inbox.json index 1f7da5ff..a219964e 100644 --- a/build/schemas/org/inbox.json +++ b/build/schemas/org/inbox.json @@ -38,5 +38,5 @@ "description": "Inbox is used to store data about a connection with a service that is responsible for potentially receiving copies of GOBL envelopes or other document formats defined locally." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/org/item.json b/build/schemas/org/item.json index c74f5c20..ef8927e8 100644 --- a/build/schemas/org/item.json +++ b/build/schemas/org/item.json @@ -75,5 +75,5 @@ "description": "Item is used to describe a single product or service." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/org/name.json b/build/schemas/org/name.json index 839e2f54..41cf3410 100644 --- a/build/schemas/org/name.json +++ b/build/schemas/org/name.json @@ -59,5 +59,5 @@ "description": "Name represents what a human is called." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/org/party.json b/build/schemas/org/party.json index f4b4fbd5..b499f8f5 100644 --- a/build/schemas/org/party.json +++ b/build/schemas/org/party.json @@ -112,5 +112,5 @@ "description": "Party represents a person or business entity." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/org/person.json b/build/schemas/org/person.json index a04309e7..3c59d3f2 100644 --- a/build/schemas/org/person.json +++ b/build/schemas/org/person.json @@ -57,5 +57,5 @@ "description": "Person represents a human, and how to contact them electronically." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/org/registration.json b/build/schemas/org/registration.json index e035d675..29664590 100644 --- a/build/schemas/org/registration.json +++ b/build/schemas/org/registration.json @@ -50,5 +50,5 @@ "description": "Registration is used in countries that require additional information to be associated with a company usually related to a specific registration office." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/org/telephone.json b/build/schemas/org/telephone.json index bf9babaf..88396cc0 100644 --- a/build/schemas/org/telephone.json +++ b/build/schemas/org/telephone.json @@ -28,5 +28,5 @@ "description": "Telephone describes what is expected for a telephone number." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/org/unit.json b/build/schemas/org/unit.json index afcf81d4..ba275e88 100644 --- a/build/schemas/org/unit.json +++ b/build/schemas/org/unit.json @@ -219,5 +219,5 @@ "description": "Unit describes how the quantity of the product should be interpreted." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/org/website.json b/build/schemas/org/website.json index ac8bdab2..62628c4b 100644 --- a/build/schemas/org/website.json +++ b/build/schemas/org/website.json @@ -34,5 +34,5 @@ "description": "Website describes what is expected for a web address." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/pay/advance.json b/build/schemas/pay/advance.json index fbe4bd46..9376b8ab 100644 --- a/build/schemas/pay/advance.json +++ b/build/schemas/pay/advance.json @@ -125,5 +125,5 @@ "description": "Advance represents a single payment that has been made already, such as a deposit on an intent to purchase, or as credit from a previous invoice which was later corrected or cancelled." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/pay/instructions.json b/build/schemas/pay/instructions.json index 025ca44b..ad7db0d2 100644 --- a/build/schemas/pay/instructions.json +++ b/build/schemas/pay/instructions.json @@ -221,5 +221,5 @@ "description": "Online provides the details required to make a payment online using a website" } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/pay/terms.json b/build/schemas/pay/terms.json index ff80dbf8..b71c0772 100644 --- a/build/schemas/pay/terms.json +++ b/build/schemas/pay/terms.json @@ -120,5 +120,5 @@ "description": "Terms defines when we expect the customer to pay, or have paid, for the contents of the document." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/schema/object.json b/build/schemas/schema/object.json index e7d61503..287a33e1 100644 --- a/build/schemas/schema/object.json +++ b/build/schemas/schema/object.json @@ -9,5 +9,5 @@ "description": "Data object whose type is determined from the \u003ccode\u003e$schema\u003c/code\u003e property." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/tax/identity.json b/build/schemas/tax/identity.json index 214dcb58..a1f06035 100644 --- a/build/schemas/tax/identity.json +++ b/build/schemas/tax/identity.json @@ -43,5 +43,5 @@ "description": "Identity stores the details required to identify an entity for tax purposes." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/tax/regime.json b/build/schemas/tax/regime.json index 089f3860..f7b09fc5 100644 --- a/build/schemas/tax/regime.json +++ b/build/schemas/tax/regime.json @@ -116,21 +116,21 @@ "title": "Types", "description": "The types of sub-documents supported by the regime" }, - "keys": { + "methods": { "items": { "$ref": "#/$defs/KeyDefinition" }, "type": "array", - "title": "Keys", - "description": "List of all the keys that can be used to identify a correction." + "title": "Methods", + "description": "Methods describe the methods used to correct an invoice." }, - "methods": { + "changes": { "items": { "$ref": "#/$defs/KeyDefinition" }, "type": "array", - "title": "Methods", - "description": "Methods describe the methods used to correct an invoice." + "title": "Changes", + "description": "List of change keys that can be used to describe what has been corrected." }, "reason_required": { "type": "boolean", @@ -531,5 +531,5 @@ "description": "Zone represents an area inside a country, like a province or a state, which shares the basic definitions of the country, but may vary in some validation rules." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/tax/set.json b/build/schemas/tax/set.json index a65847be..2bfc090a 100644 --- a/build/schemas/tax/set.json +++ b/build/schemas/tax/set.json @@ -47,5 +47,5 @@ "description": "Set defines a list of tax categories and their rates to be used alongside taxable items." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/tax/total.json b/build/schemas/tax/total.json index e3a4f496..f823a019 100644 --- a/build/schemas/tax/total.json +++ b/build/schemas/tax/total.json @@ -118,5 +118,5 @@ "description": "Total contains a set of Category Totals which in turn contain all the accumulated taxes contained in the document." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/build/schemas/uuid/uuid.json b/build/schemas/uuid/uuid.json index 0d0a37d7..bac8c135 100644 --- a/build/schemas/uuid/uuid.json +++ b/build/schemas/uuid/uuid.json @@ -10,5 +10,5 @@ "description": "Universally Unique Identifier. We only recommend using versions 1 and 4 within GOBL." } }, - "$comment": "Generated with GOBL v0.58.0" + "$comment": "Generated with GOBL v0.58.2" } \ No newline at end of file diff --git a/version.go b/version.go index 96acf8c7..91404a5c 100644 --- a/version.go +++ b/version.go @@ -8,7 +8,7 @@ import ( type Version string // VERSION is the current version of the GOBL library. -const VERSION Version = "v0.58.1" +const VERSION Version = "v0.58.2" // Semver parses and returns semver func (v Version) Semver() *semver.Version {