@credithub/harlan-components 1.3.0 → 1.3.1
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/lib/cjs/index.d.ts +1 -1
- package/lib/cjs/index.js +3 -2
- package/lib/esm/index.d.ts +1 -1
- package/lib/esm/index.js +1 -1
- package/package.json +1 -1
package/lib/cjs/index.d.ts
CHANGED
|
@@ -13,4 +13,4 @@ export { default as BankAccounts } from "./components/bank-accounts/bank-account
|
|
|
13
13
|
export { default as ResultWithoutInformation } from "./components/interface/resultWithoutInformation";
|
|
14
14
|
export * from "./components/webservice";
|
|
15
15
|
export * from "./components/interface/result";
|
|
16
|
-
export
|
|
16
|
+
export { default as ConsultaSimples } from "./consultaSimples";
|
package/lib/cjs/index.js
CHANGED
|
@@ -17,7 +17,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
17
17
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18
18
|
};
|
|
19
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
-
exports.ResultWithoutInformation = exports.BankAccounts = exports.Addresses = exports.ProcessosJuridicos = exports.Dossie = exports.CCF = exports.Protestos = exports.Partners = exports.Contacts = exports.AddItemField = exports.Loading = exports.Header = exports.Section = void 0;
|
|
20
|
+
exports.ConsultaSimples = exports.ResultWithoutInformation = exports.BankAccounts = exports.Addresses = exports.ProcessosJuridicos = exports.Dossie = exports.CCF = exports.Protestos = exports.Partners = exports.Contacts = exports.AddItemField = exports.Loading = exports.Header = exports.Section = void 0;
|
|
21
21
|
var section_1 = require("./components/interface/section");
|
|
22
22
|
Object.defineProperty(exports, "Section", { enumerable: true, get: function () { return __importDefault(section_1).default; } });
|
|
23
23
|
var header_1 = require("./components/interface/header");
|
|
@@ -46,4 +46,5 @@ var resultWithoutInformation_1 = require("./components/interface/resultWithoutIn
|
|
|
46
46
|
Object.defineProperty(exports, "ResultWithoutInformation", { enumerable: true, get: function () { return __importDefault(resultWithoutInformation_1).default; } });
|
|
47
47
|
__exportStar(require("./components/webservice"), exports);
|
|
48
48
|
__exportStar(require("./components/interface/result"), exports);
|
|
49
|
-
|
|
49
|
+
var consultaSimples_1 = require("./consultaSimples");
|
|
50
|
+
Object.defineProperty(exports, "ConsultaSimples", { enumerable: true, get: function () { return __importDefault(consultaSimples_1).default; } });
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -13,4 +13,4 @@ export { default as BankAccounts } from "./components/bank-accounts/bank-account
|
|
|
13
13
|
export { default as ResultWithoutInformation } from "./components/interface/resultWithoutInformation";
|
|
14
14
|
export * from "./components/webservice";
|
|
15
15
|
export * from "./components/interface/result";
|
|
16
|
-
export
|
|
16
|
+
export { default as ConsultaSimples } from "./consultaSimples";
|
package/lib/esm/index.js
CHANGED
|
@@ -13,4 +13,4 @@ export { default as BankAccounts } from "./components/bank-accounts/bank-account
|
|
|
13
13
|
export { default as ResultWithoutInformation } from "./components/interface/resultWithoutInformation";
|
|
14
14
|
export * from "./components/webservice";
|
|
15
15
|
export * from "./components/interface/result";
|
|
16
|
-
export
|
|
16
|
+
export { default as ConsultaSimples } from "./consultaSimples";
|