easywork-common-lib 1.0.289 → 1.0.290

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 (28) 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/index.d.ts +1 -0
  5. package/dist/{entities/easyapp → common/functions}/index.js +1 -1
  6. package/dist/common/functions/index.js.map +1 -0
  7. package/dist/common/index.d.ts +1 -0
  8. package/dist/common/index.js +1 -0
  9. package/dist/common/index.js.map +1 -1
  10. package/package.json +1 -1
  11. package/tsconfig.tsbuildinfo +1 -1
  12. package/dist/entities/easyapp/index.d.ts +0 -1
  13. package/dist/entities/easyapp/index.js.map +0 -1
  14. package/dist/entities/helpers/sales/contact/contact_sources.entity.d.ts +0 -5
  15. package/dist/entities/helpers/sales/contact/contact_sources.entity.js +0 -36
  16. package/dist/entities/helpers/sales/contact/contact_sources.entity.js.map +0 -1
  17. package/dist/entities/helpers/sales/contact/contact_types.entity.d.ts +0 -5
  18. package/dist/entities/helpers/sales/contact/contact_types.entity.js +0 -36
  19. package/dist/entities/helpers/sales/contact/contact_types.entity.js.map +0 -1
  20. package/dist/entities/helpers/sales/poliza/h_poliza_company.entity.d.ts +0 -5
  21. package/dist/entities/helpers/sales/poliza/h_poliza_company.entity.js +0 -30
  22. package/dist/entities/helpers/sales/poliza/h_poliza_company.entity.js.map +0 -1
  23. package/dist/modules/notifier/notifier.module.d.ts +0 -4
  24. package/dist/modules/notifier/notifier.module.js +0 -49
  25. package/dist/modules/notifier/notifier.module.js.map +0 -1
  26. package/dist/modules/notifier/notifier.service.d.ts +0 -19
  27. package/dist/modules/notifier/notifier.service.js +0 -231
  28. 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 @@
1
+ export * from "./cripto";
@@ -14,5 +14,5 @@ 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
18
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/common/functions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAwB"}
@@ -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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easywork-common-lib",
3
- "version": "1.0.289",
3
+ "version": "1.0.290",
4
4
  "description": "Librería común de Easywork",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {