7vdomain 1.1.13 → 1.1.15
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/Request/PortalContador/ImpostoFederalRequest.d.ts +1 -1
- package/package.json +1 -1
- package/dist/PortalContador/RegimeEnum.d.ts +0 -4
- package/dist/PortalContador/RegimeEnum.js +0 -8
- package/dist/PortalContador/Request/EmpresaRequest.d.ts +0 -11
- package/dist/PortalContador/Request/EmpresaRequest.js +0 -2
- package/dist/PortalContador/Request/ImpostoEstadualRequest.d.ts +0 -15
- package/dist/PortalContador/Request/ImpostoEstadualRequest.js +0 -2
- package/dist/PortalContador/Request/ImpostoFederalRequest.d.ts +0 -16
- package/dist/PortalContador/Request/ImpostoFederalRequest.js +0 -2
- package/dist/PortalContador/Request/index.d.ts +0 -3
- package/dist/PortalContador/Request/index.js +0 -19
- package/dist/PortalContador/Response/EmpresaResponse.d.ts +0 -11
- package/dist/PortalContador/Response/EmpresaResponse.js +0 -2
- package/dist/PortalContador/Response/ImpostoEstadualResponse.d.ts +0 -17
- package/dist/PortalContador/Response/ImpostoEstadualResponse.js +0 -2
- package/dist/PortalContador/Response/ImpostoFederalResponse.d.ts +0 -17
- package/dist/PortalContador/Response/ImpostoFederalResponse.js +0 -2
- package/dist/PortalContador/Response/index.d.ts +0 -3
- package/dist/PortalContador/Response/index.js +0 -19
- package/dist/PortalContador/index.d.ts +0 -3
- package/dist/PortalContador/index.js +0 -19
package/package.json
CHANGED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RegimeEnum = void 0;
|
|
4
|
-
var RegimeEnum;
|
|
5
|
-
(function (RegimeEnum) {
|
|
6
|
-
RegimeEnum[RegimeEnum["Simples"] = 1] = "Simples";
|
|
7
|
-
RegimeEnum[RegimeEnum["Normal"] = 2] = "Normal";
|
|
8
|
-
})(RegimeEnum || (exports.RegimeEnum = RegimeEnum = {}));
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { RegimeEnum } from "../RegimeEnum";
|
|
2
|
-
export interface EmpresaRequest {
|
|
3
|
-
Grupo: string;
|
|
4
|
-
Cnpj: string;
|
|
5
|
-
RazaoSocial: string;
|
|
6
|
-
NomeFantasia: string;
|
|
7
|
-
InscricaoEstadual: string;
|
|
8
|
-
RegimeTributario: RegimeEnum;
|
|
9
|
-
Cidade: string;
|
|
10
|
-
Estado: string;
|
|
11
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { RegimeEnum } from "../RegimeEnum";
|
|
2
|
-
export interface ImpostoEstadualRequest {
|
|
3
|
-
EmpresaEstadualId: number;
|
|
4
|
-
ContadorId: string;
|
|
5
|
-
EmpresaId: string;
|
|
6
|
-
CodBarra: string;
|
|
7
|
-
Nome: string;
|
|
8
|
-
Ncm: string;
|
|
9
|
-
Cfop: string;
|
|
10
|
-
CstIcms: string;
|
|
11
|
-
AliqIcms: number;
|
|
12
|
-
PercMva: number;
|
|
13
|
-
PercRedBci: number;
|
|
14
|
-
Regime: RegimeEnum;
|
|
15
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { RegimeEnum } from "../RegimeEnum";
|
|
2
|
-
export interface ImpostoFederalRequest {
|
|
3
|
-
EmpresaId: string;
|
|
4
|
-
CodBarra: string;
|
|
5
|
-
Nome: string;
|
|
6
|
-
Ncm: string;
|
|
7
|
-
CstPisCofins: string;
|
|
8
|
-
AliqPis: number;
|
|
9
|
-
AliqCofins: number;
|
|
10
|
-
AliqIpi: number;
|
|
11
|
-
ConsumidorFinal: number;
|
|
12
|
-
Regimes: RegimeEnum;
|
|
13
|
-
CodNadReceita: string;
|
|
14
|
-
CstIps: string;
|
|
15
|
-
Uf: string;
|
|
16
|
-
}
|
|
@@ -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("./EmpresaRequest"), exports);
|
|
18
|
-
__exportStar(require("./ImpostoEstadualRequest"), exports);
|
|
19
|
-
__exportStar(require("./ImpostoFederalRequest"), exports);
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { RegimeEnum } from "../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
|
-
PercMva: number;
|
|
11
|
-
PercRedBci: 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 "../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);
|
|
@@ -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("./Request"), exports);
|
|
18
|
-
__exportStar(require("./Response"), exports);
|
|
19
|
-
__exportStar(require("./RegimeEnum"), exports);
|