enotas_nfe 0.0.40 → 0.0.41

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: b31cf2c7e02375db563925e8ddcc47f6c358a4cc7a8a2d68e669bf24a9b3180c
4
- data.tar.gz: 03cc20a19566791f6ff80d8e76a2c4e2674ffa12e9d3ca8c2ffab11cc811e898
3
+ metadata.gz: af800170cf06ee2e082e467b7d11d38986f561eb67c865ad3f9c4ef4a3a92b51
4
+ data.tar.gz: d4e79c85aa3583bcb8a1e7cb21d84c77fe5d3fa624811d9d3b982d440b6ef0ae
5
5
  SHA512:
6
- metadata.gz: f91a18747fbe70dfb65a7dcdd32bd7ae369cc940def451d1356e48c7a924feaf6db30578d4b9ba3aa1c20ab3065c15bb96248118243f3a4106bc70bd187bc5da
7
- data.tar.gz: f1b048836753cf9843ccd5860bfa13616a302e2fcabf37653d9992e771cc9feb974d79ce473196b724f282429a5d26be5bdc8c9aa5a4cb6f7925ec90bd58ec60
6
+ metadata.gz: 2f2c9b3275e2d0feede3ceabd3ef65b825019042d09ebe7e3767004fdb7974a6929bba6f13fbb4c401badf3e4badfec4da6c955fb276f1d954c38a076b98611f
7
+ data.tar.gz: b5fa4f8715d88f7c638fd8bca61553a607c6e9713570280cbbd4bbd5b11ffbde53d22756ef1e0b7519bb4749690cc843a10785e226fcefd1dc54ee6d0aa7cd72
@@ -0,0 +1,18 @@
1
+ module EnotasNfe
2
+ module Model
3
+ class InfoComercioExterior
4
+
5
+ include Virtus.model
6
+
7
+ attribute :modoPrestacao, Integer
8
+ attribute :vinculoPrestacao, Integer
9
+ attribute :tipoMoeda, Integer
10
+ attribute :valorServicoMoedaEstrangeira, Integer
11
+ attribute :mecanismoApoioPrestador, Integer
12
+ attribute :mecanismoApoioTomador, Integer
13
+ attribute :movimentacaoTemporariaBens, Integer
14
+ attribute :compartilharComMDIC, Integer
15
+ attribute :codigoNBSCorrespondenteaoServicoPrestado, String
16
+ end
17
+ end
18
+ end
@@ -5,11 +5,13 @@ module EnotasNfe
5
5
  include Virtus.model
6
6
  require "enotas_nfe/model/cidade_prestacao"
7
7
  require "enotas_nfe/model/percentual_tributos_federal"
8
+ require "enotas_nfe/model/info_comercio_exterior"
8
9
 
9
10
  attribute :cidadeprestacao, CidadePrestacao
10
11
  attribute :valorTotalRecebido, Float
11
12
  attribute :regimeApuracaoTributosSN, String
12
13
  attribute :valorPercentualTributosFederal, PercentualTributosFederal
14
+ attribute :InfoComercioExterior, InfoComercioExterior
13
15
  end
14
16
  end
15
17
  end
@@ -1,3 +1,3 @@
1
1
  module EnotasNfe
2
- VERSION = "0.0.40"
2
+ VERSION = "0.0.41"
3
3
  end
data/lib/enotas_nfe.rb CHANGED
@@ -48,6 +48,7 @@ require "enotas_nfe/model/metadados"
48
48
  require "enotas_nfe/model/dados_adicionais_email"
49
49
  require "enotas_nfe/model/cidade_prestacao"
50
50
  require "enotas_nfe/model/percentual_tributos_federal"
51
+ require "enotas_nfe/model/info_comercio_exterior"
51
52
  require "enotas_nfe/facades"
52
53
  require "enotas_nfe/client"
53
54
 
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.40
4
+ version: 0.0.41
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-14 00:00:00.000000000 Z
11
+ date: 2024-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -154,6 +154,7 @@ files:
154
154
  - lib/enotas_nfe/model/help_tipo_autenticacao.rb
155
155
  - lib/enotas_nfe/model/icms.rb
156
156
  - lib/enotas_nfe/model/impostos.rb
157
+ - lib/enotas_nfe/model/info_comercio_exterior.rb
157
158
  - lib/enotas_nfe/model/issqn.rb
158
159
  - lib/enotas_nfe/model/metadados.rb
159
160
  - lib/enotas_nfe/model/nfe.rb