mdz-enum 1.5.21 → 1.5.23
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 +7 -7
- package/dist/checkout/index.d.ts +28 -28
- package/dist/checkout/index.js +83 -83
- package/dist/commercial/index.d.ts +227 -227
- package/dist/commercial/index.js +549 -549
- package/dist/common/index.d.ts +47 -47
- package/dist/common/index.js +137 -137
- package/dist/config/index.d.ts +166 -138
- package/dist/config/index.js +478 -395
- package/dist/finance/index.d.ts +164 -164
- package/dist/finance/index.js +425 -425
- package/dist/fiscal/index.d.ts +468 -468
- package/dist/fiscal/index.js +1165 -1165
- package/dist/functions.d.ts +11 -11
- package/dist/functions.js +74 -74
- package/dist/general/index.d.ts +257 -257
- package/dist/general/index.js +489 -489
- package/dist/index.d.ts +14 -14
- package/dist/index.js +209 -208
- package/dist/integration/index.d.ts +19 -19
- package/dist/integration/index.js +57 -57
- package/dist/logistics/index.d.ts +124 -124
- package/dist/logistics/index.js +359 -359
- package/dist/marketplace/templates/components/index.d.ts +158 -158
- package/dist/marketplace/templates/components/index.js +171 -171
- package/dist/marketplace/templates/elements/index.d.ts +32 -32
- package/dist/marketplace/templates/elements/index.js +35 -35
- package/dist/marketplace/templates/index.d.ts +292 -295
- package/dist/marketplace/templates/index.js +40 -40
- package/dist/marketplace/templates/pages/index.d.ts +140 -140
- package/dist/marketplace/templates/pages/index.js +310 -310
- package/dist/marketplace/templates/reference/index.d.ts +16 -16
- package/dist/marketplace/templates/reference/index.js +18 -18
- package/dist/people/index.d.ts +36 -36
- package/dist/people/index.js +105 -105
- package/dist/platform/index.d.ts +189 -189
- package/dist/platform/index.js +548 -548
- package/dist/reports/index.d.ts +49 -49
- package/dist/reports/index.js +145 -145
- package/package.json +33 -32
package/dist/fiscal/index.d.ts
CHANGED
|
@@ -1,468 +1,468 @@
|
|
|
1
|
-
export declare const ICMS_CST: {
|
|
2
|
-
TributadoIntegralmente: string;
|
|
3
|
-
TributadoCobrancaIcmsSt: string;
|
|
4
|
-
ReducaoBaseCalculo: string;
|
|
5
|
-
IsentoOuNaoTributadoComCobrançaICMSST: string;
|
|
6
|
-
Isento: string;
|
|
7
|
-
Naotributado: string;
|
|
8
|
-
Suspensao: string;
|
|
9
|
-
Diferido: string;
|
|
10
|
-
ICMSCobradoAnteriormentePorST: string;
|
|
11
|
-
ReducaoBaseCalculoECobrançaICMSST: string;
|
|
12
|
-
Outros: string;
|
|
13
|
-
IcmsMonofasico: string;
|
|
14
|
-
description(val: string): "00-Tributado integralmente" | "10-Tributado com cobrança de ICMS por ST" | "20-Redução de base de cálculo" | "30-Isento ou não tributado com cobrança de ICMS ST" | "40-Isento" | "41-Não tributado" | "50-Suspensão" | "51-Diferido" | "60-ICMS cobrado anteriormente por ST" | "70-Redução na base de cálculo e cobrança do ICMS por ST" | "90-Outros" | "61-ICMS Monofásico" | "enum not found";
|
|
15
|
-
};
|
|
16
|
-
export declare const ICMS_CSOSN: {
|
|
17
|
-
TributadaSimplesNacionalComPermissaoCredito: string;
|
|
18
|
-
TributadaSimplesNacionalSemPermissaoCredito: string;
|
|
19
|
-
IsencaoICMSSimplesNacionalFaixaReceitaBruta: string;
|
|
20
|
-
TributadaSimplesNacionalComPermissãoCreditoCobrançaICMSSubstituiçãoTributária: string;
|
|
21
|
-
TributadaSimplesNacionalSemPermissãoCreditoCobrançaICMSSubstituiçãoTributária: string;
|
|
22
|
-
IsencaoICMSSimplesNacionalFaixaReceitaBrutaComCobrançaICMSPorSubstituicaoTributária: string;
|
|
23
|
-
Imune: string;
|
|
24
|
-
NaoTributadaPeloSimplesNacional: string;
|
|
25
|
-
ICMSobradoAnteriormentePorSubstituicaoTributaria: string;
|
|
26
|
-
Outros: string;
|
|
27
|
-
description(val: string): "enum not found" | "101-Tributada pelo Simples Nacional com permissão de crédito" | "102-Tributada pelo Simples Nacional sem permissão de crédito" | "103-Isenção do ICMS no Simples Nacional para faixa de receita bruta" | "201-Tributada pelo Simples Nacional com permissão de crédito e com cobrança do ICMS substituição tributária" | "202-Tributada pelo Simples Nacional sem permissão de crédito e com cobrança do ICMS substituição tributária" | "203-Isenção do ICMS no Simples Nacional para faixa de receita bruta e com cobrança do ICMS por substituição tributária" | "300-Imune" | "400-Não tributada pelo Simples Nacional" | "500-ICMS cobrado anteriormente por substituição tributária" | "900-Outros";
|
|
28
|
-
};
|
|
29
|
-
export declare const IPI: {
|
|
30
|
-
EntradaComRecuperacaoCredito: string;
|
|
31
|
-
EntradaTributadaComAliquotaZero: string;
|
|
32
|
-
EntradaIsenta: string;
|
|
33
|
-
EntradaNaoTributada: string;
|
|
34
|
-
EntradaImune: string;
|
|
35
|
-
EntradaComSuspensao: string;
|
|
36
|
-
OutrasEntradas: string;
|
|
37
|
-
SaidaTributada: string;
|
|
38
|
-
SaidaTributadaComAliquotaZero: string;
|
|
39
|
-
SaidaIsenta: string;
|
|
40
|
-
SaidaNaoTributada: string;
|
|
41
|
-
SaidaImune: string;
|
|
42
|
-
SaidaComSuspensao: string;
|
|
43
|
-
OutrasSaidas: string;
|
|
44
|
-
description(val: string): "enum not found" | "00-Entrada com recuperação de crédito" | "01-Entrada tributada com alíquota zero" | "02-Entrada isenta" | "03-Entrada não-tributada" | "04-Entrada imune" | "05-Entrada com suspensão" | "49-Outras entradas" | "50-Saída tributada" | "51-Saída tributada com alíquota zero" | "52-Saída isenta" | "53-Saída não-tributada" | "54-Saída imune" | "55-Saída com suspensão" | "99-Outras saídas";
|
|
45
|
-
};
|
|
46
|
-
export declare const PIS: {
|
|
47
|
-
OperacaoTributavelCumulativoNaoCumulativo: string;
|
|
48
|
-
OperacaoTributavelAliquotaDiferenciada: string;
|
|
49
|
-
OperacaoTributavelQuantidadeVendidaXAliquotaPorUnidadeProduto: string;
|
|
50
|
-
OperacaoTributavelTributacaoMonofasica: string;
|
|
51
|
-
OperacaoTributavelSubstituicaoTributaria: string;
|
|
52
|
-
OperacaoTributavelAliquotaZero: string;
|
|
53
|
-
OperacaoIsentaContribuicao: string;
|
|
54
|
-
OperacaoSemIncidenciaContribuicao: string;
|
|
55
|
-
OperacaoComSuspensaoContribuicao: string;
|
|
56
|
-
OutrasOperaçõesSaida: string;
|
|
57
|
-
OperacaoDireitoCreditoExclusivamenteReceitaTributadaMercadoInterno: string;
|
|
58
|
-
OperacaoDireitoCreditoExclusivamenteReceitaNaoTributadaMercadoInterno: string;
|
|
59
|
-
OperacaoDireitoCreditoExclusivamenteReceitaExportacao: string;
|
|
60
|
-
OperacaoDireitoCreditoReceitasTributadasENaoTributadasMercadoInterno: string;
|
|
61
|
-
OperacaoDireitoCreditoReceitasTributadasMercadoInternoEExportacao: string;
|
|
62
|
-
OperacaoDireitoCreditoReceitasNaoTributadasMercadoInternoEExportacao: string;
|
|
63
|
-
OperacaoDireitoCreditoReceitasTributadasENaoTributadasMercadoInternoEExportacao: string;
|
|
64
|
-
CreditoPresumidoOperacaoAquisicaoVinculadaExclusivamenteReceitaTributadaMercadoInterno: string;
|
|
65
|
-
CreditoPresumidoOperacaoAquisicaoVinculadaExclusivamenteReceitaNaoTributadaMercadoInterno: string;
|
|
66
|
-
CreditoPresumidoOperacaoAquisicaoVinculadaExclusivamenteReceitaExportacao: string;
|
|
67
|
-
CreditoPresumidoOperacaoAquisicaoVinculadaReceitasTributadasNaoTributadasMercadoInterno: string;
|
|
68
|
-
CreditoPresumidoOperacaoAquisicaoVinculadaReceitasTributadasMercadoInternoEExportacao: string;
|
|
69
|
-
CreditoPresumidoOperacaoAquisicaoVinculadaReceitasNaoTributadasMercadoInternoEExportacao: string;
|
|
70
|
-
CreditoPresumidoOperacaoAquisicaoVinculadaReceitasTributadasENaoTributadasMercadoInternoEExportacao: string;
|
|
71
|
-
CreditoPresumidoOutrasOperacoes: string;
|
|
72
|
-
OperacaoAquisicaoSemDireitoCredito: string;
|
|
73
|
-
OperacaoAquisicaoComIsencao: string;
|
|
74
|
-
OperacaoAquisicaoComSuspensao: string;
|
|
75
|
-
OperacaoAquisicaoAliquotaZero: string;
|
|
76
|
-
OperacaoAquisicaoSemIncidenciaDaContribuicao: string;
|
|
77
|
-
OperacaoAquisicaoSubstituicaoTributaria: string;
|
|
78
|
-
OutrasOperacoesEntrada: string;
|
|
79
|
-
OutrasOperacoes: string;
|
|
80
|
-
description(val: string): "enum not found" | "01-Operação Tributável (base de cálculo = valor da operação alíquota normal (cumulativo/não cumulativo))" | "02-Operação Tributável (base de cálculo = valor da operação (alíquota diferenciada))" | "03-Operação Tributável (base de cálculo = quantidade vendida x alíquota por unidade de produto)" | "04-Operação Tributável (tributação monofásica (alíquota zero))" | "05-Operação Tributável(Substituição Tributária)" | "06-Operação Tributável (alíquota zero)" | "07-Operação Isenta da Contribuição" | "08-Operação Sem Incidência da Contribuição" | "09-Operação com Suspensão da Contribuição" | "49-Outras Operações de Saída" | "50-Operação com Direito a Crédito - Vinculada Exclusivamente a Receita Tributada no Mercado Interno" | "51-Operação com Direito a Crédito - Vinculada Exclusivamente a Receita Não-Tributada no Mercado Interno" | "52-Operação com Direito a Crédito – Vinculada Exclusivamente a Receita de Exportação" | "53-Operação com Direito a Crédito – Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno" | "54-Operação com Direito a Crédito – Vinculada a Receitas Tributadas no Mercado Interno e de Exportação" | "55-Operação com Direito a Crédito – Vinculada a Receitas Não-Tributadas no Mercado Interno e de Exportação" | "56-Operação com Direito a Crédito - Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno, e de Exportação" | "60-Crédito Presumido - Operação de Aquisição Vinculada Exclusivamente a Receita Tributada no Mercado Interno" | "61-Crédito Presumido – Operação de Aquisição Vinculada Exclusivamente a Receita Não-Tributada no Mercado Interno" | "62-Crédito Presumido – Operação de Aquisição Vinculada Exclusivamente a Receita de Exportação" | "63-Crédito Presumido – Operação de Aquisição Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno" | "64-Crédito Presumido – Operação de Aquisição Vinculada a Receitas Tributadas no Mercado Interno e de Exportação" | "65-Crédito Presumido – Operação de Aquisição Vinculada a Receitas Não-Tributadas no Mercado Interno e de Exportação" | "66-Crédito Presumido – Operação de Aquisição Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno e de Exportação" | "67-Crédito Presumido – Outras Operações" | "70-Operação de Aquisição sem Direito a Crédito" | "71-Operação de Aquisição com Isenção" | "72-Operação de Aquisição com Suspensão" | "73-Operação de Aquisição a Alíquota Zero" | "74-Operação de Aquisição sem Incidência da Contribuição" | "75-Operação de Aquisição por Substituição Tributária" | "98-Outras Operações de Entrada" | "99-Outras Operações";
|
|
81
|
-
};
|
|
82
|
-
export declare const COFINS: {
|
|
83
|
-
OperacaoTributavelCumulativoNaoCumulativo: string;
|
|
84
|
-
OperacaoTributavelAliquotaDiferenciada: string;
|
|
85
|
-
OperacaoTributavelQuantidadeVendidaXAliquotaPorUnidadeProduto: string;
|
|
86
|
-
OperacaoTributavelTributacaoMonofasica: string;
|
|
87
|
-
OperacaoTributavelSubstituicaoTributaria: string;
|
|
88
|
-
OperacaoTributavelAliquotaZero: string;
|
|
89
|
-
OperacaoIsentaContribuicao: string;
|
|
90
|
-
OperacaoSemIncidenciaContribuicao: string;
|
|
91
|
-
OperacaoComSuspensaoContribuicao: string;
|
|
92
|
-
OutrasOperaçõesSaida: string;
|
|
93
|
-
OperacaoDireitoCreditoExclusivamenteReceitaTributadaMercadoInterno: string;
|
|
94
|
-
OperacaoDireitoCreditoExclusivamenteReceitaNaoTributadaMercadoInterno: string;
|
|
95
|
-
OperacaoDireitoCreditoExclusivamenteReceitaExportacao: string;
|
|
96
|
-
OperacaoDireitoCreditoReceitasTributadasENaoTributadasMercadoInterno: string;
|
|
97
|
-
OperacaoDireitoCreditoReceitasTributadasMercadoInternoEExportacao: string;
|
|
98
|
-
OperacaoDireitoCreditoReceitasNaoTributadasMercadoInternoEExportacao: string;
|
|
99
|
-
OperacaoDireitoCreditoReceitasTributadasENaoTributadasMercadoInternoEExportacao: string;
|
|
100
|
-
CreditoPresumidoOperacaoAquisicaoVinculadaExclusivamenteReceitaTributadaMercadoInterno: string;
|
|
101
|
-
CreditoPresumidoOperacaoAquisicaoVinculadaExclusivamenteReceitaNaoTributadaMercadoInterno: string;
|
|
102
|
-
CreditoPresumidoOperacaoAquisicaoVinculadaExclusivamenteReceitaExportacao: string;
|
|
103
|
-
CreditoPresumidoOperacaoAquisicaoVinculadaReceitasTributadasNaoTributadasMercadoInterno: string;
|
|
104
|
-
CreditoPresumidoOperacaoAquisicaoVinculadaReceitasTributadasMercadoInternoEExportacao: string;
|
|
105
|
-
CreditoPresumidoOperacaoAquisicaoVinculadaReceitasNaoTributadasMercadoInternoEExportacao: string;
|
|
106
|
-
CreditoPresumidoOperacaoAquisicaoVinculadaReceitasTributadasENaoTributadasMercadoInternoEExportacao: string;
|
|
107
|
-
CreditoPresumidoOutrasOperacoes: string;
|
|
108
|
-
OperacaoAquisicaoSemDireitoCredito: string;
|
|
109
|
-
OperacaoAquisicaoComIsencao: string;
|
|
110
|
-
OperacaoAquisicaoComSuspensao: string;
|
|
111
|
-
OperacaoAquisicaoAliquotaZero: string;
|
|
112
|
-
OperacaoAquisicaoSemIncidenciaDaContribuicao: string;
|
|
113
|
-
OperacaoAquisicaoSubstituicaoTributaria: string;
|
|
114
|
-
OutrasOperacoesEntrada: string;
|
|
115
|
-
OutrasOperacoes: string;
|
|
116
|
-
description(val: string): "enum not found" | "01-Operação Tributável (base de cálculo = valor da operação alíquota normal (cumulativo/não cumulativo))" | "02-Operação Tributável (base de cálculo = valor da operação (alíquota diferenciada))" | "03-Operação Tributável (base de cálculo = quantidade vendida x alíquota por unidade de produto)" | "04-Operação Tributável (tributação monofásica (alíquota zero))" | "05-Operação Tributável(Substituição Tributária)" | "06-Operação Tributável (alíquota zero)" | "07-Operação Isenta da Contribuição" | "08-Operação Sem Incidência da Contribuição" | "09-Operação com Suspensão da Contribuição" | "49-Outras Operações de Saída" | "50-Operação com Direito a Crédito - Vinculada Exclusivamente a Receita Tributada no Mercado Interno" | "51-Operação com Direito a Crédito - Vinculada Exclusivamente a Receita Não-Tributada no Mercado Interno" | "52-Operação com Direito a Crédito – Vinculada Exclusivamente a Receita de Exportação" | "53-Operação com Direito a Crédito – Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno" | "54-Operação com Direito a Crédito – Vinculada a Receitas Tributadas no Mercado Interno e de Exportação" | "55-Operação com Direito a Crédito – Vinculada a Receitas Não-Tributadas no Mercado Interno e de Exportação" | "56-Operação com Direito a Crédito - Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno, e de Exportação" | "60-Crédito Presumido - Operação de Aquisição Vinculada Exclusivamente a Receita Tributada no Mercado Interno" | "61-Crédito Presumido – Operação de Aquisição Vinculada Exclusivamente a Receita Não-Tributada no Mercado Interno" | "62-Crédito Presumido – Operação de Aquisição Vinculada Exclusivamente a Receita de Exportação" | "63-Crédito Presumido – Operação de Aquisição Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno" | "64-Crédito Presumido – Operação de Aquisição Vinculada a Receitas Tributadas no Mercado Interno e de Exportação" | "65-Crédito Presumido – Operação de Aquisição Vinculada a Receitas Não-Tributadas no Mercado Interno e de Exportação" | "66-Crédito Presumido – Operação de Aquisição Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno e de Exportação" | "67-Crédito Presumido – Outras Operações" | "70-Operação de Aquisição sem Direito a Crédito" | "71-Operação de Aquisição com Isenção" | "72-Operação de Aquisição com Suspensão" | "73-Operação de Aquisição a Alíquota Zero" | "74-Operação de Aquisição sem Incidência da Contribuição" | "75-Operação de Aquisição por Substituição Tributária" | "98-Outras Operações de Entrada" | "99-Outras Operações";
|
|
117
|
-
};
|
|
118
|
-
export declare const OrigemProduto: {
|
|
119
|
-
Nacional: string;
|
|
120
|
-
EstrangeiraDireta: string;
|
|
121
|
-
EstrangeiraInterna: string;
|
|
122
|
-
NacionalImportacaoSuperior40PC: string;
|
|
123
|
-
NacionalProcProdutivoBasico: string;
|
|
124
|
-
NacionalImportacaoInferior40PC: string;
|
|
125
|
-
EstrangeiraImpDiretaSemSimilar: string;
|
|
126
|
-
EstrangeiraInternaSemSimilar: string;
|
|
127
|
-
NacionalImportacaoSuperior70PC: string;
|
|
128
|
-
description(val: string): "enum not found" | "0 - Nacional, exceto as indicadas nos códigos 3, 4, 5 e 8" | "1 - Estrangeira - Importação direta, exceto a indicada no código 6" | "2 - Estrangeira - Adquirida no mercado interno, exceto a indicada no código 7" | "3 - Nacional, mercadoria ou bem com Conteúdo de Importação superior a 40% e inferior ou igual a 70%" | "4 - Nacional, cuja produção tenha sido feita em conformidade com os processos produtivos básicos de que tratam as legislações citadas nos Ajustes" | "5 - Nacional, mercadoria ou bem com Conteúdo de Importação inferior ou igual a 40%" | "6 - Estrangeira - Importação direta, sem similar nacional, constante em lista da CAMEX e gás natural" | "7 - Estrangeira - Adquirida no mercado interno, sem similar nacional, constante lista CAMEX e gás natural" | "8 - Nacional, mercadoria ou bem com Conteúdo de Importação superior a 70%";
|
|
129
|
-
};
|
|
130
|
-
export declare const TipoOperacaoNotaFiscal: {
|
|
131
|
-
Venda: string;
|
|
132
|
-
Devolucao: string;
|
|
133
|
-
DevolucaoVenda: string;
|
|
134
|
-
TransferenciaEntrada: string;
|
|
135
|
-
TransferenciaSaida: string;
|
|
136
|
-
RemessaEntrada: string;
|
|
137
|
-
RemessaSaida: string;
|
|
138
|
-
Demonstracao: string;
|
|
139
|
-
Perdas: string;
|
|
140
|
-
Consignacao: string;
|
|
141
|
-
Compra: string;
|
|
142
|
-
RetornoConsignacao: string;
|
|
143
|
-
Outros: string;
|
|
144
|
-
description(val: string): "enum not found" | "Venda" | "Devolução de Compra" | "Devolução de Venda" | "Transferência de Entrada" | "Transferência de Saída" | "Remessa de Entrada" | "Remessa de Saída" | "Demonstração" | "Perdas" | "Consignação" | "Compra" | "Retorno Consignação" | "Outros";
|
|
145
|
-
};
|
|
146
|
-
export declare const TipoNaturezaOperacaoNotaFiscal: {
|
|
147
|
-
Venda: string;
|
|
148
|
-
Devolucao: string;
|
|
149
|
-
DevolucaoVenda: string;
|
|
150
|
-
TransferenciaEntrada: string;
|
|
151
|
-
TransferenciaSaida: string;
|
|
152
|
-
RemessaEntrada: string;
|
|
153
|
-
RemessaSaida: string;
|
|
154
|
-
Demonstracao: string;
|
|
155
|
-
Perdas: string;
|
|
156
|
-
Consignacao: string;
|
|
157
|
-
Compra: string;
|
|
158
|
-
RetornoConsignacao: string;
|
|
159
|
-
Outros: string;
|
|
160
|
-
description(val: string): "enum not found" | "VENDA DE MERCADORIAS" | "DEVOLUCAO DE MERCADORIAS" | "DEVOLUCAO DE VENDA" | "TRANSFERENCIA DE ENTRADA" | "TRANSFERENCIA DE MERCADORIAS" | "REMESSA DE ENTRADA" | "REMESSA DE MERCADORIAS" | "DEMONSTRACAO" | "PERDAS DE MERCADORIA" | "REMESSA PARA CONSIGNACAO" | "COMPRA DE MERCADORIAS" | "RETORNO DE CONSIGNACAO" | "OUTROS";
|
|
161
|
-
};
|
|
162
|
-
export declare const OperacaoNotaFiscal: {
|
|
163
|
-
Entrada: string;
|
|
164
|
-
Saida: string;
|
|
165
|
-
description(val: string): "enum not found" | "Entrada" | "Saída";
|
|
166
|
-
};
|
|
167
|
-
export declare const ModeloNotaFiscal: {
|
|
168
|
-
PreVenda: string;
|
|
169
|
-
NFProdutor: string;
|
|
170
|
-
NFe: string;
|
|
171
|
-
NFCe: string;
|
|
172
|
-
SAT: string;
|
|
173
|
-
description(val: string): "enum not found" | "Pré Venda" | "Nota Fiscal de produtor rural" | "Nota Fiscal Eletrônica" | "Nota Fiscal de Consumidor Eletrônica" | "SAT";
|
|
174
|
-
shortDescription(val: string): "enum not found" | "SAT" | "PV" | "NFP" | "NFe" | "NFCe";
|
|
175
|
-
};
|
|
176
|
-
export declare const IdentificadorLocalDestino: {
|
|
177
|
-
OperacaoInterna: string;
|
|
178
|
-
OperacaoInterestadual: string;
|
|
179
|
-
OperacaoExterior: string;
|
|
180
|
-
description(val: string): "enum not found" | "Operação Interna" | "Operação Interestadual" | "Operação com Exterior";
|
|
181
|
-
};
|
|
182
|
-
export declare const TipoImpressaoDanfe: {
|
|
183
|
-
SemDANFE: string;
|
|
184
|
-
DANFENormalRetrato: string;
|
|
185
|
-
DANFENormalPaisagem: string;
|
|
186
|
-
DANFESimplificado: string;
|
|
187
|
-
DANFENFCe: string;
|
|
188
|
-
DANFENFCeComMensagemEletronica: string;
|
|
189
|
-
description(val: string): "enum not found" | "Sem DANFE" | "DANFE Normal Retrato" | "DANFE Normal Paisagem" | "DANFE Simplificado" | "DANFE NFCe" | "DANFE NFCe com mensagem eletrônica";
|
|
190
|
-
};
|
|
191
|
-
export declare const TipoEmissaoNotaFiscal: {
|
|
192
|
-
EmissaoNormal: string;
|
|
193
|
-
ContingenciaSVCAN: string;
|
|
194
|
-
ContingenciaSVCRS: string;
|
|
195
|
-
ContingenciaOfflineNFCe: string;
|
|
196
|
-
description(val: string): "enum not found" | "Emissão Normal" | "Contingência SVC-AN (SEFAZ Virtual de Contingência do AN)" | "Contingência SVC-RS (SEFAZ Virtual de Contingência do RS)" | "Contingência off-line da NFC-e";
|
|
197
|
-
};
|
|
198
|
-
export declare const FinalidadeEmissaoNotaFiscal: {
|
|
199
|
-
NFeNormal: string;
|
|
200
|
-
NFeComplementar: string;
|
|
201
|
-
NFeAjuste: string;
|
|
202
|
-
DevolucaoDeMercadoria: string;
|
|
203
|
-
description(val: string): "enum not found" | "NF-e normal" | "NF-e complementar" | "NF-e de ajuste" | "Devolução de mercadoria";
|
|
204
|
-
};
|
|
205
|
-
export declare const AmbienteNotaFiscal: {
|
|
206
|
-
Producao: string;
|
|
207
|
-
Homologacao: string;
|
|
208
|
-
description(val: string): "enum not found" | "Produção" | "Homologação";
|
|
209
|
-
};
|
|
210
|
-
export declare const ConsumidorFinalNotaFiscal: {
|
|
211
|
-
Normal: string;
|
|
212
|
-
ConsumidorFinal: string;
|
|
213
|
-
description(val: string): "enum not found" | "Normal" | "Consumidor Final";
|
|
214
|
-
};
|
|
215
|
-
export declare const IndicadorPresencaNotaFiscal: {
|
|
216
|
-
NaoSeAplica: string;
|
|
217
|
-
OperacaoPresencial: string;
|
|
218
|
-
OperacaoNaoPresencialInternet: string;
|
|
219
|
-
OperacaoNaoPresencialTeleatendimento: string;
|
|
220
|
-
NFCeEntregaDomicilio: string;
|
|
221
|
-
OperacaoPresencialForaEstabelecimento: string;
|
|
222
|
-
OperacaoNaoPresencial: string;
|
|
223
|
-
description(val: string): "enum not found" | "Não se aplica" | "Operação presencial" | "Operação não presencial, pela internet" | "Operação não presencial, teleatendimento" | "NFC-e em operação com entrega a domicílio" | "Operação presencial, fora do estabelecimento" | "Operação não presencial, outros";
|
|
224
|
-
};
|
|
225
|
-
export declare const IndicadorIntermediador: {
|
|
226
|
-
OperacaoSemIntermediador: string;
|
|
227
|
-
OperacaoPlataformaTerceiro: string;
|
|
228
|
-
description(val: string): "enum not found" | "Operação sem intermediador" | "Operação em site ou plataforma de terceiros";
|
|
229
|
-
};
|
|
230
|
-
export declare const RegimeTributario: {
|
|
231
|
-
SimplesNacional: string;
|
|
232
|
-
SimplesNacionalExcessoSublimiteReceitaBruta: string;
|
|
233
|
-
RegimeNormal: string;
|
|
234
|
-
MEI: string;
|
|
235
|
-
description(val: string): "enum not found" | "Simples Nacional" | "Simples Nacional, excesso sublimite de receita bruta" | "Regime Normal" | "MEI";
|
|
236
|
-
};
|
|
237
|
-
export declare const IndicadorIEDestinatario: {
|
|
238
|
-
ContribuinteICMS: string;
|
|
239
|
-
ContribuenteIsentoDeInscricao: string;
|
|
240
|
-
NaoContribuinte: string;
|
|
241
|
-
description(val: string): "enum not found" | "Contribuinte ICMS" | "Contribuinte isento de inscrição no Cadastro de Contribuíntes" | "Não Contribuinte, que pode ou não possuir Inscrição Estadual no Cadastro de Contribuíntes";
|
|
242
|
-
};
|
|
243
|
-
export declare const ModalidadeBaseCalculo: {
|
|
244
|
-
MargemValorAgregado: string;
|
|
245
|
-
Pauta: string;
|
|
246
|
-
PrecoTabelado: string;
|
|
247
|
-
ValorOperacao: string;
|
|
248
|
-
description(val: string): "enum not found" | "Margem Valor Agregado (%)" | "Pauta (Valor)" | "Preço Tabelado Máx. (valor)" | "Valor da Operação";
|
|
249
|
-
};
|
|
250
|
-
export declare const ModalidadeBaseCalculoST: {
|
|
251
|
-
PrecoTabelado: string;
|
|
252
|
-
ListaNegativa: string;
|
|
253
|
-
ListaPositiva: string;
|
|
254
|
-
ListaNeutra: string;
|
|
255
|
-
MargemValorAgregado: string;
|
|
256
|
-
Pauta: string;
|
|
257
|
-
ValorOperacao: string;
|
|
258
|
-
description(val: string): "enum not found" | "Margem Valor Agregado (%)" | "Pauta (Valor)" | "Valor da Operação" | "Preço Tabelado ou Máximo Sugerido" | "Lista Negativa" | "Lista Positiva" | "Lista Neutra";
|
|
259
|
-
};
|
|
260
|
-
export declare const MotivoDesoneracao: {
|
|
261
|
-
Taxi: string;
|
|
262
|
-
UsoAgropecuaria: string;
|
|
263
|
-
FrotistaLocadora: string;
|
|
264
|
-
UtilitariosMotocicletaAmazoniaOcidentalAreaLivreComercio: string;
|
|
265
|
-
Suframa: string;
|
|
266
|
-
VendaOrgaoPublico: string;
|
|
267
|
-
Outros: string;
|
|
268
|
-
DeficienteCondutor: string;
|
|
269
|
-
DeficienteNaoCondutor: string;
|
|
270
|
-
OrgaoFomentoDesenvolvimentoAgropecuario: string;
|
|
271
|
-
description(val: string): "enum not found" | "Outros" | "Táxi" | "Uso na agropecuária" | "Frotista/Locadora" | "Utilitários e Motocicletas da Amazônia Ocidental e Áreas de Livre Comércio" | "SUFRAMA" | "Venda a Órgão Público" | "Deficiente Condutor" | "Deficiente Não Condutor" | "Órgão de fomento e desenvolvimento agropecuário";
|
|
272
|
-
};
|
|
273
|
-
export declare const SituacaoNotaFiscal: {
|
|
274
|
-
EmEdicao: string;
|
|
275
|
-
Autorizada: string;
|
|
276
|
-
EmProcessamento: string;
|
|
277
|
-
Rejeitada: string;
|
|
278
|
-
Cancelada: string;
|
|
279
|
-
Inutilizada: string;
|
|
280
|
-
Denegada: string;
|
|
281
|
-
EmImportacao: string;
|
|
282
|
-
Importada: string;
|
|
283
|
-
EmContingencia: string;
|
|
284
|
-
description(val: string): "enum not found" | "Em Edição" | "Autorizada" | "Em Processamento" | "Rejeitada" | "Cancelada" | "Inutilizada" | "Denegada" | "Em Importação" | "Importada" | "Contingência";
|
|
285
|
-
};
|
|
286
|
-
export declare const SituacaoManifestoDestinatario: {
|
|
287
|
-
SemManifestacao: string;
|
|
288
|
-
OperacaoConfirmada: string;
|
|
289
|
-
Desconhecida: string;
|
|
290
|
-
OperacaoNaoRealizada: string;
|
|
291
|
-
Ciencia: string;
|
|
292
|
-
description(val: string): "enum not found" | "Sem Manifestação" | "Operação confirmada" | "Operação desconhecida" | "Operação não realizada" | "Ciência";
|
|
293
|
-
};
|
|
294
|
-
export declare const TipoInformacaoAdicional: {
|
|
295
|
-
Digitada: string;
|
|
296
|
-
Ibpt: string;
|
|
297
|
-
Automatica: string;
|
|
298
|
-
description(val: string): "enum not found" | "Digitada" | "Ibpt" | "Automatica";
|
|
299
|
-
};
|
|
300
|
-
export declare const TipoDesconto: {
|
|
301
|
-
Percentual: string;
|
|
302
|
-
Valor: string;
|
|
303
|
-
description(val: string): "enum not found" | "Percentual" | "Valor";
|
|
304
|
-
};
|
|
305
|
-
export declare const TipoEventoManifestacao: {
|
|
306
|
-
ConfirmacaoDaOperacao: string;
|
|
307
|
-
CienciaDaOperacao: string;
|
|
308
|
-
DesconhecimentoDaOperacao: string;
|
|
309
|
-
OperacaoNaoRealizada: string;
|
|
310
|
-
description(val: string): "enum not found" | "Operação não realizada" | "Confirmação da Operação" | "Ciência da Operação" | "Desconhecimento da Operação";
|
|
311
|
-
};
|
|
312
|
-
export declare const PerfilSped: {
|
|
313
|
-
PerfilA: string;
|
|
314
|
-
PerfilB: string;
|
|
315
|
-
PerfilC: string;
|
|
316
|
-
description(val: string): "enum not found" | "Perfil A" | "Perfil B" | "Perfil C";
|
|
317
|
-
};
|
|
318
|
-
export declare const TipoAtividade: {
|
|
319
|
-
IndustrialEquiparadoIndustrial: string;
|
|
320
|
-
Outros: string;
|
|
321
|
-
description(val: string): "enum not found" | "Outros" | "Industrial ou equiparado a industrial";
|
|
322
|
-
};
|
|
323
|
-
export declare const IndicadorEmitente: {
|
|
324
|
-
EmissaoPropria: string;
|
|
325
|
-
Terceiros: string;
|
|
326
|
-
description(val: string): "enum not found" | "Outros" | "Emissão própria";
|
|
327
|
-
};
|
|
328
|
-
export declare const OrigemCampo: {
|
|
329
|
-
Nota: string;
|
|
330
|
-
Produto: string;
|
|
331
|
-
Cliente: string;
|
|
332
|
-
Pedido: string;
|
|
333
|
-
Boleto: string;
|
|
334
|
-
description(val: string): "enum not found" | "Nota" | "Produto" | "Cliente" | "Pedido" | "Boleto";
|
|
335
|
-
};
|
|
336
|
-
export declare const TipoCampo: {
|
|
337
|
-
Texto: string;
|
|
338
|
-
Numerico: string;
|
|
339
|
-
Data: string;
|
|
340
|
-
description(val: string): "enum not found" | "Texto" | "Numérico" | "Data";
|
|
341
|
-
};
|
|
342
|
-
export declare const VariaveisNotaFiscal: {
|
|
343
|
-
DataEmissao: {
|
|
344
|
-
Descricao: string;
|
|
345
|
-
Chave: string;
|
|
346
|
-
Tipo: string;
|
|
347
|
-
Aplicacao: string;
|
|
348
|
-
};
|
|
349
|
-
ValorTotalNota: {
|
|
350
|
-
Descricao: string;
|
|
351
|
-
Chave: string;
|
|
352
|
-
Tipo: string;
|
|
353
|
-
Aplicacao: string;
|
|
354
|
-
};
|
|
355
|
-
ValorDesconto: {
|
|
356
|
-
Descricao: string;
|
|
357
|
-
Chave: string;
|
|
358
|
-
Tipo: string;
|
|
359
|
-
Aplicacao: string;
|
|
360
|
-
};
|
|
361
|
-
ValorIcmsST: {
|
|
362
|
-
Descricao: string;
|
|
363
|
-
Chave: string;
|
|
364
|
-
Tipo: string;
|
|
365
|
-
Aplicacao: string;
|
|
366
|
-
};
|
|
367
|
-
ValorIcmsCreditoSN: {
|
|
368
|
-
Descricao: string;
|
|
369
|
-
Chave: string;
|
|
370
|
-
Tipo: string;
|
|
371
|
-
Aplicacao: string;
|
|
372
|
-
};
|
|
373
|
-
ValorBaseIcmsST: {
|
|
374
|
-
Descricao: string;
|
|
375
|
-
Chave: string;
|
|
376
|
-
Tipo: string;
|
|
377
|
-
Aplicacao: string;
|
|
378
|
-
};
|
|
379
|
-
ValorIcms: {
|
|
380
|
-
Descricao: string;
|
|
381
|
-
Chave: string;
|
|
382
|
-
Tipo: string;
|
|
383
|
-
Aplicacao: string;
|
|
384
|
-
};
|
|
385
|
-
ValorBaseIcms: {
|
|
386
|
-
Descricao: string;
|
|
387
|
-
Chave: string;
|
|
388
|
-
Tipo: string;
|
|
389
|
-
Aplicacao: string;
|
|
390
|
-
};
|
|
391
|
-
ValorTotalSomaItens: {
|
|
392
|
-
Descricao: string;
|
|
393
|
-
Chave: string;
|
|
394
|
-
Tipo: string;
|
|
395
|
-
Aplicacao: string;
|
|
396
|
-
};
|
|
397
|
-
ValorMVA: {
|
|
398
|
-
Descricao: string;
|
|
399
|
-
Chave: string;
|
|
400
|
-
Tipo: string;
|
|
401
|
-
Aplicacao: string;
|
|
402
|
-
};
|
|
403
|
-
ValorFundoPobreza: {
|
|
404
|
-
Descricao: string;
|
|
405
|
-
Chave: string;
|
|
406
|
-
Tipo: string;
|
|
407
|
-
Aplicacao: string;
|
|
408
|
-
};
|
|
409
|
-
ChaveAcessoRef: {
|
|
410
|
-
Descricao: string;
|
|
411
|
-
Chave: string;
|
|
412
|
-
Tipo: string;
|
|
413
|
-
Aplicacao: string;
|
|
414
|
-
};
|
|
415
|
-
DataEmissaoRef: {
|
|
416
|
-
Descricao: string;
|
|
417
|
-
Chave: string;
|
|
418
|
-
Tipo: string;
|
|
419
|
-
Aplicacao: string;
|
|
420
|
-
};
|
|
421
|
-
SerieNfRef: {
|
|
422
|
-
Descricao: string;
|
|
423
|
-
Chave: string;
|
|
424
|
-
Tipo: string;
|
|
425
|
-
Aplicacao: string;
|
|
426
|
-
};
|
|
427
|
-
NumeroNfRef: {
|
|
428
|
-
Descricao: string;
|
|
429
|
-
Chave: string;
|
|
430
|
-
Tipo: string;
|
|
431
|
-
Aplicacao: string;
|
|
432
|
-
};
|
|
433
|
-
AliquotaICMS: {
|
|
434
|
-
Descricao: string;
|
|
435
|
-
Chave: string;
|
|
436
|
-
Tipo: string;
|
|
437
|
-
Aplicacao: string;
|
|
438
|
-
};
|
|
439
|
-
AliquotaICMSST: {
|
|
440
|
-
Descricao: string;
|
|
441
|
-
Chave: string;
|
|
442
|
-
Tipo: string;
|
|
443
|
-
Aplicacao: string;
|
|
444
|
-
};
|
|
445
|
-
NomeCliente: {
|
|
446
|
-
Descricao: string;
|
|
447
|
-
Chave: string;
|
|
448
|
-
Tipo: string;
|
|
449
|
-
Aplicacao: string;
|
|
450
|
-
};
|
|
451
|
-
};
|
|
452
|
-
export declare const IndicadorOrigemImportacaoCombustivel: {
|
|
453
|
-
Nacional: string;
|
|
454
|
-
Importado: string;
|
|
455
|
-
description(val: string): "enum not found" | "Nacional" | "Importado";
|
|
456
|
-
};
|
|
457
|
-
export declare const OrigemOperacao: {
|
|
458
|
-
NotaFiscal: string;
|
|
459
|
-
PDV: string;
|
|
460
|
-
Pedido: string;
|
|
461
|
-
Operacao: string;
|
|
462
|
-
description(val: string): "enum not found" | "Pedido" | "Nota Fiscal" | "PDV" | "Operação";
|
|
463
|
-
};
|
|
464
|
-
export declare const ModeloImpressao: {
|
|
465
|
-
Comprovante80MM: string;
|
|
466
|
-
A4: string;
|
|
467
|
-
description(val: string): "enum not found" | "Comprovante 80mm" | "A4";
|
|
468
|
-
};
|
|
1
|
+
export declare const ICMS_CST: {
|
|
2
|
+
TributadoIntegralmente: string;
|
|
3
|
+
TributadoCobrancaIcmsSt: string;
|
|
4
|
+
ReducaoBaseCalculo: string;
|
|
5
|
+
IsentoOuNaoTributadoComCobrançaICMSST: string;
|
|
6
|
+
Isento: string;
|
|
7
|
+
Naotributado: string;
|
|
8
|
+
Suspensao: string;
|
|
9
|
+
Diferido: string;
|
|
10
|
+
ICMSCobradoAnteriormentePorST: string;
|
|
11
|
+
ReducaoBaseCalculoECobrançaICMSST: string;
|
|
12
|
+
Outros: string;
|
|
13
|
+
IcmsMonofasico: string;
|
|
14
|
+
description(val: string): "00-Tributado integralmente" | "10-Tributado com cobrança de ICMS por ST" | "20-Redução de base de cálculo" | "30-Isento ou não tributado com cobrança de ICMS ST" | "40-Isento" | "41-Não tributado" | "50-Suspensão" | "51-Diferido" | "60-ICMS cobrado anteriormente por ST" | "70-Redução na base de cálculo e cobrança do ICMS por ST" | "90-Outros" | "61-ICMS Monofásico" | "enum not found";
|
|
15
|
+
};
|
|
16
|
+
export declare const ICMS_CSOSN: {
|
|
17
|
+
TributadaSimplesNacionalComPermissaoCredito: string;
|
|
18
|
+
TributadaSimplesNacionalSemPermissaoCredito: string;
|
|
19
|
+
IsencaoICMSSimplesNacionalFaixaReceitaBruta: string;
|
|
20
|
+
TributadaSimplesNacionalComPermissãoCreditoCobrançaICMSSubstituiçãoTributária: string;
|
|
21
|
+
TributadaSimplesNacionalSemPermissãoCreditoCobrançaICMSSubstituiçãoTributária: string;
|
|
22
|
+
IsencaoICMSSimplesNacionalFaixaReceitaBrutaComCobrançaICMSPorSubstituicaoTributária: string;
|
|
23
|
+
Imune: string;
|
|
24
|
+
NaoTributadaPeloSimplesNacional: string;
|
|
25
|
+
ICMSobradoAnteriormentePorSubstituicaoTributaria: string;
|
|
26
|
+
Outros: string;
|
|
27
|
+
description(val: string): "enum not found" | "101-Tributada pelo Simples Nacional com permissão de crédito" | "102-Tributada pelo Simples Nacional sem permissão de crédito" | "103-Isenção do ICMS no Simples Nacional para faixa de receita bruta" | "201-Tributada pelo Simples Nacional com permissão de crédito e com cobrança do ICMS substituição tributária" | "202-Tributada pelo Simples Nacional sem permissão de crédito e com cobrança do ICMS substituição tributária" | "203-Isenção do ICMS no Simples Nacional para faixa de receita bruta e com cobrança do ICMS por substituição tributária" | "300-Imune" | "400-Não tributada pelo Simples Nacional" | "500-ICMS cobrado anteriormente por substituição tributária" | "900-Outros";
|
|
28
|
+
};
|
|
29
|
+
export declare const IPI: {
|
|
30
|
+
EntradaComRecuperacaoCredito: string;
|
|
31
|
+
EntradaTributadaComAliquotaZero: string;
|
|
32
|
+
EntradaIsenta: string;
|
|
33
|
+
EntradaNaoTributada: string;
|
|
34
|
+
EntradaImune: string;
|
|
35
|
+
EntradaComSuspensao: string;
|
|
36
|
+
OutrasEntradas: string;
|
|
37
|
+
SaidaTributada: string;
|
|
38
|
+
SaidaTributadaComAliquotaZero: string;
|
|
39
|
+
SaidaIsenta: string;
|
|
40
|
+
SaidaNaoTributada: string;
|
|
41
|
+
SaidaImune: string;
|
|
42
|
+
SaidaComSuspensao: string;
|
|
43
|
+
OutrasSaidas: string;
|
|
44
|
+
description(val: string): "enum not found" | "00-Entrada com recuperação de crédito" | "01-Entrada tributada com alíquota zero" | "02-Entrada isenta" | "03-Entrada não-tributada" | "04-Entrada imune" | "05-Entrada com suspensão" | "49-Outras entradas" | "50-Saída tributada" | "51-Saída tributada com alíquota zero" | "52-Saída isenta" | "53-Saída não-tributada" | "54-Saída imune" | "55-Saída com suspensão" | "99-Outras saídas";
|
|
45
|
+
};
|
|
46
|
+
export declare const PIS: {
|
|
47
|
+
OperacaoTributavelCumulativoNaoCumulativo: string;
|
|
48
|
+
OperacaoTributavelAliquotaDiferenciada: string;
|
|
49
|
+
OperacaoTributavelQuantidadeVendidaXAliquotaPorUnidadeProduto: string;
|
|
50
|
+
OperacaoTributavelTributacaoMonofasica: string;
|
|
51
|
+
OperacaoTributavelSubstituicaoTributaria: string;
|
|
52
|
+
OperacaoTributavelAliquotaZero: string;
|
|
53
|
+
OperacaoIsentaContribuicao: string;
|
|
54
|
+
OperacaoSemIncidenciaContribuicao: string;
|
|
55
|
+
OperacaoComSuspensaoContribuicao: string;
|
|
56
|
+
OutrasOperaçõesSaida: string;
|
|
57
|
+
OperacaoDireitoCreditoExclusivamenteReceitaTributadaMercadoInterno: string;
|
|
58
|
+
OperacaoDireitoCreditoExclusivamenteReceitaNaoTributadaMercadoInterno: string;
|
|
59
|
+
OperacaoDireitoCreditoExclusivamenteReceitaExportacao: string;
|
|
60
|
+
OperacaoDireitoCreditoReceitasTributadasENaoTributadasMercadoInterno: string;
|
|
61
|
+
OperacaoDireitoCreditoReceitasTributadasMercadoInternoEExportacao: string;
|
|
62
|
+
OperacaoDireitoCreditoReceitasNaoTributadasMercadoInternoEExportacao: string;
|
|
63
|
+
OperacaoDireitoCreditoReceitasTributadasENaoTributadasMercadoInternoEExportacao: string;
|
|
64
|
+
CreditoPresumidoOperacaoAquisicaoVinculadaExclusivamenteReceitaTributadaMercadoInterno: string;
|
|
65
|
+
CreditoPresumidoOperacaoAquisicaoVinculadaExclusivamenteReceitaNaoTributadaMercadoInterno: string;
|
|
66
|
+
CreditoPresumidoOperacaoAquisicaoVinculadaExclusivamenteReceitaExportacao: string;
|
|
67
|
+
CreditoPresumidoOperacaoAquisicaoVinculadaReceitasTributadasNaoTributadasMercadoInterno: string;
|
|
68
|
+
CreditoPresumidoOperacaoAquisicaoVinculadaReceitasTributadasMercadoInternoEExportacao: string;
|
|
69
|
+
CreditoPresumidoOperacaoAquisicaoVinculadaReceitasNaoTributadasMercadoInternoEExportacao: string;
|
|
70
|
+
CreditoPresumidoOperacaoAquisicaoVinculadaReceitasTributadasENaoTributadasMercadoInternoEExportacao: string;
|
|
71
|
+
CreditoPresumidoOutrasOperacoes: string;
|
|
72
|
+
OperacaoAquisicaoSemDireitoCredito: string;
|
|
73
|
+
OperacaoAquisicaoComIsencao: string;
|
|
74
|
+
OperacaoAquisicaoComSuspensao: string;
|
|
75
|
+
OperacaoAquisicaoAliquotaZero: string;
|
|
76
|
+
OperacaoAquisicaoSemIncidenciaDaContribuicao: string;
|
|
77
|
+
OperacaoAquisicaoSubstituicaoTributaria: string;
|
|
78
|
+
OutrasOperacoesEntrada: string;
|
|
79
|
+
OutrasOperacoes: string;
|
|
80
|
+
description(val: string): "enum not found" | "01-Operação Tributável (base de cálculo = valor da operação alíquota normal (cumulativo/não cumulativo))" | "02-Operação Tributável (base de cálculo = valor da operação (alíquota diferenciada))" | "03-Operação Tributável (base de cálculo = quantidade vendida x alíquota por unidade de produto)" | "04-Operação Tributável (tributação monofásica (alíquota zero))" | "05-Operação Tributável(Substituição Tributária)" | "06-Operação Tributável (alíquota zero)" | "07-Operação Isenta da Contribuição" | "08-Operação Sem Incidência da Contribuição" | "09-Operação com Suspensão da Contribuição" | "49-Outras Operações de Saída" | "50-Operação com Direito a Crédito - Vinculada Exclusivamente a Receita Tributada no Mercado Interno" | "51-Operação com Direito a Crédito - Vinculada Exclusivamente a Receita Não-Tributada no Mercado Interno" | "52-Operação com Direito a Crédito – Vinculada Exclusivamente a Receita de Exportação" | "53-Operação com Direito a Crédito – Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno" | "54-Operação com Direito a Crédito – Vinculada a Receitas Tributadas no Mercado Interno e de Exportação" | "55-Operação com Direito a Crédito – Vinculada a Receitas Não-Tributadas no Mercado Interno e de Exportação" | "56-Operação com Direito a Crédito - Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno, e de Exportação" | "60-Crédito Presumido - Operação de Aquisição Vinculada Exclusivamente a Receita Tributada no Mercado Interno" | "61-Crédito Presumido – Operação de Aquisição Vinculada Exclusivamente a Receita Não-Tributada no Mercado Interno" | "62-Crédito Presumido – Operação de Aquisição Vinculada Exclusivamente a Receita de Exportação" | "63-Crédito Presumido – Operação de Aquisição Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno" | "64-Crédito Presumido – Operação de Aquisição Vinculada a Receitas Tributadas no Mercado Interno e de Exportação" | "65-Crédito Presumido – Operação de Aquisição Vinculada a Receitas Não-Tributadas no Mercado Interno e de Exportação" | "66-Crédito Presumido – Operação de Aquisição Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno e de Exportação" | "67-Crédito Presumido – Outras Operações" | "70-Operação de Aquisição sem Direito a Crédito" | "71-Operação de Aquisição com Isenção" | "72-Operação de Aquisição com Suspensão" | "73-Operação de Aquisição a Alíquota Zero" | "74-Operação de Aquisição sem Incidência da Contribuição" | "75-Operação de Aquisição por Substituição Tributária" | "98-Outras Operações de Entrada" | "99-Outras Operações";
|
|
81
|
+
};
|
|
82
|
+
export declare const COFINS: {
|
|
83
|
+
OperacaoTributavelCumulativoNaoCumulativo: string;
|
|
84
|
+
OperacaoTributavelAliquotaDiferenciada: string;
|
|
85
|
+
OperacaoTributavelQuantidadeVendidaXAliquotaPorUnidadeProduto: string;
|
|
86
|
+
OperacaoTributavelTributacaoMonofasica: string;
|
|
87
|
+
OperacaoTributavelSubstituicaoTributaria: string;
|
|
88
|
+
OperacaoTributavelAliquotaZero: string;
|
|
89
|
+
OperacaoIsentaContribuicao: string;
|
|
90
|
+
OperacaoSemIncidenciaContribuicao: string;
|
|
91
|
+
OperacaoComSuspensaoContribuicao: string;
|
|
92
|
+
OutrasOperaçõesSaida: string;
|
|
93
|
+
OperacaoDireitoCreditoExclusivamenteReceitaTributadaMercadoInterno: string;
|
|
94
|
+
OperacaoDireitoCreditoExclusivamenteReceitaNaoTributadaMercadoInterno: string;
|
|
95
|
+
OperacaoDireitoCreditoExclusivamenteReceitaExportacao: string;
|
|
96
|
+
OperacaoDireitoCreditoReceitasTributadasENaoTributadasMercadoInterno: string;
|
|
97
|
+
OperacaoDireitoCreditoReceitasTributadasMercadoInternoEExportacao: string;
|
|
98
|
+
OperacaoDireitoCreditoReceitasNaoTributadasMercadoInternoEExportacao: string;
|
|
99
|
+
OperacaoDireitoCreditoReceitasTributadasENaoTributadasMercadoInternoEExportacao: string;
|
|
100
|
+
CreditoPresumidoOperacaoAquisicaoVinculadaExclusivamenteReceitaTributadaMercadoInterno: string;
|
|
101
|
+
CreditoPresumidoOperacaoAquisicaoVinculadaExclusivamenteReceitaNaoTributadaMercadoInterno: string;
|
|
102
|
+
CreditoPresumidoOperacaoAquisicaoVinculadaExclusivamenteReceitaExportacao: string;
|
|
103
|
+
CreditoPresumidoOperacaoAquisicaoVinculadaReceitasTributadasNaoTributadasMercadoInterno: string;
|
|
104
|
+
CreditoPresumidoOperacaoAquisicaoVinculadaReceitasTributadasMercadoInternoEExportacao: string;
|
|
105
|
+
CreditoPresumidoOperacaoAquisicaoVinculadaReceitasNaoTributadasMercadoInternoEExportacao: string;
|
|
106
|
+
CreditoPresumidoOperacaoAquisicaoVinculadaReceitasTributadasENaoTributadasMercadoInternoEExportacao: string;
|
|
107
|
+
CreditoPresumidoOutrasOperacoes: string;
|
|
108
|
+
OperacaoAquisicaoSemDireitoCredito: string;
|
|
109
|
+
OperacaoAquisicaoComIsencao: string;
|
|
110
|
+
OperacaoAquisicaoComSuspensao: string;
|
|
111
|
+
OperacaoAquisicaoAliquotaZero: string;
|
|
112
|
+
OperacaoAquisicaoSemIncidenciaDaContribuicao: string;
|
|
113
|
+
OperacaoAquisicaoSubstituicaoTributaria: string;
|
|
114
|
+
OutrasOperacoesEntrada: string;
|
|
115
|
+
OutrasOperacoes: string;
|
|
116
|
+
description(val: string): "enum not found" | "01-Operação Tributável (base de cálculo = valor da operação alíquota normal (cumulativo/não cumulativo))" | "02-Operação Tributável (base de cálculo = valor da operação (alíquota diferenciada))" | "03-Operação Tributável (base de cálculo = quantidade vendida x alíquota por unidade de produto)" | "04-Operação Tributável (tributação monofásica (alíquota zero))" | "05-Operação Tributável(Substituição Tributária)" | "06-Operação Tributável (alíquota zero)" | "07-Operação Isenta da Contribuição" | "08-Operação Sem Incidência da Contribuição" | "09-Operação com Suspensão da Contribuição" | "49-Outras Operações de Saída" | "50-Operação com Direito a Crédito - Vinculada Exclusivamente a Receita Tributada no Mercado Interno" | "51-Operação com Direito a Crédito - Vinculada Exclusivamente a Receita Não-Tributada no Mercado Interno" | "52-Operação com Direito a Crédito – Vinculada Exclusivamente a Receita de Exportação" | "53-Operação com Direito a Crédito – Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno" | "54-Operação com Direito a Crédito – Vinculada a Receitas Tributadas no Mercado Interno e de Exportação" | "55-Operação com Direito a Crédito – Vinculada a Receitas Não-Tributadas no Mercado Interno e de Exportação" | "56-Operação com Direito a Crédito - Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno, e de Exportação" | "60-Crédito Presumido - Operação de Aquisição Vinculada Exclusivamente a Receita Tributada no Mercado Interno" | "61-Crédito Presumido – Operação de Aquisição Vinculada Exclusivamente a Receita Não-Tributada no Mercado Interno" | "62-Crédito Presumido – Operação de Aquisição Vinculada Exclusivamente a Receita de Exportação" | "63-Crédito Presumido – Operação de Aquisição Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno" | "64-Crédito Presumido – Operação de Aquisição Vinculada a Receitas Tributadas no Mercado Interno e de Exportação" | "65-Crédito Presumido – Operação de Aquisição Vinculada a Receitas Não-Tributadas no Mercado Interno e de Exportação" | "66-Crédito Presumido – Operação de Aquisição Vinculada a Receitas Tributadas e Não-Tributadas no Mercado Interno e de Exportação" | "67-Crédito Presumido – Outras Operações" | "70-Operação de Aquisição sem Direito a Crédito" | "71-Operação de Aquisição com Isenção" | "72-Operação de Aquisição com Suspensão" | "73-Operação de Aquisição a Alíquota Zero" | "74-Operação de Aquisição sem Incidência da Contribuição" | "75-Operação de Aquisição por Substituição Tributária" | "98-Outras Operações de Entrada" | "99-Outras Operações";
|
|
117
|
+
};
|
|
118
|
+
export declare const OrigemProduto: {
|
|
119
|
+
Nacional: string;
|
|
120
|
+
EstrangeiraDireta: string;
|
|
121
|
+
EstrangeiraInterna: string;
|
|
122
|
+
NacionalImportacaoSuperior40PC: string;
|
|
123
|
+
NacionalProcProdutivoBasico: string;
|
|
124
|
+
NacionalImportacaoInferior40PC: string;
|
|
125
|
+
EstrangeiraImpDiretaSemSimilar: string;
|
|
126
|
+
EstrangeiraInternaSemSimilar: string;
|
|
127
|
+
NacionalImportacaoSuperior70PC: string;
|
|
128
|
+
description(val: string): "enum not found" | "0 - Nacional, exceto as indicadas nos códigos 3, 4, 5 e 8" | "1 - Estrangeira - Importação direta, exceto a indicada no código 6" | "2 - Estrangeira - Adquirida no mercado interno, exceto a indicada no código 7" | "3 - Nacional, mercadoria ou bem com Conteúdo de Importação superior a 40% e inferior ou igual a 70%" | "4 - Nacional, cuja produção tenha sido feita em conformidade com os processos produtivos básicos de que tratam as legislações citadas nos Ajustes" | "5 - Nacional, mercadoria ou bem com Conteúdo de Importação inferior ou igual a 40%" | "6 - Estrangeira - Importação direta, sem similar nacional, constante em lista da CAMEX e gás natural" | "7 - Estrangeira - Adquirida no mercado interno, sem similar nacional, constante lista CAMEX e gás natural" | "8 - Nacional, mercadoria ou bem com Conteúdo de Importação superior a 70%";
|
|
129
|
+
};
|
|
130
|
+
export declare const TipoOperacaoNotaFiscal: {
|
|
131
|
+
Venda: string;
|
|
132
|
+
Devolucao: string;
|
|
133
|
+
DevolucaoVenda: string;
|
|
134
|
+
TransferenciaEntrada: string;
|
|
135
|
+
TransferenciaSaida: string;
|
|
136
|
+
RemessaEntrada: string;
|
|
137
|
+
RemessaSaida: string;
|
|
138
|
+
Demonstracao: string;
|
|
139
|
+
Perdas: string;
|
|
140
|
+
Consignacao: string;
|
|
141
|
+
Compra: string;
|
|
142
|
+
RetornoConsignacao: string;
|
|
143
|
+
Outros: string;
|
|
144
|
+
description(val: string): "enum not found" | "Venda" | "Devolução de Compra" | "Devolução de Venda" | "Transferência de Entrada" | "Transferência de Saída" | "Remessa de Entrada" | "Remessa de Saída" | "Demonstração" | "Perdas" | "Consignação" | "Compra" | "Retorno Consignação" | "Outros";
|
|
145
|
+
};
|
|
146
|
+
export declare const TipoNaturezaOperacaoNotaFiscal: {
|
|
147
|
+
Venda: string;
|
|
148
|
+
Devolucao: string;
|
|
149
|
+
DevolucaoVenda: string;
|
|
150
|
+
TransferenciaEntrada: string;
|
|
151
|
+
TransferenciaSaida: string;
|
|
152
|
+
RemessaEntrada: string;
|
|
153
|
+
RemessaSaida: string;
|
|
154
|
+
Demonstracao: string;
|
|
155
|
+
Perdas: string;
|
|
156
|
+
Consignacao: string;
|
|
157
|
+
Compra: string;
|
|
158
|
+
RetornoConsignacao: string;
|
|
159
|
+
Outros: string;
|
|
160
|
+
description(val: string): "enum not found" | "VENDA DE MERCADORIAS" | "DEVOLUCAO DE MERCADORIAS" | "DEVOLUCAO DE VENDA" | "TRANSFERENCIA DE ENTRADA" | "TRANSFERENCIA DE MERCADORIAS" | "REMESSA DE ENTRADA" | "REMESSA DE MERCADORIAS" | "DEMONSTRACAO" | "PERDAS DE MERCADORIA" | "REMESSA PARA CONSIGNACAO" | "COMPRA DE MERCADORIAS" | "RETORNO DE CONSIGNACAO" | "OUTROS";
|
|
161
|
+
};
|
|
162
|
+
export declare const OperacaoNotaFiscal: {
|
|
163
|
+
Entrada: string;
|
|
164
|
+
Saida: string;
|
|
165
|
+
description(val: string): "enum not found" | "Entrada" | "Saída";
|
|
166
|
+
};
|
|
167
|
+
export declare const ModeloNotaFiscal: {
|
|
168
|
+
PreVenda: string;
|
|
169
|
+
NFProdutor: string;
|
|
170
|
+
NFe: string;
|
|
171
|
+
NFCe: string;
|
|
172
|
+
SAT: string;
|
|
173
|
+
description(val: string): "enum not found" | "Pré Venda" | "Nota Fiscal de produtor rural" | "Nota Fiscal Eletrônica" | "Nota Fiscal de Consumidor Eletrônica" | "SAT";
|
|
174
|
+
shortDescription(val: string): "enum not found" | "SAT" | "PV" | "NFP" | "NFe" | "NFCe";
|
|
175
|
+
};
|
|
176
|
+
export declare const IdentificadorLocalDestino: {
|
|
177
|
+
OperacaoInterna: string;
|
|
178
|
+
OperacaoInterestadual: string;
|
|
179
|
+
OperacaoExterior: string;
|
|
180
|
+
description(val: string): "enum not found" | "Operação Interna" | "Operação Interestadual" | "Operação com Exterior";
|
|
181
|
+
};
|
|
182
|
+
export declare const TipoImpressaoDanfe: {
|
|
183
|
+
SemDANFE: string;
|
|
184
|
+
DANFENormalRetrato: string;
|
|
185
|
+
DANFENormalPaisagem: string;
|
|
186
|
+
DANFESimplificado: string;
|
|
187
|
+
DANFENFCe: string;
|
|
188
|
+
DANFENFCeComMensagemEletronica: string;
|
|
189
|
+
description(val: string): "enum not found" | "Sem DANFE" | "DANFE Normal Retrato" | "DANFE Normal Paisagem" | "DANFE Simplificado" | "DANFE NFCe" | "DANFE NFCe com mensagem eletrônica";
|
|
190
|
+
};
|
|
191
|
+
export declare const TipoEmissaoNotaFiscal: {
|
|
192
|
+
EmissaoNormal: string;
|
|
193
|
+
ContingenciaSVCAN: string;
|
|
194
|
+
ContingenciaSVCRS: string;
|
|
195
|
+
ContingenciaOfflineNFCe: string;
|
|
196
|
+
description(val: string): "enum not found" | "Emissão Normal" | "Contingência SVC-AN (SEFAZ Virtual de Contingência do AN)" | "Contingência SVC-RS (SEFAZ Virtual de Contingência do RS)" | "Contingência off-line da NFC-e";
|
|
197
|
+
};
|
|
198
|
+
export declare const FinalidadeEmissaoNotaFiscal: {
|
|
199
|
+
NFeNormal: string;
|
|
200
|
+
NFeComplementar: string;
|
|
201
|
+
NFeAjuste: string;
|
|
202
|
+
DevolucaoDeMercadoria: string;
|
|
203
|
+
description(val: string): "enum not found" | "NF-e normal" | "NF-e complementar" | "NF-e de ajuste" | "Devolução de mercadoria";
|
|
204
|
+
};
|
|
205
|
+
export declare const AmbienteNotaFiscal: {
|
|
206
|
+
Producao: string;
|
|
207
|
+
Homologacao: string;
|
|
208
|
+
description(val: string): "enum not found" | "Produção" | "Homologação";
|
|
209
|
+
};
|
|
210
|
+
export declare const ConsumidorFinalNotaFiscal: {
|
|
211
|
+
Normal: string;
|
|
212
|
+
ConsumidorFinal: string;
|
|
213
|
+
description(val: string): "enum not found" | "Normal" | "Consumidor Final";
|
|
214
|
+
};
|
|
215
|
+
export declare const IndicadorPresencaNotaFiscal: {
|
|
216
|
+
NaoSeAplica: string;
|
|
217
|
+
OperacaoPresencial: string;
|
|
218
|
+
OperacaoNaoPresencialInternet: string;
|
|
219
|
+
OperacaoNaoPresencialTeleatendimento: string;
|
|
220
|
+
NFCeEntregaDomicilio: string;
|
|
221
|
+
OperacaoPresencialForaEstabelecimento: string;
|
|
222
|
+
OperacaoNaoPresencial: string;
|
|
223
|
+
description(val: string): "enum not found" | "Não se aplica" | "Operação presencial" | "Operação não presencial, pela internet" | "Operação não presencial, teleatendimento" | "NFC-e em operação com entrega a domicílio" | "Operação presencial, fora do estabelecimento" | "Operação não presencial, outros";
|
|
224
|
+
};
|
|
225
|
+
export declare const IndicadorIntermediador: {
|
|
226
|
+
OperacaoSemIntermediador: string;
|
|
227
|
+
OperacaoPlataformaTerceiro: string;
|
|
228
|
+
description(val: string): "enum not found" | "Operação sem intermediador" | "Operação em site ou plataforma de terceiros";
|
|
229
|
+
};
|
|
230
|
+
export declare const RegimeTributario: {
|
|
231
|
+
SimplesNacional: string;
|
|
232
|
+
SimplesNacionalExcessoSublimiteReceitaBruta: string;
|
|
233
|
+
RegimeNormal: string;
|
|
234
|
+
MEI: string;
|
|
235
|
+
description(val: string): "enum not found" | "Simples Nacional" | "Simples Nacional, excesso sublimite de receita bruta" | "Regime Normal" | "MEI";
|
|
236
|
+
};
|
|
237
|
+
export declare const IndicadorIEDestinatario: {
|
|
238
|
+
ContribuinteICMS: string;
|
|
239
|
+
ContribuenteIsentoDeInscricao: string;
|
|
240
|
+
NaoContribuinte: string;
|
|
241
|
+
description(val: string): "enum not found" | "Contribuinte ICMS" | "Contribuinte isento de inscrição no Cadastro de Contribuíntes" | "Não Contribuinte, que pode ou não possuir Inscrição Estadual no Cadastro de Contribuíntes";
|
|
242
|
+
};
|
|
243
|
+
export declare const ModalidadeBaseCalculo: {
|
|
244
|
+
MargemValorAgregado: string;
|
|
245
|
+
Pauta: string;
|
|
246
|
+
PrecoTabelado: string;
|
|
247
|
+
ValorOperacao: string;
|
|
248
|
+
description(val: string): "enum not found" | "Margem Valor Agregado (%)" | "Pauta (Valor)" | "Preço Tabelado Máx. (valor)" | "Valor da Operação";
|
|
249
|
+
};
|
|
250
|
+
export declare const ModalidadeBaseCalculoST: {
|
|
251
|
+
PrecoTabelado: string;
|
|
252
|
+
ListaNegativa: string;
|
|
253
|
+
ListaPositiva: string;
|
|
254
|
+
ListaNeutra: string;
|
|
255
|
+
MargemValorAgregado: string;
|
|
256
|
+
Pauta: string;
|
|
257
|
+
ValorOperacao: string;
|
|
258
|
+
description(val: string): "enum not found" | "Margem Valor Agregado (%)" | "Pauta (Valor)" | "Valor da Operação" | "Preço Tabelado ou Máximo Sugerido" | "Lista Negativa" | "Lista Positiva" | "Lista Neutra";
|
|
259
|
+
};
|
|
260
|
+
export declare const MotivoDesoneracao: {
|
|
261
|
+
Taxi: string;
|
|
262
|
+
UsoAgropecuaria: string;
|
|
263
|
+
FrotistaLocadora: string;
|
|
264
|
+
UtilitariosMotocicletaAmazoniaOcidentalAreaLivreComercio: string;
|
|
265
|
+
Suframa: string;
|
|
266
|
+
VendaOrgaoPublico: string;
|
|
267
|
+
Outros: string;
|
|
268
|
+
DeficienteCondutor: string;
|
|
269
|
+
DeficienteNaoCondutor: string;
|
|
270
|
+
OrgaoFomentoDesenvolvimentoAgropecuario: string;
|
|
271
|
+
description(val: string): "enum not found" | "Outros" | "Táxi" | "Uso na agropecuária" | "Frotista/Locadora" | "Utilitários e Motocicletas da Amazônia Ocidental e Áreas de Livre Comércio" | "SUFRAMA" | "Venda a Órgão Público" | "Deficiente Condutor" | "Deficiente Não Condutor" | "Órgão de fomento e desenvolvimento agropecuário";
|
|
272
|
+
};
|
|
273
|
+
export declare const SituacaoNotaFiscal: {
|
|
274
|
+
EmEdicao: string;
|
|
275
|
+
Autorizada: string;
|
|
276
|
+
EmProcessamento: string;
|
|
277
|
+
Rejeitada: string;
|
|
278
|
+
Cancelada: string;
|
|
279
|
+
Inutilizada: string;
|
|
280
|
+
Denegada: string;
|
|
281
|
+
EmImportacao: string;
|
|
282
|
+
Importada: string;
|
|
283
|
+
EmContingencia: string;
|
|
284
|
+
description(val: string): "enum not found" | "Em Edição" | "Autorizada" | "Em Processamento" | "Rejeitada" | "Cancelada" | "Inutilizada" | "Denegada" | "Em Importação" | "Importada" | "Contingência";
|
|
285
|
+
};
|
|
286
|
+
export declare const SituacaoManifestoDestinatario: {
|
|
287
|
+
SemManifestacao: string;
|
|
288
|
+
OperacaoConfirmada: string;
|
|
289
|
+
Desconhecida: string;
|
|
290
|
+
OperacaoNaoRealizada: string;
|
|
291
|
+
Ciencia: string;
|
|
292
|
+
description(val: string): "enum not found" | "Sem Manifestação" | "Operação confirmada" | "Operação desconhecida" | "Operação não realizada" | "Ciência";
|
|
293
|
+
};
|
|
294
|
+
export declare const TipoInformacaoAdicional: {
|
|
295
|
+
Digitada: string;
|
|
296
|
+
Ibpt: string;
|
|
297
|
+
Automatica: string;
|
|
298
|
+
description(val: string): "enum not found" | "Digitada" | "Ibpt" | "Automatica";
|
|
299
|
+
};
|
|
300
|
+
export declare const TipoDesconto: {
|
|
301
|
+
Percentual: string;
|
|
302
|
+
Valor: string;
|
|
303
|
+
description(val: string): "enum not found" | "Percentual" | "Valor";
|
|
304
|
+
};
|
|
305
|
+
export declare const TipoEventoManifestacao: {
|
|
306
|
+
ConfirmacaoDaOperacao: string;
|
|
307
|
+
CienciaDaOperacao: string;
|
|
308
|
+
DesconhecimentoDaOperacao: string;
|
|
309
|
+
OperacaoNaoRealizada: string;
|
|
310
|
+
description(val: string): "enum not found" | "Operação não realizada" | "Confirmação da Operação" | "Ciência da Operação" | "Desconhecimento da Operação";
|
|
311
|
+
};
|
|
312
|
+
export declare const PerfilSped: {
|
|
313
|
+
PerfilA: string;
|
|
314
|
+
PerfilB: string;
|
|
315
|
+
PerfilC: string;
|
|
316
|
+
description(val: string): "enum not found" | "Perfil A" | "Perfil B" | "Perfil C";
|
|
317
|
+
};
|
|
318
|
+
export declare const TipoAtividade: {
|
|
319
|
+
IndustrialEquiparadoIndustrial: string;
|
|
320
|
+
Outros: string;
|
|
321
|
+
description(val: string): "enum not found" | "Outros" | "Industrial ou equiparado a industrial";
|
|
322
|
+
};
|
|
323
|
+
export declare const IndicadorEmitente: {
|
|
324
|
+
EmissaoPropria: string;
|
|
325
|
+
Terceiros: string;
|
|
326
|
+
description(val: string): "enum not found" | "Outros" | "Emissão própria";
|
|
327
|
+
};
|
|
328
|
+
export declare const OrigemCampo: {
|
|
329
|
+
Nota: string;
|
|
330
|
+
Produto: string;
|
|
331
|
+
Cliente: string;
|
|
332
|
+
Pedido: string;
|
|
333
|
+
Boleto: string;
|
|
334
|
+
description(val: string): "enum not found" | "Nota" | "Produto" | "Cliente" | "Pedido" | "Boleto";
|
|
335
|
+
};
|
|
336
|
+
export declare const TipoCampo: {
|
|
337
|
+
Texto: string;
|
|
338
|
+
Numerico: string;
|
|
339
|
+
Data: string;
|
|
340
|
+
description(val: string): "enum not found" | "Texto" | "Numérico" | "Data";
|
|
341
|
+
};
|
|
342
|
+
export declare const VariaveisNotaFiscal: {
|
|
343
|
+
DataEmissao: {
|
|
344
|
+
Descricao: string;
|
|
345
|
+
Chave: string;
|
|
346
|
+
Tipo: string;
|
|
347
|
+
Aplicacao: string;
|
|
348
|
+
};
|
|
349
|
+
ValorTotalNota: {
|
|
350
|
+
Descricao: string;
|
|
351
|
+
Chave: string;
|
|
352
|
+
Tipo: string;
|
|
353
|
+
Aplicacao: string;
|
|
354
|
+
};
|
|
355
|
+
ValorDesconto: {
|
|
356
|
+
Descricao: string;
|
|
357
|
+
Chave: string;
|
|
358
|
+
Tipo: string;
|
|
359
|
+
Aplicacao: string;
|
|
360
|
+
};
|
|
361
|
+
ValorIcmsST: {
|
|
362
|
+
Descricao: string;
|
|
363
|
+
Chave: string;
|
|
364
|
+
Tipo: string;
|
|
365
|
+
Aplicacao: string;
|
|
366
|
+
};
|
|
367
|
+
ValorIcmsCreditoSN: {
|
|
368
|
+
Descricao: string;
|
|
369
|
+
Chave: string;
|
|
370
|
+
Tipo: string;
|
|
371
|
+
Aplicacao: string;
|
|
372
|
+
};
|
|
373
|
+
ValorBaseIcmsST: {
|
|
374
|
+
Descricao: string;
|
|
375
|
+
Chave: string;
|
|
376
|
+
Tipo: string;
|
|
377
|
+
Aplicacao: string;
|
|
378
|
+
};
|
|
379
|
+
ValorIcms: {
|
|
380
|
+
Descricao: string;
|
|
381
|
+
Chave: string;
|
|
382
|
+
Tipo: string;
|
|
383
|
+
Aplicacao: string;
|
|
384
|
+
};
|
|
385
|
+
ValorBaseIcms: {
|
|
386
|
+
Descricao: string;
|
|
387
|
+
Chave: string;
|
|
388
|
+
Tipo: string;
|
|
389
|
+
Aplicacao: string;
|
|
390
|
+
};
|
|
391
|
+
ValorTotalSomaItens: {
|
|
392
|
+
Descricao: string;
|
|
393
|
+
Chave: string;
|
|
394
|
+
Tipo: string;
|
|
395
|
+
Aplicacao: string;
|
|
396
|
+
};
|
|
397
|
+
ValorMVA: {
|
|
398
|
+
Descricao: string;
|
|
399
|
+
Chave: string;
|
|
400
|
+
Tipo: string;
|
|
401
|
+
Aplicacao: string;
|
|
402
|
+
};
|
|
403
|
+
ValorFundoPobreza: {
|
|
404
|
+
Descricao: string;
|
|
405
|
+
Chave: string;
|
|
406
|
+
Tipo: string;
|
|
407
|
+
Aplicacao: string;
|
|
408
|
+
};
|
|
409
|
+
ChaveAcessoRef: {
|
|
410
|
+
Descricao: string;
|
|
411
|
+
Chave: string;
|
|
412
|
+
Tipo: string;
|
|
413
|
+
Aplicacao: string;
|
|
414
|
+
};
|
|
415
|
+
DataEmissaoRef: {
|
|
416
|
+
Descricao: string;
|
|
417
|
+
Chave: string;
|
|
418
|
+
Tipo: string;
|
|
419
|
+
Aplicacao: string;
|
|
420
|
+
};
|
|
421
|
+
SerieNfRef: {
|
|
422
|
+
Descricao: string;
|
|
423
|
+
Chave: string;
|
|
424
|
+
Tipo: string;
|
|
425
|
+
Aplicacao: string;
|
|
426
|
+
};
|
|
427
|
+
NumeroNfRef: {
|
|
428
|
+
Descricao: string;
|
|
429
|
+
Chave: string;
|
|
430
|
+
Tipo: string;
|
|
431
|
+
Aplicacao: string;
|
|
432
|
+
};
|
|
433
|
+
AliquotaICMS: {
|
|
434
|
+
Descricao: string;
|
|
435
|
+
Chave: string;
|
|
436
|
+
Tipo: string;
|
|
437
|
+
Aplicacao: string;
|
|
438
|
+
};
|
|
439
|
+
AliquotaICMSST: {
|
|
440
|
+
Descricao: string;
|
|
441
|
+
Chave: string;
|
|
442
|
+
Tipo: string;
|
|
443
|
+
Aplicacao: string;
|
|
444
|
+
};
|
|
445
|
+
NomeCliente: {
|
|
446
|
+
Descricao: string;
|
|
447
|
+
Chave: string;
|
|
448
|
+
Tipo: string;
|
|
449
|
+
Aplicacao: string;
|
|
450
|
+
};
|
|
451
|
+
};
|
|
452
|
+
export declare const IndicadorOrigemImportacaoCombustivel: {
|
|
453
|
+
Nacional: string;
|
|
454
|
+
Importado: string;
|
|
455
|
+
description(val: string): "enum not found" | "Nacional" | "Importado";
|
|
456
|
+
};
|
|
457
|
+
export declare const OrigemOperacao: {
|
|
458
|
+
NotaFiscal: string;
|
|
459
|
+
PDV: string;
|
|
460
|
+
Pedido: string;
|
|
461
|
+
Operacao: string;
|
|
462
|
+
description(val: string): "enum not found" | "Pedido" | "Nota Fiscal" | "PDV" | "Operação";
|
|
463
|
+
};
|
|
464
|
+
export declare const ModeloImpressao: {
|
|
465
|
+
Comprovante80MM: string;
|
|
466
|
+
A4: string;
|
|
467
|
+
description(val: string): "enum not found" | "Comprovante 80mm" | "A4";
|
|
468
|
+
};
|