cecon-interfaces 1.2.54 → 1.2.55

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1,2 @@
1
+ export { InstallationAppEntity } from './installation-app.entity';
1
2
  export { InstallationEntity } from './installation.entity';
@@ -1,5 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InstallationEntity = void 0;
3
+ exports.InstallationEntity = exports.InstallationAppEntity = void 0;
4
+ var installation_app_entity_1 = require("./installation-app.entity");
5
+ Object.defineProperty(exports, "InstallationAppEntity", { enumerable: true, get: function () { return installation_app_entity_1.InstallationAppEntity; } });
4
6
  var installation_entity_1 = require("./installation.entity");
5
7
  Object.defineProperty(exports, "InstallationEntity", { enumerable: true, get: function () { return installation_entity_1.InstallationEntity; } });
@@ -1 +1,2 @@
1
1
  export { IInstallation } from './i-installation';
2
+ export { IInstallationApp } from './i-installation-app';
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.2.54",
3
+ "version": "1.2.55",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,3 +1,3 @@
1
1
  export { ProductBrandEntity } from './product-brand.entity';
2
2
  export { ProductNcmEntity } from './product-ncm.entity';
3
- export { ProductGlobalEntity as ProductglobalEntity } from './product.entity';
3
+ export { ProductGlobalEntity } from './product.entity';
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ProductglobalEntity = exports.ProductNcmEntity = exports.ProductBrandEntity = void 0;
3
+ exports.ProductGlobalEntity = exports.ProductNcmEntity = exports.ProductBrandEntity = void 0;
4
4
  var product_brand_entity_1 = require("./product-brand.entity");
5
5
  Object.defineProperty(exports, "ProductBrandEntity", { enumerable: true, get: function () { return product_brand_entity_1.ProductBrandEntity; } });
6
6
  var product_ncm_entity_1 = require("./product-ncm.entity");
7
7
  Object.defineProperty(exports, "ProductNcmEntity", { enumerable: true, get: function () { return product_ncm_entity_1.ProductNcmEntity; } });
8
8
  var product_entity_1 = require("./product.entity");
9
- Object.defineProperty(exports, "ProductglobalEntity", { enumerable: true, get: function () { return product_entity_1.ProductGlobalEntity; } });
9
+ Object.defineProperty(exports, "ProductGlobalEntity", { enumerable: true, get: function () { return product_entity_1.ProductGlobalEntity; } });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.2.54",
3
+ "version": "1.2.55",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",