gobl 0.17.0 → 0.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/data/regimes/ca.json +77 -0
  4. data/data/regimes/co.json +2831 -2763
  5. data/data/regimes/de.json +173 -0
  6. data/data/regimes/es.json +1300 -1277
  7. data/data/regimes/fr.json +116 -10
  8. data/data/regimes/gb.json +62 -1
  9. data/data/regimes/it.json +1765 -1703
  10. data/data/regimes/mx.json +119 -10
  11. data/data/regimes/nl.json +62 -1
  12. data/data/regimes/pt.json +235 -187
  13. data/data/regimes/us.json +46 -2
  14. data/lib/generated/gobl/bill/charge.rb +1 -1
  15. data/lib/generated/gobl/bill/correction_options.rb +6 -6
  16. data/lib/generated/gobl/bill/delivery.rb +6 -1
  17. data/lib/generated/gobl/bill/discount.rb +1 -1
  18. data/lib/generated/gobl/bill/document_reference.rb +1 -1
  19. data/lib/generated/gobl/bill/invoice.rb +1 -1
  20. data/lib/generated/gobl/bill/line.rb +1 -1
  21. data/lib/generated/gobl/bill/line_charge.rb +1 -1
  22. data/lib/generated/gobl/bill/line_discount.rb +1 -1
  23. data/lib/generated/gobl/bill/ordering.rb +6 -1
  24. data/lib/generated/gobl/bill/outlay.rb +1 -1
  25. data/lib/generated/gobl/bill/payment.rb +1 -1
  26. data/lib/generated/gobl/bill/preceding.rb +7 -7
  27. data/lib/generated/gobl/bill/tax.rb +1 -1
  28. data/lib/generated/gobl/bill/totals.rb +6 -1
  29. data/lib/generated/gobl/cal/date.rb +1 -1
  30. data/lib/generated/gobl/cal/date_time.rb +1 -1
  31. data/lib/generated/gobl/cal/period.rb +1 -1
  32. data/lib/generated/gobl/cbc/code.rb +1 -1
  33. data/lib/generated/gobl/cbc/code_map.rb +1 -1
  34. data/lib/generated/gobl/cbc/key.rb +1 -1
  35. data/lib/generated/gobl/cbc/meta.rb +1 -1
  36. data/lib/generated/gobl/cbc/note.rb +1 -1
  37. data/lib/generated/gobl/currency/code.rb +1 -1
  38. data/lib/generated/gobl/currency/exchange_rate.rb +1 -1
  39. data/lib/generated/gobl/dsig/digest.rb +1 -1
  40. data/lib/generated/gobl/dsig/signature.rb +1 -1
  41. data/lib/generated/gobl/envelope.rb +1 -1
  42. data/lib/generated/gobl/head/header.rb +1 -1
  43. data/lib/generated/gobl/head/stamp.rb +1 -1
  44. data/lib/generated/gobl/i18n/string.rb +1 -1
  45. data/lib/generated/gobl/l10n/code.rb +1 -1
  46. data/lib/generated/gobl/l10n/country_code.rb +1 -1
  47. data/lib/generated/gobl/note/message.rb +1 -1
  48. data/lib/generated/gobl/org/address.rb +1 -1
  49. data/lib/generated/gobl/org/coordinates.rb +1 -1
  50. data/lib/generated/gobl/org/email.rb +1 -1
  51. data/lib/generated/gobl/org/identity.rb +6 -1
  52. data/lib/generated/gobl/org/image.rb +6 -1
  53. data/lib/generated/gobl/org/inbox.rb +1 -1
  54. data/lib/generated/gobl/org/item.rb +1 -1
  55. data/lib/generated/gobl/org/name.rb +1 -1
  56. data/lib/generated/gobl/org/party.rb +1 -1
  57. data/lib/generated/gobl/org/person.rb +1 -1
  58. data/lib/generated/gobl/org/registration.rb +1 -1
  59. data/lib/generated/gobl/org/telephone.rb +1 -1
  60. data/lib/generated/gobl/org/unit.rb +1 -1
  61. data/lib/generated/gobl/org/website.rb +1 -1
  62. data/lib/generated/gobl/pay/advance.rb +1 -1
  63. data/lib/generated/gobl/pay/card.rb +1 -1
  64. data/lib/generated/gobl/pay/credit_transfer.rb +1 -1
  65. data/lib/generated/gobl/pay/direct_debit.rb +1 -1
  66. data/lib/generated/gobl/pay/due_date.rb +1 -1
  67. data/lib/generated/gobl/pay/instructions.rb +1 -1
  68. data/lib/generated/gobl/pay/online.rb +1 -1
  69. data/lib/generated/gobl/pay/terms.rb +1 -1
  70. data/lib/generated/gobl/regimes/mx/food_vouchers.rb +41 -0
  71. data/lib/generated/gobl/regimes/mx/food_vouchers_employee.rb +42 -0
  72. data/lib/generated/gobl/regimes/mx/food_vouchers_line.rb +42 -0
  73. data/lib/generated/gobl/regimes/mx/fuel_account_balance.rb +41 -0
  74. data/lib/generated/gobl/regimes/mx/fuel_account_item.rb +42 -0
  75. data/lib/generated/gobl/regimes/mx/fuel_account_line.rb +73 -0
  76. data/lib/generated/gobl/regimes/mx/fuel_account_tax.rb +37 -0
  77. data/lib/generated/gobl/schema/object.rb +1 -1
  78. data/lib/generated/gobl/tax/category.rb +9 -1
  79. data/lib/generated/gobl/tax/category_total.rb +1 -1
  80. data/lib/generated/gobl/tax/code_definition.rb +1 -1
  81. data/lib/generated/gobl/tax/combo.rb +1 -1
  82. data/lib/generated/gobl/tax/correction_definition.rb +48 -0
  83. data/lib/generated/gobl/tax/identity.rb +1 -1
  84. data/lib/generated/gobl/tax/key_definition.rb +3 -2
  85. data/lib/generated/gobl/tax/rate.rb +1 -1
  86. data/lib/generated/gobl/tax/rate_total.rb +1 -1
  87. data/lib/generated/gobl/tax/rate_total_surcharge.rb +1 -1
  88. data/lib/generated/gobl/tax/rate_value.rb +1 -1
  89. data/lib/generated/gobl/tax/regime.rb +20 -10
  90. data/lib/generated/gobl/tax/scenario.rb +1 -1
  91. data/lib/generated/gobl/tax/scenario_set.rb +1 -1
  92. data/lib/generated/gobl/tax/set.rb +1 -1
  93. data/lib/generated/gobl/tax/source.rb +1 -1
  94. data/lib/generated/gobl/tax/total.rb +1 -1
  95. data/lib/generated/gobl/tax/zone.rb +1 -1
  96. data/lib/generated/gobl/uuid/uuid.rb +1 -1
  97. data/lib/gobl/version.rb +1 -1
  98. metadata +13 -4
  99. data/lib/generated/gobl/tax/preceding_definitions.rb +0 -37
