7vdomain 1.5.2 → 1.5.4
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/PortalDoContador/ImpostoProdutoBase.d.ts +12 -0
- package/dist/PortalDoContador/ImpostoProdutoBase.js +19 -0
- package/dist/{PortalContador → PortalDoContador}/Request/ImpostoEstadualProdutoRequest.d.ts +2 -2
- package/dist/{PortalContador → PortalDoContador}/Request/ImpostoEstadualProdutoRequest.js +2 -2
- package/dist/{PortalContador → PortalDoContador}/Request/ImpostoFederalProdutoRequest.d.ts +2 -2
- package/dist/{PortalContador → PortalDoContador}/Request/index.d.ts +0 -1
- package/dist/{PortalContador → PortalDoContador}/Request/index.js +0 -1
- package/dist/PortalDoContador/Response/ImpostoEstadualProdutoResponse.d.ts +8 -0
- package/dist/PortalDoContador/Response/ImpostoEstadualProdutoResponse.js +15 -0
- package/dist/PortalDoContador/Response/ImpostoFederalProdutoResponse.d.ts +13 -0
- package/dist/{PortalContador → PortalDoContador}/Response/ImpostoFederalProdutoResponse.js +4 -12
- package/dist/{PortalContador → PortalDoContador}/index.d.ts +1 -0
- package/dist/{PortalContador → PortalDoContador}/index.js +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/PortalContador/Request/ImpostoEstadualProdutoArquivoDto.d.ts +0 -16
- package/dist/PortalContador/Request/ImpostoEstadualProdutoArquivoDto.js +0 -2
- package/dist/PortalContador/Request/ImpostoFederalProdutoArquivoDto.d.ts +0 -19
- package/dist/PortalContador/Request/ImpostoFederalProdutoArquivoDto.js +0 -2
- package/dist/PortalContador/Request/ImpostoProdutoBaseRequest.d.ts +0 -11
- package/dist/PortalContador/Request/ImpostoProdutoBaseRequest.js +0 -17
- package/dist/PortalContador/Response/ImpostoEstadualProdutoResponse.d.ts +0 -17
- package/dist/PortalContador/Response/ImpostoEstadualProdutoResponse.js +0 -23
- package/dist/PortalContador/Response/ImpostoFederalProdutoResponse.d.ts +0 -22
- package/dist/Response/PortalContador/EmpresaResponse.d.ts +0 -14
- package/dist/Response/PortalContador/EmpresaResponse.js +0 -2
- package/dist/Response/PortalContador/ImpostoEstadualResponse.d.ts +0 -17
- package/dist/Response/PortalContador/ImpostoEstadualResponse.js +0 -2
- package/dist/Response/PortalContador/ImpostoFederalResponse.d.ts +0 -17
- package/dist/Response/PortalContador/ImpostoFederalResponse.js +0 -2
- package/dist/Response/PortalContador/index.d.ts +0 -3
- package/dist/Response/PortalContador/index.js +0 -19
- /package/dist/{PortalContador → PortalDoContador}/Request/ImpostoFederalProdutoRequest.js +0 -0
- /package/dist/{PortalContador → PortalDoContador}/Request/IncluirEmpresaRootRequest.d.ts +0 -0
- /package/dist/{PortalContador → PortalDoContador}/Request/IncluirEmpresaRootRequest.js +0 -0
- /package/dist/{PortalContador → PortalDoContador}/Response/EmpresaRootResponse.d.ts +0 -0
- /package/dist/{PortalContador → PortalDoContador}/Response/EmpresaRootResponse.js +0 -0
- /package/dist/{PortalContador → PortalDoContador}/Response/index.d.ts +0 -0
- /package/dist/{PortalContador → PortalDoContador}/Response/index.js +0 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class ImpostoProdutoBase {
|
|
2
|
+
pessoaGuid: string;
|
|
3
|
+
produtoGuid: string;
|
|
4
|
+
codigoDeBarras: string;
|
|
5
|
+
nomeProduto: string;
|
|
6
|
+
ncmId: number;
|
|
7
|
+
ncmCodigo: string;
|
|
8
|
+
cfop: string;
|
|
9
|
+
consumidorFinal: boolean;
|
|
10
|
+
ufDestino: number;
|
|
11
|
+
regimeTributarioPessoaRegistradora: number;
|
|
12
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ImpostoProdutoBase = void 0;
|
|
4
|
+
class ImpostoProdutoBase {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.pessoaGuid = '';
|
|
7
|
+
this.produtoGuid = '';
|
|
8
|
+
this.codigoDeBarras = '';
|
|
9
|
+
this.nomeProduto = '';
|
|
10
|
+
this.ncmId = 0;
|
|
11
|
+
this.ncmCodigo = '';
|
|
12
|
+
this.cfop = '';
|
|
13
|
+
this.consumidorFinal = false;
|
|
14
|
+
this.ufDestino = 0;
|
|
15
|
+
this.regimeTributarioPessoaRegistradora = 0;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.ImpostoProdutoBase = ImpostoProdutoBase;
|
|
19
|
+
// Estadual herda a base
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare class ImpostoProdutoEstadualRequest extends
|
|
1
|
+
import { ImpostoProdutoBase } from "../ImpostoProdutoBase";
|
|
2
|
+
export declare class ImpostoProdutoEstadualRequest extends ImpostoProdutoBase {
|
|
3
3
|
cest: string;
|
|
4
4
|
cstIcms: number;
|
|
5
5
|
aliqIcms: number;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ImpostoProdutoEstadualRequest = void 0;
|
|
4
|
-
const
|
|
5
|
-
class ImpostoProdutoEstadualRequest extends
|
|
4
|
+
const ImpostoProdutoBase_1 = require("../ImpostoProdutoBase");
|
|
5
|
+
class ImpostoProdutoEstadualRequest extends ImpostoProdutoBase_1.ImpostoProdutoBase {
|
|
6
6
|
constructor() {
|
|
7
7
|
super(...arguments);
|
|
8
8
|
this.cest = '';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface ImpostoProdutoFederalArquivoRequest extends
|
|
1
|
+
import { ImpostoProdutoBase } from "../ImpostoProdutoBase";
|
|
2
|
+
export interface ImpostoProdutoFederalArquivoRequest extends ImpostoProdutoBase {
|
|
3
3
|
cstPis: string;
|
|
4
4
|
aliqPis: number;
|
|
5
5
|
codNatReceitaPis: string;
|
|
@@ -14,7 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./ImpostoProdutoBaseRequest"), exports);
|
|
18
17
|
__exportStar(require("./IncluirEmpresaRootRequest"), exports);
|
|
19
18
|
__exportStar(require("./ImpostoEstadualProdutoRequest"), exports);
|
|
20
19
|
__exportStar(require("./ImpostoFederalProdutoRequest"), exports);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ImpostoEstadualProdutoResponse = void 0;
|
|
4
|
+
const ImpostoProdutoBase_1 = require("../ImpostoProdutoBase");
|
|
5
|
+
class ImpostoEstadualProdutoResponse extends ImpostoProdutoBase_1.ImpostoProdutoBase {
|
|
6
|
+
constructor() {
|
|
7
|
+
super(...arguments);
|
|
8
|
+
this.cest = '';
|
|
9
|
+
this.cstIcms = 0; // ou enum
|
|
10
|
+
this.aliqIcms = 0;
|
|
11
|
+
this.percMva = 0;
|
|
12
|
+
this.percRedBci = 0;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
exports.ImpostoEstadualProdutoResponse = ImpostoEstadualProdutoResponse;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ImpostoProdutoBase } from "../ImpostoProdutoBase";
|
|
2
|
+
export declare class ImpostoFederalProdutoResponse extends ImpostoProdutoBase {
|
|
3
|
+
cstPis: number;
|
|
4
|
+
aliqPis: number;
|
|
5
|
+
cst: number;
|
|
6
|
+
cstIpi: number;
|
|
7
|
+
aliqIpi: number;
|
|
8
|
+
codigoEnquadramentoIpi: string;
|
|
9
|
+
codNatReceitaPis: string;
|
|
10
|
+
aliqCofins: number;
|
|
11
|
+
cstCofins: number;
|
|
12
|
+
codNatReceitaCofins: string;
|
|
13
|
+
}
|
|
@@ -1,31 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ImpostoFederalProdutoResponse = void 0;
|
|
4
|
-
|
|
4
|
+
const ImpostoProdutoBase_1 = require("../ImpostoProdutoBase");
|
|
5
|
+
class ImpostoFederalProdutoResponse extends ImpostoProdutoBase_1.ImpostoProdutoBase {
|
|
5
6
|
constructor() {
|
|
6
|
-
|
|
7
|
-
this.produtoGuid = '';
|
|
8
|
-
this.codBarras = '';
|
|
9
|
-
this.nomeProduto = '';
|
|
10
|
-
this.ncmId = 0;
|
|
11
|
-
this.ncmCodigo = '';
|
|
7
|
+
super(...arguments);
|
|
12
8
|
// PIS
|
|
13
|
-
this.cstPis = 0;
|
|
9
|
+
this.cstPis = 0;
|
|
14
10
|
this.aliqPis = 0;
|
|
15
11
|
this.cst = 0;
|
|
16
12
|
// IPI
|
|
17
13
|
this.cstIpi = 0;
|
|
18
14
|
this.aliqIpi = 0;
|
|
19
15
|
this.codigoEnquadramentoIpi = '';
|
|
20
|
-
this.cfop = '';
|
|
21
16
|
this.codNatReceitaPis = '';
|
|
22
17
|
// COFINS
|
|
23
18
|
this.aliqCofins = 0;
|
|
24
19
|
this.cstCofins = 0;
|
|
25
20
|
this.codNatReceitaCofins = '';
|
|
26
|
-
this.consumidorFinal = false;
|
|
27
|
-
this.ufDestino = 0;
|
|
28
|
-
this.regimeTributarioPessoaRegistradora = 0;
|
|
29
21
|
}
|
|
30
22
|
}
|
|
31
23
|
exports.ImpostoFederalProdutoResponse = ImpostoFederalProdutoResponse;
|
|
@@ -14,5 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./ImpostoProdutoBase"), exports);
|
|
17
18
|
__exportStar(require("./Request"), exports);
|
|
18
19
|
__exportStar(require("./Response"), exports);
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@ __exportStar(require("./Enums"), exports);
|
|
|
20
20
|
/* exports dos request e response */
|
|
21
21
|
__exportStar(require("./Request"), exports);
|
|
22
22
|
__exportStar(require("./Response"), exports);
|
|
23
|
-
__exportStar(require("./
|
|
23
|
+
__exportStar(require("./PortalDoContador"), exports);
|
package/package.json
CHANGED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export interface ImpostoProdutoEstadualArquivoRequest {
|
|
2
|
-
codigoDeBarras: string;
|
|
3
|
-
produtoNome: string;
|
|
4
|
-
produtoUnMedidaPadrao: string;
|
|
5
|
-
produtoOrigemMercadoria: number;
|
|
6
|
-
ncm: string;
|
|
7
|
-
ncmDescricao: string;
|
|
8
|
-
cest: string;
|
|
9
|
-
cfop: string;
|
|
10
|
-
cstIcms: string;
|
|
11
|
-
aliqIcms: number;
|
|
12
|
-
percMva: number;
|
|
13
|
-
percRedBci: number;
|
|
14
|
-
consumidorFinal: boolean;
|
|
15
|
-
ufDestino: number;
|
|
16
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export interface ImpostoProdutoFederalArquivoRequest {
|
|
2
|
-
codigoDeBarras: string;
|
|
3
|
-
produtoNome: string;
|
|
4
|
-
produtoUnMedidaPadrao: string;
|
|
5
|
-
produtoOrigemMercadoria: number;
|
|
6
|
-
ncm: string;
|
|
7
|
-
ncmDescricao: string;
|
|
8
|
-
cstPis: string;
|
|
9
|
-
aliqPis: number;
|
|
10
|
-
codNatReceitaPis: string;
|
|
11
|
-
cfop: string;
|
|
12
|
-
codNatReceitaCofins: string;
|
|
13
|
-
cstIpi: string;
|
|
14
|
-
aliqIpi: number;
|
|
15
|
-
cstCofins: string;
|
|
16
|
-
aliqCofins: number;
|
|
17
|
-
ufDestino: number;
|
|
18
|
-
consumidorFinal: boolean;
|
|
19
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare class ImpostoProdutoBaseRequest {
|
|
2
|
-
codigoDeBarras: string;
|
|
3
|
-
produtoNome: string;
|
|
4
|
-
produtoUnMedidaPadrao: string;
|
|
5
|
-
produtoOrigemMercadoria: number;
|
|
6
|
-
ncm: string;
|
|
7
|
-
ncmDescricao: string;
|
|
8
|
-
cfop: string;
|
|
9
|
-
ufDestino: number;
|
|
10
|
-
consumidorFinal: boolean;
|
|
11
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ImpostoProdutoBaseRequest = void 0;
|
|
4
|
-
class ImpostoProdutoBaseRequest {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.codigoDeBarras = '';
|
|
7
|
-
this.produtoNome = '';
|
|
8
|
-
this.produtoUnMedidaPadrao = '';
|
|
9
|
-
this.produtoOrigemMercadoria = 0;
|
|
10
|
-
this.ncm = '';
|
|
11
|
-
this.ncmDescricao = '';
|
|
12
|
-
this.cfop = '';
|
|
13
|
-
this.ufDestino = 0;
|
|
14
|
-
this.consumidorFinal = false;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
exports.ImpostoProdutoBaseRequest = ImpostoProdutoBaseRequest;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare class ImpostoEstadualProdutoResponse {
|
|
2
|
-
pessoaEmpresaGuid: string;
|
|
3
|
-
produtoGuid: string;
|
|
4
|
-
codBarras: string;
|
|
5
|
-
nomeProduto: string;
|
|
6
|
-
cfop: string;
|
|
7
|
-
ncmId: number;
|
|
8
|
-
cest: string;
|
|
9
|
-
ncmCodigo: string;
|
|
10
|
-
cstIcms: number;
|
|
11
|
-
aliqIcms: number;
|
|
12
|
-
percMva: number;
|
|
13
|
-
percRedBci: number;
|
|
14
|
-
consumidorFinal: boolean;
|
|
15
|
-
ufDestino: number;
|
|
16
|
-
regimeTributarioPessoaRegistradora: number;
|
|
17
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ImpostoEstadualProdutoResponse = void 0;
|
|
4
|
-
class ImpostoEstadualProdutoResponse {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.pessoaEmpresaGuid = ''; // Guid em TS normalmente string
|
|
7
|
-
this.produtoGuid = '';
|
|
8
|
-
this.codBarras = '';
|
|
9
|
-
this.nomeProduto = '';
|
|
10
|
-
this.cfop = '';
|
|
11
|
-
this.ncmId = 0;
|
|
12
|
-
this.cest = '';
|
|
13
|
-
this.ncmCodigo = '';
|
|
14
|
-
this.cstIcms = 0; // pode ser enum ou number
|
|
15
|
-
this.aliqIcms = 0;
|
|
16
|
-
this.percMva = 0;
|
|
17
|
-
this.percRedBci = 0;
|
|
18
|
-
this.consumidorFinal = false;
|
|
19
|
-
this.ufDestino = 0;
|
|
20
|
-
this.regimeTributarioPessoaRegistradora = 0;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
exports.ImpostoEstadualProdutoResponse = ImpostoEstadualProdutoResponse;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export declare class ImpostoFederalProdutoResponse {
|
|
2
|
-
pessoaRegistradoraGuid: string;
|
|
3
|
-
produtoGuid: string;
|
|
4
|
-
codBarras: string;
|
|
5
|
-
nomeProduto: string;
|
|
6
|
-
ncmId: number;
|
|
7
|
-
ncmCodigo: string;
|
|
8
|
-
cstPis: number;
|
|
9
|
-
aliqPis: number;
|
|
10
|
-
cst: number;
|
|
11
|
-
cstIpi: number;
|
|
12
|
-
aliqIpi: number;
|
|
13
|
-
codigoEnquadramentoIpi: string;
|
|
14
|
-
cfop: string;
|
|
15
|
-
codNatReceitaPis: string;
|
|
16
|
-
aliqCofins: number;
|
|
17
|
-
cstCofins: number;
|
|
18
|
-
codNatReceitaCofins: string;
|
|
19
|
-
consumidorFinal: boolean;
|
|
20
|
-
ufDestino: number;
|
|
21
|
-
regimeTributarioPessoaRegistradora: number;
|
|
22
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { UfEnum } from "../../Enums/UfEnum";
|
|
2
|
-
import { RegimeEnum } from "../../Enums/RegimeEnum";
|
|
3
|
-
export interface EmpresaResponse {
|
|
4
|
-
id: string;
|
|
5
|
-
pessoaId: number;
|
|
6
|
-
grupo: string;
|
|
7
|
-
cnpj: string;
|
|
8
|
-
razaoSocial: string;
|
|
9
|
-
nomeFantasia: string;
|
|
10
|
-
inscricaoEstadual: string;
|
|
11
|
-
regimeTributario: RegimeEnum;
|
|
12
|
-
cidade: string;
|
|
13
|
-
estado: UfEnum;
|
|
14
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { RegimeEnum } from "../../Enums/RegimeEnum";
|
|
2
|
-
export interface ImpostoEstadualResponse {
|
|
3
|
-
impostoEstadualId: number;
|
|
4
|
-
codBarra: string;
|
|
5
|
-
nome: string;
|
|
6
|
-
ncm: string;
|
|
7
|
-
cfop: string;
|
|
8
|
-
cstIcms: string;
|
|
9
|
-
aliqIcms: number;
|
|
10
|
-
oercMva: number;
|
|
11
|
-
oercRedBci: number;
|
|
12
|
-
regime: RegimeEnum;
|
|
13
|
-
consumidorFinal: boolean;
|
|
14
|
-
uf: string;
|
|
15
|
-
contadorId: string;
|
|
16
|
-
empresaId: string;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { RegimeEnum } from "../../Enums/RegimeEnum";
|
|
2
|
-
export interface ImpostoFederalResponse {
|
|
3
|
-
impostoFederalId: number;
|
|
4
|
-
codBarra: string;
|
|
5
|
-
nome: string;
|
|
6
|
-
cstPisCofins: string;
|
|
7
|
-
aliqPis: number;
|
|
8
|
-
aliqCofins: number;
|
|
9
|
-
codNadReceita: string;
|
|
10
|
-
cstIps: string;
|
|
11
|
-
aliqIpi: number;
|
|
12
|
-
consumidorFinal: boolean;
|
|
13
|
-
regime: RegimeEnum;
|
|
14
|
-
uf: string;
|
|
15
|
-
contadorId: string;
|
|
16
|
-
empresaId: string;
|
|
17
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./EmpresaResponse"), exports);
|
|
18
|
-
__exportStar(require("./ImpostoEstadualResponse"), exports);
|
|
19
|
-
__exportStar(require("./ImpostoFederalResponse"), exports);
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|