nfewizard-io 0.4.0 → 0.4.2
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 +28 -7
- package/dist/cjs/__tests__/unit/Utility.spec.d.ts +1 -0
- package/dist/cjs/core/types/NFEAutorizacao.d.ts +5 -0
- package/dist/cjs/index.cjs +2 -2
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/__tests__/unit/Utility.spec.d.ts +1 -0
- package/dist/esm/core/types/NFEAutorizacao.d.ts +5 -0
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/resources/certs/DigiCert_Global_Root_G2.crt +22 -0
- package/dist/resources/certs/GeoTrust_TLS_RSA_CA_G1.crt +27 -0
- package/dist/resources/certs/fazenda.mg.gov.br.crt +38 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -2959,6 +2959,11 @@ export type dadosICMS = {
|
|
|
2959
2959
|
* Informar a BC do ICMS sujeita a retenção em quantidade conforme unidade de medida estabelecida na legislação para o produto.
|
|
2960
2960
|
*/
|
|
2961
2961
|
qBCMonoReten?: number | '';
|
|
2962
|
+
/**
|
|
2963
|
+
* @param {number} qBCMonoRet - Quantidade tributada retida anteriormente
|
|
2964
|
+
* Informar a BC do ICMS em quantidade conforme unidade de medida estabelecida na legislação.
|
|
2965
|
+
*/
|
|
2966
|
+
qBCMonoRet?: number | '';
|
|
2962
2967
|
/**
|
|
2963
2968
|
* @param {number} adRemICMSReten - Alíquota ad rem do imposto com retenção
|
|
2964
2969
|
* Alíquota ad rem do ICMS sobre o biocombustível a ser adicionado para a composição da mistura vendida a consumidor final estabelecida na legislação para o produto.
|