e-invoice-api 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f1662511e2c72c61d378f24d8a9070d1afcfddd24d66a9390cdb9c7455336ab
4
- data.tar.gz: 87fb923838021213706bbd2d493d8abe7f71e27f3f053b3cda23d397d81518b8
3
+ metadata.gz: 6b98659cfc680a54e399dabf5d270b0eceb268c481e925eed0c31122f03a0b93
4
+ data.tar.gz: ead3e8f5eff3a2bb7a263a3c3b2e18ac3ffa7f49d8a75c47dc606cb3437f581f
5
5
  SHA512:
6
- metadata.gz: 1d601e5b569985d5f5d1ce3613765f240e9bf30a872ed9b3840c520d7291e1666dc9b94a64b50ae1e4dc61d8cc70f575ccee08cde5304e7641a728e4480193ef
7
- data.tar.gz: 609338c3438489a7cb3edde8afb93828bb2052a23bf2615d6143770307a451a6916d6e19c6c72866e5c21c9b784e197cc4f66fbedfeeec928d2c55023ce700b1
6
+ metadata.gz: 62a82039814787cb3429cb05de5bb5440836408701d29e5eb021d1547b260c0121dfe9730ba2a6ae104fbfacea34a24728f49a2ce5af892a833eb71bd5bb83ea
7
+ data.tar.gz: a7a4c0ede7dd53bb7a92f032348eb7e2ca90307f77550fadebf62ed8d5c91566a98345b38d59ad1f21a2c97d3db3c90dbf04eba13294c1a4f1ef6bc0a4f6aff8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.9.0 (2025-10-09)
4
+
5
+ Full Changelog: [v0.8.0...v0.9.0](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.8.0...v0.9.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([f2d31c0](https://github.com/e-invoice-be/e-invoice-rb/commit/f2d31c08eebbcaf486f81c3d8071a2c3434bd626))
10
+
11
+
12
+ ### Chores
13
+
14
+ * ignore linter error for tests having large collections ([1e4007f](https://github.com/e-invoice-be/e-invoice-rb/commit/1e4007f6f86a1a15bba07468fc920bccd4566f8b))
15
+
3
16
  ## 0.8.0 (2025-10-08)
4
17
 
5
18
  Full Changelog: [v0.7.0...v0.8.0](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.7.0...v0.8.0)
data/README.md CHANGED
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
17
17
  <!-- x-release-please-start-version -->
18
18
 
19
19
  ```ruby
20
- gem "e-invoice-api", "~> 0.8.0"
20
+ gem "e-invoice-api", "~> 0.9.0"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -391,7 +391,6 @@ module EInvoiceAPI
391
391
  C59 = :C59
392
392
  C60 = :C60
393
393
  C61 = :C61
394
- C62 = :C62
395
394
  C63 = :C63
396
395
  C64 = :C64
397
396
  C65 = :C65
@@ -1036,6 +1035,7 @@ module EInvoiceAPI
1036
1035
  XZZ = :XZZ
1037
1036
  ZZ = :ZZ
1038
1037
  NAR = :NAR
1038
+ C62 = :C62
1039
1039
  LTR = :LTR
1040
1040
 
1041
1041
  # @!method self.values
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EInvoiceAPI
4
- VERSION = "0.8.0"
4
+ VERSION = "0.9.0"
5
5
  end
@@ -469,7 +469,6 @@ module EInvoiceAPI
469
469
  C59 = T.let(:C59, EInvoiceAPI::UnitOfMeasureCode::TaggedSymbol)
470
470
  C60 = T.let(:C60, EInvoiceAPI::UnitOfMeasureCode::TaggedSymbol)
471
471
  C61 = T.let(:C61, EInvoiceAPI::UnitOfMeasureCode::TaggedSymbol)
472
- C62 = T.let(:C62, EInvoiceAPI::UnitOfMeasureCode::TaggedSymbol)
473
472
  C63 = T.let(:C63, EInvoiceAPI::UnitOfMeasureCode::TaggedSymbol)
474
473
  C64 = T.let(:C64, EInvoiceAPI::UnitOfMeasureCode::TaggedSymbol)
475
474
  C65 = T.let(:C65, EInvoiceAPI::UnitOfMeasureCode::TaggedSymbol)
@@ -1114,6 +1113,7 @@ module EInvoiceAPI
1114
1113
  XZZ = T.let(:XZZ, EInvoiceAPI::UnitOfMeasureCode::TaggedSymbol)
1115
1114
  ZZ = T.let(:ZZ, EInvoiceAPI::UnitOfMeasureCode::TaggedSymbol)
1116
1115
  NAR = T.let(:NAR, EInvoiceAPI::UnitOfMeasureCode::TaggedSymbol)
1116
+ C62 = T.let(:C62, EInvoiceAPI::UnitOfMeasureCode::TaggedSymbol)
1117
1117
  LTR = T.let(:LTR, EInvoiceAPI::UnitOfMeasureCode::TaggedSymbol)
1118
1118
 
1119
1119
  sig do
@@ -386,7 +386,6 @@ module EInvoiceAPI
386
386
  | :C59
387
387
  | :C60
388
388
  | :C61
389
- | :C62
390
389
  | :C63
391
390
  | :C64
392
391
  | :C65
@@ -1031,6 +1030,7 @@ module EInvoiceAPI
1031
1030
  | :XZZ
1032
1031
  | :ZZ
1033
1032
  | :NAR
1033
+ | :C62
1034
1034
  | :LTR
1035
1035
 
1036
1036
  module UnitOfMeasureCode
@@ -1421,7 +1421,6 @@ module EInvoiceAPI
1421
1421
  C59: :C59
1422
1422
  C60: :C60
1423
1423
  C61: :C61
1424
- C62: :C62
1425
1424
  C63: :C63
1426
1425
  C64: :C64
1427
1426
  C65: :C65
@@ -2066,6 +2065,7 @@ module EInvoiceAPI
2066
2065
  XZZ: :XZZ
2067
2066
  ZZ: :ZZ
2068
2067
  NAR: :NAR
2068
+ C62: :C62
2069
2069
  LTR: :LTR
2070
2070
 
2071
2071
  def self?.values: -> ::Array[EInvoiceAPI::Models::unit_of_measure_code]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: e-invoice-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - e-invoice
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-10-08 00:00:00.000000000 Z
11
+ date: 2025-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool