easywork-common-lib 1.0.293 → 1.0.295

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.
Files changed (47) hide show
  1. package/dist/common/functions/cripto.d.ts +1 -0
  2. package/dist/common/functions/cripto.js +9 -0
  3. package/dist/common/functions/cripto.js.map +1 -0
  4. package/dist/common/functions/image.d.ts +3 -0
  5. package/dist/common/functions/image.js +15 -0
  6. package/dist/common/functions/image.js.map +1 -0
  7. package/dist/common/functions/index.d.ts +2 -0
  8. package/dist/{entities/easyapp → common/functions}/index.js +2 -1
  9. package/dist/common/functions/index.js.map +1 -0
  10. package/dist/common/index.d.ts +1 -0
  11. package/dist/common/index.js +1 -0
  12. package/dist/common/index.js.map +1 -1
  13. package/dist/entities/index.d.ts +1 -2
  14. package/dist/entities/index.js +1 -2
  15. package/dist/entities/index.js.map +1 -1
  16. package/dist/entities/thirdparty/email-config.d.ts +1 -0
  17. package/dist/entities/thirdparty/email-config.js +3 -0
  18. package/dist/entities/thirdparty/email-config.js.map +1 -0
  19. package/dist/entities/thirdparty/email.entity.d.ts +2 -2
  20. package/dist/entities/thirdparty/email.entity.js +4 -4
  21. package/dist/entities/thirdparty/email.entity.js.map +1 -1
  22. package/dist/entities/{oauth.entity.d.ts → thirdparty/oauth.entity.d.ts} +3 -2
  23. package/dist/entities/{oauth.entity.js → thirdparty/oauth.entity.js} +7 -2
  24. package/dist/entities/thirdparty/oauth.entity.js.map +1 -0
  25. package/package.json +1 -1
  26. package/tsconfig.tsbuildinfo +1 -1
  27. package/dist/entities/easyapp/index.d.ts +0 -1
  28. package/dist/entities/easyapp/index.js.map +0 -1
  29. package/dist/entities/helpers/sales/contact/contact_sources.entity.d.ts +0 -5
  30. package/dist/entities/helpers/sales/contact/contact_sources.entity.js +0 -36
  31. package/dist/entities/helpers/sales/contact/contact_sources.entity.js.map +0 -1
  32. package/dist/entities/helpers/sales/contact/contact_types.entity.d.ts +0 -5
  33. package/dist/entities/helpers/sales/contact/contact_types.entity.js +0 -36
  34. package/dist/entities/helpers/sales/contact/contact_types.entity.js.map +0 -1
  35. package/dist/entities/helpers/sales/poliza/h_poliza_company.entity.d.ts +0 -5
  36. package/dist/entities/helpers/sales/poliza/h_poliza_company.entity.js +0 -30
  37. package/dist/entities/helpers/sales/poliza/h_poliza_company.entity.js.map +0 -1
  38. package/dist/entities/imap-folder.entity.d.ts +0 -7
  39. package/dist/entities/imap-folder.entity.js +0 -41
  40. package/dist/entities/imap-folder.entity.js.map +0 -1
  41. package/dist/entities/oauth.entity.js.map +0 -1
  42. package/dist/modules/notifier/notifier.module.d.ts +0 -4
  43. package/dist/modules/notifier/notifier.module.js +0 -49
  44. package/dist/modules/notifier/notifier.module.js.map +0 -1
  45. package/dist/modules/notifier/notifier.service.d.ts +0 -19
  46. package/dist/modules/notifier/notifier.service.js +0 -231
  47. package/dist/modules/notifier/notifier.service.js.map +0 -1
@@ -0,0 +1 @@
1
+ export declare function generateId(length_?: number): Promise<string>;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.generateId = void 0;
4
+ const nanoid_1 = require("nanoid");
5
+ async function generateId(length_ = 21) {
6
+ return (0, nanoid_1.nanoid)(length_);
7
+ }
8
+ exports.generateId = generateId;
9
+ //# sourceMappingURL=cripto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cripto.js","sourceRoot":"","sources":["../../../src/common/functions/cripto.ts"],"names":[],"mappings":";;;AAAA,mCAAgC;AAEzB,KAAK,UAAU,UAAU,CAAC,UAAkB,EAAE;IACjD,OAAO,IAAA,eAAM,EAAC,OAAO,CAAC,CAAC;AAC3B,CAAC;AAFD,gCAEC"}
@@ -0,0 +1,3 @@
1
+ /// <reference types="node" />
2
+ import { Observable } from "rxjs";
3
+ export declare function resizeImage(buffer: Buffer, width?: number): Observable<Buffer>;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.resizeImage = void 0;
7
+ const rxjs_1 = require("rxjs");
8
+ const sharp_1 = __importDefault(require("sharp"));
9
+ function resizeImage(buffer, width = 200) {
10
+ return (0, rxjs_1.from)((0, sharp_1.default)(buffer)
11
+ .resize({ width })
12
+ .toBuffer());
13
+ }
14
+ exports.resizeImage = resizeImage;
15
+ //# sourceMappingURL=image.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image.js","sourceRoot":"","sources":["../../../src/common/functions/image.ts"],"names":[],"mappings":";;;;;;AAAA,+BAAwC;AACxC,kDAA0B;AAE1B,SAAgB,WAAW,CAAC,MAAc,EAAE,QAAgB,GAAG;IAC3D,OAAO,IAAA,WAAI,EACP,IAAA,eAAK,EAAC,MAAM,CAAC;SACR,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;SACjB,QAAQ,EAAE,CAClB,CAAA;AACL,CAAC;AAND,kCAMC"}
@@ -0,0 +1,2 @@
1
+ export * from "./cripto";
2
+ export * from "./image";
@@ -14,5 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./filter-view.entity"), exports);
17
+ __exportStar(require("./cripto"), exports);
18
+ __exportStar(require("./image"), exports);
18
19
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/common/functions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,0CAAwB"}
@@ -5,3 +5,4 @@ export * from './dtos';
5
5
  export * from './enums';
6
6
  export * from './helpers';
7
7
  export * from './interceptors';
8
+ export * from './functions';
@@ -21,4 +21,5 @@ __exportStar(require("./dtos"), exports);
21
21
  __exportStar(require("./enums"), exports);
22
22
  __exportStar(require("./helpers"), exports);
23
23
  __exportStar(require("./interceptors"), exports);
24
+ __exportStar(require("./functions"), exports);
24
25
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/common/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,8CAA4B;AAC5B,6CAA2B;AAC3B,yCAAuB;AACvB,0CAAwB;AACxB,4CAA0B;AAC1B,iDAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/common/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,8CAA4B;AAC5B,6CAA2B;AAC3B,yCAAuB;AACvB,0CAAwB;AACxB,4CAA0B;AAC1B,iDAA+B;AAC/B,8CAA4B"}
@@ -9,15 +9,14 @@ export * from "./phone.entity";
9
9
  export * from "./email.entity";
10
10
  export * from "./app_config/app-config.entity";
11
11
  export * from "./imap-config.entity";
12
- export * from "./imap-folder.entity";
13
12
  export * from "./tag.entity";
14
- export * from "./oauth.entity";
15
13
  export * from "./tools";
16
14
  export * from "./drive";
17
15
  export * from "./sales";
18
16
  export * from "./helpers";
19
17
  export * from "./notifications";
20
18
  export * from "./easyapp/filter-view.entity";
19
+ export * from "./thirdparty/oauth.entity";
21
20
  export * from "./thirdparty/service.entity";
22
21
  export * from "./thirdparty/email.entity";
23
22
  export * from "./thirdparty/user-email-relation.entity";
@@ -25,15 +25,14 @@ __exportStar(require("./phone.entity"), exports);
25
25
  __exportStar(require("./email.entity"), exports);
26
26
  __exportStar(require("./app_config/app-config.entity"), exports);
27
27
  __exportStar(require("./imap-config.entity"), exports);
28
- __exportStar(require("./imap-folder.entity"), exports);
29
28
  __exportStar(require("./tag.entity"), exports);
30
- __exportStar(require("./oauth.entity"), exports);
31
29
  __exportStar(require("./tools"), exports);
32
30
  __exportStar(require("./drive"), exports);
33
31
  __exportStar(require("./sales"), exports);
34
32
  __exportStar(require("./helpers"), exports);
35
33
  __exportStar(require("./notifications"), exports);
36
34
  __exportStar(require("./easyapp/filter-view.entity"), exports);
35
+ __exportStar(require("./thirdparty/oauth.entity"), exports);
37
36
  __exportStar(require("./thirdparty/service.entity"), exports);
38
37
  __exportStar(require("./thirdparty/email.entity"), exports);
39
38
  __exportStar(require("./thirdparty/user-email-relation.entity"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,oDAAkC;AAClC,mDAAiC;AACjC,yDAAuC;AACvC,mDAAiC;AACjC,gDAA8B;AAC9B,sDAAoC;AACpC,iDAA+B;AAC/B,iDAA+B;AAC/B,iEAA+C;AAC/C,uDAAqC;AACrC,uDAAqC;AACrC,+CAA6B;AAC7B,iDAA+B;AAC/B,0CAAwB;AACxB,0CAAwB;AACxB,0CAAwB;AACxB,4CAA0B;AAC1B,kDAAgC;AAChC,+DAA6C;AAC7C,8DAA4C;AAC5C,4DAA0C;AAC1C,0EAAwD;AACxD,oDAAkC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,oDAAkC;AAClC,mDAAiC;AACjC,yDAAuC;AACvC,mDAAiC;AACjC,gDAA8B;AAC9B,sDAAoC;AACpC,iDAA+B;AAC/B,iDAA+B;AAC/B,iEAA+C;AAC/C,uDAAqC;AACrC,+CAA6B;AAC7B,0CAAwB;AACxB,0CAAwB;AACxB,0CAAwB;AACxB,4CAA0B;AAC1B,kDAAgC;AAChC,+DAA6C;AAC7C,4DAA0C;AAC1C,8DAA4C;AAC5C,4DAA0C;AAC1C,0EAAwD;AACxD,oDAAkC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=email-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"email-config.js","sourceRoot":"","sources":["../../../src/entities/thirdparty/email-config.ts"],"names":[],"mappings":""}
@@ -1,7 +1,7 @@
1
1
  import { BaseEntity } from "../../common/database";
2
2
  import { UserEmailRelation } from "./user-email-relation.entity";
3
3
  import { ServiceThirdparty } from "./service.entity";
4
- import { Oauth } from "../oauth.entity";
4
+ import { Oauth } from "./oauth.entity";
5
5
  export declare class EmailThirdparty extends BaseEntity {
6
6
  googleId: string;
7
7
  subject: string;
@@ -9,7 +9,7 @@ export declare class EmailThirdparty extends BaseEntity {
9
9
  date: Date;
10
10
  to: string[];
11
11
  body: string;
12
- folder: string;
12
+ attachment: string[];
13
13
  service: ServiceThirdparty;
14
14
  userRelations: UserEmailRelation[];
15
15
  oAuth: Oauth;
@@ -14,7 +14,7 @@ const database_1 = require("../../common/database");
14
14
  const typeorm_1 = require("typeorm");
15
15
  const user_email_relation_entity_1 = require("./user-email-relation.entity");
16
16
  const service_entity_1 = require("./service.entity");
17
- const oauth_entity_1 = require("../oauth.entity");
17
+ const oauth_entity_1 = require("./oauth.entity");
18
18
  let EmailThirdparty = class EmailThirdparty extends database_1.BaseEntity {
19
19
  googleId;
20
20
  subject;
@@ -22,7 +22,7 @@ let EmailThirdparty = class EmailThirdparty extends database_1.BaseEntity {
22
22
  date;
23
23
  to;
24
24
  body;
25
- folder;
25
+ attachment;
26
26
  service;
27
27
  userRelations;
28
28
  oAuth;
@@ -54,8 +54,8 @@ __decorate([
54
54
  ], EmailThirdparty.prototype, "body", void 0);
55
55
  __decorate([
56
56
  (0, typeorm_1.Column)("text", { array: true }),
57
- __metadata("design:type", String)
58
- ], EmailThirdparty.prototype, "folder", void 0);
57
+ __metadata("design:type", Array)
58
+ ], EmailThirdparty.prototype, "attachment", void 0);
59
59
  __decorate([
60
60
  (0, typeorm_1.ManyToOne)(() => service_entity_1.ServiceThirdparty, (service) => service.emails),
61
61
  __metadata("design:type", service_entity_1.ServiceThirdparty)
@@ -1 +1 @@
1
- {"version":3,"file":"email.entity.js","sourceRoot":"","sources":["../../../src/entities/thirdparty/email.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAAmD;AACnD,qCAA+D;AAC/D,6EAAiE;AACjE,qDAAqD;AACrD,kDAAwC;AAGjC,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,qBAAU;IAE7C,QAAQ,CAAS;IAGjB,OAAO,CAAS;IAGhB,IAAI,CAAS;IAGb,IAAI,CAAO;IAGX,EAAE,CAAW;IAGb,IAAI,CAAS;IAGb,MAAM,CAAS;IAGf,OAAO,CAAoB;IAG3B,aAAa,CAAsB;IAGnC,KAAK,CAAQ;CACd,CAAA;AA9BY,0CAAe;AAE1B;IADC,IAAA,gBAAM,GAAE;;iDACQ;AAGjB;IADC,IAAA,gBAAM,GAAE;;gDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;6CACI;AAGb;IADC,IAAA,gBAAM,GAAE;8BACH,IAAI;6CAAC;AAGX;IADC,IAAA,gBAAM,EAAC,MAAM,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;;2CACnB;AAGb;IADC,IAAA,gBAAM,GAAE;;6CACI;AAGb;IADC,IAAA,gBAAM,EAAC,MAAM,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;;+CACjB;AAGf;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,kCAAiB,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,MAAM,CAAC;8BACvD,kCAAiB;gDAAC;AAG3B;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,8CAAiB,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,KAAK,CAAC;;sDAC9B;AAGnC;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oBAAK,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC;8BACrC,oBAAK;8CAAC;0BA7BF,eAAe;IAD3B,IAAA,gBAAM,GAAE;GACI,eAAe,CA8B3B"}
1
+ {"version":3,"file":"email.entity.js","sourceRoot":"","sources":["../../../src/entities/thirdparty/email.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAAmD;AACnD,qCAA+D;AAC/D,6EAAiE;AACjE,qDAAqD;AACrD,iDAAuC;AAGhC,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,qBAAU;IAE7C,QAAQ,CAAS;IAGjB,OAAO,CAAS;IAGhB,IAAI,CAAS;IAGb,IAAI,CAAO;IAGX,EAAE,CAAW;IAGb,IAAI,CAAS;IAGb,UAAU,CAAW;IAGrB,OAAO,CAAoB;IAG3B,aAAa,CAAsB;IAGnC,KAAK,CAAQ;CACd,CAAA;AA9BY,0CAAe;AAE1B;IADC,IAAA,gBAAM,GAAE;;iDACQ;AAGjB;IADC,IAAA,gBAAM,GAAE;;gDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;6CACI;AAGb;IADC,IAAA,gBAAM,GAAE;8BACH,IAAI;6CAAC;AAGX;IADC,IAAA,gBAAM,EAAC,MAAM,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;;2CACnB;AAGb;IADC,IAAA,gBAAM,GAAE;;6CACI;AAGb;IADC,IAAA,gBAAM,EAAC,MAAM,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;;mDACX;AAGrB;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,kCAAiB,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,MAAM,CAAC;8BACvD,kCAAiB;gDAAC;AAG3B;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,8CAAiB,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,KAAK,CAAC;;sDAC9B;AAGnC;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oBAAK,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC;8BACrC,oBAAK;8CAAC;0BA7BF,eAAe;IAD3B,IAAA,gBAAM,GAAE;GACI,eAAe,CA8B3B"}
@@ -1,5 +1,5 @@
1
- import { BaseEntity } from "../common/database";
2
- import { EmailThirdparty } from "./thirdparty/email.entity";
1
+ import { BaseEntity } from "../../common/database";
2
+ import { EmailThirdparty } from "./email.entity";
3
3
  export declare class Oauth extends BaseEntity {
4
4
  service: number;
5
5
  refresh_token: string;
@@ -12,5 +12,6 @@ export declare class Oauth extends BaseEntity {
12
12
  email: string;
13
13
  picture: string;
14
14
  id_token: string;
15
+ labelId: string[];
15
16
  emails: EmailThirdparty[];
16
17
  }
@@ -10,9 +10,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.Oauth = void 0;
13
- const database_1 = require("../common/database");
13
+ const database_1 = require("../../common/database");
14
14
  const typeorm_1 = require("typeorm");
15
- const email_entity_1 = require("./thirdparty/email.entity");
15
+ const email_entity_1 = require("./email.entity");
16
16
  let Oauth = class Oauth extends database_1.BaseEntity {
17
17
  service;
18
18
  refresh_token;
@@ -25,6 +25,7 @@ let Oauth = class Oauth extends database_1.BaseEntity {
25
25
  email;
26
26
  picture;
27
27
  id_token;
28
+ labelId;
28
29
  emails;
29
30
  };
30
31
  exports.Oauth = Oauth;
@@ -72,6 +73,10 @@ __decorate([
72
73
  (0, typeorm_1.Column)({ nullable: true }),
73
74
  __metadata("design:type", String)
74
75
  ], Oauth.prototype, "id_token", void 0);
76
+ __decorate([
77
+ (0, typeorm_1.Column)("text", { array: true }),
78
+ __metadata("design:type", Array)
79
+ ], Oauth.prototype, "labelId", void 0);
75
80
  __decorate([
76
81
  (0, typeorm_1.OneToMany)(() => email_entity_1.EmailThirdparty, email => email.id),
77
82
  __metadata("design:type", Array)
@@ -0,0 +1 @@
1
+ {"version":3,"file":"oauth.entity.js","sourceRoot":"","sources":["../../../src/entities/thirdparty/oauth.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAAmD;AACnD,qCAA2D;AAC3D,iDAAgD;AAIzC,IAAM,KAAK,GAAX,MAAM,KAAM,SAAQ,qBAAU;IAEnC,OAAO,CAAS;IAGhB,aAAa,CAAS;IAGtB,YAAY,CAAS;IAGrB,UAAU,CAAS;IAGnB,MAAM,CAAS;IAGf,aAAa,CAAS;IAGtB,WAAW,CAAS;IAGpB,UAAU,CAAS;IAGnB,KAAK,CAAS;IAGd,OAAO,CAAS;IAGhB,QAAQ,CAAS;IAGjB,OAAO,CAAW;IAGlB,MAAM,CAAoB;CAC3B,CAAA;AAvCY,sBAAK;AAEhB;IADC,IAAA,gBAAM,EAAC,KAAK,CAAC;;sCACE;AAGhB;IADC,IAAA,gBAAM,GAAE;;4CACa;AAGtB;IADC,IAAA,gBAAM,GAAE;;2CACY;AAGrB;IADC,IAAA,gBAAM,EAAC,KAAK,CAAC;;yCACK;AAGnB;IADC,IAAA,gBAAM,GAAE;;qCACM;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACL;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0CACP;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yCACR;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oCACb;AAGd;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sCACX;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uCACV;AAGjB;IADC,IAAA,gBAAM,EAAC,MAAM,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;;sCACd;AAGlB;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,8BAAe,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC;;qCAC1B;gBAtCf,KAAK;IAFjB,IAAA,gBAAM,GAAE;IACR,IAAA,eAAK,EAAC,CAAC,OAAO,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;GACtB,KAAK,CAuCjB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easywork-common-lib",
3
- "version": "1.0.293",
3
+ "version": "1.0.295",
4
4
  "description": "Librería común de Easywork",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {