nfewizard-io 0.2.9 → 0.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.
- package/README.md +12 -7
- package/dist/cjs/adapters/MailAdapter.d.ts +10 -0
- package/dist/cjs/adapters/NFeWizard.d.ts +66 -0
- package/dist/cjs/adapters/SchemaLoader.d.ts +4 -0
- package/dist/cjs/adapters/XmlBuilder.d.ts +31 -0
- package/dist/cjs/core/interfaces/GerarConsultaImpl.d.ts +9 -0
- package/dist/cjs/core/interfaces/HttpClient.d.ts +9 -0
- package/dist/cjs/core/interfaces/NFCEAutorizacaoServiceImpl.d.ts +11 -0
- package/dist/cjs/core/interfaces/NFCERetornoAutorizacaoServiceImpl.d.ts +13 -0
- package/dist/cjs/core/interfaces/NFEAutorizacaoServiceImpl.d.ts +11 -0
- package/dist/cjs/core/interfaces/NFEDistribuicaoDFeServiceImpl.d.ts +9 -0
- package/dist/cjs/core/interfaces/NFEInutilizacaoServiceImpl.d.ts +3 -0
- package/dist/cjs/core/interfaces/NFERecepcaoEventoServiceImpl.d.ts +9 -0
- package/dist/cjs/core/interfaces/NFERetornoAutorizacaoServiceImpl.d.ts +13 -0
- package/dist/cjs/core/interfaces/NFEStatusServicoServiceImpl.d.ts +3 -0
- package/dist/cjs/core/interfaces/NFEconsultaProtocoloServiceImpl.d.ts +3 -0
- package/dist/cjs/core/interfaces/NFeWizardImpl.d.ts +38 -0
- package/dist/cjs/core/interfaces/NFeWizardServiceImpl.d.ts +38 -0
- package/dist/cjs/core/interfaces/SaveFilesImpl.d.ts +5 -0
- package/dist/cjs/core/interfaces/index.d.ts +14 -0
- package/dist/cjs/core/types/EmailConfig.d.ts +65 -0
- package/dist/cjs/core/types/LoadCertificate.d.ts +11 -0
- package/dist/cjs/core/types/NFEAutorizacao.d.ts +4425 -0
- package/dist/cjs/core/types/NFEDanfeGenerator.d.ts +28 -0
- package/dist/cjs/core/types/NFEDistribuicaoDFe.d.ts +70 -0
- package/dist/cjs/core/types/NFEInutilizacao.d.ts +10 -0
- package/dist/cjs/core/types/NFERecepcaoEvento.d.ts +575 -0
- package/dist/cjs/core/types/NFeWizard.d.ts +172 -0
- package/dist/cjs/core/types/Utils.d.ts +29 -0
- package/dist/cjs/core/types/index.d.ts +9 -0
- package/dist/cjs/core/utils/NFEImposto.d.ts +4 -0
- package/dist/cjs/core/utils/Utility.d.ts +68 -0
- package/dist/cjs/core/utils/ValidaCPFCNPJ.d.ts +31 -0
- package/dist/cjs/core/utils/XmlParser.d.ts +18 -0
- package/dist/cjs/core/utils/getCodIBGE.d.ts +1 -0
- package/dist/cjs/core/utils/getDesTipoPag.d.ts +1 -0
- package/dist/cjs/core/utils/utils.d.ts +1 -0
- package/dist/cjs/index.cjs +9 -0
- package/dist/cjs/index.d.ts +4 -0
- package/dist/cjs/modules/dfe/base/BaseNFe.d.ts +27 -0
- package/dist/cjs/modules/dfe/base/GerarConsulta.d.ts +17 -0
- package/dist/cjs/modules/dfe/base/SaveFiles.d.ts +12 -0
- package/dist/cjs/modules/dfe/danfe/NFCEGerarDanfe/NFCEGerarDanfe.d.ts +46 -0
- package/dist/cjs/modules/dfe/danfe/NFEGerarDanfe/NFEGerarDanfe.d.ts +40 -0
- package/dist/cjs/modules/dfe/nfce/operations/NFCEAutorizacao/NFCEAutorizacao.d.ts +7 -0
- package/dist/cjs/modules/dfe/nfce/operations/NFCERetornoAutorizacao/NFCERetornoAutorizacao.d.ts +17 -0
- package/dist/cjs/modules/dfe/nfce/services/NFCEAutorizacao/NFCEAutorizacaoService.d.ts +33 -0
- package/dist/cjs/modules/dfe/nfce/services/NFCEAutorizacao/util/NFCEQRCode.d.ts +3 -0
- package/dist/cjs/modules/dfe/nfce/services/NFCERetornoAutorizacao/NFCERetornoAutorizacaoService.d.ts +55 -0
- package/dist/cjs/modules/dfe/nfe/operations/NFEAutorizacao/NFEAutorizacao.d.ts +7 -0
- package/dist/cjs/modules/dfe/nfe/operations/NFEConsultaProtocolo/NFEconsultaProtocolo.d.ts +7 -0
- package/dist/cjs/modules/dfe/nfe/operations/NFEDistribuicaoDFe/NFEDistribuicaoDFe.d.ts +7 -0
- package/dist/cjs/modules/dfe/nfe/operations/NFEDistribuicaoDFe/NFEDistribuicaoDFePorChave.d.ts +7 -0
- package/dist/cjs/modules/dfe/nfe/operations/NFEDistribuicaoDFe/NFEDistribuicaoDFePorNSU.d.ts +7 -0
- package/dist/cjs/modules/dfe/nfe/operations/NFEDistribuicaoDFe/NFEDistribuicaoDFePorUltNSU.d.ts +7 -0
- package/dist/cjs/modules/dfe/nfe/operations/NFEDistribuicaoDFe/util/DistribuicaoHandler.d.ts +22 -0
- package/dist/cjs/modules/dfe/nfe/operations/NFEInutilizacao/NFEInutilizacao.d.ts +7 -0
- package/dist/cjs/modules/dfe/nfe/operations/NFERecepcaoEvento/NFECancelamento.d.ts +7 -0
- package/dist/cjs/modules/dfe/nfe/operations/NFERecepcaoEvento/NFECartaDeCorrecao.d.ts +7 -0
- package/dist/cjs/modules/dfe/nfe/operations/NFERecepcaoEvento/NFECienciaDaOperacao.d.ts +7 -0
- package/dist/cjs/modules/dfe/nfe/operations/NFERecepcaoEvento/NFEConfirmacaoDaOperacao.d.ts +7 -0
- package/dist/cjs/modules/dfe/nfe/operations/NFERecepcaoEvento/NFEDesconhecimentoDaOperacao.d.ts +7 -0
- package/dist/cjs/modules/dfe/nfe/operations/NFERecepcaoEvento/NFEEpec.d.ts +7 -0
- package/dist/cjs/modules/dfe/nfe/operations/NFERecepcaoEvento/NFEOperacaoNaoRealizada.d.ts +7 -0
- package/dist/cjs/modules/dfe/nfe/operations/NFERecepcaoEvento/NFERecepcaoEvento.d.ts +7 -0
- package/dist/cjs/modules/dfe/nfe/operations/NFERetornoAutorizacao/NFERetornoAutorizacao.d.ts +17 -0
- package/dist/cjs/modules/dfe/nfe/operations/NFEStatusServico/NFEStatusServico.d.ts +7 -0
- package/dist/cjs/modules/dfe/nfe/services/NFEAutorizacao/NFEAutorizacaoService.d.ts +32 -0
- package/dist/cjs/modules/dfe/nfe/services/NFEConsultaProtocolo/NFEconsultaProtocoloService.d.ts +11 -0
- package/dist/cjs/modules/dfe/nfe/services/NFEDistribuicaoDFe/NFEDistribuicaoDFePorChave.d.ts +10 -0
- package/dist/cjs/modules/dfe/nfe/services/NFEDistribuicaoDFe/NFEDistribuicaoDFePorNSU.d.ts +10 -0
- package/dist/cjs/modules/dfe/nfe/services/NFEDistribuicaoDFe/NFEDistribuicaoDFePorUltNSU.d.ts +10 -0
- package/dist/cjs/modules/dfe/nfe/services/NFEDistribuicaoDFe/NFEDistribuicaoDFeService.d.ts +18 -0
- package/dist/cjs/modules/dfe/nfe/services/NFEDistribuicaoDFe/util/DistribuicaoHandler.d.ts +22 -0
- package/dist/cjs/modules/dfe/nfe/services/NFEInutilizacao/NFEInutilizacaoService.d.ts +20 -0
- package/dist/cjs/modules/dfe/nfe/services/NFERecepcaoEvento/NFECancelamentoService.d.ts +10 -0
- package/dist/cjs/modules/dfe/nfe/services/NFERecepcaoEvento/NFECartaDeCorrecaoService.d.ts +10 -0
- package/dist/cjs/modules/dfe/nfe/services/NFERecepcaoEvento/NFECienciaDaOperacaoService.d.ts +10 -0
- package/dist/cjs/modules/dfe/nfe/services/NFERecepcaoEvento/NFEConfirmacaoDaOperacaoService.d.ts +10 -0
- package/dist/cjs/modules/dfe/nfe/services/NFERecepcaoEvento/NFEDesconhecimentoDaOperacaoService.d.ts +10 -0
- package/dist/cjs/modules/dfe/nfe/services/NFERecepcaoEvento/NFEEpecService.d.ts +10 -0
- package/dist/cjs/modules/dfe/nfe/services/NFERecepcaoEvento/NFEOperacaoNaoRealizadaService.d.ts +10 -0
- package/dist/cjs/modules/dfe/nfe/services/NFERecepcaoEvento/NFERecepcaoEventoService.d.ts +40 -0
- package/dist/cjs/modules/dfe/nfe/services/NFERetornoAutorizacao/NFERetornoAutorizacaoService.d.ts +51 -0
- package/dist/cjs/modules/dfe/nfe/services/NFEStatusServico/NFEStatusServicoService.d.ts +11 -0
- package/dist/cjs/modules/dfe/nfe/services/NFeWizard/NFeWizardService.d.ts +71 -0
- package/dist/cjs/modules/environment/AxiosHttpClient.d.ts +6 -0
- package/dist/cjs/modules/environment/Environment.d.ts +20 -0
- package/dist/cjs/modules/environment/HttpClientBuilder.d.ts +11 -0
- package/dist/cjs/modules/environment/LoadCertificate.d.ts +11 -0
- package/dist/cjs/modules/environment/ValidateEnvironment.d.ts +9 -0
- package/dist/cjs/testes.d.ts +1 -0
- package/dist/esm/adapters/MailAdapter.d.ts +10 -0
- package/dist/esm/adapters/NFeWizard.d.ts +66 -0
- package/dist/esm/adapters/SchemaLoader.d.ts +4 -0
- package/dist/esm/adapters/XmlBuilder.d.ts +31 -0
- package/dist/esm/core/interfaces/GerarConsultaImpl.d.ts +9 -0
- package/dist/esm/core/interfaces/HttpClient.d.ts +9 -0
- package/dist/esm/core/interfaces/NFCEAutorizacaoServiceImpl.d.ts +11 -0
- package/dist/esm/core/interfaces/NFCERetornoAutorizacaoServiceImpl.d.ts +13 -0
- package/dist/esm/core/interfaces/NFEAutorizacaoServiceImpl.d.ts +11 -0
- package/dist/esm/core/interfaces/NFEDistribuicaoDFeServiceImpl.d.ts +9 -0
- package/dist/esm/core/interfaces/NFEInutilizacaoServiceImpl.d.ts +3 -0
- package/dist/esm/core/interfaces/NFERecepcaoEventoServiceImpl.d.ts +9 -0
- package/dist/esm/core/interfaces/NFERetornoAutorizacaoServiceImpl.d.ts +13 -0
- package/dist/esm/core/interfaces/NFEStatusServicoServiceImpl.d.ts +3 -0
- package/dist/esm/core/interfaces/NFEconsultaProtocoloServiceImpl.d.ts +3 -0
- package/dist/esm/core/interfaces/NFeWizardImpl.d.ts +38 -0
- package/dist/esm/core/interfaces/NFeWizardServiceImpl.d.ts +38 -0
- package/dist/esm/core/interfaces/SaveFilesImpl.d.ts +5 -0
- package/dist/esm/core/interfaces/index.d.ts +14 -0
- package/dist/esm/core/types/EmailConfig.d.ts +65 -0
- package/dist/esm/core/types/LoadCertificate.d.ts +11 -0
- package/dist/esm/core/types/NFEAutorizacao.d.ts +4425 -0
- package/dist/esm/core/types/NFEDanfeGenerator.d.ts +28 -0
- package/dist/esm/core/types/NFEDistribuicaoDFe.d.ts +70 -0
- package/dist/esm/core/types/NFEInutilizacao.d.ts +10 -0
- package/dist/esm/core/types/NFERecepcaoEvento.d.ts +575 -0
- package/dist/esm/core/types/NFeWizard.d.ts +172 -0
- package/dist/esm/core/types/Utils.d.ts +29 -0
- package/dist/esm/core/types/index.d.ts +9 -0
- package/dist/esm/core/utils/NFEImposto.d.ts +4 -0
- package/dist/esm/core/utils/Utility.d.ts +68 -0
- package/dist/esm/core/utils/ValidaCPFCNPJ.d.ts +31 -0
- package/dist/esm/core/utils/XmlParser.d.ts +18 -0
- package/dist/esm/core/utils/getCodIBGE.d.ts +1 -0
- package/dist/esm/core/utils/getDesTipoPag.d.ts +1 -0
- package/dist/esm/core/utils/utils.d.ts +1 -0
- package/dist/esm/index.d.ts +4 -0
- package/dist/esm/index.js +9 -0
- package/dist/esm/modules/dfe/base/BaseNFe.d.ts +27 -0
- package/dist/esm/modules/dfe/base/GerarConsulta.d.ts +17 -0
- package/dist/esm/modules/dfe/base/SaveFiles.d.ts +12 -0
- package/dist/esm/modules/dfe/danfe/NFCEGerarDanfe/NFCEGerarDanfe.d.ts +46 -0
- package/dist/esm/modules/dfe/danfe/NFEGerarDanfe/NFEGerarDanfe.d.ts +40 -0
- package/dist/esm/modules/dfe/nfce/operations/NFCEAutorizacao/NFCEAutorizacao.d.ts +7 -0
- package/dist/esm/modules/dfe/nfce/operations/NFCERetornoAutorizacao/NFCERetornoAutorizacao.d.ts +17 -0
- package/dist/esm/modules/dfe/nfce/services/NFCEAutorizacao/NFCEAutorizacaoService.d.ts +33 -0
- package/dist/esm/modules/dfe/nfce/services/NFCEAutorizacao/util/NFCEQRCode.d.ts +3 -0
- package/dist/esm/modules/dfe/nfce/services/NFCERetornoAutorizacao/NFCERetornoAutorizacaoService.d.ts +55 -0
- package/dist/esm/modules/dfe/nfe/operations/NFEAutorizacao/NFEAutorizacao.d.ts +7 -0
- package/dist/esm/modules/dfe/nfe/operations/NFEConsultaProtocolo/NFEconsultaProtocolo.d.ts +7 -0
- package/dist/esm/modules/dfe/nfe/operations/NFEDistribuicaoDFe/NFEDistribuicaoDFe.d.ts +7 -0
- package/dist/esm/modules/dfe/nfe/operations/NFEDistribuicaoDFe/NFEDistribuicaoDFePorChave.d.ts +7 -0
- package/dist/esm/modules/dfe/nfe/operations/NFEDistribuicaoDFe/NFEDistribuicaoDFePorNSU.d.ts +7 -0
- package/dist/esm/modules/dfe/nfe/operations/NFEDistribuicaoDFe/NFEDistribuicaoDFePorUltNSU.d.ts +7 -0
- package/dist/esm/modules/dfe/nfe/operations/NFEDistribuicaoDFe/util/DistribuicaoHandler.d.ts +22 -0
- package/dist/esm/modules/dfe/nfe/operations/NFEInutilizacao/NFEInutilizacao.d.ts +7 -0
- package/dist/esm/modules/dfe/nfe/operations/NFERecepcaoEvento/NFECancelamento.d.ts +7 -0
- package/dist/esm/modules/dfe/nfe/operations/NFERecepcaoEvento/NFECartaDeCorrecao.d.ts +7 -0
- package/dist/esm/modules/dfe/nfe/operations/NFERecepcaoEvento/NFECienciaDaOperacao.d.ts +7 -0
- package/dist/esm/modules/dfe/nfe/operations/NFERecepcaoEvento/NFEConfirmacaoDaOperacao.d.ts +7 -0
- package/dist/esm/modules/dfe/nfe/operations/NFERecepcaoEvento/NFEDesconhecimentoDaOperacao.d.ts +7 -0
- package/dist/esm/modules/dfe/nfe/operations/NFERecepcaoEvento/NFEEpec.d.ts +7 -0
- package/dist/esm/modules/dfe/nfe/operations/NFERecepcaoEvento/NFEOperacaoNaoRealizada.d.ts +7 -0
- package/dist/esm/modules/dfe/nfe/operations/NFERecepcaoEvento/NFERecepcaoEvento.d.ts +7 -0
- package/dist/esm/modules/dfe/nfe/operations/NFERetornoAutorizacao/NFERetornoAutorizacao.d.ts +17 -0
- package/dist/esm/modules/dfe/nfe/operations/NFEStatusServico/NFEStatusServico.d.ts +7 -0
- package/dist/esm/modules/dfe/nfe/services/NFEAutorizacao/NFEAutorizacaoService.d.ts +32 -0
- package/dist/esm/modules/dfe/nfe/services/NFEConsultaProtocolo/NFEconsultaProtocoloService.d.ts +11 -0
- package/dist/esm/modules/dfe/nfe/services/NFEDistribuicaoDFe/NFEDistribuicaoDFePorChave.d.ts +10 -0
- package/dist/esm/modules/dfe/nfe/services/NFEDistribuicaoDFe/NFEDistribuicaoDFePorNSU.d.ts +10 -0
- package/dist/esm/modules/dfe/nfe/services/NFEDistribuicaoDFe/NFEDistribuicaoDFePorUltNSU.d.ts +10 -0
- package/dist/esm/modules/dfe/nfe/services/NFEDistribuicaoDFe/NFEDistribuicaoDFeService.d.ts +18 -0
- package/dist/esm/modules/dfe/nfe/services/NFEDistribuicaoDFe/util/DistribuicaoHandler.d.ts +22 -0
- package/dist/esm/modules/dfe/nfe/services/NFEInutilizacao/NFEInutilizacaoService.d.ts +20 -0
- package/dist/esm/modules/dfe/nfe/services/NFERecepcaoEvento/NFECancelamentoService.d.ts +10 -0
- package/dist/esm/modules/dfe/nfe/services/NFERecepcaoEvento/NFECartaDeCorrecaoService.d.ts +10 -0
- package/dist/esm/modules/dfe/nfe/services/NFERecepcaoEvento/NFECienciaDaOperacaoService.d.ts +10 -0
- package/dist/esm/modules/dfe/nfe/services/NFERecepcaoEvento/NFEConfirmacaoDaOperacaoService.d.ts +10 -0
- package/dist/esm/modules/dfe/nfe/services/NFERecepcaoEvento/NFEDesconhecimentoDaOperacaoService.d.ts +10 -0
- package/dist/esm/modules/dfe/nfe/services/NFERecepcaoEvento/NFEEpecService.d.ts +10 -0
- package/dist/esm/modules/dfe/nfe/services/NFERecepcaoEvento/NFEOperacaoNaoRealizadaService.d.ts +10 -0
- package/dist/esm/modules/dfe/nfe/services/NFERecepcaoEvento/NFERecepcaoEventoService.d.ts +40 -0
- package/dist/esm/modules/dfe/nfe/services/NFERetornoAutorizacao/NFERetornoAutorizacaoService.d.ts +51 -0
- package/dist/esm/modules/dfe/nfe/services/NFEStatusServico/NFEStatusServicoService.d.ts +11 -0
- package/dist/esm/modules/dfe/nfe/services/NFeWizard/NFeWizardService.d.ts +71 -0
- package/dist/esm/modules/environment/AxiosHttpClient.d.ts +6 -0
- package/dist/esm/modules/environment/Environment.d.ts +20 -0
- package/dist/esm/modules/environment/HttpClientBuilder.d.ts +11 -0
- package/dist/esm/modules/environment/LoadCertificate.d.ts +11 -0
- package/dist/esm/modules/environment/ValidateEnvironment.d.ts +9 -0
- package/dist/esm/testes.d.ts +1 -0
- package/dist/resources/certs/AC CertiSign.crt +22 -0
- package/dist/resources/certs/AC-A-DIGIFORTE-RFB.crt +39 -0
- package/dist/resources/certs/AC-ACD-v5.crt +40 -0
- package/dist/resources/certs/AC-CERTISIGN-ICP-BRASIL-CODE.crt +45 -0
- package/dist/resources/certs/AC-CERTISIGN-ICP-BRASIL-SSL-G2.crt +47 -0
- package/dist/resources/certs/AC-Certisign-ICP-Brasil-SSL-EV-G3.crt +49 -0
- package/dist/resources/certs/AC-Certisign-ICP-Brasil-SSL-EV-G4.crt +49 -0
- package/dist/resources/certs/AC-DIGITAL-MAIS.crt +36 -0
- package/dist/resources/certs/AC-INFOCO-DIGITAL-v5.crt +40 -0
- package/dist/resources/certs/AC-PRIME-v5.crt +40 -0
- package/dist/resources/certs/AC-PRODESP-RFB-v1.crt +41 -0
- package/dist/resources/certs/AC-PRODESP-SP-SSL.crt +47 -0
- package/dist/resources/certs/AC-PRODESP-SP.crt +36 -0
- package/dist/resources/certs/AC-QUALITYCERT-v5.crt +40 -0
- package/dist/resources/certs/AC-REDEBRASIL-v5.crt +40 -0
- package/dist/resources/certs/AC-REDEBRASILv5.crt +40 -0
- package/dist/resources/certs/AC-SERASA-SSL-EV-V2.crt +45 -0
- package/dist/resources/certs/AC-SERASA-SSL-EV-V3.crt +45 -0
- package/dist/resources/certs/AC-SERASA-SSL-EV-V4.crt +45 -0
- package/dist/resources/certs/AC-SERPRO-SSLv1-v10.crt +40 -0
- package/dist/resources/certs/AC-SOLUTI-CS-EV.crt +43 -0
- package/dist/resources/certs/AC-SOLUTI-SSL-EV-G2.crt +43 -0
- package/dist/resources/certs/AC-SOLUTI-SSL-EV-G3.crt +44 -0
- package/dist/resources/certs/AC-SOLUTI-SSL-EV-G4.crt +44 -0
- package/dist/resources/certs/AC-SOLUTI-SSL-EV.crt +41 -0
- package/dist/resources/certs/AC-SOLUTI-v5-G2.crt +36 -0
- package/dist/resources/certs/AC-SyngularID.crt +36 -0
- package/dist/resources/certs/AC-VALID-CODE-SIGNING.crt +43 -0
- package/dist/resources/certs/AC-VALID-SSL-EV.crt +44 -0
- package/dist/resources/certs/ACIMESP1n.crt +26 -0
- package/dist/resources/certs/ACIMPRENSAOFICIALRFBSSL.crt +41 -0
- package/dist/resources/certs/ACImprensaOficial_18072011.crt +0 -0
- package/dist/resources/certs/ACSyngularIDMultipla0.crt +42 -0
- package/dist/resources/certs/AC_A_R_A_CERTIFICACAO_DIGITAL_v5.crt +41 -0
- package/dist/resources/certs/AC_BR_RFB_G2.crt +27 -0
- package/dist/resources/certs/AC_BR_RFB_G3.crt +39 -0
- package/dist/resources/certs/AC_BR_RFB_G4.crt +39 -0
- package/dist/resources/certs/AC_BoaVista.crt +36 -0
- package/dist/resources/certs/AC_BoaVista_Certificadora.crt +44 -0
- package/dist/resources/certs/AC_Boa_Vista_RFB.crt +39 -0
- package/dist/resources/certs/AC_CACB_CD.crt +40 -0
- package/dist/resources/certs/AC_CACB_RFB.crt +41 -0
- package/dist/resources/certs/AC_CACB_RFB_G2.crt +41 -0
- package/dist/resources/certs/AC_CAIXA_PF_1v2.crt +37 -0
- package/dist/resources/certs/AC_CAIXA_PJ-SSL_v2.crt +38 -0
- package/dist/resources/certs/AC_CAIXA_PJ_1v2.crt +37 -0
- package/dist/resources/certs/AC_CAIXA_v2.crt +36 -0
- package/dist/resources/certs/AC_CCN_COMPANHIA_CERTIFICADORA_NACIONAL_v5.crt +41 -0
- package/dist/resources/certs/AC_CERTBANK_v5.crt +41 -0
- package/dist/resources/certs/AC_CERTDATA_BRASIL.crt +41 -0
- package/dist/resources/certs/AC_CERTIFICA_ANAPOLIS_v5_G2.crt +41 -0
- package/dist/resources/certs/AC_CERTIFICA_MINAS_v5.crt +40 -0
- package/dist/resources/certs/AC_CERTIPE_CD.crt +40 -0
- package/dist/resources/certs/AC_CERTISIGN-JUS_CODESIGNING_G6.crt +39 -0
- package/dist/resources/certs/AC_CERTISIGN-JUS_G5.crt +38 -0
- package/dist/resources/certs/AC_CERTISIGN-JUS_SSL_G6.crt +38 -0
- package/dist/resources/certs/AC_CERTMAIS_CD.crt +40 -0
- package/dist/resources/certs/AC_CNDL_RFB.crt +39 -0
- package/dist/resources/certs/AC_CNDL_RFB_v2.crt +39 -0
- package/dist/resources/certs/AC_CNDL_RFB_v3.crt +39 -0
- package/dist/resources/certs/AC_CONSULTI_BRASIL_RFB.crt +39 -0
- package/dist/resources/certs/AC_Caixa.crt +23 -0
- package/dist/resources/certs/AC_Caixa_JUS_v1.crt +29 -0
- package/dist/resources/certs/AC_Caixa_JUS_v2.crt +39 -0
- package/dist/resources/certs/AC_Caixa_PF-1_v1.crt +30 -0
- package/dist/resources/certs/AC_Caixa_PF_v1.crt +32 -0
- package/dist/resources/certs/AC_Caixa_PF_v2.crt +41 -0
- package/dist/resources/certs/AC_Caixa_PJ-1_v1.crt +30 -0
- package/dist/resources/certs/AC_Caixa_PJ_v1.crt +32 -0
- package/dist/resources/certs/AC_Caixa_PJ_v2.crt +45 -0
- package/dist/resources/certs/AC_Caixa_SPB.crt +39 -0
- package/dist/resources/certs/AC_Caixa_v1.crt +25 -0
- package/dist/resources/certs/AC_CertiSign_JUS.crt +0 -0
- package/dist/resources/certs/AC_CertiSign_V3.crt +25 -0
- package/dist/resources/certs/AC_Certifica_Anapolis_v5.crt +43 -0
- package/dist/resources/certs/AC_Certisign_G3.crt +25 -0
- package/dist/resources/certs/AC_Certisign_G6.crt +36 -0
- package/dist/resources/certs/AC_Certisign_G7.crt +36 -0
- package/dist/resources/certs/AC_Certisign_JUS_G2.crt +38 -0
- package/dist/resources/certs/AC_Certisign_JUS_G3.crt +39 -0
- package/dist/resources/certs/AC_Certisign_JUS_G6.crt +38 -0
- package/dist/resources/certs/AC_Certisign_Multipla_CodeSigning.crt +41 -0
- package/dist/resources/certs/AC_Certisign_Multipla_G3.crt +38 -0
- package/dist/resources/certs/AC_Certisign_Multipla_G5.crt +49 -0
- package/dist/resources/certs/AC_Certisign_Multipla_G6.crt +49 -0
- package/dist/resources/certs/AC_Certisign_Multipla_G7.crt +50 -0
- package/dist/resources/certs/AC_Certisign_Multipla_SSL.crt +41 -0
- package/dist/resources/certs/AC_Certisign_RFB_G3.crt +29 -0
- package/dist/resources/certs/AC_Certisign_RFB_G4.crt +41 -0
- package/dist/resources/certs/AC_Certisign_RFB_G5.crt +41 -0
- package/dist/resources/certs/AC_Certisign_SPB_G3.crt +27 -0
- package/dist/resources/certs/AC_Certisign_SPB_G5.crt +38 -0
- package/dist/resources/certs/AC_Certisign_SPB_G6.crt +39 -0
- package/dist/resources/certs/AC_Certisign_Tempo_G1.crt +39 -0
- package/dist/resources/certs/AC_Certisign_Tempo_G2.crt +41 -0
- package/dist/resources/certs/AC_DIGISEC_v5.crt +40 -0
- package/dist/resources/certs/AC_DIGITALSIGN_ACP_G2.crt +36 -0
- package/dist/resources/certs/AC_DIGITALSIGN_G2.crt +50 -0
- package/dist/resources/certs/AC_DIGITALSIGN_RFB_G2.crt +42 -0
- package/dist/resources/certs/AC_DIGITALSIGN_RFB_G3.crt +41 -0
- package/dist/resources/certs/AC_DIGITALSIGN_SSL.crt +41 -0
- package/dist/resources/certs/AC_DIGITAL_MULTIPLA_G1.crt +40 -0
- package/dist/resources/certs/AC_DIGITAL_v5.crt +40 -0
- package/dist/resources/certs/AC_DOCCLOUD.crt +36 -0
- package/dist/resources/certs/AC_DOCCLOUD_RFB.crt +39 -0
- package/dist/resources/certs/AC_DOCCLOUD_RFB_v2.crt +39 -0
- package/dist/resources/certs/AC_Defesa_v5.crt +49 -0
- package/dist/resources/certs/AC_Digital.crt +46 -0
- package/dist/resources/certs/AC_Digitalsign.crt +50 -0
- package/dist/resources/certs/AC_Digitalsign_ACP.crt +36 -0
- package/dist/resources/certs/AC_Digitalsign_RFB.crt +41 -0
- package/dist/resources/certs/AC_EGBA_MULTIPLA.crt +45 -0
- package/dist/resources/certs/AC_EGBA_Multipla_G2.crt +47 -0
- package/dist/resources/certs/AC_EGBA_RFB.crt +41 -0
- package/dist/resources/certs/AC_FCDL_SC_v5.crt +40 -0
- package/dist/resources/certs/AC_FCDL_SC_v5_G2.crt +41 -0
- package/dist/resources/certs/AC_FENACOR_RFB.crt +42 -0
- package/dist/resources/certs/AC_Fenacon_Certisign_RFB_G2.crt +27 -0
- package/dist/resources/certs/AC_Fenacon_Certisign_RFB_G3.crt +39 -0
- package/dist/resources/certs/AC_IMESP_RFB_G2.crt +29 -0
- package/dist/resources/certs/AC_IMESP_RFB_G3_retirar_repositorio.crt +41 -0
- package/dist/resources/certs/AC_INTERCERT_v5.crt +40 -0
- package/dist/resources/certs/AC_Imprensa_Oficial.crt +36 -0
- package/dist/resources/certs/AC_Imprensa_Oficial_G2.crt +38 -0
- package/dist/resources/certs/AC_Imprensa_Oficial_G3.crt +57 -0
- package/dist/resources/certs/AC_Imprensa_Oficial_G4.crt +51 -0
- package/dist/resources/certs/AC_Imprensa_Oficial_SP.crt +0 -0
- package/dist/resources/certs/AC_Imprensa_Oficial_SP_G2.crt +24 -0
- package/dist/resources/certs/AC_Imprensa_Oficial_SP_G3.crt +36 -0
- package/dist/resources/certs/AC_Imprensa_Oficial_SP_G4.crt +36 -0
- package/dist/resources/certs/AC_Imprensa_Oficial_SP_RFB_G3.crt +41 -0
- package/dist/resources/certs/AC_Imprensa_Oficial_SP_RFB_G4.crt +41 -0
- package/dist/resources/certs/AC_Imprensa_Oficial_SP_RFB_G5.crt +41 -0
- package/dist/resources/certs/AC_Imprensa_Oficial_SSL.crt +42 -0
- package/dist/resources/certs/AC_Instituto_Fenacom_RFB.crt +30 -0
- package/dist/resources/certs/AC_Instituto_Fenacon.crt +38 -0
- package/dist/resources/certs/AC_Instituto_Fenacon_G2.crt +49 -0
- package/dist/resources/certs/AC_Instituto_Fenacon_G3.crt +50 -0
- package/dist/resources/certs/AC_Instituto_Fenacon_G4.crt +51 -0
- package/dist/resources/certs/AC_Instituto_Fenacon_RFB_G2.crt +41 -0
- package/dist/resources/certs/AC_Instituto_Fenacon_RFB_G3.crt +41 -0
- package/dist/resources/certs/AC_LINK_CD.crt +40 -0
- package/dist/resources/certs/AC_LINK_RFB.crt +39 -0
- package/dist/resources/certs/AC_LINK_RFB_v2.crt +39 -0
- package/dist/resources/certs/AC_MAXIMUS_TECNOLOGIA_E_EVENTOS_v5.crt +41 -0
- package/dist/resources/certs/AC_MAXIMUS_TECNOLOGIA_E_EVENTOS_v5_G2.crt +41 -0
- package/dist/resources/certs/AC_META_CERTIFICADO_DIGITAL_CD.crt +40 -0
- package/dist/resources/certs/AC_Notarial_RFB_G2.crt +27 -0
- package/dist/resources/certs/AC_Notarial_RFB_G3.crt +39 -0
- package/dist/resources/certs/AC_Notarial_RFB_G4.crt +39 -0
- package/dist/resources/certs/AC_OAB_G3.crt +39 -0
- package/dist/resources/certs/AC_ONLINEBRASIL_v5.crt +41 -0
- package/dist/resources/certs/AC_ONLINE_RFB_v5.crt +40 -0
- package/dist/resources/certs/AC_Oab.crt +27 -0
- package/dist/resources/certs/AC_Oab_G2.crt +38 -0
- package/dist/resources/certs/AC_Online_Brasil.crt +43 -0
- package/dist/resources/certs/AC_Online_RFB.crt +39 -0
- package/dist/resources/certs/AC_PETROBRAS_G4.crt +44 -0
- package/dist/resources/certs/AC_PLANO_DIGITAL_CD.crt +40 -0
- package/dist/resources/certs/AC_PREMIUM_CERTIFICADORA_DIGITAL_CD.crt +40 -0
- package/dist/resources/certs/AC_PRODEMGE_G4.crt +44 -0
- package/dist/resources/certs/AC_PRODESP_v1.crt +49 -0
- package/dist/resources/certs/AC_Petrobras_G2.crt +30 -0
- package/dist/resources/certs/AC_Petrobras_G3.crt +41 -0
- package/dist/resources/certs/AC_Prodemge_G2.crt +32 -0
- package/dist/resources/certs/AC_Prodemge_G3.crt +43 -0
- package/dist/resources/certs/AC_Prodemge_RFB.crt +41 -0
- package/dist/resources/certs/AC_Prodemge_RFB_G2.crt +29 -0
- package/dist/resources/certs/AC_Prodemge_RFB_G3.crt +41 -0
- package/dist/resources/certs/AC_Prodemge_RFB_G4.crt +41 -0
- package/dist/resources/certs/AC_Prodest_RFB.crt +27 -0
- package/dist/resources/certs/AC_Prodest_RFB_v2.crt +39 -0
- package/dist/resources/certs/AC_REDE_BRASIL_v5_G2.crt +41 -0
- package/dist/resources/certs/AC_REDE_IDEIA_CD.crt +40 -0
- package/dist/resources/certs/AC_REDE_IDEIA_RFB.crt +39 -0
- package/dist/resources/certs/AC_SAFEIDBRASIL.crt +41 -0
- package/dist/resources/certs/AC_SAFETECH_CD.crt +40 -0
- package/dist/resources/certs/AC_SAFEWEB_CD.crt +40 -0
- package/dist/resources/certs/AC_SAFEWEB_RFB_v5.crt +39 -0
- package/dist/resources/certs/AC_SAFEWEB_TIMESTAMPING.crt +40 -0
- package/dist/resources/certs/AC_SEGURA_ID_v5.crt +41 -0
- package/dist/resources/certs/AC_SEMPRE_CD.crt +40 -0
- package/dist/resources/certs/AC_SEMPRE_RFB_v2.crt +39 -0
- package/dist/resources/certs/AC_SENHA_DIGITAL_BRASIL.crt +41 -0
- package/dist/resources/certs/AC_SERPRO_JUS_v5.crt +37 -0
- package/dist/resources/certs/AC_SIC_BRASIL.crt +41 -0
- package/dist/resources/certs/AC_SIC_RFB.crt +40 -0
- package/dist/resources/certs/AC_SIG_BRASIL.crt +41 -0
- package/dist/resources/certs/AC_SINCOR_G4.crt +46 -0
- package/dist/resources/certs/AC_SINCOR_RIO_RFB_G2.crt +41 -0
- package/dist/resources/certs/AC_SOLUTI-JUS_CODESIGNING_v5.crt +40 -0
- package/dist/resources/certs/AC_SOLUTI-JUS_SSL_v5.crt +40 -0
- package/dist/resources/certs/AC_SOLUTI-JUS_v5.crt +40 -0
- package/dist/resources/certs/AC_SOLUTI_Multipla_CODESIGNING.crt +43 -0
- package/dist/resources/certs/AC_SOLUTI_Multipla_SSL.crt +43 -0
- package/dist/resources/certs/AC_SOLUTI_Multipla_TIMESTAMPING.crt +42 -0
- package/dist/resources/certs/AC_SOLUTI_Multipla_TIMESTAMPING_v5.crt +39 -0
- package/dist/resources/certs/AC_SOLUTI_Multipla_v5.crt +40 -0
- package/dist/resources/certs/AC_SOLUTI_Multipla_v5_G2.crt +41 -0
- package/dist/resources/certs/AC_SOLUTI_RFB_V5.crt +41 -0
- package/dist/resources/certs/AC_Safeweb_RFB.crt +39 -0
- package/dist/resources/certs/AC_Safeweb_v5.crt +36 -0
- package/dist/resources/certs/AC_Secretaria_da_Receita_Federal_do_Brasil_v3.crt +37 -0
- package/dist/resources/certs/AC_Secretaria_da_Receita_Federal_do_Brasil_v4.crt +37 -0
- package/dist/resources/certs/AC_Serasa_ACP.crt +0 -0
- package/dist/resources/certs/AC_Serasa_Autoridade_Certificadora_Principal.crt +0 -0
- package/dist/resources/certs/AC_Serasa_JUS.crt +0 -0
- package/dist/resources/certs/AC_Serasa_JUS_v1.crt +37 -0
- package/dist/resources/certs/AC_Serasa_JUS_v2.crt +42 -0
- package/dist/resources/certs/AC_Serasa_JUS_v5.crt +38 -0
- package/dist/resources/certs/AC_Serasa_RFB.crt +31 -0
- package/dist/resources/certs/AC_Serasa_RFB_v2.crt +42 -0
- package/dist/resources/certs/AC_Serasa_RFB_v5.crt +42 -0
- package/dist/resources/certs/AC_Serpro_JUS_v3.crt +29 -0
- package/dist/resources/certs/AC_Serpro_JUS_v4.crt +39 -0
- package/dist/resources/certs/AC_Serpro_JUS_v5_erro_retirado_repositorio.crt +37 -0
- package/dist/resources/certs/AC_Serpro_RFB.crt +28 -0
- package/dist/resources/certs/AC_Serpro_RFB_v3.crt +40 -0
- package/dist/resources/certs/AC_Serpro_RFB_v4.crt +40 -0
- package/dist/resources/certs/AC_Sincor_G2.crt +34 -0
- package/dist/resources/certs/AC_Sincor_G3.crt +44 -0
- package/dist/resources/certs/AC_Sincor_RFB_G2.crt +29 -0
- package/dist/resources/certs/AC_Sincor_RFB_G4.crt +41 -0
- package/dist/resources/certs/AC_Sincor_RFB_G5.crt +41 -0
- package/dist/resources/certs/AC_Sincor_Rio_RFB_G1.crt +41 -0
- package/dist/resources/certs/AC_Solucao_Digital_Multipla.crt +42 -0
- package/dist/resources/certs/AC_Soluti.crt +36 -0
- package/dist/resources/certs/AC_Soluti_JUS_v1.crt +46 -0
- package/dist/resources/certs/AC_Soluti_Multipla_v1.crt +46 -0
- package/dist/resources/certs/AC_Soluti_OM-BR.crt +21 -0
- package/dist/resources/certs/AC_Soluti_RFB.crt +41 -0
- package/dist/resources/certs/AC_Soluti_v5.crt +36 -0
- package/dist/resources/certs/AC_SyngularID_Multipla.crt +42 -0
- package/dist/resources/certs/AC_VALID-JUS_CODESIGNING_v5.crt +39 -0
- package/dist/resources/certs/AC_VALID-JUS_SSL_v5.crt +38 -0
- package/dist/resources/certs/AC_VALID-JUS_v5.crt +38 -0
- package/dist/resources/certs/AC_VALID_BRASIL_CODESIGNING.crt +42 -0
- package/dist/resources/certs/AC_VALID_BRASIL_SSL.crt +41 -0
- package/dist/resources/certs/AC_VALID_BRASIL_v5.crt +41 -0
- package/dist/resources/certs/AC_VALID_PLUS_CODESIGNING.crt +42 -0
- package/dist/resources/certs/AC_VALID_PLUS_SSL.crt +41 -0
- package/dist/resources/certs/AC_VALID_PLUS_TIMESTAMPING.crt +42 -0
- package/dist/resources/certs/AC_VALID_PLUS_v5.crt +49 -0
- package/dist/resources/certs/AC_VALID_RFB_v5.crt +39 -0
- package/dist/resources/certs/AC_VALID_SPB_v5.crt +38 -0
- package/dist/resources/certs/AC_VALID_v5.crt +36 -0
- package/dist/resources/certs/AC_Valid_Brasil.crt +43 -0
- package/dist/resources/certs/AC_Valid_JUS_v4.crt +41 -0
- package/dist/resources/certs/AC_Valid_PLUS.crt +55 -0
- package/dist/resources/certs/AC_Valid_RFB.crt +39 -0
- package/dist/resources/certs/AC_Valid_SPB.crt +40 -0
- package/dist/resources/certs/AUTORIDADE_CERTIFICADORA_PROCERTI.crt +39 -0
- package/dist/resources/certs/Autoridade Certificadora da Presidencia da Republica v1.crt +0 -0
- package/dist/resources/certs/Autoridade Certificadora da Presidencia da Republica v2.crt +25 -0
- package/dist/resources/certs/Autoridade_Certificadora_ALTERNATIVE.crt +41 -0
- package/dist/resources/certs/Autoridade_Certificadora_BRASIL_CERTEC.crt +41 -0
- package/dist/resources/certs/Autoridade_Certificadora_DIGITAL_CERTY.crt +41 -0
- package/dist/resources/certs/Autoridade_Certificadora_INFOCOMEX.crt +39 -0
- package/dist/resources/certs/Autoridade_Certificadora_INVIA.crt +41 -0
- package/dist/resources/certs/Autoridade_Certificadora_NACIONAL.crt +41 -0
- package/dist/resources/certs/Autoridade_Certificadora_PRIMECERT.crt +41 -0
- package/dist/resources/certs/Autoridade_Certificadora_SDI.crt +41 -0
- package/dist/resources/certs/Autoridade_Certificadora_SEFAZCE.crt +38 -0
- package/dist/resources/certs/Autoridade_Certificadora_SERPRORFBv5.crt +40 -0
- package/dist/resources/certs/Autoridade_Certificadora_Serpro_v2.crt +25 -0
- package/dist/resources/certs/Autoridade_Certificadora_Serpro_v3.crt +36 -0
- package/dist/resources/certs/Autoridade_Certificadora_Serpro_v4.crt +36 -0
- package/dist/resources/certs/Autoridade_Certificadora_da_Casa_da_Moeda_do_Brasil.crt +29 -0
- package/dist/resources/certs/Autoridade_Certificadora_da_Casa_da_Moeda_do_Brasil_v2.crt +37 -0
- package/dist/resources/certs/Autoridade_Certificadora_da_Casa_da_Moeda_do_Brasil_v3.crt +41 -0
- package/dist/resources/certs/Autoridade_Certificadora_da_Justica.crt +25 -0
- package/dist/resources/certs/Autoridade_Certificadora_da_Justica_v3.crt +26 -0
- package/dist/resources/certs/Autoridade_Certificadora_da_Justica_v4.crt +36 -0
- package/dist/resources/certs/Autoridade_Certificadora_da_Justica_v5.crt +36 -0
- package/dist/resources/certs/Autoridade_Certificadora_da_Presidencia_da_Republica.crt +25 -0
- package/dist/resources/certs/Autoridade_Certificadora_da_Presidencia_da_Republica_2005.crt +0 -0
- package/dist/resources/certs/Autoridade_Certificadora_da_Presidencia_da_Republica_v1.crt +0 -0
- package/dist/resources/certs/Autoridade_Certificadora_da_Presidencia_da_Republica_v2.crt +25 -0
- package/dist/resources/certs/Autoridade_Certificadora_da_Presidencia_da_Republica_v3.crt +37 -0
- package/dist/resources/certs/Autoridade_Certificadora_da_Presidencia_da_Republica_v4.crt +40 -0
- package/dist/resources/certs/Autoridade_Certificadora_da_Presidencia_da_Republica_v5.crt +38 -0
- package/dist/resources/certs/Autoridade_Certificadora_da_Secretaria_da_Receita_Federal.crt +23 -0
- package/dist/resources/certs/Autoridade_Certificadora_da_Secretaria_da_Receita_Federal_v1.crt +23 -0
- package/dist/resources/certs/Autoridade_Certificadora_do_Proderj.crt +26 -0
- package/dist/resources/certs/Autoridade_Certificadora_do_Proderj_v2.crt +38 -0
- package/dist/resources/certs/Autoridade_Certificadora_do_SERPRO_RFB_SSL.crt +38 -0
- package/dist/resources/certs/Autoridade_Certificadora_do_Serpro.crt +0 -0
- package/dist/resources/certs/Autoridade_Certificadora_do_Serpro_Final_SSL.crt +38 -0
- package/dist/resources/certs/Autoridade_Certificadora_do_Serpro_Final_v1.crt +32 -0
- package/dist/resources/certs/Autoridade_Certificadora_do_Serpro_Final_v2.crt +30 -0
- package/dist/resources/certs/Autoridade_Certificadora_do_Serpro_Final_v3.crt +48 -0
- package/dist/resources/certs/Autoridade_Certificadora_do_Serpro_Final_v4.crt +48 -0
- package/dist/resources/certs/Autoridade_Certificadora_do_Serpro_Final_v5.crt +40 -0
- package/dist/resources/certs/Autoridade_Certificadora_do_Serpro_v1.crt +0 -0
- package/dist/resources/certs/Autoridade__Certificadora_do_Serpro_v1.crt +0 -0
- package/dist/resources/certs/Certificado_AC_Raiz.crt +28 -0
- package/dist/resources/certs/GlobalSign.crt +21 -0
- package/dist/resources/certs/ICP-Brasil.crt +27 -0
- package/dist/resources/certs/ICP-Brasilv10.crt +38 -0
- package/dist/resources/certs/ICP-Brasilv11.crt +38 -0
- package/dist/resources/certs/ICP-Brasilv2.crt +38 -0
- package/dist/resources/certs/ICP-Brasilv5.crt +38 -0
- package/dist/resources/certs/ISRG Root X1.crt +31 -0
- package/dist/resources/certs/Instituto_Nacional_de_Metrologia_Qualidade_e_Tecnologia_INMETRO.crt +18 -0
- package/dist/resources/certs/Secretaria_da_Receita_Federal_do_Brasil.crt +24 -0
- package/dist/resources/certs/Serasa_AC_v5.crt +41 -0
- package/dist/resources/certs/Serasa_Autoridade_Certificadora_Principal.crt +27 -0
- package/dist/resources/certs/Serasa_Autoridade_Certificadora_Principal_v1.crt +26 -0
- package/dist/resources/certs/Serasa_Autoridade_Certificadora_Principal_v2.crt +37 -0
- package/dist/resources/certs/Serasa_Autoridade_Certificadora_Principal_v5.crt +37 -0
- package/dist/resources/certs/Serasa_Autoridade_Certificadora_v2.crt +43 -0
- package/dist/resources/certs/Serasa_CD_SSL_v5.crt +47 -0
- package/dist/resources/certs/Serasa_CD_v5.crt +56 -0
- package/dist/resources/certs/Serasa_Certificadora_Digital_v2.crt +62 -0
- package/dist/resources/certs/ac_certfacil_v5.crt +40 -0
- package/dist/resources/certs/ac_certifica_anapolis_v5.crt +40 -0
- package/dist/resources/certs/ac_mult_v5.crt +40 -0
- package/dist/resources/certs/ac_soluti_spb_v5.crt +37 -0
- package/dist/resources/fonts/ARIAL.TTF +0 -0
- package/dist/resources/fonts/ARIALBD.TTF +0 -0
- package/dist/resources/logo.jpg +0 -0
- package/dist/resources/schemas/110150_v1.00.xsd +88 -0
- package/dist/resources/schemas/Averb_v1.00.xsd +11 -0
- package/dist/resources/schemas/CCe_v1.00.xsd +11 -0
- package/dist/resources/schemas/EPEC_v1.00.xsd +9 -0
- package/dist/resources/schemas/EPP1.xml +13 -0
- package/dist/resources/schemas/ERP1.xml +19 -0
- package/dist/resources/schemas/EventoCancEntregaNFe_v1.00.xsd +9 -0
- package/dist/resources/schemas/EventoEntregaNFe_v1.00.xsd +9 -0
- package/dist/resources/schemas/SuframaInternaliza_v1.00.xsd +9 -0
- package/dist/resources/schemas/SuframaVistoria_v1.00.xsd +9 -0
- package/dist/resources/schemas/confRecebto_v1.00.xsd +9 -0
- package/dist/resources/schemas/consCad_v2.00.xsd +9 -0
- package/dist/resources/schemas/consGTIN_v1.00.xsd +10 -0
- package/dist/resources/schemas/consReciNFe_v4.00.xsd +9 -0
- package/dist/resources/schemas/consSitNFe_v2.01.xsd +10 -0
- package/dist/resources/schemas/consSitNFe_v4.00.xsd +9 -0
- package/dist/resources/schemas/consStatServ_v4.00.xsd +9 -0
- package/dist/resources/schemas/distDFeInt_v1.01.xsd +94 -0
- package/dist/resources/schemas/e110110_v1.00.xsd +58 -0
- package/dist/resources/schemas/e110111_v1.00.xsd +42 -0
- package/dist/resources/schemas/e110112_v1.00.xsd +69 -0
- package/dist/resources/schemas/e110130_v1.00.xsd +102 -0
- package/dist/resources/schemas/e110131_v1.00.xsd +51 -0
- package/dist/resources/schemas/e110140_v1.00.xsd +124 -0
- package/dist/resources/schemas/e111500_v1.00.xsd +69 -0
- package/dist/resources/schemas/e111501_v1.00.xsd +69 -0
- package/dist/resources/schemas/e111502_v1.00.xsd +50 -0
- package/dist/resources/schemas/e111503_v1.00.xsd +50 -0
- package/dist/resources/schemas/e210200_v1.00.xsd +32 -0
- package/dist/resources/schemas/e210210_v1.00.xsd +32 -0
- package/dist/resources/schemas/e210220_v1.00.xsd +45 -0
- package/dist/resources/schemas/e210240_v1.00.xsd +44 -0
- package/dist/resources/schemas/e411500_v1.00.xsd +134 -0
- package/dist/resources/schemas/e411501_v1.00.xsd +134 -0
- package/dist/resources/schemas/e411502_v1.00.xsd +95 -0
- package/dist/resources/schemas/e411503_v1.00.xsd +95 -0
- package/dist/resources/schemas/e790700_v1.00.xsd +125 -0
- package/dist/resources/schemas/e990900_v1.00.xsd +87 -0
- package/dist/resources/schemas/e990910_v1.00.xsd +81 -0
- package/dist/resources/schemas/envAverb_v1.00.xsd +9 -0
- package/dist/resources/schemas/envCCe_v1.00.xsd +10 -0
- package/dist/resources/schemas/envConfRecebto_v1.00.xsd +9 -0
- package/dist/resources/schemas/envEPEC_v1.00.xsd +9 -0
- package/dist/resources/schemas/envEventoAtorInteressado_v1.00.xsd +9 -0
- package/dist/resources/schemas/envEventoCancEntregaNFe_v1.00.xsd +10 -0
- package/dist/resources/schemas/envEventoCancNFe_v1.00.xsd +9 -0
- package/dist/resources/schemas/envEventoCancSubst_v1.00.xsd +9 -0
- package/dist/resources/schemas/envEventoEntregaNFe_v1.00.xsd +10 -0
- package/dist/resources/schemas/envEvento_v1.00.xsd +9 -0
- package/dist/resources/schemas/envRemIndus_v1.00.xsd +9 -0
- package/dist/resources/schemas/envSuframaInternaliza_v1.00.xsd +10 -0
- package/dist/resources/schemas/envSuframaVistoria_v1.00.xsd +10 -0
- package/dist/resources/schemas/enviNFe_v4.00.xsd +9 -0
- package/dist/resources/schemas/eventoAtorInteressado_v1.00.xsd +9 -0
- package/dist/resources/schemas/eventoCancNFe_v1.00.xsd +9 -0
- package/dist/resources/schemas/eventoCancSubst_v1.00.xsd +9 -0
- package/dist/resources/schemas/eventoEPEC_v0.01.xsd +267 -0
- package/dist/resources/schemas/eventoRemIndus_v1.00.xsd +9 -0
- package/dist/resources/schemas/inutNFe_v4.00.xsd +9 -0
- package/dist/resources/schemas/leiauteAverb_v1.00.xsd +482 -0
- package/dist/resources/schemas/leiauteCCe_v1.00.xsd +418 -0
- package/dist/resources/schemas/leiauteCcgConsGTIN_v1.00.xsd +94 -0
- package/dist/resources/schemas/leiauteConfRecebto_v1.00.xsd +406 -0
- package/dist/resources/schemas/leiauteConsSitNFe_v2.01.xsd +548 -0
- package/dist/resources/schemas/leiauteConsSitNFe_v4.00.xsd +502 -0
- package/dist/resources/schemas/leiauteConsStatServ_v4.00.xsd +98 -0
- package/dist/resources/schemas/leiauteConsultaCadastro_v2.00.xsd +404 -0
- package/dist/resources/schemas/leiauteEPEC_v1.00.xsd +459 -0
- package/dist/resources/schemas/leiauteEPEC_v1.00.xsd.bak +465 -0
- package/dist/resources/schemas/leiauteEventoAtorInteressado_v1.00.xsd +384 -0
- package/dist/resources/schemas/leiauteEventoCancEntregaNFe_v1.00.xsd +307 -0
- package/dist/resources/schemas/leiauteEventoCancNFe_v1.00.xsd +394 -0
- package/dist/resources/schemas/leiauteEventoCancSubst_v1.00.xsd +366 -0
- package/dist/resources/schemas/leiauteEventoEntregaNFe_v1.00.xsd +321 -0
- package/dist/resources/schemas/leiauteEvento_v1.00.xsd +373 -0
- package/dist/resources/schemas/leiauteInutNFe_v4.00.xsd +193 -0
- package/dist/resources/schemas/leiauteNFe_v4.00.xsd +7412 -0
- package/dist/resources/schemas/leiauteRemIndus_v1.00.xsd +382 -0
- package/dist/resources/schemas/leiauteSuframaInternaliza_v1.00.xsd +642 -0
- package/dist/resources/schemas/leiauteSuframaVistoria_v1.00.xsd +648 -0
- package/dist/resources/schemas/nfe_v4.00.xsd +9 -0
- package/dist/resources/schemas/procAverbNFe_v1.00.xsd +10 -0
- package/dist/resources/schemas/procCCeNFe_v1.00.xsd +10 -0
- package/dist/resources/schemas/procConfRecebtoNFe_v1.00.xsd +9 -0
- package/dist/resources/schemas/procEPEC_v1.00.xsd +9 -0
- package/dist/resources/schemas/procEventoAtorInteressado_v1.00.xsd +9 -0
- package/dist/resources/schemas/procEventoCancEntregaNFe_v1.00.xsd +9 -0
- package/dist/resources/schemas/procEventoCancNFe_v1.00.xsd +9 -0
- package/dist/resources/schemas/procEventoCancSubst_v1.00.xsd +9 -0
- package/dist/resources/schemas/procEventoEntregaNFe_v1.00.xsd +9 -0
- package/dist/resources/schemas/procEventoNFe_v1.00.xsd +9 -0
- package/dist/resources/schemas/procInutNFe_v4.00.xsd +9 -0
- package/dist/resources/schemas/procNFe_v4.00.xsd +9 -0
- package/dist/resources/schemas/procRemIndus_v1.00.xsd +9 -0
- package/dist/resources/schemas/resEvento_v1.01.xsd +1 -0
- package/dist/resources/schemas/resNFe_v1.01.xsd +5 -0
- package/dist/resources/schemas/retConsCad_v2.00.xsd +9 -0
- package/dist/resources/schemas/retConsGTIN_v1.00.xsd +9 -0
- package/dist/resources/schemas/retConsReciNFe_v4.00.xsd +9 -0
- package/dist/resources/schemas/retConsSitNFe_v2.01.xsd +10 -0
- package/dist/resources/schemas/retConsSitNFe_v4.00.xsd +9 -0
- package/dist/resources/schemas/retConsStatServ_v4.00.xsd +9 -0
- package/dist/resources/schemas/retDistDFeInt_v1.01.xsd +5 -0
- package/dist/resources/schemas/retEnvAverb_v1.00.xsd +9 -0
- package/dist/resources/schemas/retEnvCCe_v1.00.xsd +10 -0
- package/dist/resources/schemas/retEnvConfRecebto_v1.00.xsd +9 -0
- package/dist/resources/schemas/retEnvEPEC_v1.00.xsd +9 -0
- package/dist/resources/schemas/retEnvEventoAtorInteressado_v1.00.xsd +9 -0
- package/dist/resources/schemas/retEnvEventoCancNFe_v1.00.xsd +9 -0
- package/dist/resources/schemas/retEnvEventoCancSubst_v1.00.xsd +9 -0
- package/dist/resources/schemas/retEnvEvento_v1.00.xsd +9 -0
- package/dist/resources/schemas/retEnvRemIndus_v1.00.xsd +9 -0
- package/dist/resources/schemas/retEnvSuframaInternaliza_v1.00.xsd +9 -0
- package/dist/resources/schemas/retEnvSuframaVistoria_v1.00.xsd +9 -0
- package/dist/resources/schemas/retEnviNFe_v4.00.xsd +9 -0
- package/dist/resources/schemas/retEventoCancEntregaNFe_v1.00.xsd +9 -0
- package/dist/resources/schemas/retEventoEPEC_v0.01.xsd +207 -0
- package/dist/resources/schemas/retEventoEntregaNFe_v1.00.xsd +9 -0
- package/dist/resources/schemas/retInutNFe_v4.00.xsd +9 -0
- package/dist/resources/schemas/teste.xsd +706 -0
- package/dist/resources/schemas/tiposBasico_v1.03.xsd +785 -0
- package/dist/resources/schemas/tiposBasico_v3.10.xsd +833 -0
- package/dist/resources/schemas/tiposBasico_v4.00.xsd +598 -0
- package/dist/resources/schemas/tiposBasicosCcgConsGTIN_v1.00.xsd +84 -0
- package/dist/resources/schemas/tiposDistDFe_v1.01.xsd +1 -0
- package/dist/resources/schemas/xmldsig-core-schema_v1.01.xsd +98 -0
- package/package.json +13 -6
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
-----BEGIN CERTIFICATE-----
|
|
2
|
+
MIIHEDCCBPigAwIBAgIBGTANBgkqhkiG9w0BAQ0FADBvMQswCQYDVQQGEwJCUjET
|
|
3
|
+
MBEGA1UEChMKSUNQLUJyYXNpbDE0MDIGA1UECxMrQXV0b3JpZGFkZSBDZXJ0aWZp
|
|
4
|
+
Y2Fkb3JhIFJhaXogQnJhc2lsZWlyYSB2NTEVMBMGA1UEAxMMQUMgU09MVVRJIHY1
|
|
5
|
+
MB4XDTIxMDYxNDE5MDAwN1oXDTI5MDMwMjExNTg1OVowUzELMAkGA1UEBhMCQlIx
|
|
6
|
+
EzARBgNVBAoTCklDUC1CcmFzaWwxFTATBgNVBAsTDEFDIFNPTFVUSSB2NTEYMBYG
|
|
7
|
+
A1UEAxMPQUMgQ0VSVEZBQ0lMIHY1MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC
|
|
8
|
+
CgKCAgEArZLPs8sWmj70qMRhqdlMBoheMLszG/18XFudhQn/dlS87+LUoiya1lev
|
|
9
|
+
gbzLxfS4k7Oduapyzc6DWMNMhaEq3/4/EtcUe3ma0rJ/Zy49S6VZwyAp3MLP5GNR
|
|
10
|
+
ozuCqzJ9cCnvZcNza+C5a/INa4ye8TObcYTXsRX05eQ0/gZhnD+jgqLgLkNkpLVN
|
|
11
|
+
aNQNX+xPS3DiaO4+wl34lVQopCvL2U+WWMRHr/8s8pDLLF9CVwTrydhCrNCJdMrS
|
|
12
|
+
Nnk/4CcnSpkCR7G2n11ki/4RQush7iwAk9R9J2KoDM4CW1XPpX2Wnp5xrnRUrHiJ
|
|
13
|
+
tEkb/Lh4L4k8HCUe+R1V1WQqUo9TIN5m+8ZtXqx6r21LllWXWljDJSPzhsNQrj0M
|
|
14
|
+
FOe2m0j7pYnHJF6OQgEUVPNfoAi//4gZhRqebzCig3curu8+dYCB3P5u9T7SuXaQ
|
|
15
|
+
vALZcy0L3QWSMe8ymRIRruSsKNYY9YISxOaLhSS7iYAYqjEY5U3GvsjNjDTKbbwd
|
|
16
|
+
I11nXKapU7pK5desj3ccMLdFOTiUxHl1CVJFax2iZNqcUagZeWdSqIv1i5CJOybQ
|
|
17
|
+
yxMV00BOHqrVjWHSIoIFiQyfbt6D421trSXUAdIBRmbPk0eHaex7m0KMEHZvA7NX
|
|
18
|
+
+MiHhk4S6hxcV9bvkyqMfFRPb09M1f5nabMhDD0ZFqzGx5qbAvECAwEAAaOCAdEw
|
|
19
|
+
ggHNMB0GA1UdDgQWBBSrq1YK7QuPYpaWUBEsdnyx6nbhZjAPBgNVHRMBAf8EBTAD
|
|
20
|
+
AQH/MB8GA1UdIwQYMBaAFErHl9y4Wa0KBztHVSbf1bInrnpxMIHvBgNVHSAEgecw
|
|
21
|
+
geQwSgYGYEwBAgFWMEAwPgYIKwYBBQUHAgEWMmh0dHBzOi8vY2NkLmFjc29sdXRp
|
|
22
|
+
LmNvbS5ici9kb2NzL2RwYy1hYy1zb2x1dGkucGRmMEoGBmBMAQIDUTBAMD4GCCsG
|
|
23
|
+
AQUFBwIBFjJodHRwczovL2NjZC5hY3NvbHV0aS5jb20uYnIvZG9jcy9kcGMtYWMt
|
|
24
|
+
c29sdXRpLnBkZjBKBgZgTAECBB0wQDA+BggrBgEFBQcCARYyaHR0cHM6Ly9jY2Qu
|
|
25
|
+
YWNzb2x1dGkuY29tLmJyL2RvY3MvZHBjLWFjLXNvbHV0aS5wZGYweAYDVR0fBHEw
|
|
26
|
+
bzA1oDOgMYYvaHR0cDovL2NjZC5hY3NvbHV0aS5jb20uYnIvbGNyL2FjLXNvbHV0
|
|
27
|
+
aS12NS5jcmwwNqA0oDKGMGh0dHA6Ly9jY2QyLmFjc29sdXRpLmNvbS5ici9sY3Iv
|
|
28
|
+
YWMtc29sdXRpLXY1LmNybDAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQENBQAD
|
|
29
|
+
ggIBAGfjkzF/yQTTH64RAuhK+C1LYYlp5n962NucKEVhNBi3J0Flm0etVzpNtvFz
|
|
30
|
+
WhUvBDJbGDPFe1acgzjyz0yhtRq3lI3U4oWNuGQeSl6TdqfdTF+rCoZuOOjQvCKX
|
|
31
|
+
OPUpp0QnRlKR4U7YfD6Ni5BHDSIfISfq/F+sSTMthanqI9yIPApXPU8BM+vrvqan
|
|
32
|
+
ZIc9TExDMnpfwJLXmFeUy8baz9X/yNU56QeumO6RW9rGA7Yq/BFGXlkTc4V1Jf+C
|
|
33
|
+
gTQHkXCA2LJIPVy5heAgOhtbTs7OoxZmPJJnOpW3XSjq1JKVC2WHoSiuJozFCxM7
|
|
34
|
+
6SSrS+KWSV61PTY/dAMrfAru/ir+IPgpE/0p9lEd8WqWd6uELMJPr0p3nt/d3heB
|
|
35
|
+
uS6Qa+pQzKz5kAtc4UXtgyidIzy4PsmSg6/GmbB9HINA+rnX+cm32YZgSMqQgNto
|
|
36
|
+
p+to7gtIq9U4scap1PcGr7FIqGUtiKP46KaXrLTN7mzfhSYPwJHSXx7Dzq0/xb78
|
|
37
|
+
7r84mVk5WoLL0T9rCoAst+ItaSDJocxpa8Qb/KvYVN6bHik/fjHP4Y3etN1hMEsX
|
|
38
|
+
IeIsnmI7mi26k+gwjiEfteSaA4wuMeuq35QEt3iPBrOMpbDfDUMCcpI5SYM9JY4G
|
|
39
|
+
aAgeYF9liOS/43vD3uU5V9/MW613ioxXYz+RwQq0AgS3XRH2
|
|
40
|
+
-----END CERTIFICATE-----
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
-----BEGIN CERTIFICATE-----
|
|
2
|
+
MIIHGTCCBQGgAwIBAgIBEzANBgkqhkiG9w0BAQ0FADBvMQswCQYDVQQGEwJCUjET
|
|
3
|
+
MBEGA1UEChMKSUNQLUJyYXNpbDE0MDIGA1UECxMrQXV0b3JpZGFkZSBDZXJ0aWZp
|
|
4
|
+
Y2Fkb3JhIFJhaXogQnJhc2lsZWlyYSB2NTEVMBMGA1UEAxMMQUMgU09MVVRJIHY1
|
|
5
|
+
MB4XDTIwMDgxNzIyNTkwOVoXDTI5MDMwMjExNTg1OVowXDELMAkGA1UEBhMCQlIx
|
|
6
|
+
EzARBgNVBAoTCklDUC1CcmFzaWwxFTATBgNVBAsTDEFDIFNPTFVUSSB2NTEhMB8G
|
|
7
|
+
A1UEAxMYQUMgQ0VSVElGSUNBIEFOQVBPTElTIHY1MIICIjANBgkqhkiG9w0BAQEF
|
|
8
|
+
AAOCAg8AMIICCgKCAgEA+gk6U+jswkFU1cRIyrE6SaCIm0gLKbvYNv37XVZvnDFY
|
|
9
|
+
CI21GvNlr6kMxpfZn3Ba+tMs4ron5BvxGLOrhNaZhr7qj4Xha9Eo3txWhUrpWknK
|
|
10
|
+
14576wiWKRfBotQYQUD1rS9FHL6JLN4ulEnpab5a1uJFgflmVveQHtvP4FiYhVZ9
|
|
11
|
+
cgRPODB57kJSRUY5ldcgHEnhwYA0oQrd2xrwPf5oxK8OffIidcTVToUwvFQnLl0D
|
|
12
|
+
sALFsaByG6kWnsjbc/sEg18mxLeiAi7mTXPZxFtheHsVvQI1LKZWn0xbhWfLK4v5
|
|
13
|
+
nhfGkx2sJx+/YSw/wWuwWCaWtiqNnBXvLj0b7IDzxvW2CPcAGbUu5pUy3uZaRNv7
|
|
14
|
+
CteTX4pz3Z2rWV2ULFHXnWDVYvNuTrt21xBd6okLT1F8GyqRDgHfTjph0U9m5jiw
|
|
15
|
+
kS4+1GzuSu1u7CE+uiaa2yT9VLYlvM3H8zCisUFzzwlNSaeleJTuuGGIFae6SOXf
|
|
16
|
+
ciBVDVQoR6eLKN/uyBRMuno9PejSqcpgM5P7QiewsKZjnj/7+qaBJSFqxpYxdV7f
|
|
17
|
+
y7YX9DeVfUZ2aMxzZvVIbm5HQRsyZTVJEvp1dx6+8be+ky2AcRYAQTenUlqlhlxE
|
|
18
|
+
/zA+oT+ALyDQF6h1hOZEym/f1QxQ8DnXN+DU2vt81ByCZkrNm/wijQsg1d8SOS8C
|
|
19
|
+
AwEAAaOCAdEwggHNMB0GA1UdDgQWBBSLHJciPhzBuWVDlpLs+Lt0ys2CMzAPBgNV
|
|
20
|
+
HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFErHl9y4Wa0KBztHVSbf1bInrnpxMIHv
|
|
21
|
+
BgNVHSAEgecwgeQwSgYGYEwBAgNeMEAwPgYIKwYBBQUHAgEWMmh0dHBzOi8vY2Nk
|
|
22
|
+
LmFjc29sdXRpLmNvbS5ici9kb2NzL2RwYy1hYy1zb2x1dGkucGRmMEoGBmBMAQIB
|
|
23
|
+
YzBAMD4GCCsGAQUFBwIBFjJodHRwczovL2NjZC5hY3NvbHV0aS5jb20uYnIvZG9j
|
|
24
|
+
cy9kcGMtYWMtc29sdXRpLnBkZjBKBgZgTAECBCYwQDA+BggrBgEFBQcCARYyaHR0
|
|
25
|
+
cHM6Ly9jY2QuYWNzb2x1dGkuY29tLmJyL2RvY3MvZHBjLWFjLXNvbHV0aS5wZGYw
|
|
26
|
+
eAYDVR0fBHEwbzA1oDOgMYYvaHR0cDovL2NjZC5hY3NvbHV0aS5jb20uYnIvbGNy
|
|
27
|
+
L2FjLXNvbHV0aS12NS5jcmwwNqA0oDKGMGh0dHA6Ly9jY2QyLmFjc29sdXRpLmNv
|
|
28
|
+
bS5ici9sY3IvYWMtc29sdXRpLXY1LmNybDAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZI
|
|
29
|
+
hvcNAQENBQADggIBAKsk+ZD6S7rYpEDZja/6kIJKxoYDeVAAflC1EzdyUMkQnsjB
|
|
30
|
+
BCd65ODUWm+UGKYFJMdT5Ze/mgPNTSq1jQYWB08C45esZwJswjNW96IUqP/cds/y
|
|
31
|
+
XZ92jOi61WhkPmY4evAjZheTQHcdQOH/KctlWjF1XNZ7N6TpaRhInBXC43efbt35
|
|
32
|
+
GQrrbav+r2cmyvVNGtnsd4Guk2w+rVaEIvSKVn0N/bk3H0DZr8Jt7S449tsKjki/
|
|
33
|
+
FhfEaDIipQIbshO4abwNnlkxNpfxlylMv2BQ2uSbnkn2nA9iU9M2kOufv8dartsA
|
|
34
|
+
b5Tv6vPsu1QCYtXPDP+G1S4rEeLowREr01st9Ns5LK54FwNeU0Bw5f7eRf/3G0u5
|
|
35
|
+
AnseP1GZeeT3yxerqPe0GxtwtzSmxvoJvVLMLLPl3f9TvyKOrx5RVBkYQ8bmxIL2
|
|
36
|
+
zy93z84PEW7jkHnYwwQkTsml1f2+cWY6mpwB0pqkM7bG+lVNfLwPQtGbd2v3kvur
|
|
37
|
+
IiI9pheLuqQSSZo9HuAOJPoAwDC3G2HCQ0h3ktTr/F5kxzyqe3YA7VgukpuKE/3l
|
|
38
|
+
/3NtI9uv0NFNIOwJVWzlHsJ0USNpyAc7b7OcNNVQ+wiRIUkRWt0RGiSKW7B+X6Dk
|
|
39
|
+
HFLg8kE7osDcRGXhbXWlHXmmPuHFjsqBO0PH6OPKqKqm/5/f718vXDNKgPmv
|
|
40
|
+
-----END CERTIFICATE-----
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
-----BEGIN CERTIFICATE-----
|
|
2
|
+
MIIHCzCCBPOgAwIBAgIBFDANBgkqhkiG9w0BAQ0FADBvMQswCQYDVQQGEwJCUjET
|
|
3
|
+
MBEGA1UEChMKSUNQLUJyYXNpbDE0MDIGA1UECxMrQXV0b3JpZGFkZSBDZXJ0aWZp
|
|
4
|
+
Y2Fkb3JhIFJhaXogQnJhc2lsZWlyYSB2NTEVMBMGA1UEAxMMQUMgU09MVVRJIHY1
|
|
5
|
+
MB4XDTIwMDgyNDE5NDMxOVoXDTI5MDMwMjExNTg1OVowTjELMAkGA1UEBhMCQlIx
|
|
6
|
+
EzARBgNVBAoTCklDUC1CcmFzaWwxFTATBgNVBAsTDEFDIFNPTFVUSSB2NTETMBEG
|
|
7
|
+
A1UEAxMKQUMgTVVMVCB2NTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIB
|
|
8
|
+
ANOpK0t5OepHnmuNzrMK3MxuYjSaLQIcg9dh8FX+o3q1bcmBfffk5+QPEr3CALMY
|
|
9
|
+
G61J4zYB+f87/MKCwhsjoGOun2fr8d7eyhhCw6E0KC9mjXS8LWA2epRmsRK0uize
|
|
10
|
+
nvZW0x4giDIO3sNnp7m9EtxJ7Dnh7voMDlYLyjbwvySMSvYCxyo9sYPWJHeuZSKZ
|
|
11
|
+
AEIrUCZAOEVBO/46Tb8QOf4zO3Jxfk9RLw75RsTbt979Qi1XDm932iTq79t4J5ri
|
|
12
|
+
I0G1kBJML+Wy53UHndAEwOhx53kVn+KT1MYJrAwHK+ZoghCK5gugJMvQl+8U7wtL
|
|
13
|
+
fyGQL8ki8kK17Vfp8gUxNQcyTDXqUrVTpUo0L2OIisldLlwkJoFgShnrB7XpElgM
|
|
14
|
+
rcp+oULRFE58yCKt20IW9R4bFvKXHx1zfoPrXk+8qvtWAZ+pZMUB/CK4DPK9gaAQ
|
|
15
|
+
vJ5Wf5BbMy0jnVQfyLByLZggvSCtnWUjMIIuvx3UrwFYFQAY23FUX13FE35owbmM
|
|
16
|
+
vLTbIUwLj4Duhp2QFwt7aKzfuqqWxDqv1R6PSkHYlQYJpzYDJ6EShFpgaKWuYhLA
|
|
17
|
+
fFMUx0PInkz5I1c8v2MlOv8TQLVyrDBXWsXtC5JRrOI7CQZKTadxkbkekOOQTTPy
|
|
18
|
+
Re+ucOhYxhmUfHhA/IjMQ0T+vPTPZZ9oyW2Ft9TibNvpAgMBAAGjggHRMIIBzTAd
|
|
19
|
+
BgNVHQ4EFgQUO65L2tCE4Km3nCrb1E1tgvyTxMEwDwYDVR0TAQH/BAUwAwEB/zAf
|
|
20
|
+
BgNVHSMEGDAWgBRKx5fcuFmtCgc7R1Um39WyJ656cTCB7wYDVR0gBIHnMIHkMEoG
|
|
21
|
+
BmBMAQIDXTBAMD4GCCsGAQUFBwIBFjJodHRwczovL2NjZC5hY3NvbHV0aS5jb20u
|
|
22
|
+
YnIvZG9jcy9kcGMtYWMtc29sdXRpLnBkZjBKBgZgTAECAWIwQDA+BggrBgEFBQcC
|
|
23
|
+
ARYyaHR0cHM6Ly9jY2QuYWNzb2x1dGkuY29tLmJyL2RvY3MvZHBjLWFjLXNvbHV0
|
|
24
|
+
aS5wZGYwSgYGYEwBAgQlMEAwPgYIKwYBBQUHAgEWMmh0dHBzOi8vY2NkLmFjc29s
|
|
25
|
+
dXRpLmNvbS5ici9kb2NzL2RwYy1hYy1zb2x1dGkucGRmMHgGA1UdHwRxMG8wNaAz
|
|
26
|
+
oDGGL2h0dHA6Ly9jY2QuYWNzb2x1dGkuY29tLmJyL2xjci9hYy1zb2x1dGktdjUu
|
|
27
|
+
Y3JsMDagNKAyhjBodHRwOi8vY2NkMi5hY3NvbHV0aS5jb20uYnIvbGNyL2FjLXNv
|
|
28
|
+
bHV0aS12NS5jcmwwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBDQUAA4ICAQCn
|
|
29
|
+
FV9ytVeqk15NLXk0w/Drl7Y6MBY+XOPJ8h6kkLmtvBap7pLWgaxfzu67uOMhjbcY
|
|
30
|
+
3gXmmYwsXKR+GmnaaB/usI3pEQX+R7qnTxrImw1D0Fq/50xpNqMP5I6FOjEbmrtv
|
|
31
|
+
uuMnls3nDc+wv2ybGikRiwZ2Qhfu8BEB10cBqCU6YbcwTcA6zC/dELdJUPWu+V10
|
|
32
|
+
kgfKpZCp2eNWukoIgkICCSRQ7wuVCZaA5Hm2ZFnwIB1lZRlqphAStd8kctErj0AD
|
|
33
|
+
bjoLump4IUH4T2OaXIAh/MUvRhr0V4vCwew/DoCsysGxaJnngo6rx4vq9aUxxPFV
|
|
34
|
+
A0wHHJFTr6aqNZd4Z5EnaQlyeEM6ZSPVJOvQGgIWRSZKVWEViljDGb+o/XObiOrn
|
|
35
|
+
dQ2R3M6GI97nFZWJZdH3ZzDB/Q4Ip9QTBvewraQAggjqw9YgDIDDW/VTXwbQVEaV
|
|
36
|
+
Hc9S/soQJmIjC4Zib0yeEKfogy1RhGvgI6B2BXujsQ3p06NYWB+o5SKYwz86vcfM
|
|
37
|
+
kf65i0UPqjNgkDXdlSmfhU4j6chmNYEqETz0nYwtXrF1Ojw6RQArFe+dmB/GiI0/
|
|
38
|
+
OyWSdGO0N6d20ZOjjKuFspDoXbkryfmqXV0m3Kwjwbg5AkOOCtrrlmzA44tqW3JN
|
|
39
|
+
ZzoyYqxJbr0xSXCnzXAn8wbWTb6sKxNKwDLio+KCdw==
|
|
40
|
+
-----END CERTIFICATE-----
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
-----BEGIN CERTIFICATE-----
|
|
2
|
+
MIIGiDCCBHCgAwIBAgIBHjANBgkqhkiG9w0BAQ0FADBvMQswCQYDVQQGEwJCUjET
|
|
3
|
+
MBEGA1UEChMKSUNQLUJyYXNpbDE0MDIGA1UECxMrQXV0b3JpZGFkZSBDZXJ0aWZp
|
|
4
|
+
Y2Fkb3JhIFJhaXogQnJhc2lsZWlyYSB2NTEVMBMGA1UEAxMMQUMgU09MVVRJIHY1
|
|
5
|
+
MB4XDTIyMDMwODIwMjU0OVoXDTI5MDMwMjExNTg1OVowZTELMAkGA1UEBhMCQlIx
|
|
6
|
+
EzARBgNVBAoTCklDUC1CcmFzaWwxFTATBgNVBAsTDEFDIFNPTFVUSSB2NTEPMA0G
|
|
7
|
+
A1UECxMGQ1NQQi03MRkwFwYDVQQDExBBQyBTT0xVVEkgU1BCIHY1MIICIjANBgkq
|
|
8
|
+
hkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAufmixAc+0rnUXQoiQKSydf9hW8SLol14
|
|
9
|
+
nMU+2ULlWJkmFcFNMb428tjYibbwaQnSCBRIzs+OzAO8DxPSu0K2Bl8Pl50dw4cK
|
|
10
|
+
nIKpryX71AB09XTLpEMcRlg9tsDpckzgJTtpKqm8Vj0126Ccs39Lr2Ow2zU7W0l8
|
|
11
|
+
znxozSCRZeGsB85Y1R5PRthfd3xrD3COLxLepxCgNd0mO9Rbo40+EF2qFa8VWlbc
|
|
12
|
+
ng5JdTv8zZsHu7zyte0WOHIWvcHoUnW8SwFfn+JfoLkRzRrYDkxksD7kSOhvMfky
|
|
13
|
+
RDei36cCfuyteWI85/1Hj4VWPcrOm4b5o9MM5FCUsMDYV7g69Rwsa5YnmVJpPJnj
|
|
14
|
+
qhl8It0kH6vgbSKYCP11yvyzPTfEB4H8smXks47eyzUwAXnTUIyp+uF7jgNwxFMV
|
|
15
|
+
w6WhTGhvi2vKX2H966OXgB2A1pPY1+g3ianmW8Y1MobIDBo7h0YUqj2Q2+tA3/ND
|
|
16
|
+
/CThjuvdgjYmK9UZ8ZHsBeaElFWISMOB7+thftmr0LAc694YILoMpcalY2PtxwlM
|
|
17
|
+
6jF1fK6JYuWGed/LZBpVKXIl8Vn0jiAYT5w5yuVHVIgPN7mUIJWYio8xeWTLDZsz
|
|
18
|
+
GiRk3GrlYi0iEdqCcSGpNewd7UWH64ZnMHoLx3/CwT4qXl/cajOB/9wsbOe7IauI
|
|
19
|
+
jXdKDk4CrA8CAwEAAaOCATcwggEzMB0GA1UdDgQWBBS78R/nXdO40wIs8epX6AuI
|
|
20
|
+
usFpLzAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFErHl9y4Wa0KBztHVSbf
|
|
21
|
+
1bInrnpxMFYGA1UdIARPME0wSwYHYEwBAgGBBjBAMD4GCCsGAQUFBwIBFjJodHRw
|
|
22
|
+
czovL2NjZC5hY3NvbHV0aS5jb20uYnIvZG9jcy9kcGMtYWMtc29sdXRpLnBkZjB4
|
|
23
|
+
BgNVHR8EcTBvMDWgM6Axhi9odHRwOi8vY2NkLmFjc29sdXRpLmNvbS5ici9sY3Iv
|
|
24
|
+
YWMtc29sdXRpLXY1LmNybDA2oDSgMoYwaHR0cDovL2NjZDIuYWNzb2x1dGkuY29t
|
|
25
|
+
LmJyL2xjci9hYy1zb2x1dGktdjUuY3JsMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG
|
|
26
|
+
9w0BAQ0FAAOCAgEAno9TnmzZMPo2hTIx2RNIPw/91jTClbLYE5YU9/xoId7FA4ZV
|
|
27
|
+
ZSQ3wBPl9D8YkcmLppgpWhPedqkk9k6ghCVoae1Z3YnJd8AxsMsHDSqNCMSCKuh4
|
|
28
|
+
jW/9ZrmKhbN5TZbC1gLBF/jBaFE1XHqtw9ZGmXUGybiXveT0wWHwyPRzT7hNbzrx
|
|
29
|
+
SKyja4BFx0fgSqU2a22W8VVdVHscwXtE/tVOIQ3r/nWQiEBDEse1WH32yBx+2ZhZ
|
|
30
|
+
Li18zbdfCKR/Zah9oTInVMh+t2Z7VZCL/6RC7AyPZUvi6L2FN0ql1Z235KxRDn15
|
|
31
|
+
0ShKyajzUdT9QWBNZwvdtDyYxauQ+glgJoZPchtb5oW2dcvNw8RxxX1Z33VoSo/B
|
|
32
|
+
RbVWJBt2oHNGaqaLAUmn/P3LZp0bn+mvNx/Nrtnfp5epBF0272a2IsG3DJsC+iDH
|
|
33
|
+
Ns4oPm6+aOUN3vEih+kH6FJ2LH0UIlq14ynndrOEcULJ9TxM94/reNDqUb0EGkMl
|
|
34
|
+
ZwtORIFEWTVpzpxQEnSm/iL2IRWTgdRPLQBKYapxbJ722IPRruesCGi7rIhNgPRv
|
|
35
|
+
fRQ5pg6NttKLHTCtv6nKgVtLTCUqWXPcvOMvMYUrt1cLjwv+Jv35Q7WD+80qCPd+
|
|
36
|
+
eBTsiUMXLZr+1Qsu6rAXbuEUMY9yxcu6C1GOCEgv4y91EdOefdPr6Xa2jRM=
|
|
37
|
+
-----END CERTIFICATE-----
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!-- edited with XMLSpy v2008 (http://www.altova.com) by sas-softwares@procergs.rs.gov.br (PROCERGS) -->
|
|
3
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
4
|
+
<xs:include schemaLocation="tiposBasico_v1.03.xsd"/>
|
|
5
|
+
<xs:element name="detEvento">
|
|
6
|
+
<xs:annotation>
|
|
7
|
+
<xs:documentation>Schema XML de validação do evento de Ator Interessado na NF-e - Transportador (110150)”</xs:documentation>
|
|
8
|
+
</xs:annotation>
|
|
9
|
+
<xs:complexType>
|
|
10
|
+
<xs:sequence>
|
|
11
|
+
<xs:element name="descEvento">
|
|
12
|
+
<xs:annotation>
|
|
13
|
+
<xs:documentation>Descrição do Evento - "Ator interessado na NF-e”"</xs:documentation>
|
|
14
|
+
</xs:annotation>
|
|
15
|
+
<xs:simpleType>
|
|
16
|
+
<xs:restriction base="TString">
|
|
17
|
+
<xs:whiteSpace value="preserve"/>
|
|
18
|
+
<xs:enumeration value="Ator interessado na NF-e"/>
|
|
19
|
+
</xs:restriction>
|
|
20
|
+
</xs:simpleType>
|
|
21
|
+
</xs:element>
|
|
22
|
+
<xs:element name="cOrgaoAutor" type="TCodUfIBGE"/>
|
|
23
|
+
<xs:element name="tpAutor">
|
|
24
|
+
<xs:annotation>
|
|
25
|
+
<xs:documentation>Tipo do Órgão Autor do Evento. Informar uma das opções 1=Geração do Evento pelo Emitente; 2=Geração do Evento pelo Destinatário; 3=Geração do Evento pelo Transportador
|
|
26
|
+
Outros valores: 1=Empresa Emitente, 2=Empresa destinatária; 3=Empresa; 5=Fisco; 6=RFB; 9=Outros Órgãos;</xs:documentation>
|
|
27
|
+
</xs:annotation>
|
|
28
|
+
<xs:simpleType>
|
|
29
|
+
<xs:restriction base="xs:string">
|
|
30
|
+
<xs:whiteSpace value="preserve"/>
|
|
31
|
+
<xs:enumeration value="1"/>
|
|
32
|
+
<xs:enumeration value="2"/>
|
|
33
|
+
<xs:enumeration value="3"/>
|
|
34
|
+
</xs:restriction>
|
|
35
|
+
</xs:simpleType>
|
|
36
|
+
</xs:element>
|
|
37
|
+
<xs:element name="verAplic" type="TVerAplic">
|
|
38
|
+
<xs:annotation>
|
|
39
|
+
<xs:documentation>Versão do aplicativo do Autor do Evento.</xs:documentation>
|
|
40
|
+
</xs:annotation>
|
|
41
|
+
</xs:element>
|
|
42
|
+
<xs:element name="autXML">
|
|
43
|
+
<xs:annotation>
|
|
44
|
+
<xs:documentation>Pessoas autorizadas a acessar o XML da NF-e</xs:documentation>
|
|
45
|
+
</xs:annotation>
|
|
46
|
+
<xs:complexType>
|
|
47
|
+
<xs:choice>
|
|
48
|
+
<xs:element name="CNPJ" type="TCnpj"/>
|
|
49
|
+
<xs:element name="CPF" type="TCpf"/>
|
|
50
|
+
</xs:choice>
|
|
51
|
+
</xs:complexType>
|
|
52
|
+
</xs:element>
|
|
53
|
+
<xs:element name="tpAutorizacao" minOccurs="0">
|
|
54
|
+
<xs:annotation>
|
|
55
|
+
<xs:documentation>0 – Não permite; 1 – Permite o transportador autorizado pelo emitente ou destinatário autorizar outros transportadores para ter acesso ao download da NF-e
|
|
56
|
+
</xs:documentation>
|
|
57
|
+
</xs:annotation>
|
|
58
|
+
<xs:simpleType>
|
|
59
|
+
<xs:restriction base="xs:string">
|
|
60
|
+
<xs:whiteSpace value="preserve"/>
|
|
61
|
+
<xs:enumeration value="0"/>
|
|
62
|
+
<xs:enumeration value="1"/>
|
|
63
|
+
</xs:restriction>
|
|
64
|
+
</xs:simpleType>
|
|
65
|
+
</xs:element>
|
|
66
|
+
<xs:element name="xCondUso" minOccurs="0">
|
|
67
|
+
<xs:annotation>
|
|
68
|
+
<xs:documentation>Texto Fixo com as Condição de uso do tipo de autorização para o transportador: </xs:documentation>
|
|
69
|
+
</xs:annotation>
|
|
70
|
+
<xs:simpleType>
|
|
71
|
+
<xs:restriction base="xs:string">
|
|
72
|
+
<xs:whiteSpace value="preserve"/>
|
|
73
|
+
<xs:enumeration value="O emitente ou destinatário da NF-e, declara que permite o transportador declarado no campo CNPJ/CPF deste evento a autorizar os transportadores subcontratados ou redespachados a terem acesso ao download da NF-e"/>
|
|
74
|
+
</xs:restriction>
|
|
75
|
+
</xs:simpleType>
|
|
76
|
+
</xs:element>
|
|
77
|
+
</xs:sequence>
|
|
78
|
+
<xs:attribute name="versao" use="required">
|
|
79
|
+
<xs:simpleType>
|
|
80
|
+
<xs:restriction base="xs:string">
|
|
81
|
+
<xs:whiteSpace value="preserve"/>
|
|
82
|
+
<xs:enumeration value="1.00"/>
|
|
83
|
+
</xs:restriction>
|
|
84
|
+
</xs:simpleType>
|
|
85
|
+
</xs:attribute>
|
|
86
|
+
</xs:complexType>
|
|
87
|
+
</xs:element>
|
|
88
|
+
</xs:schema>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!-- 03-03-2011 - correcao do nome da tag raiz -->
|
|
3
|
+
<!-- PL_006CC CCe 16/06/2010 -->
|
|
4
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
5
|
+
<xs:include schemaLocation="leiauteAverb_v1.00.xsd"/>
|
|
6
|
+
<xs:element name="evento" type="TEvento">
|
|
7
|
+
<xs:annotation>
|
|
8
|
+
<xs:documentation>Schema XML de validação do evento de Averbação da NFe</xs:documentation>
|
|
9
|
+
</xs:annotation>
|
|
10
|
+
</xs:element>
|
|
11
|
+
</xs:schema>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!-- 03-03-2011 - correcao do nome da tag raiz -->
|
|
3
|
+
<!-- PL_006CC CCe 16/06/2010 -->
|
|
4
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
5
|
+
<xs:include schemaLocation="leiauteCCe_v1.00.xsd"/>
|
|
6
|
+
<xs:element name="evento" type="TEvento">
|
|
7
|
+
<xs:annotation>
|
|
8
|
+
<xs:documentation>Schema XML de validação do evento Carta de Correção</xs:documentation>
|
|
9
|
+
</xs:annotation>
|
|
10
|
+
</xs:element>
|
|
11
|
+
</xs:schema>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
3
|
+
<xs:include schemaLocation="leiauteEPEC_v1.00.xsd"/>
|
|
4
|
+
<xs:element name="evento" type="TEvento">
|
|
5
|
+
<xs:annotation>
|
|
6
|
+
<xs:documentation>Schema XML de validação do Evento Prévio de Emissão em Contingência</xs:documentation>
|
|
7
|
+
</xs:annotation>
|
|
8
|
+
</xs:element>
|
|
9
|
+
</xs:schema>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<detEvento versao="1.00" xmlns="http://www.portalfiscal.inf.br/nfe">
|
|
2
|
+
<descEvento>Pedido de Prorrogacao</descEvento>
|
|
3
|
+
<nProt>000000000000001</nProt>
|
|
4
|
+
<itemPedido numItem="1">
|
|
5
|
+
<qtdeItem>1</qtdeItem>
|
|
6
|
+
</itemPedido>
|
|
7
|
+
<itemPedido numItem="2">
|
|
8
|
+
<qtdeItem>1</qtdeItem>
|
|
9
|
+
</itemPedido>
|
|
10
|
+
<itemPedido numItem="3">
|
|
11
|
+
<qtdeItem>1</qtdeItem>
|
|
12
|
+
</itemPedido>
|
|
13
|
+
</detEvento>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<detEvento versao="1.00" xmlns="http://www.portalfiscal.inf.br/nfe">
|
|
2
|
+
<descEvento>Fisco - Prorrogacao ICMS remessa para industrializacao</descEvento>
|
|
3
|
+
<idPedido>ID1115003513120000006599990855001000027356196432417001</idPedido>
|
|
4
|
+
<respPedido>
|
|
5
|
+
<statPrazo>0</statPrazo>
|
|
6
|
+
<itemPedido numItem="1">
|
|
7
|
+
<statPedido>1</statPedido>
|
|
8
|
+
<justStatus>1</justStatus>
|
|
9
|
+
</itemPedido>
|
|
10
|
+
<itemPedido numItem="2">
|
|
11
|
+
<statPedido>1</statPedido>
|
|
12
|
+
<justStatus>1</justStatus>
|
|
13
|
+
</itemPedido>
|
|
14
|
+
<itemPedido numItem="1">
|
|
15
|
+
<statPedido>1</statPedido>
|
|
16
|
+
<justStatus>1</justStatus>
|
|
17
|
+
</itemPedido>
|
|
18
|
+
</respPedido>
|
|
19
|
+
</detEvento>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
3
|
+
<xs:include schemaLocation="leiauteEventoCancEntregaNFe_v1.00.xsd"/>
|
|
4
|
+
<xs:element name="evento" type="TEvento">
|
|
5
|
+
<xs:annotation>
|
|
6
|
+
<xs:documentation>Schema XML de validação do evento de Cancelamento do Comprovante de Entrega da NFe</xs:documentation>
|
|
7
|
+
</xs:annotation>
|
|
8
|
+
</xs:element>
|
|
9
|
+
</xs:schema>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
3
|
+
<xs:include schemaLocation="leiauteEventoEntregaNFe_v1.00.xsd"/>
|
|
4
|
+
<xs:element name="evento" type="TEvento">
|
|
5
|
+
<xs:annotation>
|
|
6
|
+
<xs:documentation>Schema XML de validação do evento de comprovante de entrega da NF-e</xs:documentation>
|
|
7
|
+
</xs:annotation>
|
|
8
|
+
</xs:element>
|
|
9
|
+
</xs:schema>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
3
|
+
<xs:include schemaLocation="leiauteSuframaInternaliza_v1.00.xsd"/>
|
|
4
|
+
<xs:element name="evento" type="TEvento">
|
|
5
|
+
<xs:annotation>
|
|
6
|
+
<xs:documentation>Schema XML de validação do evento do Internalização SUFRAMA 990910</xs:documentation>
|
|
7
|
+
</xs:annotation>
|
|
8
|
+
</xs:element>
|
|
9
|
+
</xs:schema>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
3
|
+
<xs:include schemaLocation="leiauteSuframaVistoria_v1.00.xsd"/>
|
|
4
|
+
<xs:element name="evento" type="TEvento">
|
|
5
|
+
<xs:annotation>
|
|
6
|
+
<xs:documentation>Schema XML de validação do evento de Vistoria SUFRAMA 990900</xs:documentation>
|
|
7
|
+
</xs:annotation>
|
|
8
|
+
</xs:element>
|
|
9
|
+
</xs:schema>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
3
|
+
<xs:include schemaLocation="leiauteConfRecebto_v1.00.xsd"/>
|
|
4
|
+
<xs:element name="evento" type="TEvento">
|
|
5
|
+
<xs:annotation>
|
|
6
|
+
<xs:documentation>Schema XML de validação do evento Confirmação de recebimento</xs:documentation>
|
|
7
|
+
</xs:annotation>
|
|
8
|
+
</xs:element>
|
|
9
|
+
</xs:schema>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<xs:schema xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns="http://www.portalfiscal.inf.br/nfe" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
3
|
+
<xs:include schemaLocation="leiauteConsultaCadastro_v2.00.xsd"/>
|
|
4
|
+
<xs:element name="ConsCad" type="TConsCad">
|
|
5
|
+
<xs:annotation>
|
|
6
|
+
<xs:documentation>Schema XML de validação do retorno da consulta cadastro contribuintes</xs:documentation>
|
|
7
|
+
</xs:annotation>
|
|
8
|
+
</xs:element>
|
|
9
|
+
</xs:schema>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!-- edited with XMLSpy v2008 (http://www.altova.com) by sas-softwares@procergs.rs.gov.br (PROCERGS) -->
|
|
3
|
+
<xs:schema xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe" targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
4
|
+
<xs:include schemaLocation="leiauteCcgConsGTIN_v1.00.xsd"/>
|
|
5
|
+
<xs:element name="consGTIN" type="TConsGTIN">
|
|
6
|
+
<xs:annotation>
|
|
7
|
+
<xs:documentation>Consulta públicas da situação do GTIN no CCG</xs:documentation>
|
|
8
|
+
</xs:annotation>
|
|
9
|
+
</xs:element>
|
|
10
|
+
</xs:schema>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<xs:schema xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns="http://www.portalfiscal.inf.br/nfe" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
3
|
+
<xs:include schemaLocation="leiauteNFe_v4.00.xsd"/>
|
|
4
|
+
<xs:element name="consReciNFe" type="TConsReciNFe">
|
|
5
|
+
<xs:annotation>
|
|
6
|
+
<xs:documentation>Schema XML de validação do Pedido de Consulta do Recido do Lote de Notas Fiscais Eletrônicas</xs:documentation>
|
|
7
|
+
</xs:annotation>
|
|
8
|
+
</xs:element>
|
|
9
|
+
</xs:schema>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!-- PL_006eventos versao alterada para consultar eventos 16/06/2010 -->
|
|
3
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe" targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
4
|
+
<xs:include schemaLocation="leiauteConsSitNFe_v2.01.xsd"/>
|
|
5
|
+
<xs:element name="consSitNFe" type="TConsSitNFe">
|
|
6
|
+
<xs:annotation>
|
|
7
|
+
<xs:documentation>Schema de validação XML dp Pedido de Consulta da Situação Atual da Nota Fiscal Eletrônica</xs:documentation>
|
|
8
|
+
</xs:annotation>
|
|
9
|
+
</xs:element>
|
|
10
|
+
</xs:schema>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe" targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
3
|
+
<xs:include schemaLocation="leiauteConsSitNFe_v4.00.xsd"/>
|
|
4
|
+
<xs:element name="consSitNFe" type="TConsSitNFe">
|
|
5
|
+
<xs:annotation>
|
|
6
|
+
<xs:documentation>Schema de validação XML dp Pedido de Consulta da Situação Atual da Nota Fiscal Eletrônica</xs:documentation>
|
|
7
|
+
</xs:annotation>
|
|
8
|
+
</xs:element>
|
|
9
|
+
</xs:schema>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<xs:schema xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns="http://www.portalfiscal.inf.br/nfe" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
3
|
+
<xs:include schemaLocation="leiauteConsStatServ_v4.00.xsd"/>
|
|
4
|
+
<xs:element name="consStatServ" type="TConsStatServ">
|
|
5
|
+
<xs:annotation>
|
|
6
|
+
<xs:documentation>Schema XML de validação do Pedido de Consulta do Status do Serviço</xs:documentation>
|
|
7
|
+
</xs:annotation>
|
|
8
|
+
</xs:element>
|
|
9
|
+
</xs:schema>
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<xs:schema xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
3
|
+
xmlns="http://www.portalfiscal.inf.br/nfe" targetNamespace="http://www.portalfiscal.inf.br/nfe"
|
|
4
|
+
elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
5
|
+
<xs:include schemaLocation="tiposDistDFe_v1.01.xsd" />
|
|
6
|
+
<xs:element name="distDFeInt">
|
|
7
|
+
<xs:annotation>
|
|
8
|
+
<xs:documentation>Schema de pedido de distribuição de DF-e de interesse</xs:documentation>
|
|
9
|
+
</xs:annotation>
|
|
10
|
+
<xs:complexType>
|
|
11
|
+
<xs:sequence>
|
|
12
|
+
<xs:element name="tpAmb" type="TAmb">
|
|
13
|
+
<xs:annotation>
|
|
14
|
+
<xs:documentation> Identificação do Ambiente: 1 - Produção 2 - Homologação </xs:documentation>
|
|
15
|
+
</xs:annotation>
|
|
16
|
+
</xs:element>
|
|
17
|
+
<xs:element name="cUFAutor" type="TCodUfIBGE" minOccurs="0">
|
|
18
|
+
<xs:annotation>
|
|
19
|
+
<xs:documentation>Código da UF do Autor</xs:documentation>
|
|
20
|
+
</xs:annotation>
|
|
21
|
+
</xs:element>
|
|
22
|
+
<xs:choice>
|
|
23
|
+
<xs:element name="CNPJ" type="TCnpj">
|
|
24
|
+
<xs:annotation>
|
|
25
|
+
<xs:documentation>CNPJ do interessado no DF-e</xs:documentation>
|
|
26
|
+
</xs:annotation>
|
|
27
|
+
</xs:element>
|
|
28
|
+
<xs:element name="CPF" type="TCpf">
|
|
29
|
+
<xs:annotation>
|
|
30
|
+
<xs:documentation>CPF do interessado no DF-e</xs:documentation>
|
|
31
|
+
</xs:annotation>
|
|
32
|
+
</xs:element>
|
|
33
|
+
</xs:choice>
|
|
34
|
+
<xs:choice>
|
|
35
|
+
<xs:element name="distNSU">
|
|
36
|
+
<xs:annotation>
|
|
37
|
+
<xs:documentation>Grupo para distribuir DF-e de interesse</xs:documentation>
|
|
38
|
+
</xs:annotation>
|
|
39
|
+
<xs:complexType>
|
|
40
|
+
<xs:sequence>
|
|
41
|
+
<xs:element name="ultNSU" type="TNSU">
|
|
42
|
+
<xs:annotation>
|
|
43
|
+
<xs:documentation>Último NSU recebido pelo ator. Caso seja
|
|
44
|
+
informado com zero, ou com um NSU muito antigo, a
|
|
45
|
+
consulta retornará unicamente as informações resumidas e
|
|
46
|
+
documentos fiscais eletrônicos que tenham sido
|
|
47
|
+
recepcionados pelo Ambiente Nacional nos últimos 3
|
|
48
|
+
meses.</xs:documentation>
|
|
49
|
+
</xs:annotation>
|
|
50
|
+
</xs:element>
|
|
51
|
+
</xs:sequence>
|
|
52
|
+
</xs:complexType>
|
|
53
|
+
</xs:element>
|
|
54
|
+
<xs:element name="consNSU">
|
|
55
|
+
<xs:annotation>
|
|
56
|
+
<xs:documentation>Grupo para consultar um DF-e a partir de um NSU
|
|
57
|
+
específico</xs:documentation>
|
|
58
|
+
</xs:annotation>
|
|
59
|
+
<xs:complexType>
|
|
60
|
+
<xs:sequence>
|
|
61
|
+
<xs:element name="NSU" type="TNSU">
|
|
62
|
+
<xs:annotation>
|
|
63
|
+
<xs:documentation>Número Sequencial Único. Geralmente esta
|
|
64
|
+
consulta será utilizada quando identificado pelo
|
|
65
|
+
interessado um NSU faltante. O Web Service retornará o
|
|
66
|
+
documento ou informará que o NSU não existe no Ambiente
|
|
67
|
+
Nacional. Assim, esta consulta fechará a lacuna do NSU
|
|
68
|
+
identificado como faltante.</xs:documentation>
|
|
69
|
+
</xs:annotation>
|
|
70
|
+
</xs:element>
|
|
71
|
+
</xs:sequence>
|
|
72
|
+
</xs:complexType>
|
|
73
|
+
</xs:element>
|
|
74
|
+
<xs:element name="consChNFe">
|
|
75
|
+
<xs:annotation>
|
|
76
|
+
<xs:documentation>Grupo para consultar uma NF-e a partir da chave de
|
|
77
|
+
acesso</xs:documentation>
|
|
78
|
+
</xs:annotation>
|
|
79
|
+
<xs:complexType>
|
|
80
|
+
<xs:sequence>
|
|
81
|
+
<xs:element name="chNFe" type="TChNFe">
|
|
82
|
+
<xs:annotation>
|
|
83
|
+
<xs:documentation>Chave de acesso da NF-e a ser consultada</xs:documentation>
|
|
84
|
+
</xs:annotation>
|
|
85
|
+
</xs:element>
|
|
86
|
+
</xs:sequence>
|
|
87
|
+
</xs:complexType>
|
|
88
|
+
</xs:element>
|
|
89
|
+
</xs:choice>
|
|
90
|
+
</xs:sequence>
|
|
91
|
+
<xs:attribute name="versao" type="TVerDistDFe" use="required" />
|
|
92
|
+
</xs:complexType>
|
|
93
|
+
</xs:element>
|
|
94
|
+
</xs:schema>
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!-- edited with XMLSpy v2005 rel. 3 U (http://www.altova.com) by admin (.) -->
|
|
3
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
4
|
+
<xs:element name="detEvento">
|
|
5
|
+
<xs:annotation>
|
|
6
|
+
<xs:documentation>Schema XML de validação do evento do carta de correção e1101110</xs:documentation>
|
|
7
|
+
</xs:annotation>
|
|
8
|
+
<xs:complexType>
|
|
9
|
+
<xs:sequence>
|
|
10
|
+
<xs:element name="descEvento">
|
|
11
|
+
<xs:annotation>
|
|
12
|
+
<xs:documentation>Descrição do Evento - “Carta de Correção”</xs:documentation>
|
|
13
|
+
</xs:annotation>
|
|
14
|
+
<xs:simpleType>
|
|
15
|
+
<xs:restriction base="xs:string">
|
|
16
|
+
<xs:whiteSpace value="preserve"/>
|
|
17
|
+
<xs:enumeration value="Carta de Correção"/>
|
|
18
|
+
<xs:enumeration value="Carta de Correcao"/>
|
|
19
|
+
</xs:restriction>
|
|
20
|
+
</xs:simpleType>
|
|
21
|
+
</xs:element>
|
|
22
|
+
<xs:element name="xCorrecao">
|
|
23
|
+
<xs:annotation>
|
|
24
|
+
<xs:documentation>Correção a ser considerada</xs:documentation>
|
|
25
|
+
</xs:annotation>
|
|
26
|
+
<xs:simpleType>
|
|
27
|
+
<xs:restriction base="xs:string">
|
|
28
|
+
<xs:whiteSpace value="preserve"/>
|
|
29
|
+
<xs:minLength value="15"/>
|
|
30
|
+
<xs:maxLength value="1000"/>
|
|
31
|
+
<xs:pattern value="[!-ÿ]{1}[ -ÿ]{0,}[!-ÿ]{1}|[!-ÿ]{1}"/>
|
|
32
|
+
</xs:restriction>
|
|
33
|
+
</xs:simpleType>
|
|
34
|
+
</xs:element>
|
|
35
|
+
<xs:element name="xCondUso">
|
|
36
|
+
<xs:annotation>
|
|
37
|
+
<xs:documentation>Texto Fixo com as condições de uso da Carta de Correção</xs:documentation>
|
|
38
|
+
</xs:annotation>
|
|
39
|
+
<xs:simpleType>
|
|
40
|
+
<xs:restriction base="xs:string">
|
|
41
|
+
<xs:whiteSpace value="preserve"/>
|
|
42
|
+
<xs:enumeration value="A Carta de Correção é disciplinada pelo § 1º-A do art. 7º do Convênio S/N, de 15 de dezembro de 1970 e pode ser utilizada para regularização de erro ocorrido na emissão de documento fiscal, desde que o erro não esteja relacionado com: I - as variáveis que determinam o valor do imposto tais como: base de cálculo, alíquota, diferença de preço, quantidade, valor da operação ou da prestação; II - a correção de dados cadastrais que implique mudança do remetente ou do destinatário; III - a data de emissão ou de saída."/>
|
|
43
|
+
<xs:enumeration value="A Carta de Correcao e disciplinada pelo paragrafo 1o-A do art. 7o do Convenio S/N, de 15 de dezembro de 1970 e pode ser utilizada para regularizacao de erro ocorrido na emissao de documento fiscal, desde que o erro nao esteja relacionado com: I - as variaveis que determinam o valor do imposto tais como: base de calculo, aliquota, diferenca de preco, quantidade, valor da operacao ou da prestacao; II - a correcao de dados cadastrais que implique mudanca do remetente ou do destinatario; III - a data de emissao ou de saida."/>
|
|
44
|
+
</xs:restriction>
|
|
45
|
+
</xs:simpleType>
|
|
46
|
+
</xs:element>
|
|
47
|
+
</xs:sequence>
|
|
48
|
+
<xs:attribute name="versao" use="required">
|
|
49
|
+
<xs:simpleType>
|
|
50
|
+
<xs:restriction base="xs:string">
|
|
51
|
+
<xs:whiteSpace value="preserve"/>
|
|
52
|
+
<xs:enumeration value="1.00"/>
|
|
53
|
+
</xs:restriction>
|
|
54
|
+
</xs:simpleType>
|
|
55
|
+
</xs:attribute>
|
|
56
|
+
</xs:complexType>
|
|
57
|
+
</xs:element>
|
|
58
|
+
</xs:schema>
|