@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.
- package/dist/cjs/modules/Financiacion/types/NroComercio.types.js +3 -0
- package/dist/cjs/modules/Financiacion/types/NroComercio.types.js.map +1 -0
- package/dist/cjs/modules/Financiacion/types/index.js +3 -0
- package/dist/cjs/modules/Financiacion/types/index.js.map +1 -1
- package/dist/esm/modules/Financiacion/types/NroComercio.types.js +2 -0
- package/dist/esm/modules/Financiacion/types/NroComercio.types.js.map +1 -0
- package/dist/esm/modules/Financiacion/types/index.js +3 -0
- package/dist/esm/modules/Financiacion/types/index.js.map +1 -1
- package/dist/types/modules/Financiacion/types/NroComercio.types.d.ts +16 -0
- package/dist/types/modules/Financiacion/types/NroComercio.types.d.ts.map +1 -0
- package/dist/types/modules/Financiacion/types/index.d.ts +3 -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":"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 @@
|
|
|
1
|
+
{"version":3,"file":"NroComercio.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/NroComercio.types.ts"],"names":[],"mappings":""}
|
|
@@ -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 +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"}
|