data/data/regimes/us.json CHANGED
@@ -6,13 +6,57 @@
6
6
  "time_zone": "America/Chicago",
7
7
  "country": "US",
8
8
  "currency": "USD",
9
+ "tags": [
10
+ {
11
+ "key": "simplified",
12
+ "name": {
13
+ "de": "Vereinfachte Rechnung",
14
+ "en": "Simplified Invoice",
15
+ "es": "Factura Simplificada",
16
+ "it": "Fattura Semplificata"
17
+ },
18
+ "desc": {
19
+ "de": "Wird für B2C-Transaktionen verwendet, wenn die Kundendaten nicht verfügbar sind. Bitte wenden Sie sich an die örtlichen Behörden, um die Grenzwerte zu ermitteln.",
20
+ "en": "Used for B2C transactions when the client details are not available, check with local authorities for limits.",
21
+ "es": "Usado para transacciones B2C cuando los detalles del cliente no están disponibles, consulte con las autoridades locales para los límites.",
22
+ "it": "Utilizzato per le transazioni B2C quando i dettagli del cliente non sono disponibili, controllare con le autorità locali per i limiti."
23
+ }
24
+ },
25
+ {
26
+ "key": "reverse-charge",
27
+ "name": {
28
+ "de": "Umkehr der Steuerschuld",
29
+ "en": "Reverse Charge",
30
+ "es": "Inversión del Sujeto Pasivo",
31
+ "it": "Inversione del soggetto passivo"
32
+ }
33
+ },
34
+ {
35
+ "key": "self-billed",
36
+ "name": {
37
+ "de": "Rechnung durch den Leistungsempfänger",
38
+ "en": "Self-billed",
39
+ "es": "Facturación por el destinatario",
40
+ "it": "Autofattura"
41
+ }
42
+ },
43
+ {
44
+ "key": "customer-rates",
45
+ "name": {
46
+ "de": "Kundensätze",
47
+ "en": "Customer rates",
48
+ "es": "Tarifas aplicables al destinatario",
49
+ "it": "Aliquote applicabili al destinatario"
50
+ }
51
+ }
52
+ ],
9
53
  "categories": [
10
54
  {
11
55
  "code": "ST",
12
56
  "name": {
13
- "en": "Sales Tax"
57
+ "en": "ST"
14
58
  },
15
- "desc": {
59
+ "title": {
16
60
  "en": "Sales Tax"
17
61
  }
18
62
  }
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -38,15 +38,15 @@ module GOBL
38
38
  # @return [String]
39
39
  property :reason, String
40
40
 
41
- # @!attribute [r] correction_method
41
+ # @!attribute [r] method
42
42
  # Correction method as defined by the tax regime.
43
43
  # @return [GOBL::CBC::Key]
44
- property :correction_method, GOBL::CBC::Key
44
+ property :method, GOBL::CBC::Key
45
45
 
46
- # @!attribute [r] corrections
47
- # Correction keys that describe the specific changes according to the tax regime.
46
+ # @!attribute [r] changes
47
+ # Changes keys that describe the specific changes according to the tax regime.
48
48
  # @return [Array<GOBL::CBC::Key>]
49
- property :corrections, [GOBL::CBC::Key]
49
+ property :changes, [GOBL::CBC::Key]
50
50
  end
51
51
  end
52
52
  end
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -18,6 +18,11 @@ module GOBL
18
18
  # @return [GOBL::Org::Party]
19
19
  property :receiver, GOBL::Org::Party
20
20
 
21
+ # @!attribute [r] identities
22
+ # Identities is used to define specific codes or IDs that may be used to identify the delivery.
23
+ # @return [Array<GOBL::Org::Identity>]
24
+ property :identities, [GOBL::Org::Identity]
25
+
21
26
  # @!attribute [r] date
22
27
  # When the goods should be expected.
23
28
  # @return [GOBL::Cal::Date]
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -18,6 +18,11 @@ module GOBL
18
18
  # @return [String]
19
19
  property :code, String
20
20
 
21
+ # @!attribute [r] identities
22
+ # Any additional Codes, IDs, SKUs, or other regional or custom identifiers that may be used to identify the order.
23
+ # @return [Array<GOBL::Org::Identity>]
24
+ property :identities, [GOBL::Org::Identity]
25
+
21
26
  # @!attribute [r] period
22
27
  # Period of time that the invoice document refers to often used in addition to the details provided in the individual line items.
23
28
  # @return [GOBL::Cal::Period]
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -44,16 +44,16 @@ module GOBL
44
44
  # @return [Array<GOBL::Head::Stamp>]
45
45
  property :stamps, [GOBL::Head::Stamp]
46
46
 
47
- # @!attribute [r] corrections
48
- # Tax regime specific keys reflecting why the preceding invoice is being replaced.
49
- # @return [Array<GOBL::CBC::Key>]
50
- property :corrections, [GOBL::CBC::Key]
51
-
52
47
  # @!attribute [r] correction_method
53
- # Tax regime specific keys reflecting the method used to correct the preceding invoice.
48
+ # Tax regime specific key reflecting the method used to correct the preceding invoice.
54
49
  # @return [GOBL::CBC::Key]
55
50
  property :correction_method, GOBL::CBC::Key
56
51
 
52
+ # @!attribute [r] changes
53
+ # Tax regime specific keys reflecting what has been changed from the previous invoice.
54
+ # @return [Array<GOBL::CBC::Key>]
55
+ property :changes, [GOBL::CBC::Key]
56
+
57
57
  # @!attribute [r] period
58
58
  # Tax period in which the previous invoice had an effect required by some tax regimes and formats.
59
59
  # @return [GOBL::Cal::Period]
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -56,6 +56,11 @@ module GOBL
56
56
  property :total_with_tax, GOBL::Num::Amount
57
57
  validates_presence_of :total_with_tax
58
58
 
59
+ # @!attribute [r] rounding
60
+ # Rounding amount to apply to the invoice in case the total and payable amounts don't quite match.
61
+ # @return [GOBL::Num::Amount]
62
+ property :rounding, GOBL::Num::Amount
63
+
59
64
  # @!attribute [r] outlays
60
65
  # Total paid in outlays that need to be reimbursed
61
66
  # @return [GOBL::Num::Amount]
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -23,6 +23,11 @@ module GOBL
23
23
  # @return [String]
24
24
  property :label, String
25
25
 
26
+ # @!attribute [r] key
27
+ # Uniquely classify this identity using a key instead of a code.
28
+ # @return [GOBL::CBC::Key]
29
+ property :key, GOBL::CBC::Key
30
+
26
31
  # @!attribute [r] type
27
32
  # The type of Code being represented and usually specific for a particular context, country, or tax regime, and cannot be used alongside the key.
28
33
  # @return [GOBL::CBC::Code]
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -62,6 +62,11 @@ module GOBL
62
62
  # Digest can be used to ensure the image contained at the URL is the same one as originally intended.
63
63
  # @return [GOBL::DSig::Digest]
64
64
  property :digest, GOBL::DSig::Digest
65
+
66
+ # @!attribute [r] meta
67
+ # Meta contains additional information about the image.
68
+ # @return [GOBL::CBC::Meta]
69
+ property :meta, GOBL::CBC::Meta
65
70
  end
66
71
  end
67
72
  end
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.55.0
6
+ ## Generated with GOBL v0.63.1
7
7
  ##
8
8
 
9
9
  module GOBL