e-invoice-api 0.19.0 → 0.20.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: be8a7c1878f82701f52054146fcfbf34395ff5266cf49fa5055fdea3aebfe6cf
4
- data.tar.gz: fd8c018479720a325c6425f6d71d15eb7af7eb71fbd469eea51d30d54a5247f7
3
+ metadata.gz: 45d41482ffea28654a326468e563609b69751bdb01b5b9dcc362f536c73e5d31
4
+ data.tar.gz: 80d59627f1b44df9572a437ff5435466e9173ea50022a6b5a11d91092ee909f4
5
5
  SHA512:
6
- metadata.gz: 69310ae46feffdcd592bed4ccd5a47783bc9088b4bd31874580277b7748a5ae32109c98d22bdb28f10f96f864cbe7ec1a8a70b0b940ac56ba8dd18dc94bc8ac7
7
- data.tar.gz: 89d537729f0024904db500cc9f7b9cc2b541f1bac2d3405bc3e0aa305db2eed59359b949d99ceebda0febdd0559d89fe10838826cb782ad0596907b473ab8c17
6
+ metadata.gz: 6c3445a9f986c47351f1574a878bace4f9c86eb7a2e946305db831aad2280d40af269cb42c4e8c2803cf1acbb551b93b1d8a68915b915d3e3bacca09a499206b
7
+ data.tar.gz: 6524d94e73b74c8f276791ba731b64fef10659cca6c1c48ab40be12cbfbfe6c8b9fdf212088323417c115e40c3ef71c4e7cb282d3d9ffcfe4b1d1c99abef8e75
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.20.0 (2026-01-22)
4
+
5
+ Full Changelog: [v0.19.0...v0.20.0](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.19.0...v0.20.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([dd13994](https://github.com/e-invoice-be/e-invoice-rb/commit/dd1399457b10747e8da4ce778945936aaa89f5e5))
10
+
3
11
  ## 0.19.0 (2026-01-21)
4
12
 
5
13
  Full Changelog: [v0.18.0...v0.19.0](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.18.0...v0.19.0)
data/README.md CHANGED
@@ -26,7 +26,7 @@ To use this gem, install via Bundler by adding the following to your application
26
26
  <!-- x-release-please-start-version -->
27
27
 
28
28
  ```ruby
29
- gem "e-invoice-api", "~> 0.19.0"
29
+ gem "e-invoice-api", "~> 0.20.0"
30
30
  ```
31
31
 
32
32
  <!-- x-release-please-end -->
@@ -199,7 +199,12 @@ module EInvoiceAPI
199
199
  )
200
200
  end
201
201
 
202
- # Send an invoice or credit note via Peppol
202
+ # Send an invoice or credit note via Peppol. By default, the sender and receiver
203
+ # Peppol IDs are derived from the company (tax) IDs in the document, regardless of
204
+ # whether the document was created from a UBL with a different endpoint ID. To
205
+ # explicitly set the sender or receiver Peppol ID, provide them via the query
206
+ # parameters (sender_peppol_scheme, sender_peppol_id, receiver_peppol_scheme,
207
+ # receiver_peppol_id).
203
208
  #
204
209
  # @overload send_(document_id, email: nil, receiver_peppol_id: nil, receiver_peppol_scheme: nil, sender_peppol_id: nil, sender_peppol_scheme: nil, request_options: {})
205
210
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EInvoiceAPI
4
- VERSION = "0.19.0"
4
+ VERSION = "0.20.0"
5
5
  end
@@ -228,7 +228,12 @@ module EInvoiceAPI
228
228
  )
229
229
  end
230
230
 
231
- # Send an invoice or credit note via Peppol
231
+ # Send an invoice or credit note via Peppol. By default, the sender and receiver
232
+ # Peppol IDs are derived from the company (tax) IDs in the document, regardless of
233
+ # whether the document was created from a UBL with a different endpoint ID. To
234
+ # explicitly set the sender or receiver Peppol ID, provide them via the query
235
+ # parameters (sender_peppol_scheme, sender_peppol_id, receiver_peppol_scheme,
236
+ # receiver_peppol_id).
232
237
  sig do
233
238
  params(
234
239
  document_id: String,
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.19.0
4
+ version: 0.20.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: 2026-01-21 00:00:00.000000000 Z
11
+ date: 2026-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi