Bump gobl and gobl.dev, regenerate docs - #64
Conversation
Updates gobl to v0.503.0 and gobl.dev to v0.500.11, pulling in newer gobl.fr.ctc, gobl.mx.cfdi, gobl.pt.saft, and gobl.sa.zatca addon modules, then regenerates schema, addon, regime, and catalogue pages. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
There was a problem hiding this comment.
Pull request overview
This PR updates the docs generator inputs by bumping gobl and gobl.dev dependencies, then regenerates schema and addon documentation pages to reflect the newer upstream rules/content (including a new org.Attribute schema page and multiple addon rule updates).
Changes:
- Bump
github.com/invopop/gobltov0.503.0andgithub.com/invopop/gobl.devtov0.500.11(plus updated indirect addon modules). - Regenerate Draft-0 schema docs (including new
draft-0/org/attribute.mdx) and update navigation (docs.json). - Refresh multiple addon documentation pages (notably Portugal SAF-T, Saudi ZATCA, and French CTC flows).
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Updates core gobl/gobl.dev dependencies and indirect addon module versions. |
| go.sum | Aligns module checksums with the updated dependency set. |
| draft-0/org/unit.mdx | Adds energy units (kj, kcal) to the Draft-0 unit documentation and validation list. |
| draft-0/org/item.mdx | Documents the new attributes field and its uniqueness validation rule. |
| draft-0/org/attribute.mdx | Adds new Draft-0 schema documentation page for org.Attribute (properties, key values, validations). |
| draft-0/bill/tax.mdx | Updates the currency calculation method description with more precise rounding behavior details. |
| docs.json | Adds draft-0/org/attribute to the docs navigation tree. |
| addons/sa-zatca-v1.mdx | Adds/updates ZATCA invoice validation rules (notably SAR conversion requirement). |
| addons/pt-saft-v1.mdx | Expands SAF-T scenarios and rules (cash VAT tag/extension, updated totals section, additional validations). |
| addons/it-sdi-v1.mdx | Adds org.Attribute validation rule documentation for Italy SDI addon. |
| addons/fr-ctc-flow6-v1.mdx | Adds additional Flow 6 validations (UNTDID document type presence/validity, VAT breakdown for receipts). |
| addons/fr-ctc-flow2-v1.mdx | Updates Flow 2 billing-mode code descriptions and related validation text. |
| addons/fr-ctc-flow10-v1.mdx | Updates Flow 10 billing-mode code descriptions and expands party/identity validation rules. |
| addons/eu-en16931-v2017.mdx | Adds party identity scope uniqueness validation rules (legal/tax scope). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Docs PR opened: #65 Added a Changelog section with the first entry summarizing GOBL v0.503.0 features, addon updates, and validation improvements. |
Summary
github.com/invopop/goblv0.502.2 → v0.503.0 andgithub.com/invopop/gobl.devv0.500.7 → v0.500.11 (pulling in newergobl.fr.ctc,gobl.mx.cfdi,gobl.pt.saft,gobl.sa.zatcaaddon modules)go build ./cmd/generate && ./generatedraft-0/org/attribute.mdx, auto-linked intodocs.jsonpt-saft-v1,sa-zatca-v1, andfr-ctc-flow10-v1addon docs updated substantially; smaller tweaks toeu-en16931-v2017,fr-ctc-flow2/flow6,it-sdi-v1, and a fewdraft-0schema pages (bill/tax,org/item,org/unit)