cecon-interfaces 1.2.53 → 1.2.55

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.
@@ -1,3 +1,4 @@
1
+ export { EFcmSkill } from '../../fcm-token-message/enums/skill.enum';
1
2
  export { EBankSlipStatus } from './bank-slip-status.enum';
2
3
  export { EBooleanString } from './boolean-string.enum';
3
4
  export { EDocType } from './doc-type.enum';
@@ -1,6 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ESponsorshipValues = exports.EPubSub = exports.EPaymentProvider = exports.EPlatform = exports.ELegalEntiy = exports.EPaymentType = exports.EPaymentStatus = exports.EPaymentMode = exports.EPaymentChannel = exports.EOs = exports.ELeadOrigin = exports.EIntervalType = exports.EFiscalDocModelCode = exports.EDiscountType = exports.EDocType = exports.EBooleanString = exports.EBankSlipStatus = void 0;
3
+ exports.ESponsorshipValues = exports.EPubSub = exports.EPaymentProvider = exports.EPlatform = exports.ELegalEntiy = exports.EPaymentType = exports.EPaymentStatus = exports.EPaymentMode = exports.EPaymentChannel = exports.EOs = exports.ELeadOrigin = exports.EIntervalType = exports.EFiscalDocModelCode = exports.EDiscountType = exports.EDocType = exports.EBooleanString = exports.EBankSlipStatus = exports.EFcmSkill = void 0;
4
+ var skill_enum_1 = require("../../fcm-token-message/enums/skill.enum");
5
+ Object.defineProperty(exports, "EFcmSkill", { enumerable: true, get: function () { return skill_enum_1.EFcmSkill; } });
4
6
  var bank_slip_status_enum_1 = require("./bank-slip-status.enum");
5
7
  Object.defineProperty(exports, "EBankSlipStatus", { enumerable: true, get: function () { return bank_slip_status_enum_1.EBankSlipStatus; } });
6
8
  var boolean_string_enum_1 = require("./boolean-string.enum");
@@ -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.53",
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.53",
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",