@mc-hogar/crosslib 1.0.41 → 1.0.43
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.
- package/dist/cjs/modules/Financiacion/types/PlanDestacadoCard.types.js +3 -0
- package/dist/cjs/modules/Financiacion/types/PlanDestacadoCard.types.js.map +1 -0
- package/dist/cjs/modules/Financiacion/types/index.js +2 -0
- package/dist/cjs/modules/Financiacion/types/index.js.map +1 -1
- package/dist/esm/modules/Financiacion/types/PlanDestacadoCard.types.js +2 -0
- package/dist/esm/modules/Financiacion/types/PlanDestacadoCard.types.js.map +1 -0
- package/dist/esm/modules/Financiacion/types/index.js +2 -0
- package/dist/esm/modules/Financiacion/types/index.js.map +1 -1
- package/dist/types/modules/Financiacion/types/PlanDestacadoCard.types.d.ts +11 -0
- package/dist/types/modules/Financiacion/types/PlanDestacadoCard.types.d.ts.map +1 -0
- package/dist/types/modules/Financiacion/types/index.d.ts +2 -0
- package/dist/types/modules/Financiacion/types/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlanDestacadoCard.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/PlanDestacadoCard.types.ts"],"names":[],"mappings":""}
|
|
@@ -19,4 +19,6 @@ __exportStar(require("./ServicioPagos.types"), exports);
|
|
|
19
19
|
__exportStar(require("./Bancos.types"), exports);
|
|
20
20
|
__exportStar(require("./NroComercio.types"), exports);
|
|
21
21
|
__exportStar(require("./PlanPago.types"), exports);
|
|
22
|
+
__exportStar(require("./PlanDestacadoGeneral.types"), exports);
|
|
23
|
+
__exportStar(require("./PlanDestacadoCard.types"), exports);
|
|
22
24
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAgC;AAChC,wDAAqC;AACrC,iDAA8B;AAC9B,sDAAmC;AACnC,mDAAgC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAgC;AAChC,wDAAqC;AACrC,iDAA8B;AAC9B,sDAAmC;AACnC,mDAAgC;AAChC,+DAA4C;AAC5C,4DAAyC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlanDestacadoCard.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/PlanDestacadoCard.types.ts"],"names":[],"mappings":""}
|
|
@@ -3,4 +3,6 @@ export * from './ServicioPagos.types';
|
|
|
3
3
|
export * from './Bancos.types';
|
|
4
4
|
export * from './NroComercio.types';
|
|
5
5
|
export * from './PlanPago.types';
|
|
6
|
+
export * from './PlanDestacadoGeneral.types';
|
|
7
|
+
export * from './PlanDestacadoCard.types';
|
|
6
8
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,uBAAuB,CAAA;AACrC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,qBAAqB,CAAA;AACnC,cAAc,kBAAkB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,uBAAuB,CAAA;AACrC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,qBAAqB,CAAA;AACnC,cAAc,kBAAkB,CAAA;AAChC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,2BAA2B,CAAA"}
|
|
@@ -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"}
|
|
@@ -3,4 +3,6 @@ export * from './ServicioPagos.types';
|
|
|
3
3
|
export * from './Bancos.types';
|
|
4
4
|
export * from './NroComercio.types';
|
|
5
5
|
export * from './PlanPago.types';
|
|
6
|
+
export * from './PlanDestacadoGeneral.types';
|
|
7
|
+
export * from './PlanDestacadoCard.types';
|
|
6
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,uBAAuB,CAAA;AACrC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,qBAAqB,CAAA;AACnC,cAAc,kBAAkB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,uBAAuB,CAAA;AACrC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,qBAAqB,CAAA;AACnC,cAAc,kBAAkB,CAAA;AAChC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,2BAA2B,CAAA"}
|