mdz-enum 1.5.6 → 1.5.8
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/fiscal/index.d.ts
CHANGED
|
@@ -364,6 +364,12 @@ export declare const VariaveisNotaFiscal: {
|
|
|
364
364
|
Tipo: string;
|
|
365
365
|
Aplicacao: string;
|
|
366
366
|
};
|
|
367
|
+
ValorIcmsCreditoSN: {
|
|
368
|
+
Descricao: string;
|
|
369
|
+
Chave: string;
|
|
370
|
+
Tipo: string;
|
|
371
|
+
Aplicacao: string;
|
|
372
|
+
};
|
|
367
373
|
ValorBaseIcmsST: {
|
|
368
374
|
Descricao: string;
|
|
369
375
|
Chave: string;
|
package/dist/fiscal/index.js
CHANGED
|
@@ -1030,6 +1030,12 @@ exports.VariaveisNotaFiscal = {
|
|
|
1030
1030
|
Tipo: exports.TipoCampo.Numerico,
|
|
1031
1031
|
Aplicacao: exports.OrigemCampo.Nota,
|
|
1032
1032
|
},
|
|
1033
|
+
ValorIcmsCreditoSN: {
|
|
1034
|
+
Descricao: 'Valor de crédito de ICMS SN',
|
|
1035
|
+
Chave: '<icms_valor_credito_sn>',
|
|
1036
|
+
Tipo: exports.TipoCampo.Numerico,
|
|
1037
|
+
Aplicacao: exports.OrigemCampo.Nota,
|
|
1038
|
+
},
|
|
1033
1039
|
ValorBaseIcmsST: {
|
|
1034
1040
|
Descricao: 'Valor base de cálculo ICMSST',
|
|
1035
1041
|
Chave: '<icmsst_valor_base_calculo>',
|
package/dist/general/index.d.ts
CHANGED
|
@@ -52,7 +52,7 @@ export declare const Uf: {
|
|
|
52
52
|
AN: string;
|
|
53
53
|
EX: string;
|
|
54
54
|
description(val: string): "Rondônia" | "Acre" | "Amazonas" | "Roraima" | "Pará" | "Amapá" | "Tocantins" | "Maranhão" | "Piauí" | "Ceará" | "Rio Grande do Norte" | "Pernambuco" | "Alagoas" | "Sergipe" | "Bahia" | "Espírito Santo" | "Rio de Janeiro" | "São Paulo" | "Paraná" | "Santa Catarina" | "Mato Grosso do Sul" | "Mato Grosso" | "Goiás" | "Distrito Federal" | "Rio Grande do Sul" | "Paraíba" | "Minas Gerais" | undefined;
|
|
55
|
-
shortDescription(val: string): "RO" | "AC" | "AM" | "RR" | "TO" | "MA" | "PI" | "CE" | "RN" | "PB" | "PE" | "AL" | "SE" | "BA" | "MG" | "ES" | "RJ" | "SP" | "PR" | "SC" | "MS" | "MT" | "GO" | "DF" | "RS" |
|
|
55
|
+
shortDescription(val: string): "RO" | "AC" | "AM" | "RR" | "PA" | "AP" | "TO" | "MA" | "PI" | "CE" | "RN" | "PB" | "PE" | "AL" | "SE" | "BA" | "MG" | "ES" | "RJ" | "SP" | "PR" | "SC" | "MS" | "MT" | "GO" | "DF" | "RS" | undefined;
|
|
56
56
|
};
|
|
57
57
|
export declare const ProporcaoImagem: {
|
|
58
58
|
'1/1': string;
|
package/dist/general/index.js
CHANGED
|
@@ -292,13 +292,13 @@ exports.UfDB = {
|
|
|
292
292
|
Nome: 'Roraima',
|
|
293
293
|
},
|
|
294
294
|
PA: {
|
|
295
|
-
Descricao: '
|
|
295
|
+
Descricao: 'PA',
|
|
296
296
|
Chave: 5,
|
|
297
297
|
Codigo_Ibge: '15',
|
|
298
298
|
Nome: 'Pará',
|
|
299
299
|
},
|
|
300
300
|
AP: {
|
|
301
|
-
Descricao: '
|
|
301
|
+
Descricao: 'AP',
|
|
302
302
|
Chave: 6,
|
|
303
303
|
Codigo_Ibge: '16',
|
|
304
304
|
Nome: 'Amapá',
|