@mc-hogar/crosslib 1.0.17 → 1.0.19

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=NroComercio.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NroComercio.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/NroComercio.types.ts"],"names":[],"mappings":""}
@@ -16,4 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./Tarjetas.types"), exports);
18
18
  __exportStar(require("./ServicioPagos.types"), exports);
19
+ __exportStar(require("./Bancos.types"), exports);
20
+ __exportStar(require("./NroComercio.types"), exports);
21
+ __exportStar(require("./PlanPago.types"), exports);
19
22
  //# 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"}
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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=NroComercio.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NroComercio.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/NroComercio.types.ts"],"names":[],"mappings":""}
@@ -1,3 +1,6 @@
1
1
  export * from './Tarjetas.types';
2
2
  export * from './ServicioPagos.types';
3
+ export * from './Bancos.types';
4
+ export * from './NroComercio.types';
5
+ export * from './PlanPago.types';
3
6
  //# 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"}
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"}
@@ -0,0 +1,16 @@
1
+ export interface NroComercio {
2
+ id: number;
3
+ comentarios: string | null;
4
+ servicio_pago_id: number;
5
+ nro_comercio: string;
6
+ banco_id: number;
7
+ created_at: Date;
8
+ updated_at: Date;
9
+ }
10
+ export interface SelectEntidad {
11
+ id: number;
12
+ nombre: string;
13
+ nombreWeb: string;
14
+ orden: number | null;
15
+ }
16
+ //# sourceMappingURL=NroComercio.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NroComercio.types.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/NroComercio.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,IAAI,CAAC;IACjB,UAAU,EAAE,IAAI,CAAC;CACpB;AAED,MAAM,WAAW,aAAa;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
@@ -1,3 +1,6 @@
1
1
  export * from './Tarjetas.types';
2
2
  export * from './ServicioPagos.types';
3
+ export * from './Bancos.types';
4
+ export * from './NroComercio.types';
5
+ export * from './PlanPago.types';
3
6
  //# 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"}
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mc-hogar/crosslib",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "description": "Cross-platform TypeScript library",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",