enotas_api 4.2.3 → 4.3.1
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 +4 -4
- data/.github/workflows/check.yml +4 -0
- data/CHANGELOG.md +4 -0
- data/Gemfile +5 -0
- data/Gemfile.lock +10 -1
- data/README.md +7 -3
- data/lib/enotas_api/v2/cancelar_nfc.rb +13 -0
- data/lib/enotas_api/v2/consultar_nfc.rb +13 -0
- data/lib/enotas_api/v2/emitir_nfc.rb +13 -0
- data/lib/enotas_api/v2/entities/empresa.rb +3 -1
- data/lib/enotas_api/v2/entities/empresa_emissao_nfe_consumidor.rb +13 -0
- data/lib/enotas_api/v2/entities/empresa_emissao_nfe_consumidor_configuracoes.rb +14 -0
- data/lib/enotas_api/v2/entities/empresa_emissao_nfe_consumidor_configuracoes_csc.rb +12 -0
- data/lib/enotas_api/v2/entities/nfce.rb +20 -0
- data/lib/enotas_api/v2/entities/nfce_cliente.rb +20 -0
- data/lib/enotas_api/v2/entities/nfce_cliente_endereco.rb +18 -0
- data/lib/enotas_api/v2/entities/nfce_imposto_cofins.rb +15 -0
- data/lib/enotas_api/v2/entities/nfce_imposto_icms.rb +22 -0
- data/lib/enotas_api/v2/entities/nfce_imposto_ipi.rb +15 -0
- data/lib/enotas_api/v2/entities/nfce_imposto_percentual_aproximado_tributos.rb +15 -0
- data/lib/enotas_api/v2/entities/nfce_imposto_pis.rb +15 -0
- data/lib/enotas_api/v2/entities/nfce_imposto_por_aliquota.rb +11 -0
- data/lib/enotas_api/v2/entities/nfce_imposto_por_valor.rb +11 -0
- data/lib/enotas_api/v2/entities/nfce_imposto_tributos_detalhado.rb +13 -0
- data/lib/enotas_api/v2/entities/nfce_imposto_tributos_simplificado.rb +11 -0
- data/lib/enotas_api/v2/entities/nfce_item.rb +22 -0
- data/lib/enotas_api/v2/entities/nfce_item_impostos.rb +20 -0
- data/lib/enotas_api/v2/entities/nfce_pedido.rb +13 -0
- data/lib/enotas_api/v2/entities/nfce_pedido_pagamento.rb +12 -0
- data/lib/enotas_api/v2/entities/nfce_pedido_pagamento_forma.rb +14 -0
- data/lib/enotas_api/v2/entities/nfce_pedido_pagamento_forma_credenciadora.rb +14 -0
- data/lib/enotas_api/version.rb +1 -1
- metadata +30 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: caef201b4f4939c8d0f260941972ca6d1ff23f882c36cf0ff544ebdbfc2e58b4
|
4
|
+
data.tar.gz: 14bf1bd28f18517d3deea6d46b3e262590b3a330d584fe8522dc0c4f9f8bca46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d587d340ebc56001359b43504369aa36b37a9eb8ea4bf0de8eb38a576076780b5c79ca16ccb10ce2dc744402f8647f941d9a7ba4b2bff2d281d500f9ce80d7d5
|
7
|
+
data.tar.gz: 9dcc1f0dd2c215a78f18dabd2dfc165dc722cd60a7d7502367e4d06a68d1c47fe9340a1c9f21f3858718b5e0afc323b1de43607a2543da32d2e36affd11b50ea
|
data/.github/workflows/check.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
enotas_api (4.
|
4
|
+
enotas_api (4.3.1)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
@@ -12,6 +12,7 @@ GEM
|
|
12
12
|
crack (0.4.5)
|
13
13
|
rexml
|
14
14
|
diff-lcs (1.5.0)
|
15
|
+
docile (1.4.0)
|
15
16
|
hashdiff (1.0.1)
|
16
17
|
json (2.6.3)
|
17
18
|
parallel (1.23.0)
|
@@ -56,6 +57,12 @@ GEM
|
|
56
57
|
rubocop-capybara (~> 2.17)
|
57
58
|
rubocop-factory_bot (~> 2.22)
|
58
59
|
ruby-progressbar (1.13.0)
|
60
|
+
simplecov (0.22.0)
|
61
|
+
docile (~> 1.1)
|
62
|
+
simplecov-html (~> 0.11)
|
63
|
+
simplecov_json_formatter (~> 0.1)
|
64
|
+
simplecov-html (0.12.3)
|
65
|
+
simplecov_json_formatter (0.1.4)
|
59
66
|
unicode-display_width (2.4.2)
|
60
67
|
webmock (3.18.1)
|
61
68
|
addressable (>= 2.8.0)
|
@@ -71,6 +78,8 @@ DEPENDENCIES
|
|
71
78
|
rspec (~> 3.12)
|
72
79
|
rubocop (~> 1.51)
|
73
80
|
rubocop-rspec (~> 2.22)
|
81
|
+
simplecov (~> 0.22.0)
|
82
|
+
simplecov_json_formatter (~> 0.1.2)
|
74
83
|
webmock (~> 3.18, >= 3.18.1)
|
75
84
|
|
76
85
|
BUNDLED WITH
|
data/README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
[](https://badge.fury.io/rb/enotas_api)
|
2
|
+
[](https://codeclimate.com/github/bempapp/enotas_api/maintainability)
|
3
|
+
[](https://codeclimate.com/github/bempapp/enotas_api/test_coverage)
|
4
|
+
|
1
5
|
# EnotasApi
|
2
6
|
*enotas_api* é um cliente ruby para a [API](https://docs.enotasgw.com.br/reference) do [e-notas](https://enotas.com.br/).
|
3
7
|
|
@@ -109,10 +113,10 @@ O suporte as novas APIs (V2) com suporte a NFC-e e NF-e estarão disponíveis em
|
|
109
113
|
- [x] Consultar Empresa
|
110
114
|
- [x] Listar Empresas
|
111
115
|
- Nota Fiscal eletrônica de consumidor (NFC-e)
|
112
|
-
- [
|
113
|
-
- [
|
116
|
+
- [x] Emitir Nota Fiscal
|
117
|
+
- [x] Consultar Nota Fiscal
|
118
|
+
- [x] Cancelar Nota Fiscal
|
114
119
|
- [ ] Consultar XML
|
115
|
-
- [ ] Cancelar Nota Fiscal
|
116
120
|
- [ ] Consultar XML de Envio do Cancelamento
|
117
121
|
- [ ] Consultar XML de Retorno do Cancelamento
|
118
122
|
- [ ] Inutilizar Numeração
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative '../common/request'
|
4
|
+
|
5
|
+
module EnotasApi
|
6
|
+
module V2
|
7
|
+
class CancelarNfc < EnotasApi::Request
|
8
|
+
def initialize(empresa_id, nf_id)
|
9
|
+
super(method: :DELETE, uri: "/v2/empresas/#{url_encode(empresa_id)}/nfc-e/#{url_encode(nf_id)}")
|
10
|
+
end
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative '../common/request'
|
4
|
+
|
5
|
+
module EnotasApi
|
6
|
+
module V2
|
7
|
+
class ConsultarNfc < EnotasApi::Request
|
8
|
+
def initialize(empresa_id, nf_id)
|
9
|
+
super(uri: "/v2/empresas/#{url_encode(empresa_id)}/nfc-e/#{url_encode(nf_id)}")
|
10
|
+
end
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative '../common/request'
|
4
|
+
|
5
|
+
module EnotasApi
|
6
|
+
module V2
|
7
|
+
class EmitirNfc < EnotasApi::Request
|
8
|
+
def initialize(empresa_id, nf)
|
9
|
+
super(method: :POST, uri: "/v2/empresas/#{url_encode(empresa_id)}/nfc-e", content: nf.to_json)
|
10
|
+
end
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
@@ -3,6 +3,7 @@
|
|
3
3
|
require_relative '../../common/entity'
|
4
4
|
require_relative 'empresa_endereco'
|
5
5
|
require_relative 'empresa_emissao_nfe_produto'
|
6
|
+
require_relative 'empresa_emissao_nfe_consumidor'
|
6
7
|
|
7
8
|
module EnotasApi
|
8
9
|
module V2
|
@@ -17,7 +18,8 @@ module EnotasApi
|
|
17
18
|
email: :string,
|
18
19
|
telefoneComercial: :string,
|
19
20
|
endereco: EmpresaEndereco,
|
20
|
-
emissaoNFeProduto: EmpresaEmissaoNfeProduto
|
21
|
+
emissaoNFeProduto: EmpresaEmissaoNfeProduto,
|
22
|
+
emissaoNFeConsumidor: EmpresaEmissaoNfeConsumidor
|
21
23
|
end
|
22
24
|
end
|
23
25
|
end
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative '../../common/entity'
|
4
|
+
require_relative 'empresa_emissao_nfe_consumidor_configuracoes'
|
5
|
+
|
6
|
+
module EnotasApi
|
7
|
+
module V2
|
8
|
+
class EmpresaEmissaoNfeConsumidor < EnotasApi::Entity
|
9
|
+
attributes ambienteProducao: EmpresaEmissaoNfeConsumidorConfiguracoes,
|
10
|
+
ambienteHomologacao: EmpresaEmissaoNfeConsumidorConfiguracoes
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
@@ -0,0 +1,14 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative '../../common/entity'
|
4
|
+
require_relative 'empresa_emissao_nfe_consumidor_configuracoes_csc'
|
5
|
+
|
6
|
+
module EnotasApi
|
7
|
+
module V2
|
8
|
+
class EmpresaEmissaoNfeConsumidorConfiguracoes < EnotasApi::Entity
|
9
|
+
attributes sequencialNFe: :integer,
|
10
|
+
serieNFe: :string,
|
11
|
+
csc: EmpresaEmissaoNfeConsumidorConfiguracoesCsc
|
12
|
+
end
|
13
|
+
end
|
14
|
+
end
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative '../../common/entity'
|
4
|
+
require_relative 'nfce_cliente'
|
5
|
+
require_relative 'nfce_pedido'
|
6
|
+
|
7
|
+
module EnotasApi
|
8
|
+
module V2
|
9
|
+
class Nfce < EnotasApi::Entity
|
10
|
+
attributes id: :string,
|
11
|
+
ambienteEmissao: :string,
|
12
|
+
naturezaOperacao: :string,
|
13
|
+
enviarPorEmail: :boolean,
|
14
|
+
pedido: NfcePedido,
|
15
|
+
cliente: NfceCliente,
|
16
|
+
itens: :array,
|
17
|
+
informacoesAdicionais: :string
|
18
|
+
end
|
19
|
+
end
|
20
|
+
end
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative '../../common/entity'
|
4
|
+
require_relative 'nfce_cliente_endereco'
|
5
|
+
|
6
|
+
module EnotasApi
|
7
|
+
module V2
|
8
|
+
class NfceCliente < EnotasApi::Entity
|
9
|
+
attributes endereco: NfceClienteEndereco,
|
10
|
+
tipoPessoa: :string,
|
11
|
+
nome: :string,
|
12
|
+
email: :string,
|
13
|
+
cpfCnpj: :string,
|
14
|
+
inscricaoMunicipal: :string,
|
15
|
+
inscricaoEstadual: :string,
|
16
|
+
indicadorContribuinteICMS: :string,
|
17
|
+
telefone: :string
|
18
|
+
end
|
19
|
+
end
|
20
|
+
end
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative '../../common/entity'
|
4
|
+
|
5
|
+
module EnotasApi
|
6
|
+
module V2
|
7
|
+
class NfceClienteEndereco < EnotasApi::Entity
|
8
|
+
attributes pais: :string,
|
9
|
+
uf: :string,
|
10
|
+
cidade: :string,
|
11
|
+
logradouro: :string,
|
12
|
+
numero: :string,
|
13
|
+
complemento: :string,
|
14
|
+
bairro: :string,
|
15
|
+
cep: :string
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative '../../common/entity'
|
4
|
+
require_relative 'nfce_imposto_por_aliquota'
|
5
|
+
require_relative 'nfce_imposto_por_valor'
|
6
|
+
|
7
|
+
module EnotasApi
|
8
|
+
module V2
|
9
|
+
class NfceImpostoCofins < EnotasApi::Entity
|
10
|
+
attributes situacaoTributaria: :string,
|
11
|
+
porAliquota: NfceImpostoPorAliquota,
|
12
|
+
porValor: NfceImpostoPorValor
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative '../../common/entity'
|
4
|
+
require_relative 'nfce_imposto_ipi'
|
5
|
+
|
6
|
+
module EnotasApi
|
7
|
+
module V2
|
8
|
+
class NfceImpostoIcms < EnotasApi::Entity
|
9
|
+
attributes situacaoTributaria: :string,
|
10
|
+
origem: :integer,
|
11
|
+
aliquota: :decimal,
|
12
|
+
baseCalculo: :decimal,
|
13
|
+
modalidadeBaseCalculo: :integer,
|
14
|
+
percentualReducaoBaseCalculo: :decimal,
|
15
|
+
baseCalculoST: :decimal,
|
16
|
+
aliquotaST: :decimal,
|
17
|
+
modalidadeBaseCalculoST: :decimal,
|
18
|
+
percentualReducaoBaseCalculoST: :decimal,
|
19
|
+
percentualMargemValorAdicionadoST: :decimal
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative '../../common/entity'
|
4
|
+
require_relative 'nfce_imposto_por_aliquota'
|
5
|
+
require_relative 'nfce_imposto_por_valor'
|
6
|
+
|
7
|
+
module EnotasApi
|
8
|
+
module V2
|
9
|
+
class NfceImpostoIpi < EnotasApi::Entity
|
10
|
+
attributes situacaoTributaria: :string,
|
11
|
+
porAliquota: NfceImpostoPorAliquota,
|
12
|
+
porValor: NfceImpostoPorValor
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative '../../common/entity'
|
4
|
+
require_relative 'nfce_imposto_tributos_simplificado'
|
5
|
+
require_relative 'nfce_imposto_tributos_detalhado'
|
6
|
+
|
7
|
+
module EnotasApi
|
8
|
+
module V2
|
9
|
+
class NfceImpostoPercentualAproximadoTributos < EnotasApi::Entity
|
10
|
+
attributes simplificado: NfceImpostoTributosSimplificado,
|
11
|
+
detalhado: NfceImpostoTributosDetalhado,
|
12
|
+
fonte: :string
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative '../../common/entity'
|
4
|
+
require_relative 'nfce_imposto_por_aliquota'
|
5
|
+
require_relative 'nfce_imposto_por_valor'
|
6
|
+
|
7
|
+
module EnotasApi
|
8
|
+
module V2
|
9
|
+
class NfceImpostoPis < EnotasApi::Entity
|
10
|
+
attributes situacaoTributaria: :string,
|
11
|
+
porAliquota: NfceImpostoPorAliquota,
|
12
|
+
porValor: NfceImpostoPorValor
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative '../../common/entity'
|
4
|
+
|
5
|
+
module EnotasApi
|
6
|
+
module V2
|
7
|
+
class NfceImpostoTributosDetalhado < EnotasApi::Entity
|
8
|
+
attributes percentualFederal: :decimal,
|
9
|
+
percentualEstadual: :decimal,
|
10
|
+
percentualMunicipal: :decimal
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative '../../common/entity'
|
4
|
+
require_relative 'nfce_item_impostos'
|
5
|
+
|
6
|
+
module EnotasApi
|
7
|
+
module V2
|
8
|
+
class NfceItem < EnotasApi::Entity
|
9
|
+
attributes cfop: :string,
|
10
|
+
codigo: :string,
|
11
|
+
descricao: :string,
|
12
|
+
sku: :string,
|
13
|
+
ncm: :string,
|
14
|
+
cest: :string,
|
15
|
+
quantidade: :integer,
|
16
|
+
unidadeMedida: :string,
|
17
|
+
valorUnitario: :decimal,
|
18
|
+
impostos: NfceItemImpostos,
|
19
|
+
informacoesAdicionais: :string
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative '../../common/entity'
|
4
|
+
require_relative 'nfce_imposto_percentual_aproximado_tributos'
|
5
|
+
require_relative 'nfce_imposto_icms'
|
6
|
+
require_relative 'nfce_imposto_pis'
|
7
|
+
require_relative 'nfce_imposto_cofins'
|
8
|
+
require_relative 'nfce_imposto_ipi'
|
9
|
+
|
10
|
+
module EnotasApi
|
11
|
+
module V2
|
12
|
+
class NfceItemImpostos < EnotasApi::Entity
|
13
|
+
attributes percentualAproximadoTributos: NfceImpostoPercentualAproximadoTributos,
|
14
|
+
icms: NfceImpostoIcms,
|
15
|
+
pis: NfceImpostoPis,
|
16
|
+
cofins: NfceImpostoCofins,
|
17
|
+
ipi: NfceImpostoIpi
|
18
|
+
end
|
19
|
+
end
|
20
|
+
end
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative '../../common/entity'
|
4
|
+
require_relative 'nfce_pedido_pagamento'
|
5
|
+
|
6
|
+
module EnotasApi
|
7
|
+
module V2
|
8
|
+
class NfcePedido < EnotasApi::Entity
|
9
|
+
attributes presencaConsumidor: :string,
|
10
|
+
pagamento: NfcePedidoPagamento
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
@@ -0,0 +1,14 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative '../../common/entity'
|
4
|
+
require_relative 'nfce_pedido_pagamento_forma_credenciadora'
|
5
|
+
|
6
|
+
module EnotasApi
|
7
|
+
module V2
|
8
|
+
class NfcePedidoPagamentoForma < EnotasApi::Entity
|
9
|
+
attributes tipo: :string,
|
10
|
+
valor: :decimal,
|
11
|
+
credenciadoraCartao: NfcePedidoPagamentoFormaCredenciadora
|
12
|
+
end
|
13
|
+
end
|
14
|
+
end
|
@@ -0,0 +1,14 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative '../../common/entity'
|
4
|
+
|
5
|
+
module EnotasApi
|
6
|
+
module V2
|
7
|
+
class NfcePedidoPagamentoFormaCredenciadora < EnotasApi::Entity
|
8
|
+
attributes tipoIntegracaoPagamento: :string,
|
9
|
+
cnpjCredenciadoraCartao: :string,
|
10
|
+
bandeira: :string,
|
11
|
+
autorizacao: :string
|
12
|
+
end
|
13
|
+
end
|
14
|
+
end
|
data/lib/enotas_api/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: enotas_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eduardo Bohrer
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Non oficial, well supported, e-notas ruby api client
|
14
14
|
email:
|
@@ -76,13 +76,37 @@ files:
|
|
76
76
|
- lib/enotas_api/v1/vincular_certificado.rb
|
77
77
|
- lib/enotas_api/v1/vincular_logotipo.rb
|
78
78
|
- lib/enotas_api/v2/cancelar_nf.rb
|
79
|
+
- lib/enotas_api/v2/cancelar_nfc.rb
|
79
80
|
- lib/enotas_api/v2/consultar_empresa.rb
|
80
81
|
- lib/enotas_api/v2/consultar_nf.rb
|
82
|
+
- lib/enotas_api/v2/consultar_nfc.rb
|
81
83
|
- lib/enotas_api/v2/emitir_nf.rb
|
84
|
+
- lib/enotas_api/v2/emitir_nfc.rb
|
82
85
|
- lib/enotas_api/v2/entities/empresa.rb
|
83
86
|
- lib/enotas_api/v2/entities/empresa_configuracoes.rb
|
87
|
+
- lib/enotas_api/v2/entities/empresa_emissao_nfe_consumidor.rb
|
88
|
+
- lib/enotas_api/v2/entities/empresa_emissao_nfe_consumidor_configuracoes.rb
|
89
|
+
- lib/enotas_api/v2/entities/empresa_emissao_nfe_consumidor_configuracoes_csc.rb
|
84
90
|
- lib/enotas_api/v2/entities/empresa_emissao_nfe_produto.rb
|
85
91
|
- lib/enotas_api/v2/entities/empresa_endereco.rb
|
92
|
+
- lib/enotas_api/v2/entities/nfce.rb
|
93
|
+
- lib/enotas_api/v2/entities/nfce_cliente.rb
|
94
|
+
- lib/enotas_api/v2/entities/nfce_cliente_endereco.rb
|
95
|
+
- lib/enotas_api/v2/entities/nfce_imposto_cofins.rb
|
96
|
+
- lib/enotas_api/v2/entities/nfce_imposto_icms.rb
|
97
|
+
- lib/enotas_api/v2/entities/nfce_imposto_ipi.rb
|
98
|
+
- lib/enotas_api/v2/entities/nfce_imposto_percentual_aproximado_tributos.rb
|
99
|
+
- lib/enotas_api/v2/entities/nfce_imposto_pis.rb
|
100
|
+
- lib/enotas_api/v2/entities/nfce_imposto_por_aliquota.rb
|
101
|
+
- lib/enotas_api/v2/entities/nfce_imposto_por_valor.rb
|
102
|
+
- lib/enotas_api/v2/entities/nfce_imposto_tributos_detalhado.rb
|
103
|
+
- lib/enotas_api/v2/entities/nfce_imposto_tributos_simplificado.rb
|
104
|
+
- lib/enotas_api/v2/entities/nfce_item.rb
|
105
|
+
- lib/enotas_api/v2/entities/nfce_item_impostos.rb
|
106
|
+
- lib/enotas_api/v2/entities/nfce_pedido.rb
|
107
|
+
- lib/enotas_api/v2/entities/nfce_pedido_pagamento.rb
|
108
|
+
- lib/enotas_api/v2/entities/nfce_pedido_pagamento_forma.rb
|
109
|
+
- lib/enotas_api/v2/entities/nfce_pedido_pagamento_forma_credenciadora.rb
|
86
110
|
- lib/enotas_api/v2/entities/nfe.rb
|
87
111
|
- lib/enotas_api/v2/entities/nfe_cliente.rb
|
88
112
|
- lib/enotas_api/v2/entities/nfe_cliente_endereco.rb
|
@@ -112,7 +136,7 @@ metadata:
|
|
112
136
|
source_code_uri: https://github.com/bempapp/enotas_api
|
113
137
|
changelog_uri: https://github.com/bempapp/enotas_api/blob/main/CHANGELOG.md
|
114
138
|
rubygems_mfa_required: 'true'
|
115
|
-
post_install_message:
|
139
|
+
post_install_message:
|
116
140
|
rdoc_options: []
|
117
141
|
require_paths:
|
118
142
|
- lib
|
@@ -127,8 +151,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
127
151
|
- !ruby/object:Gem::Version
|
128
152
|
version: '0'
|
129
153
|
requirements: []
|
130
|
-
rubygems_version: 3.
|
131
|
-
signing_key:
|
154
|
+
rubygems_version: 3.3.26
|
155
|
+
signing_key:
|
132
156
|
specification_version: 4
|
133
157
|
summary: E-notas API client
|
134
158
|
test_files: []
|