@mc-hogar/crosslib 1.0.59 → 1.0.61

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 (21) hide show
  1. package/dist/cjs/modules/Etiquetas/EtiquetasPlanes/types/EtiquetaPlanes.types.js +3 -0
  2. package/dist/cjs/modules/Etiquetas/EtiquetasPlanes/types/EtiquetaPlanes.types.js.map +1 -0
  3. package/dist/cjs/modules/Etiquetas/EtiquetasPlanes/types/index.js +18 -0
  4. package/dist/cjs/modules/Etiquetas/EtiquetasPlanes/types/index.js.map +1 -0
  5. package/dist/cjs/modules/Etiquetas/index.js +1 -0
  6. package/dist/cjs/modules/Etiquetas/index.js.map +1 -1
  7. package/dist/esm/modules/Etiquetas/EtiquetasPlanes/types/EtiquetaPlanes.types.js +2 -0
  8. package/dist/esm/modules/Etiquetas/EtiquetasPlanes/types/EtiquetaPlanes.types.js.map +1 -0
  9. package/dist/esm/modules/Etiquetas/EtiquetasPlanes/types/index.js +2 -0
  10. package/dist/esm/modules/Etiquetas/EtiquetasPlanes/types/index.js.map +1 -0
  11. package/dist/esm/modules/Etiquetas/index.js +1 -0
  12. package/dist/esm/modules/Etiquetas/index.js.map +1 -1
  13. package/dist/types/modules/Etiquetas/EtiquetasGenerales/types/EtiquetaGeneral.types.d.ts +2 -3
  14. package/dist/types/modules/Etiquetas/EtiquetasGenerales/types/EtiquetaGeneral.types.d.ts.map +1 -1
  15. package/dist/types/modules/Etiquetas/EtiquetasPlanes/types/EtiquetaPlanes.types.d.ts +16 -0
  16. package/dist/types/modules/Etiquetas/EtiquetasPlanes/types/EtiquetaPlanes.types.d.ts.map +1 -0
  17. package/dist/types/modules/Etiquetas/EtiquetasPlanes/types/index.d.ts +2 -0
  18. package/dist/types/modules/Etiquetas/EtiquetasPlanes/types/index.d.ts.map +1 -0
  19. package/dist/types/modules/Etiquetas/index.d.ts +1 -0
  20. package/dist/types/modules/Etiquetas/index.d.ts.map +1 -1
  21. package/package.json +1 -1
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=EtiquetaPlanes.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EtiquetaPlanes.types.js","sourceRoot":"","sources":["../../../../../../src/modules/Etiquetas/EtiquetasPlanes/types/EtiquetaPlanes.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./EtiquetaPlanes.types"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/modules/Etiquetas/EtiquetasPlanes/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAsC"}
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./EtiquetasGenerales/types"), exports);
18
+ __exportStar(require("./EtiquetasPlanes/types"), exports);
18
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/Etiquetas/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA0C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/Etiquetas/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA0C;AAC1C,0DAAuC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=EtiquetaPlanes.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EtiquetaPlanes.types.js","sourceRoot":"","sources":["../../../../../../src/modules/Etiquetas/EtiquetasPlanes/types/EtiquetaPlanes.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from './EtiquetaPlanes.types';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/modules/Etiquetas/EtiquetasPlanes/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA"}
@@ -1,2 +1,3 @@
1
1
  export * from './EtiquetasGenerales/types';
2
+ export * from './EtiquetasPlanes/types';
2
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/Etiquetas/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/Etiquetas/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAA;AAC1C,cAAc,yBAAyB,CAAA"}
@@ -18,7 +18,7 @@ export interface ValidacionArticuloResultado {
18
18
  valido: boolean;
19
19
  errores: string[];
20
20
  }
