node-sped-nfe 1.2.47 → 1.2.49
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/dist/utils/tools.js
CHANGED
|
@@ -486,7 +486,7 @@ class Tools {
|
|
|
486
486
|
"@versao": "1.01",
|
|
487
487
|
"tpAmb": 1, // 1 = produção, 2 = homologação
|
|
488
488
|
"cUFAutor": UF2cUF[__classPrivateFieldGet(this, _Tools_config, "f").UF], // "AN" - Ambiente Nacional
|
|
489
|
-
"CNPJ
|
|
489
|
+
...(__classPrivateFieldGet(this, _Tools_config, "f").CNPJ !== undefined ? { CNPJ: __classPrivateFieldGet(this, _Tools_config, "f").CNPJ } : { CPF: __classPrivateFieldGet(this, _Tools_config, "f").CPF }),
|
|
490
490
|
...(typeof ultNSU != "undefined" ?
|
|
491
491
|
{ "distNSU": { "ultNSU": `${ultNSU}`.padStart(15, '0') } } :
|
|
492
492
|
{}),
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
eventos: (UF: string) => {
|
|
3
|
+
homologacao: {
|
|
4
|
+
NFeStatusServico: string;
|
|
5
|
+
NFeAutorizacao: string;
|
|
6
|
+
NFeConsultaProtocolo: string;
|
|
7
|
+
NFeInutilizacao: string;
|
|
8
|
+
NFeRetAutorizacao: string;
|
|
9
|
+
NFeRecepcaoEvento: string;
|
|
10
|
+
NFeConsultaCadastro: string;
|
|
11
|
+
};
|
|
12
|
+
producao: {
|
|
13
|
+
NFeStatusServico: string;
|
|
14
|
+
NFeAutorizacao: string;
|
|
15
|
+
NFeConsultaProtocolo: string;
|
|
16
|
+
NFeInutilizacao: string;
|
|
17
|
+
NFeRetAutorizacao: string;
|
|
18
|
+
NFeRecepcaoEvento: string;
|
|
19
|
+
NFeConsultaCadastro: string;
|
|
20
|
+
};
|
|
21
|
+
} | {
|
|
22
|
+
mod55: {
|
|
23
|
+
homologacao: {
|
|
24
|
+
NFeStatusServico: string;
|
|
25
|
+
NFeAutorizacao: string;
|
|
26
|
+
NFeConsultaProtocolo: string;
|
|
27
|
+
NFeInutilizacao: string;
|
|
28
|
+
NFeRetAutorizacao: string;
|
|
29
|
+
NFeRecepcaoEvento: string;
|
|
30
|
+
NFeConsultaCadastro: string;
|
|
31
|
+
};
|
|
32
|
+
producao: {
|
|
33
|
+
NFeStatusServico: string;
|
|
34
|
+
NFeAutorizacao: string;
|
|
35
|
+
NFeConsultaProtocolo: string;
|
|
36
|
+
NFeInutilizacao: string;
|
|
37
|
+
NFeRetAutorizacao: string;
|
|
38
|
+
NFeRecepcaoEvento: string;
|
|
39
|
+
NFeConsultaCadastro: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
eventosCont: (UF: string) => {
|
|
44
|
+
homologacao: {
|
|
45
|
+
NFeStatusServico: string;
|
|
46
|
+
NFeAutorizacao: string;
|
|
47
|
+
NFeConsultaProtocolo: string;
|
|
48
|
+
NFeInutilizacao: string;
|
|
49
|
+
NFeRetAutorizacao: string;
|
|
50
|
+
NFeRecepcaoEvento: string;
|
|
51
|
+
NFeConsultaCadastro: string;
|
|
52
|
+
};
|
|
53
|
+
producao: {
|
|
54
|
+
NFeStatusServico: string;
|
|
55
|
+
NFeAutorizacao: string;
|
|
56
|
+
NFeConsultaProtocolo: string;
|
|
57
|
+
NFeInutilizacao: string;
|
|
58
|
+
NFeRetAutorizacao: string;
|
|
59
|
+
NFeRecepcaoEvento: string;
|
|
60
|
+
NFeConsultaCadastro: string;
|
|
61
|
+
};
|
|
62
|
+
} | {
|
|
63
|
+
mod55: {
|
|
64
|
+
homologacao: {
|
|
65
|
+
NFeStatusServico: string;
|
|
66
|
+
NFeAutorizacao: string;
|
|
67
|
+
NFeConsultaProtocolo: string;
|
|
68
|
+
NFeInutilizacao: string;
|
|
69
|
+
NFeRetAutorizacao: string;
|
|
70
|
+
NFeRecepcaoEvento: string;
|
|
71
|
+
NFeConsultaCadastro: string;
|
|
72
|
+
};
|
|
73
|
+
producao: {
|
|
74
|
+
NFeStatusServico: string;
|
|
75
|
+
NFeAutorizacao: string;
|
|
76
|
+
NFeConsultaProtocolo: string;
|
|
77
|
+
NFeInutilizacao: string;
|
|
78
|
+
NFeRetAutorizacao: string;
|
|
79
|
+
NFeRecepcaoEvento: string;
|
|
80
|
+
NFeConsultaCadastro: string;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
export default _default;
|
|
@@ -0,0 +1,367 @@
|
|
|
1
|
+
/*
|
|
2
|
+
NFe Producao: https://www.nfe.fazenda.gov.br/portal/webservices.aspx
|
|
3
|
+
NFe Homologacao: https://hom.nfe.fazenda.gov.br/portal/webServices.aspx
|
|
4
|
+
*/
|
|
5
|
+
const extras = {
|
|
6
|
+
"SVAN": {
|
|
7
|
+
"homologacao": {
|
|
8
|
+
"NFeStatusServico": "https://hom.sefazvirtual.fazenda.gov.br/NFeStatusServico4/NFeStatusServico4.asmx",
|
|
9
|
+
"NFeAutorizacao": "https://hom.sefazvirtual.fazenda.gov.br/NFeAutorizacao4/NFeAutorizacao4.asmx",
|
|
10
|
+
"NFeConsultaProtocolo": "https://hom.sefazvirtual.fazenda.gov.br/NFeConsultaProtocolo4/NFeConsultaProtocolo4.asmx",
|
|
11
|
+
"NFeInutilizacao": "https://hom.sefazvirtual.fazenda.gov.br/NFeInutilizacao4/NFeInutilizacao4.asmx",
|
|
12
|
+
"NFeRetAutorizacao": "https://hom.sefazvirtual.fazenda.gov.br/NFeRetAutorizacao4/NFeRetAutorizacao4.asmx",
|
|
13
|
+
"NFeRecepcaoEvento": "https://hom.sefazvirtual.fazenda.gov.br/NFeRecepcaoEvento4/NFeRecepcaoEvento4.asmx",
|
|
14
|
+
"NFeConsultaCadastro": ""
|
|
15
|
+
},
|
|
16
|
+
"producao": {
|
|
17
|
+
"NFeStatusServico": "https://www.sefazvirtual.fazenda.gov.br/NFeStatusServico4/NFeStatusServico4.asmx",
|
|
18
|
+
"NFeAutorizacao": "https://www.sefazvirtual.fazenda.gov.br/NFeAutorizacao4/NFeAutorizacao4.asmx",
|
|
19
|
+
"NFeConsultaProtocolo": "https://www.sefazvirtual.fazenda.gov.br/NFeConsultaProtocolo4/NFeConsultaProtocolo4.asmx",
|
|
20
|
+
"NFeInutilizacao": "https://www.sefazvirtual.fazenda.gov.br/NFeInutilizacao4/NFeInutilizacao4.asmx",
|
|
21
|
+
"NFeRetAutorizacao": "https://www.sefazvirtual.fazenda.gov.br/NFeRetAutorizacao4/NFeRetAutorizacao4.asmx",
|
|
22
|
+
"NFeRecepcaoEvento": "https://www.sefazvirtual.fazenda.gov.br/NFeRecepcaoEvento4/NFeRecepcaoEvento4.asmx",
|
|
23
|
+
"NFeConsultaCadastro": ""
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"SVRS": {
|
|
27
|
+
"homologacao": {
|
|
28
|
+
"NFeStatusServico": "https://nfe-homologacao.svrs.rs.gov.br/ws/NfeStatusServico/NfeStatusServico4.asmx",
|
|
29
|
+
"NFeAutorizacao": "https://nfe-homologacao.svrs.rs.gov.br/ws/NfeAutorizacao/NFeAutorizacao4.asmx",
|
|
30
|
+
"NFeConsultaProtocolo": "https://nfe-homologacao.svrs.rs.gov.br/ws/NfeConsulta/NfeConsulta4.asmx",
|
|
31
|
+
"NFeInutilizacao": "https://nfe-homologacao.svrs.rs.gov.br/ws/nfeinutilizacao/nfeinutilizacao4.asmx",
|
|
32
|
+
"NFeRetAutorizacao": "https://nfe-homologacao.svrs.rs.gov.br/ws/NfeRetAutorizacao/NFeRetAutorizacao4.asmx",
|
|
33
|
+
"NFeRecepcaoEvento": "https://nfe-homologacao.svrs.rs.gov.br/ws/recepcaoevento/recepcaoevento4.asmx",
|
|
34
|
+
"NFeConsultaCadastro": ""
|
|
35
|
+
},
|
|
36
|
+
"producao": {
|
|
37
|
+
"NFeStatusServico": "https://nfe.svrs.rs.gov.br/ws/NfeStatusServico/NfeStatusServico4.asmx",
|
|
38
|
+
"NFeAutorizacao": "https://nfe.svrs.rs.gov.br/ws/NfeAutorizacao/NFeAutorizacao4.asmx",
|
|
39
|
+
"NFeConsultaProtocolo": "https://nfe.svrs.rs.gov.br/ws/NfeConsulta/NfeConsulta4.asmx",
|
|
40
|
+
"NFeInutilizacao": "https://nfe.svrs.rs.gov.br/ws/nfeinutilizacao/nfeinutilizacao4.asmx",
|
|
41
|
+
"NFeRetAutorizacao": "https://nfe.svrs.rs.gov.br/ws/NfeRetAutorizacao/NFeRetAutorizacao4.asmx",
|
|
42
|
+
"NFeRecepcaoEvento": "https://nfe.svrs.rs.gov.br/ws/recepcaoevento/recepcaoevento4.asmx",
|
|
43
|
+
"NFeConsultaCadastro": "https://cad.svrs.rs.gov.br/ws/cadconsultacadastro/cadconsultacadastro4.asmx"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"SVCAN": {
|
|
47
|
+
"homologacao": {
|
|
48
|
+
"NFeStatusServico": "https://hom.sefazvirtual.fazenda.gov.br/NFeStatusServico4/NFeStatusServico4.asmx",
|
|
49
|
+
"NFeAutorizacao": "https://hom.sefazvirtual.fazenda.gov.br/NFeAutorizacao4/NFeAutorizacao4.asmx",
|
|
50
|
+
"NFeConsultaProtocolo": "https://hom.sefazvirtual.fazenda.gov.br/NFeConsultaProtocolo4/NFeConsultaProtocolo4.asmx",
|
|
51
|
+
"NFeInutilizacao": "https://hom.sefazvirtual.fazenda.gov.br/NFeInutilizacao4/NFeInutilizacao4.asmx",
|
|
52
|
+
"NFeRetAutorizacao": "https://hom.sefazvirtual.fazenda.gov.br/NFeRetAutorizacao4/NFeRetAutorizacao4.asmx",
|
|
53
|
+
"NFeRecepcaoEvento": "https://hom.sefazvirtual.fazenda.gov.br/NFeRecepcaoEvento4/NFeRecepcaoEvento4.asmx",
|
|
54
|
+
"NFeConsultaCadastro": ""
|
|
55
|
+
},
|
|
56
|
+
"producao": {
|
|
57
|
+
"NFeStatusServico": "https://www.sefazvirtual.fazenda.gov.br/NFeStatusServico4/NFeStatusServico4.asmx",
|
|
58
|
+
"NFeAutorizacao": "https://www.sefazvirtual.fazenda.gov.br/NFeAutorizacao4/NFeAutorizacao4.asmx",
|
|
59
|
+
"NFeConsultaProtocolo": "https://www.sefazvirtual.fazenda.gov.br/NFeConsultaProtocolo4/NFeConsultaProtocolo4.asmx",
|
|
60
|
+
"NFeInutilizacao": "https://www.sefazvirtual.fazenda.gov.br/NFeInutilizacao4/NFeInutilizacao4.asmx",
|
|
61
|
+
"NFeRetAutorizacao": "https://www.sefazvirtual.fazenda.gov.br/NFeRetAutorizacao4/NFeRetAutorizacao4.asmx",
|
|
62
|
+
"NFeRecepcaoEvento": "https://www.sefazvirtual.fazenda.gov.br/NFeRecepcaoEvento4/NFeRecepcaoEvento4.asmx",
|
|
63
|
+
"NFeConsultaCadastro": ""
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"SVCRS": {
|
|
67
|
+
"mod55": {
|
|
68
|
+
"homologacao": {
|
|
69
|
+
"NFeStatusServico": "https://nfe-homologacao.svrs.rs.gov.br/ws/NfeStatusServico/NfeStatusServico4.asmx",
|
|
70
|
+
"NFeAutorizacao": "https://nfe-homologacao.svrs.rs.gov.br/ws/NfeAutorizacao/NFeAutorizacao4.asmx",
|
|
71
|
+
"NFeConsultaProtocolo": "https://nfe-homologacao.svrs.rs.gov.br/ws/NfeConsulta/NfeConsulta4.asmx",
|
|
72
|
+
"NFeInutilizacao": "https://nfe-homologacao.svrs.rs.gov.br/ws/nfeinutilizacao/nfeinutilizacao4.asmx",
|
|
73
|
+
"NFeRetAutorizacao": "https://nfe-homologacao.svrs.rs.gov.br/ws/NfeRetAutorizacao/NFeRetAutorizacao4.asmx",
|
|
74
|
+
"NFeRecepcaoEvento": "https://nfe-homologacao.svrs.rs.gov.br/ws/recepcaoevento/recepcaoevento4.asmx",
|
|
75
|
+
"NFeConsultaCadastro": ""
|
|
76
|
+
},
|
|
77
|
+
"producao": {
|
|
78
|
+
"NFeStatusServico": "https://nfe.svrs.rs.gov.br/ws/NfeStatusServico/NfeStatusServico4.asmx",
|
|
79
|
+
"NFeAutorizacao": "https://nfe.svrs.rs.gov.br/ws/NfeAutorizacao/NFeAutorizacao4.asmx",
|
|
80
|
+
"NFeConsultaProtocolo": "https://nfe.svrs.rs.gov.br/ws/NfeConsulta/NfeConsulta4.asmx",
|
|
81
|
+
"NFeInutilizacao": "https://nfe.svrs.rs.gov.br/ws/nfeinutilizacao/nfeinutilizacao4.asmx",
|
|
82
|
+
"NFeRetAutorizacao": "https://nfe.svrs.rs.gov.br/ws/NfeRetAutorizacao/NFeRetAutorizacao4.asmx",
|
|
83
|
+
"NFeRecepcaoEvento": "https://nfe.svrs.rs.gov.br/ws/recepcaoevento/recepcaoevento4.asmx",
|
|
84
|
+
"NFeConsultaCadastro": "https://cad.svrs.rs.gov.br/ws/cadconsultacadastro/cadconsultacadastro4.asmx"
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
};
|
|
89
|
+
const eventosCont = (UF) => {
|
|
90
|
+
switch (UF) {
|
|
91
|
+
case 'AC':
|
|
92
|
+
case 'AL':
|
|
93
|
+
case 'AP':
|
|
94
|
+
case 'DF':
|
|
95
|
+
case 'ES':
|
|
96
|
+
case 'MG':
|
|
97
|
+
case 'PB':
|
|
98
|
+
case 'RJ':
|
|
99
|
+
case 'RN':
|
|
100
|
+
case 'RO':
|
|
101
|
+
case 'RR':
|
|
102
|
+
case 'RS':
|
|
103
|
+
case 'SC':
|
|
104
|
+
case 'SE':
|
|
105
|
+
case 'SP':
|
|
106
|
+
case 'TO':
|
|
107
|
+
return extras.SVCAN;
|
|
108
|
+
case 'AM':
|
|
109
|
+
case 'BA':
|
|
110
|
+
case 'CE':
|
|
111
|
+
case 'GO':
|
|
112
|
+
case 'MA':
|
|
113
|
+
case 'MS':
|
|
114
|
+
case 'MT':
|
|
115
|
+
case 'PA':
|
|
116
|
+
case 'PE':
|
|
117
|
+
case 'PI':
|
|
118
|
+
case 'PR':
|
|
119
|
+
return extras.SVCRS;
|
|
120
|
+
default:
|
|
121
|
+
throw new Error('Autorizador de Contingência não encontrado!');
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
const eventos = (UF) => {
|
|
125
|
+
switch (UF) {
|
|
126
|
+
case 'AM':
|
|
127
|
+
return {
|
|
128
|
+
"homologacao": {
|
|
129
|
+
"NFeStatusServico": "https://homnfe.sefaz.am.gov.br/services2/services/NfeStatusServico4",
|
|
130
|
+
"NFeAutorizacao": "https://homnfe.sefaz.am.gov.br/services2/services/NfeAutorizacao4",
|
|
131
|
+
"NFeConsultaProtocolo": "https://homnfe.sefaz.am.gov.br/services2/services/NfeConsulta4",
|
|
132
|
+
"NFeInutilizacao": "https://homnfe.sefaz.am.gov.br/services2/services/NfeInutilizacao4",
|
|
133
|
+
"NFeRetAutorizacao": "https://homnfe.sefaz.am.gov.br/services2/services/NfeRetAutorizacao4",
|
|
134
|
+
"NFeRecepcaoEvento": "https://homnfe.sefaz.am.gov.br/services2/services/RecepcaoEvento4",
|
|
135
|
+
"NFeConsultaCadastro": ""
|
|
136
|
+
},
|
|
137
|
+
"producao": {
|
|
138
|
+
"NFeStatusServico": "https://nfe.sefaz.am.gov.br/services2/services/NfeStatusServico4",
|
|
139
|
+
"NFeAutorizacao": "https://nfe.sefaz.am.gov.br/services2/services/NfeAutorizacao4",
|
|
140
|
+
"NFeConsultaProtocolo": "https://nfe.sefaz.am.gov.br/services2/services/NfeConsulta4",
|
|
141
|
+
"NFeInutilizacao": "https://nfe.sefaz.am.gov.br/services2/services/NfeInutilizacao4",
|
|
142
|
+
"NFeRetAutorizacao": "https://nfe.sefaz.am.gov.br/services2/services/NfeRetAutorizacao4",
|
|
143
|
+
"NFeRecepcaoEvento": "https://nfe.sefaz.am.gov.br/services2/services/RecepcaoEvento4",
|
|
144
|
+
"NFeConsultaCadastro": ""
|
|
145
|
+
}
|
|
146
|
+
};
|
|
147
|
+
case 'BA':
|
|
148
|
+
return {
|
|
149
|
+
"homologacao": {
|
|
150
|
+
"NFeStatusServico": "https://hnfe.sefaz.ba.gov.br/webservices/NFeStatusServico4/NFeStatusServico4.asmx",
|
|
151
|
+
"NFeAutorizacao": "https://hnfe.sefaz.ba.gov.br/webservices/NFeAutorizacao4/NFeAutorizacao4.asmx",
|
|
152
|
+
"NFeConsultaProtocolo": "https://hnfe.sefaz.ba.gov.br/webservices/NFeConsultaProtocolo4/NFeConsultaProtocolo4.asmx",
|
|
153
|
+
"NFeInutilizacao": "https://hnfe.sefaz.ba.gov.br/webservices/NFeInutilizacao4/NFeInutilizacao4.asmx",
|
|
154
|
+
"NFeRetAutorizacao": "https://hnfe.sefaz.ba.gov.br/webservices/NFeRetAutorizacao4/NFeRetAutorizacao4.asmx",
|
|
155
|
+
"NFeRecepcaoEvento": "https://hnfe.sefaz.ba.gov.br/webservices/NFeRecepcaoEvento4/NFeRecepcaoEvento4.asmx",
|
|
156
|
+
"NFeConsultaCadastro": "https://hnfe.sefaz.ba.gov.br/webservices/CadConsultaCadastro4/CadConsultaCadastro4.asmx"
|
|
157
|
+
},
|
|
158
|
+
"producao": {
|
|
159
|
+
"NFeStatusServico": "https://nfe.sefaz.ba.gov.br/webservices/NFeStatusServico4/NFeStatusServico4.asmx",
|
|
160
|
+
"NFeAutorizacao": "https://nfe.sefaz.ba.gov.br/webservices/NFeAutorizacao4/NFeAutorizacao4.asmx",
|
|
161
|
+
"NFeConsultaProtocolo": "https://nfe.sefaz.ba.gov.br/webservices/NFeConsultaProtocolo4/NFeConsultaProtocolo4.asmx",
|
|
162
|
+
"NFeInutilizacao": "https://nfe.sefaz.ba.gov.br/webservices/NFeInutilizacao4/NFeInutilizacao4.asmx",
|
|
163
|
+
"NFeRetAutorizacao": "https://nfe.sefaz.ba.gov.br/webservices/NFeRetAutorizacao4/NFeRetAutorizacao4.asmx",
|
|
164
|
+
"NFeRecepcaoEvento": "https://nfe.sefaz.ba.gov.br/webservices/NFeRecepcaoEvento4/NFeRecepcaoEvento4.asmx",
|
|
165
|
+
"NFeConsultaCadastro": "https://nfe.sefaz.ba.gov.br/webservices/CadConsultaCadastro4/CadConsultaCadastro4.asmx"
|
|
166
|
+
}
|
|
167
|
+
};
|
|
168
|
+
case 'CE':
|
|
169
|
+
return extras.SVCAN;
|
|
170
|
+
case 'GO':
|
|
171
|
+
return {
|
|
172
|
+
"homologacao": {
|
|
173
|
+
"NFeStatusServico": "https://homolog.sefaz.go.gov.br/nfe/services/NFeStatusServico4",
|
|
174
|
+
"NFeAutorizacao": "https://homolog.sefaz.go.gov.br/nfe/services/NFeAutorizacao4",
|
|
175
|
+
"NFeConsultaProtocolo": "https://homolog.sefaz.go.gov.br/nfe/services/NFeConsultaProtocolo4",
|
|
176
|
+
"NFeInutilizacao": "https://homolog.sefaz.go.gov.br/nfe/services/NFeInutilizacao4",
|
|
177
|
+
"NFeRetAutorizacao": "https://homolog.sefaz.go.gov.br/nfe/services/NFeRetAutorizacao4",
|
|
178
|
+
"NFeRecepcaoEvento": "https://homolog.sefaz.go.gov.br/nfe/services/NFeRecepcaoEvento4",
|
|
179
|
+
"NFeConsultaCadastro": "https://homolog.sefaz.go.gov.br/nfe/services/CadConsultaCadastro4"
|
|
180
|
+
},
|
|
181
|
+
"producao": {
|
|
182
|
+
"NFeStatusServico": "https://nfe.sefaz.go.gov.br/nfe/services/NFeStatusServico4",
|
|
183
|
+
"NFeAutorizacao": "https://nfe.sefaz.go.gov.br/nfe/services/NFeAutorizacao4",
|
|
184
|
+
"NFeConsultaProtocolo": "https://nfe.sefaz.go.gov.br/nfe/services/NFeConsultaProtocolo4",
|
|
185
|
+
"NFeInutilizacao": "https://nfe.sefaz.go.gov.br/nfe/services/NFeInutilizacao4",
|
|
186
|
+
"NFeRetAutorizacao": "https://nfe.sefaz.go.gov.br/nfe/services/NFeRetAutorizacao4",
|
|
187
|
+
"NFeRecepcaoEvento": "https://nfe.sefaz.go.gov.br/nfe/services/NFeRecepcaoEvento4",
|
|
188
|
+
"NFeConsultaCadastro": "https://nfe.sefaz.go.gov.br/nfe/services/CadConsultaCadastro4"
|
|
189
|
+
}
|
|
190
|
+
};
|
|
191
|
+
case 'MG':
|
|
192
|
+
return {
|
|
193
|
+
"homologacao": {
|
|
194
|
+
"NFeStatusServico": "https://hnfe.fazenda.mg.gov.br/nfe2/services/NFeStatusServico4",
|
|
195
|
+
"NFeAutorizacao": "https://hnfe.fazenda.mg.gov.br/nfe2/services/NFeAutorizacao4",
|
|
196
|
+
"NFeConsultaProtocolo": "https://hnfe.fazenda.mg.gov.br/nfe2/services/NFeConsultaProtocolo4",
|
|
197
|
+
"NFeInutilizacao": "https://hnfe.fazenda.mg.gov.br/nfe2/services/NFeInutilizacao4",
|
|
198
|
+
"NFeRetAutorizacao": "https://hnfe.fazenda.mg.gov.br/nfe2/services/NFeRetAutorizacao4",
|
|
199
|
+
"NFeRecepcaoEvento": "https://hnfe.fazenda.mg.gov.br/nfe2/services/NFeRecepcaoEvento4",
|
|
200
|
+
"NFeConsultaCadastro": "https://hnfe.fazenda.mg.gov.br/nfe2/services/CadConsultaCadastro4"
|
|
201
|
+
},
|
|
202
|
+
"producao": {
|
|
203
|
+
"NFeStatusServico": "https://nfe.fazenda.mg.gov.br/nfe2/services/NFeStatusServico4",
|
|
204
|
+
"NFeAutorizacao": "https://nfe.fazenda.mg.gov.br/nfe2/services/NFeAutorizacao4",
|
|
205
|
+
"NFeConsultaProtocolo": "https://nfe.fazenda.mg.gov.br/nfe2/services/NFeConsultaProtocolo4",
|
|
206
|
+
"NFeInutilizacao": "https://nfe.fazenda.mg.gov.br/nfe2/services/NFeInutilizacao4",
|
|
207
|
+
"NFeRetAutorizacao": "https://nfe.fazenda.mg.gov.br/nfe2/services/NFeRetAutorizacao4",
|
|
208
|
+
"NFeRecepcaoEvento": "https://nfe.fazenda.mg.gov.br/nfe2/services/NFeRecepcaoEvento4",
|
|
209
|
+
"NFeConsultaCadastro": "https://nfe.fazenda.mg.gov.br/nfe2/services/CadConsultaCadastro4"
|
|
210
|
+
}
|
|
211
|
+
};
|
|
212
|
+
case 'MS':
|
|
213
|
+
return {
|
|
214
|
+
"homologacao": {
|
|
215
|
+
"NFeStatusServico": "https://hom.nfe.sefaz.ms.gov.br/ws/NFeStatusServico4",
|
|
216
|
+
"NFeAutorizacao": "https://hom.nfe.sefaz.ms.gov.br/ws/NFeAutorizacao4",
|
|
217
|
+
"NFeConsultaProtocolo": "https://hom.nfe.sefaz.ms.gov.br/ws/NFeConsultaProtocolo4",
|
|
218
|
+
"NFeInutilizacao": "https://hom.nfe.sefaz.ms.gov.br/ws/NFeInutilizacao4",
|
|
219
|
+
"NFeRetAutorizacao": "https://hom.nfe.sefaz.ms.gov.br/ws/NFeRetAutorizacao4",
|
|
220
|
+
"NFeRecepcaoEvento": "https://hom.nfe.sefaz.ms.gov.br/ws/NFeRecepcaoEvento4",
|
|
221
|
+
"NFeConsultaCadastro": "https://hom.nfe.sefaz.ms.gov.br/ws/CadConsultaCadastro4"
|
|
222
|
+
},
|
|
223
|
+
"producao": {
|
|
224
|
+
"NFeStatusServico": "https://nfe.sefaz.ms.gov.br/ws/NFeStatusServico4",
|
|
225
|
+
"NFeAutorizacao": "https://nfe.sefaz.ms.gov.br/ws/NFeAutorizacao4",
|
|
226
|
+
"NFeConsultaProtocolo": "https://nfe.sefaz.ms.gov.br/ws/NFeConsultaProtocolo4",
|
|
227
|
+
"NFeInutilizacao": "https://nfe.sefaz.ms.gov.br/ws/NFeInutilizacao4",
|
|
228
|
+
"NFeRetAutorizacao": "https://nfe.sefaz.ms.gov.br/ws/NFeRetAutorizacao4",
|
|
229
|
+
"NFeRecepcaoEvento": "https://nfe.sefaz.ms.gov.br/ws/NFeRecepcaoEvento4",
|
|
230
|
+
"NFeConsultaCadastro": "https://nfe.sefaz.ms.gov.br/ws/CadConsultaCadastro4"
|
|
231
|
+
}
|
|
232
|
+
};
|
|
233
|
+
case 'MT':
|
|
234
|
+
return {
|
|
235
|
+
"homologacao": {
|
|
236
|
+
"NFeStatusServico": "https://homologacao.sefaz.mt.gov.br/nfews/v2/services/NfeStatusServico4",
|
|
237
|
+
"NFeAutorizacao": "https://homologacao.sefaz.mt.gov.br/nfews/v2/services/NfeAutorizacao4",
|
|
238
|
+
"NFeConsultaProtocolo": "https://homologacao.sefaz.mt.gov.br/nfews/v2/services/NfeConsulta4",
|
|
239
|
+
"NFeInutilizacao": "https://homologacao.sefaz.mt.gov.br/nfews/v2/services/NfeInutilizacao4",
|
|
240
|
+
"NFeRetAutorizacao": "https://homologacao.sefaz.mt.gov.br/nfews/v2/services/NfeRetAutorizacao4",
|
|
241
|
+
"NFeRecepcaoEvento": "https://homologacao.sefaz.mt.gov.br/nfews/v2/services/RecepcaoEvento4",
|
|
242
|
+
"NFeConsultaCadastro": "https://homologacao.sefaz.mt.gov.br/nfews/v2/services/CadConsultaCadastro4"
|
|
243
|
+
},
|
|
244
|
+
"producao": {
|
|
245
|
+
"NFeStatusServico": "https://nfe.sefaz.mt.gov.br/nfews/v2/services/NfeStatusServico4",
|
|
246
|
+
"NFeAutorizacao": "https://nfe.sefaz.mt.gov.br/nfews/v2/services/NfeAutorizacao4",
|
|
247
|
+
"NFeConsultaProtocolo": "https://nfe.sefaz.mt.gov.br/nfews/v2/services/NfeConsulta4",
|
|
248
|
+
"NFeInutilizacao": "https://nfe.sefaz.mt.gov.br/nfews/v2/services/NfeInutilizacao4",
|
|
249
|
+
"NFeRetAutorizacao": "https://nfe.sefaz.mt.gov.br/nfews/v2/services/NfeRetAutorizacao4",
|
|
250
|
+
"NFeRecepcaoEvento": "https://nfe.sefaz.mt.gov.br/nfews/v2/services/RecepcaoEvento4",
|
|
251
|
+
"NFeConsultaCadastro": "https://nfe.sefaz.mt.gov.br/nfews/v2/services/CadConsultaCadastro4"
|
|
252
|
+
}
|
|
253
|
+
};
|
|
254
|
+
case 'PE':
|
|
255
|
+
return {
|
|
256
|
+
"homologacao": {
|
|
257
|
+
"NFeStatusServico": "https://nfehomolog.sefaz.pe.gov.br/nfe-service/services/NFeStatusServico4",
|
|
258
|
+
"NFeAutorizacao": "https://nfehomolog.sefaz.pe.gov.br/nfe-service/services/NFeAutorizacao4",
|
|
259
|
+
"NFeConsultaProtocolo": "https://nfehomolog.sefaz.pe.gov.br/nfe-service/services/NFeConsultaProtocolo4",
|
|
260
|
+
"NFeInutilizacao": "https://nfehomolog.sefaz.pe.gov.br/nfe-service/services/NFeInutilizacao4",
|
|
261
|
+
"NFeRetAutorizacao": "https://nfehomolog.sefaz.pe.gov.br/nfe-service/services/NFeRetAutorizacao4",
|
|
262
|
+
"NFeRecepcaoEvento": "https://nfehomolog.sefaz.pe.gov.br/nfe-service/services/NFeRecepcaoEvento4",
|
|
263
|
+
"NFeConsultaCadastro": "https://nfehomolog.sefaz.pe.gov.br/nfe-service/services/CadConsultaCadastro4"
|
|
264
|
+
},
|
|
265
|
+
"producao": {
|
|
266
|
+
"NFeStatusServico": "https://nfe.sefaz.pe.gov.br/nfe-service/services/NFeStatusServico4",
|
|
267
|
+
"NFeAutorizacao": "https://nfe.sefaz.pe.gov.br/nfe-service/services/NFeAutorizacao4",
|
|
268
|
+
"NFeConsultaProtocolo": "https://nfe.sefaz.pe.gov.br/nfe-service/services/NFeConsultaProtocolo4",
|
|
269
|
+
"NFeInutilizacao": "https://nfe.sefaz.pe.gov.br/nfe-service/services/NFeInutilizacao4",
|
|
270
|
+
"NFeRetAutorizacao": "https://nfe.sefaz.pe.gov.br/nfe-service/services/NFeRetAutorizacao4",
|
|
271
|
+
"NFeRecepcaoEvento": "https://nfe.sefaz.pe.gov.br/nfe-service/services/NFeRecepcaoEvento4",
|
|
272
|
+
"NFeConsultaCadastro": "https://nfe.sefaz.pe.gov.br/nfe-service/services/CadConsultaCadastro4"
|
|
273
|
+
}
|
|
274
|
+
};
|
|
275
|
+
case 'PR':
|
|
276
|
+
return {
|
|
277
|
+
"homologacao": {
|
|
278
|
+
"NFeStatusServico": "https://homologacao.nfe.sefa.pr.gov.br/nfe/NFeStatusServico4",
|
|
279
|
+
"NFeAutorizacao": "https://homologacao.nfe.sefa.pr.gov.br/nfe/NFeAutorizacao4",
|
|
280
|
+
"NFeConsultaProtocolo": "https://homologacao.nfe.sefa.pr.gov.br/nfe/NFeConsultaProtocolo4",
|
|
281
|
+
"NFeInutilizacao": "https://homologacao.nfe.sefa.pr.gov.br/nfe/NFeInutilizacao4",
|
|
282
|
+
"NFeRetAutorizacao": "https://homologacao.nfe.sefa.pr.gov.br/nfe/NFeRetAutorizacao4",
|
|
283
|
+
"NFeRecepcaoEvento": "https://homologacao.nfe.sefa.pr.gov.br/nfe/NFeRecepcaoEvento4",
|
|
284
|
+
"NFeConsultaCadastro": "https://homologacao.nfe.sefa.pr.gov.br/nfe/CadConsultaCadastro4"
|
|
285
|
+
},
|
|
286
|
+
"producao": {
|
|
287
|
+
"NFeStatusServico": "https://nfe.sefa.pr.gov.br/nfe/NFeStatusServico4",
|
|
288
|
+
"NFeAutorizacao": "https://nfe.sefa.pr.gov.br/nfe/NFeAutorizacao4",
|
|
289
|
+
"NFeConsultaProtocolo": "https://nfe.sefa.pr.gov.br/nfe/NFeConsultaProtocolo4",
|
|
290
|
+
"NFeInutilizacao": "https://nfe.sefa.pr.gov.br/nfe/NFeInutilizacao4",
|
|
291
|
+
"NFeRetAutorizacao": "https://nfe.sefa.pr.gov.br/nfe/NFeRetAutorizacao4",
|
|
292
|
+
"NFeRecepcaoEvento": "https://nfe.sefa.pr.gov.br/nfe/NFeRecepcaoEvento4",
|
|
293
|
+
"NFeConsultaCadastro": "https://nfe.sefa.pr.gov.br/nfe/CadConsultaCadastro4"
|
|
294
|
+
}
|
|
295
|
+
};
|
|
296
|
+
case 'RS':
|
|
297
|
+
return {
|
|
298
|
+
"homologacao": {
|
|
299
|
+
"NFeStatusServico": "https://nfe-homologacao.sefazrs.rs.gov.br/ws/NfeStatusServico/NfeStatusServico4.asmx",
|
|
300
|
+
"NFeAutorizacao": "https://nfe-homologacao.sefazrs.rs.gov.br/ws/NfeAutorizacao/NFeAutorizacao4.asmx",
|
|
301
|
+
"NFeConsultaProtocolo": "https://nfe-homologacao.sefazrs.rs.gov.br/ws/NfeConsulta/NfeConsulta4.asmx",
|
|
302
|
+
"NFeInutilizacao": "https://nfe-homologacao.sefazrs.rs.gov.br/ws/nfeinutilizacao/nfeinutilizacao4.asmx",
|
|
303
|
+
"NFeRetAutorizacao": "https://nfe-homologacao.sefazrs.rs.gov.br/ws/NfeRetAutorizacao/NFeRetAutorizacao4.asmx",
|
|
304
|
+
"NFeRecepcaoEvento": "https://nfe-homologacao.sefazrs.rs.gov.br/ws/recepcaoevento/recepcaoevento4.asmx",
|
|
305
|
+
"NFeConsultaCadastro": "https://cad.svrs.rs.gov.br/ws/cadconsultacadastro/cadconsultacadastro4.asmx"
|
|
306
|
+
},
|
|
307
|
+
"producao": {
|
|
308
|
+
"NFeStatusServico": "https://nfe.sefazrs.rs.gov.br/ws/NfeStatusServico/NfeStatusServico4.asmx",
|
|
309
|
+
"NFeAutorizacao": "https://nfe.sefazrs.rs.gov.br/ws/NfeAutorizacao/NFeAutorizacao4.asmx",
|
|
310
|
+
"NFeConsultaProtocolo": "https://nfe.sefazrs.rs.gov.br/ws/NfeConsulta/NfeConsulta4.asmx",
|
|
311
|
+
"NFeInutilizacao": "https://nfe.sefazrs.rs.gov.br/ws/nfeinutilizacao/nfeinutilizacao4.asmx",
|
|
312
|
+
"NFeRetAutorizacao": "https://nfe.sefazrs.rs.gov.br/ws/NfeRetAutorizacao/NFeRetAutorizacao4.asmx",
|
|
313
|
+
"NFeRecepcaoEvento": "https://nfe.sefazrs.rs.gov.br/ws/recepcaoevento/recepcaoevento4.asmx",
|
|
314
|
+
"NFeConsultaCadastro": "https://cad.svrs.rs.gov.br/ws/cadconsultacadastro/cadconsultacadastro4.asmx"
|
|
315
|
+
}
|
|
316
|
+
};
|
|
317
|
+
case 'SP':
|
|
318
|
+
return {
|
|
319
|
+
"homologacao": {
|
|
320
|
+
"NFeStatusServico": "https://homologacao.nfe.fazenda.sp.gov.br/ws/nfestatusservico4.asmx",
|
|
321
|
+
"NFeAutorizacao": "https://homologacao.nfe.fazenda.sp.gov.br/ws/nfeautorizacao4.asmx",
|
|
322
|
+
"NFeConsultaProtocolo": "https://homologacao.nfe.fazenda.sp.gov.br/ws/nfeconsultaprotocolo4.asmx",
|
|
323
|
+
"NFeInutilizacao": "https://homologacao.nfe.fazenda.sp.gov.br/ws/nfeinutilizacao4.asmx",
|
|
324
|
+
"NFeRetAutorizacao": "https://homologacao.nfe.fazenda.sp.gov.br/ws/nferetautorizacao4.asmx",
|
|
325
|
+
"NFeRecepcaoEvento": "https://homologacao.nfe.fazenda.sp.gov.br/ws/nferecepcaoevento4.asmx",
|
|
326
|
+
"NFeConsultaCadastro": "https://homologacao.nfe.fazenda.sp.gov.br/ws/cadconsultacadastro4.asmx"
|
|
327
|
+
},
|
|
328
|
+
"producao": {
|
|
329
|
+
"NFeStatusServico": "https://nfe.fazenda.sp.gov.br/ws/nfestatusservico4.asmx",
|
|
330
|
+
"NFeAutorizacao": "https://nfe.fazenda.sp.gov.br/ws/nfeautorizacao4.asmx",
|
|
331
|
+
"NFeConsultaProtocolo": "https://nfe.fazenda.sp.gov.br/ws/nfeconsultaprotocolo4.asmx",
|
|
332
|
+
"NFeInutilizacao": "https://nfe.fazenda.sp.gov.br/ws/nfeinutilizacao4.asmx",
|
|
333
|
+
"NFeRetAutorizacao": "https://nfe.fazenda.sp.gov.br/ws/nferetautorizacao4.asmx",
|
|
334
|
+
"NFeRecepcaoEvento": "https://nfe.fazenda.sp.gov.br/ws/nferecepcaoevento4.asmx",
|
|
335
|
+
"NFeConsultaCadastro": "https://nfe.fazenda.sp.gov.br/ws/cadconsultacadastro4.asmx"
|
|
336
|
+
}
|
|
337
|
+
};
|
|
338
|
+
case 'MA':
|
|
339
|
+
case 'PA':
|
|
340
|
+
return extras.SVAN;
|
|
341
|
+
case 'AC':
|
|
342
|
+
case 'AL':
|
|
343
|
+
case 'AP':
|
|
344
|
+
case 'DF':
|
|
345
|
+
case 'ES':
|
|
346
|
+
case 'PB':
|
|
347
|
+
case 'PI':
|
|
348
|
+
case 'RJ':
|
|
349
|
+
case 'RN':
|
|
350
|
+
case 'RO':
|
|
351
|
+
case 'RR':
|
|
352
|
+
case 'SC':
|
|
353
|
+
case 'SE':
|
|
354
|
+
case 'TO':
|
|
355
|
+
case 'SVRS':
|
|
356
|
+
return extras.SVRS;
|
|
357
|
+
case 'SVAN':
|
|
358
|
+
return extras.SVAN;
|
|
359
|
+
case 'SVCAN':
|
|
360
|
+
return extras.SVCAN;
|
|
361
|
+
case 'SVCRS':
|
|
362
|
+
return extras.SVCRS;
|
|
363
|
+
default:
|
|
364
|
+
throw new Error('Autorizador não encontrado!');
|
|
365
|
+
}
|
|
366
|
+
};
|
|
367
|
+
export default { eventos, eventosCont };
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
eventos: (UF: string) => {
|
|
3
|
+
homologacao: {
|
|
4
|
+
NFeAutorizacao: string;
|
|
5
|
+
NFeRetAutorizacao: string;
|
|
6
|
+
NFeInutilizacao: string;
|
|
7
|
+
NFeConsultaProtocolo: string;
|
|
8
|
+
NFeStatusServico: string;
|
|
9
|
+
NFeRecepcaoEvento: string;
|
|
10
|
+
};
|
|
11
|
+
producao: {
|
|
12
|
+
NFeAutorizacao: string;
|
|
13
|
+
NFeRetAutorizacao: string;
|
|
14
|
+
NFeInutilizacao: string;
|
|
15
|
+
NFeConsultaProtocolo: string;
|
|
16
|
+
NFeStatusServico: string;
|
|
17
|
+
NFeRecepcaoEvento: string;
|
|
18
|
+
};
|
|
19
|
+
} | {
|
|
20
|
+
homologacao: {
|
|
21
|
+
NFeAutorizacao: string;
|
|
22
|
+
NFeRetAutorizacao: string;
|
|
23
|
+
NFeInutilizacao: string;
|
|
24
|
+
NFeConsultaProtocolo: string;
|
|
25
|
+
NFeStatusServico: string;
|
|
26
|
+
NFeRecepcaoEvento: string;
|
|
27
|
+
NFeConsultaQR: string;
|
|
28
|
+
CscNFCe: string;
|
|
29
|
+
urlChave: string;
|
|
30
|
+
RecepcaoEPEC?: undefined;
|
|
31
|
+
EPECStatusServico?: undefined;
|
|
32
|
+
NFeConsultaCadastro?: undefined;
|
|
33
|
+
};
|
|
34
|
+
producao: {
|
|
35
|
+
NFeAutorizacao: string;
|
|
36
|
+
NFeRetAutorizacao: string;
|
|
37
|
+
NFeInutilizacao: string;
|
|
38
|
+
NFeConsultaProtocolo: string;
|
|
39
|
+
NFeStatusServico: string;
|
|
40
|
+
NFeRecepcaoEvento: string;
|
|
41
|
+
NFeConsultaQR: string;
|
|
42
|
+
CscNFCe: string;
|
|
43
|
+
urlChave: string;
|
|
44
|
+
RecepcaoEPEC?: undefined;
|
|
45
|
+
EPECStatusServico?: undefined;
|
|
46
|
+
NFeConsultaCadastro?: undefined;
|
|
47
|
+
};
|
|
48
|
+
} | {
|
|
49
|
+
homologacao: {
|
|
50
|
+
NFeConsultaQR: string;
|
|
51
|
+
urlChave: string;
|
|
52
|
+
NFeAutorizacao?: undefined;
|
|
53
|
+
NFeRetAutorizacao?: undefined;
|
|
54
|
+
NFeInutilizacao?: undefined;
|
|
55
|
+
NFeConsultaProtocolo?: undefined;
|
|
56
|
+
NFeStatusServico?: undefined;
|
|
57
|
+
NFeRecepcaoEvento?: undefined;
|
|
58
|
+
CscNFCe?: undefined;
|
|
59
|
+
RecepcaoEPEC?: undefined;
|
|
60
|
+
EPECStatusServico?: undefined;
|
|
61
|
+
NFeConsultaCadastro?: undefined;
|
|
62
|
+
};
|
|
63
|
+
producao: {
|
|
64
|
+
NFeConsultaQR: string;
|
|
65
|
+
urlChave: string;
|
|
66
|
+
NFeAutorizacao?: undefined;
|
|
67
|
+
NFeRetAutorizacao?: undefined;
|
|
68
|
+
NFeInutilizacao?: undefined;
|
|
69
|
+
NFeConsultaProtocolo?: undefined;
|
|
70
|
+
NFeStatusServico?: undefined;
|
|
71
|
+
NFeRecepcaoEvento?: undefined;
|
|
72
|
+
CscNFCe?: undefined;
|
|
73
|
+
RecepcaoEPEC?: undefined;
|
|
74
|
+
EPECStatusServico?: undefined;
|
|
75
|
+
NFeConsultaCadastro?: undefined;
|
|
76
|
+
};
|
|
77
|
+
} | {
|
|
78
|
+
homologacao: {
|
|
79
|
+
NFeAutorizacao: string;
|
|
80
|
+
NFeRetAutorizacao: string;
|
|
81
|
+
NFeInutilizacao: string;
|
|
82
|
+
NFeConsultaProtocolo: string;
|
|
83
|
+
NFeStatusServico: string;
|
|
84
|
+
NFeRecepcaoEvento: string;
|
|
85
|
+
NFeConsultaQR: string;
|
|
86
|
+
urlChave: string;
|
|
87
|
+
CscNFCe?: undefined;
|
|
88
|
+
RecepcaoEPEC?: undefined;
|
|
89
|
+
EPECStatusServico?: undefined;
|
|
90
|
+
NFeConsultaCadastro?: undefined;
|
|
91
|
+
};
|
|
92
|
+
producao: {
|
|
93
|
+
NFeAutorizacao: string;
|
|
94
|
+
NFeRetAutorizacao: string;
|
|
95
|
+
NFeInutilizacao: string;
|
|
96
|
+
NFeConsultaProtocolo: string;
|
|
97
|
+
NFeStatusServico: string;
|
|
98
|
+
NFeRecepcaoEvento: string;
|
|
99
|
+
NFeConsultaQR: string;
|
|
100
|
+
urlChave: string;
|
|
101
|
+
CscNFCe?: undefined;
|
|
102
|
+
RecepcaoEPEC?: undefined;
|
|
103
|
+
EPECStatusServico?: undefined;
|
|
104
|
+
NFeConsultaCadastro?: undefined;
|
|
105
|
+
};
|
|
106
|
+
} | {
|
|
107
|
+
homologacao: {
|
|
108
|
+
NFeAutorizacao: string;
|
|
109
|
+
NFeRetAutorizacao: string;
|
|
110
|
+
NFeInutilizacao: string;
|
|
111
|
+
NFeConsultaProtocolo: string;
|
|
112
|
+
NFeStatusServico: string;
|
|
113
|
+
NFeRecepcaoEvento: string;
|
|
114
|
+
RecepcaoEPEC: string;
|
|
115
|
+
EPECStatusServico: string;
|
|
116
|
+
NFeConsultaQR: string;
|
|
117
|
+
urlChave: string;
|
|
118
|
+
CscNFCe?: undefined;
|
|
119
|
+
NFeConsultaCadastro?: undefined;
|
|
120
|
+
};
|
|
121
|
+
producao: {
|
|
122
|
+
NFeAutorizacao: string;
|
|
123
|
+
NFeRetAutorizacao: string;
|
|
124
|
+
NFeInutilizacao: string;
|
|
125
|
+
NFeConsultaProtocolo: string;
|
|
126
|
+
NFeStatusServico: string;
|
|
127
|
+
NFeRecepcaoEvento: string;
|
|
128
|
+
RecepcaoEPEC: string;
|
|
129
|
+
EPECStatusServico: string;
|
|
130
|
+
NFeConsultaQR: string;
|
|
131
|
+
urlChave: string;
|
|
132
|
+
CscNFCe?: undefined;
|
|
133
|
+
NFeConsultaCadastro?: undefined;
|
|
134
|
+
};
|
|
135
|
+
} | {
|
|
136
|
+
homologacao: {
|
|
137
|
+
NFeStatusServico: string;
|
|
138
|
+
NFeAutorizacao: string;
|
|
139
|
+
NFeConsultaProtocolo: string;
|
|
140
|
+
NFeInutilizacao: string;
|
|
141
|
+
NFeRetAutorizacao: string;
|
|
142
|
+
NFeRecepcaoEvento: string;
|
|
143
|
+
NFeConsultaCadastro: string;
|
|
144
|
+
NFeConsultaQR: string;
|
|
145
|
+
urlChave: string;
|
|
146
|
+
CscNFCe?: undefined;
|
|
147
|
+
RecepcaoEPEC?: undefined;
|
|
148
|
+
EPECStatusServico?: undefined;
|
|
149
|
+
};
|
|
150
|
+
producao: {
|
|
151
|
+
NFeStatusServico: string;
|
|
152
|
+
NFeAutorizacao: string;
|
|
153
|
+
NFeConsultaProtocolo: string;
|
|
154
|
+
NFeInutilizacao: string;
|
|
155
|
+
NFeRetAutorizacao: string;
|
|
156
|
+
NFeRecepcaoEvento: string;
|
|
157
|
+
NFeConsultaCadastro: string;
|
|
158
|
+
NFeConsultaQR: string;
|
|
159
|
+
urlChave: string;
|
|
160
|
+
CscNFCe?: undefined;
|
|
161
|
+
RecepcaoEPEC?: undefined;
|
|
162
|
+
EPECStatusServico?: undefined;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
export default _default;
|