enotas_nfe 0.0.39 → 0.0.40

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da42baad493781269727c2864c6ac39d08711b3614806aeeb5ff9208cd7752bb
4
- data.tar.gz: 83bfa17f46f37fe24ef78d182fccbb7d090e94a6bc22d6993f2209be7923f160
3
+ metadata.gz: b31cf2c7e02375db563925e8ddcc47f6c358a4cc7a8a2d68e669bf24a9b3180c
4
+ data.tar.gz: 03cc20a19566791f6ff80d8e76a2c4e2674ffa12e9d3ca8c2ffab11cc811e898
5
5
  SHA512:
6
- metadata.gz: 60a28a201bef891b8ee9021c1b56f0587f6f09354f325152aa5e2eadfe39f56a77ea3362e4e4e4ab0a7270f5857edbbfa7642d77ee7bd8de428e52122f503cf6
7
- data.tar.gz: ff46e69c50fbd12550cf120be7e7d1b72173bc5a02a8de36575ebd518b65bb627f51ab111a83279f59f685dda92e20e0a468da61453994223ad20956a1df0e34
6
+ metadata.gz: f91a18747fbe70dfb65a7dcdd32bd7ae369cc940def451d1356e48c7a924feaf6db30578d4b9ba3aa1c20ab3065c15bb96248118243f3a4106bc70bd187bc5da
7
+ data.tar.gz: f1b048836753cf9843ccd5860bfa13616a302e2fcabf37653d9992e771cc9feb974d79ce473196b724f282429a5d26be5bdc8c9aa5a4cb6f7925ec90bd58ec60
@@ -0,0 +1,10 @@
1
+ module EnotasNfe
2
+ module Model
3
+ class DadosAdicionaisEmail
4
+
5
+ include Virtus.model
6
+
7
+ attribute :outrosDestinatarios, String
8
+ end
9
+ end
10
+ end
@@ -4,6 +4,7 @@ module EnotasNfe
4
4
 
5
5
  include Virtus.model
6
6
  require "enotas_nfe/model/metadados"
7
+ require "enotas_nfe/model/dados_adicionais_email"
7
8
 
8
9
  attribute :id, String
9
10
  attribute :numero, Integer
@@ -36,7 +37,7 @@ module EnotasNfe
36
37
  attribute :transporte, Transporte
37
38
  attribute :observacoes, String
38
39
  attribute :metadados, Metadados
39
-
40
+ attribute :dadosAdicionaisEmail, DadosAdicionaisEmail
40
41
  end
41
42
  end
42
43
  end
@@ -1,3 +1,3 @@
1
1
  module EnotasNfe
2
- VERSION = "0.0.39"
2
+ VERSION = "0.0.40"
3
3
  end
data/lib/enotas_nfe.rb CHANGED
@@ -45,6 +45,7 @@ require "enotas_nfe/model/impostos"
45
45
  require "enotas_nfe/model/issqn"
46
46
  require "enotas_nfe/model/pis"
47
47
  require "enotas_nfe/model/metadados"
48
+ require "enotas_nfe/model/dados_adicionais_email"
48
49
  require "enotas_nfe/model/cidade_prestacao"
49
50
  require "enotas_nfe/model/percentual_tributos_federal"
50
51
  require "enotas_nfe/facades"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enotas_nfe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.39
4
+ version: 0.0.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis Fernando Pimenta
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-04 00:00:00.000000000 Z
11
+ date: 2023-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -144,6 +144,7 @@ files:
144
144
  - lib/enotas_nfe/model/configuracoes_nfse_producao.rb
145
145
  - lib/enotas_nfe/model/credenciadora_cartao.rb
146
146
  - lib/enotas_nfe/model/csc.rb
147
+ - lib/enotas_nfe/model/dados_adicionais_email.rb
147
148
  - lib/enotas_nfe/model/emissao_nfe_consumidor.rb
148
149
  - lib/enotas_nfe/model/empresa.rb
149
150
  - lib/enotas_nfe/model/endereco.rb