node-sped-nfe 1.2.51 → 1.2.52

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.
package/README.md CHANGED
@@ -71,16 +71,17 @@ Toda a documentação completa com guias, exemplos, status SEFAZ e muito mais es
71
71
  | Manifestação de Destinatário - Desconhecimento da Operação (210220) | ✅ |
72
72
  | Manifestação de Destinatário - Operação Não Realizada (210240) | ✅ |
73
73
 
74
- ## 👥 Contribuidores
75
-
76
- <a href="https://github.com/kalmonv/node-sped-nfe/graphs/contributors">
77
- <img src="https://contrib.rocks/image?repo=kalmonv/node-sped-nfe" />
78
- </a>
79
-
80
- ## 📄 XML para DANFE (PDF)
81
- Esta biblioteca permite a conversão de arquivos XML em documentos PDF, com suporte para execução tanto no backend quanto no frontend.
82
- <div align="center">
83
- <a href="https://www.npmjs.com/package/node-sped-pdf">
84
- 🧾 <strong>node-sped-pdf</strong>
85
- </a>
86
- </div>
74
+ ## 📄 XML para DANFE (PDF)
75
+ Esta biblioteca permite a conversão de arquivos XML em documentos PDF, com suporte para execução tanto no backend quanto no frontend.
76
+ <div align="center">
77
+ <a href="https://www.npmjs.com/package/node-sped-pdf">
78
+ 🧾 <strong>node-sped-pdf</strong>
79
+ </a>
80
+ </div>
81
+
82
+ ---
83
+
84
+ ## ❤️ Apoie o Projeto
85
+ Se esta biblioteca te ajuda no dia a dia e voce quiser apoiar a continuidade do projeto, voce pode contribuir via PIX:
86
+
87
+ `47506306000188`
@@ -86,6 +86,7 @@ const extras = {
86
86
  }
87
87
  }
88
88
  };
89
+ // eventosCont = Eventos de contingencia
89
90
  const eventosCont = (UF) => {
90
91
  switch (UF) {
91
92
  case 'AC':
@@ -123,6 +124,27 @@ const eventosCont = (UF) => {
123
124
  };
124
125
  const eventos = (UF) => {
125
126
  switch (UF) {
127
+ case 'AN':
128
+ return {
129
+ "homologacao": {
130
+ "NFeStatusServico": "https://hom.sefazvirtual.fazenda.gov.br/NFeStatusServico4/NFeStatusServico4.asmx",
131
+ "NFeAutorizacao": "https://hom.sefazvirtual.fazenda.gov.br/NFeAutorizacao4/NFeAutorizacao4.asmx",
132
+ "NFeConsultaProtocolo": "https://hom.sefazvirtual.fazenda.gov.br/NFeConsultaProtocolo4/NFeConsultaProtocolo4.asmx",
133
+ "NFeInutilizacao": "https://hom.sefazvirtual.fazenda.gov.br/NFeInutilizacao4/NFeInutilizacao4.asmx",
134
+ "NFeRetAutorizacao": "https://hom.sefazvirtual.fazenda.gov.br/NFeRetAutorizacao4/NFeRetAutorizacao4.asmx",
135
+ "NFeRecepcaoEvento": "https://hom.sefazvirtual.fazenda.gov.br/NFeRecepcaoEvento4/NFeRecepcaoEvento4.asmx",
136
+ "NFeConsultaCadastro": ""
137
+ },
138
+ "producao": {
139
+ "NFeStatusServico": "https://www.sefazvirtual.fazenda.gov.br/NFeStatusServico4/NFeStatusServico4.asmx",
140
+ "NFeAutorizacao": "https://www.sefazvirtual.fazenda.gov.br/NFeAutorizacao4/NFeAutorizacao4.asmx",
141
+ "NFeConsultaProtocolo": "https://www.sefazvirtual.fazenda.gov.br/NFeConsultaProtocolo4/NFeConsultaProtocolo4.asmx",
142
+ "NFeInutilizacao": "https://www.sefazvirtual.fazenda.gov.br/NFeInutilizacao4/NFeInutilizacao4.asmx",
143
+ "NFeRetAutorizacao": "https://www.sefazvirtual.fazenda.gov.br/NFeRetAutorizacao4/NFeRetAutorizacao4.asmx",
144
+ "NFeRecepcaoEvento": "https://www.sefazvirtual.fazenda.gov.br/NFeRecepcaoEvento4/NFeRecepcaoEvento4.asmx",
145
+ "NFeConsultaCadastro": ""
146
+ }
147
+ };
126
148
  case 'AM':
127
149
  return {
128
150
  "homologacao": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-sped-nfe",
3
- "version": "1.2.51",
3
+ "version": "1.2.52",
4
4
  "author": "Kalmon V. Tavares",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",