@mc-hogar/crosslib 1.0.41 → 1.0.42

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.
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=PlanDestacadoCard.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlanDestacadoCard.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/PlanDestacadoCard.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=PlanDestacadoCard.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlanDestacadoCard.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/PlanDestacadoCard.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ import type { PlanPago } from './PlanPago.types';
2
+ export interface PlanDestacadoCard {
3
+ aik_ar_codigo: string;
4
+ plan_de_pago_id: number | null;
5
+ createdAt: string;
6
+ updatedAt: string;
7
+ }
8
+ export interface PlanDestacadoCardIncludingPlanDePago extends PlanDestacadoCard {
9
+ finan_plan_de_pago: PlanPago;
10
+ }
11
+ //# sourceMappingURL=PlanDestacadoCard.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlanDestacadoCard.types.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/PlanDestacadoCard.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAChD,MAAM,WAAW,iBAAiB;IAC9B,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,oCAAqC,SAAQ,iBAAiB;IAC3E,kBAAkB,EAAE,QAAQ,CAAA;CAC/B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mc-hogar/crosslib",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "description": "Cross-platform TypeScript library",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",