21
- interface ValidacionResponseDto {
21
+ export interface ValidacionResponseDto {
22
22
  articulosValidos: string[];
23
23
  articulosInvalidos: ValidacionArticuloResultado[];
24
24
  totalValidos: number;
@@ -28,7 +28,7 @@ interface ValidacionResponseDto {
28
28
  }
29
29
  export type ValidacionVinculacionResponseDto = ValidacionResponseDto;
30
30
  export type ValidacionDesvinculacionResponseDto = ValidacionResponseDto;
31
- interface VincularDesvincularEtiquetaArticulosRequestDto {
31
+ export interface VincularDesvincularEtiquetaArticulosRequestDto {
32
32
  codigosArticulos: string[];
33
33
  idEtiqueta: number;
34
34
  }
@@ -37,5 +37,4 @@ export type DesvincularEtiquetaArticulosRequestDto = VincularDesvincularEtiqueta
37
37
  export interface VincularDesvincularEtiquetaArticulosResponseDto {
38
38
  articulosAfectados: string[];
39
39
  }
40
- export {};
41
40
  //# sourceMappingURL=EtiquetaGeneral.types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EtiquetaGeneral.types.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/Etiquetas/EtiquetasGenerales/types/EtiquetaGeneral.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,MAAM,EAAE,OAAO,CAAC;IAChB,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,MAAM,uBAAuB,GAAG,IAAI,CAAC,eAAe,EAAE,QAAQ,GAAG,WAAW,GAAG,MAAM,GAAG,aAAa,GAAG,oBAAoB,GAAG,oBAAoB,CAAC,CAAA;AAE1J,MAAM,MAAM,4BAA4B,GAAG,IAAI,CAAC,eAAe,EAAE,QAAQ,GAAG,WAAW,GAAG,MAAM,GAAG,aAAa,GAAG,QAAQ,GAAG,oBAAoB,GAAG,oBAAoB,CAAC,CAAA;AAE1K,MAAM,WAAW,2BAA2B;IAC1C,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB;AAED,UAAU,qBAAqB;IAC7B,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,kBAAkB,EAAE,2BAA2B,EAAE,CAAC;IAClD,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,eAAe,EAAE,MAAM,EAAE,CAAC;CAC3B;AAED,MAAM,MAAM,gCAAgC,GAAG,qBAAqB,CAAA;AACpE,MAAM,MAAM,mCAAmC,GAAG,qBAAqB,CAAA;AAEvE,UAAU,8CAA8C;IACtD,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,mCAAmC,GAAG,8CAA8C,CAAA;AAChG,MAAM,MAAM,sCAAsC,GAAG,8CAA8C,CAAA;AAEnG,MAAM,WAAW,+CAA+C;IAC9D,kBAAkB,EAAE,MAAM,EAAE,CAAA;CAC7B"}
1
+ {"version":3,"file":"EtiquetaGeneral.types.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/Etiquetas/EtiquetasGenerales/types/EtiquetaGeneral.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,MAAM,EAAE,OAAO,CAAC;IAChB,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,MAAM,uBAAuB,GAAG,IAAI,CAAC,eAAe,EAAE,QAAQ,GAAG,WAAW,GAAG,MAAM,GAAG,aAAa,GAAG,oBAAoB,GAAG,oBAAoB,CAAC,CAAA;AAE1J,MAAM,MAAM,4BAA4B,GAAG,IAAI,CAAC,eAAe,EAAE,QAAQ,GAAG,WAAW,GAAG,MAAM,GAAG,aAAa,GAAG,QAAQ,GAAG,oBAAoB,GAAG,oBAAoB,CAAC,CAAA;AAE1K,MAAM,WAAW,2BAA2B;IAC1C,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB;AAED,MAAM,WAAW,qBAAqB;IACpC,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,kBAAkB,EAAE,2BAA2B,EAAE,CAAC;IAClD,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,eAAe,EAAE,MAAM,EAAE,CAAC;CAC3B;AAED,MAAM,MAAM,gCAAgC,GAAG,qBAAqB,CAAA;AACpE,MAAM,MAAM,mCAAmC,GAAG,qBAAqB,CAAA;AAEvE,MAAM,WAAW,8CAA8C;IAC7D,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,mCAAmC,GAAG,8CAA8C,CAAA;AAChG,MAAM,MAAM,sCAAsC,GAAG,8CAA8C,CAAA;AAEnG,MAAM,WAAW,+CAA+C;IAC9D,kBAAkB,EAAE,MAAM,EAAE,CAAA;CAC7B"}
@@ -0,0 +1,16 @@
1
+ export interface EtiquetaPlan {
2
+ id: number;
3
+ nombre: string;
4
+ nombreWeb: string;
5
+ slug: string;
6
+ comentarios: string | null;
7
+ imagen_url: string | null;
8
+ activo: boolean;
9
+ fecha_desde_valido: string | null;
10
+ fecha_hasta_valido: string | null;
11
+ created_at: string;
12
+ updated_at: string;
13
+ }
14
+ export type EtiquetaPlanCrearDto = Pick<EtiquetaPlan, 'nombre' | 'nombreWeb' | 'slug' | 'comentarios' | 'fecha_desde_valido' | 'fecha_hasta_valido'>;
15
+ export type EtiquetaPlanActualizarDto = Pick<EtiquetaPlan, 'nombre' | 'nombreWeb' | 'slug' | 'comentarios' | 'activo' | 'fecha_desde_valido' | 'fecha_hasta_valido'>;
16
+ //# sourceMappingURL=EtiquetaPlanes.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EtiquetaPlanes.types.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/Etiquetas/EtiquetasPlanes/types/EtiquetaPlanes.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,MAAM,EAAE,OAAO,CAAC;IAChB,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,MAAM,oBAAoB,GAAG,IAAI,CAAC,YAAY,EAAE,QAAQ,GAAG,WAAW,GAAG,MAAM,GAAG,aAAa,GAAG,oBAAoB,GAAG,oBAAoB,CAAC,CAAA;AAEpJ,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAAC,YAAY,EAAE,QAAQ,GAAG,WAAW,GAAG,MAAM,GAAG,aAAa,GAAG,QAAQ,GAAG,oBAAoB,GAAG,oBAAoB,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './EtiquetaPlanes.types';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/Etiquetas/EtiquetasPlanes/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA"}
@@ -1,2 +1,3 @@
1
1
  export * from './EtiquetasGenerales/types';
2
+ export * from './EtiquetasPlanes/types';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/Etiquetas/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/Etiquetas/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAA;AAC1C,cAAc,yBAAyB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mc-hogar/crosslib",
3
- "version": "1.0.59",
3
+ "version": "1.0.61",
4
4
  "description": "Cross-platform TypeScript library",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",