easywork-common-lib 1.0.307 → 1.0.308

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.
@@ -19,11 +19,10 @@ let LeadCancelReazon = class LeadCancelReazon extends database_1.BaseEntitySimpl
19
19
  exports.LeadCancelReazon = LeadCancelReazon;
20
20
  __decorate([
21
21
  (0, swagger_1.ApiProperty)({ type: String, description: 'name of the reazon' }),
22
- (0, typeorm_1.Column)({ length: 255 }),
22
+ (0, typeorm_1.Column)({ length: 255, unique: true }),
23
23
  __metadata("design:type", String)
24
24
  ], LeadCancelReazon.prototype, "name", void 0);
25
25
  exports.LeadCancelReazon = LeadCancelReazon = __decorate([
26
- (0, typeorm_1.Index)('sub_agente_unique', ['name', "cua"], { unique: true }),
27
26
  (0, typeorm_1.Entity)()
28
27
  ], LeadCancelReazon);
29
28
  //# sourceMappingURL=lead_cancel_reazon.entity.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"lead_cancel_reazon.entity.js","sourceRoot":"","sources":["../../../../../src/entities/helpers/sales/lead/lead_cancel_reazon.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA8C;AAC9C,0DAA+D;AAC/D,qCAAgD;AAIzC,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,2BAAgB;IAGpD,IAAI,CAAS;CACd,CAAA;AAJY,4CAAgB;AAG3B;IAFC,IAAA,qBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,oBAAoB,EAAE,CAAC;IAChE,IAAA,gBAAM,EAAC,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;8CACX;2BAHF,gBAAgB;IAF5B,IAAA,eAAK,EAAC,mBAAmB,EAAE,CAAC,MAAM,EAAE,KAAK,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;IAC7D,IAAA,gBAAM,GAAE;GACI,gBAAgB,CAI5B"}
1
+ {"version":3,"file":"lead_cancel_reazon.entity.js","sourceRoot":"","sources":["../../../../../src/entities/helpers/sales/lead/lead_cancel_reazon.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA8C;AAC9C,0DAA+D;AAC/D,qCAAyC;AAGlC,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,2BAAgB;IAGpD,IAAI,CAAS;CACd,CAAA;AAJY,4CAAgB;AAG3B;IAFC,IAAA,qBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,oBAAoB,EAAE,CAAC;IAChE,IAAA,gBAAM,EAAC,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;8CACzB;2BAHF,gBAAgB;IAD5B,IAAA,gBAAM,GAAE;GACI,gBAAgB,CAI5B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easywork-common-lib",
3
- "version": "1.0.307",
3
+ "version": "1.0.308",
4
4
  "description": "Librería común de Easywork",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {