7vdomain 1.5.8 → 1.6.0

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.
@@ -2,7 +2,7 @@ import { ImpostoProdutoBase } from "../ImpostoProdutoBase";
2
2
  export declare class ImpostoProdutoEstadualRequest extends ImpostoProdutoBase {
3
3
  cest: string;
4
4
  cstIcms: number;
5
- aliqIcms: number;
5
+ aliquotaIcms: number;
6
6
  percMva: number;
7
7
  percRedBci: number;
8
8
  }
@@ -7,7 +7,7 @@ class ImpostoProdutoEstadualRequest extends ImpostoProdutoBase_1.ImpostoProdutoB
7
7
  super(...arguments);
8
8
  this.cest = '';
9
9
  this.cstIcms = 0; // pode usar enum ou number
10
- this.aliqIcms = 0;
10
+ this.aliquotaIcms = 0;
11
11
  this.percMva = 0;
12
12
  this.percRedBci = 0;
13
13
  }
@@ -2,7 +2,7 @@ import { ImpostoProdutoBase } from "../ImpostoProdutoBase";
2
2
  export declare class ImpostoEstadualProdutoResponse extends ImpostoProdutoBase {
3
3
  cest: string;
4
4
  cstIcms: number;
5
- aliqIcms: number;
5
+ aliquotaIcms: number;
6
6
  percMva: number;
7
7
  percRedBci: number;
8
8
  }
@@ -7,7 +7,7 @@ class ImpostoEstadualProdutoResponse extends ImpostoProdutoBase_1.ImpostoProduto
7
7
  super(...arguments);
8
8
  this.cest = '';
9
9
  this.cstIcms = 0; // ou enum
10
- this.aliqIcms = 0;
10
+ this.aliquotaIcms = 0;
11
11
  this.percMva = 0;
12
12
  this.percRedBci = 0;
13
13
  }
@@ -1,13 +1,13 @@
1
1
  import { ImpostoProdutoBase } from "../ImpostoProdutoBase";
2
2
  export declare class ImpostoFederalProdutoResponse extends ImpostoProdutoBase {
3
3
  cstPis: number;
4
- aliqPis: number;
4
+ aliquotaPis: number;
5
5
  cst: number;
6
6
  cstIpi: number;
7
- aliqIpi: number;
7
+ aliquotaIpi: number;
8
8
  codigoEnquadramentoIpi: string;
9
9
  codNatReceitaPis: string;
10
- aliqCofins: number;
10
+ aliquotaCofins: number;
11
11
  cstCofins: number;
12
12
  codNatReceitaCofins: string;
13
13
  }
@@ -7,15 +7,15 @@ class ImpostoFederalProdutoResponse extends ImpostoProdutoBase_1.ImpostoProdutoB
7
7
  super(...arguments);
8
8
  // PIS
9
9
  this.cstPis = 0;
10
- this.aliqPis = 0;
10
+ this.aliquotaPis = 0;
11
11
  this.cst = 0;
12
12
  // IPI
13
13
  this.cstIpi = 0;
14
- this.aliqIpi = 0;
14
+ this.aliquotaIpi = 0;
15
15
  this.codigoEnquadramentoIpi = '';
16
16
  this.codNatReceitaPis = '';
17
17
  // COFINS
18
- this.aliqCofins = 0;
18
+ this.aliquotaCofins = 0;
19
19
  this.cstCofins = 0;
20
20
  this.codNatReceitaCofins = '';
21
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "7vdomain",
3
- "version": "1.5.8",
3
+ "version": "1.6.0",
4
4
  "description": "Entidades de contrato para a 7Virtual Sistemas",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",