@mc-hogar/crosslib 0.0.99 → 1.0.0
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/Bancos.types.js +3 -0
- package/dist/cjs/modules/Financiacion/types/Bancos.types.js.map +1 -0
- package/dist/cjs/modules/Financiacion/types/MedioPago.types.js +6 -0
- package/dist/cjs/modules/Financiacion/types/MedioPago.types.js.map +1 -1
- package/dist/esm/modules/Financiacion/types/Bancos.types.js +2 -0
- package/dist/esm/modules/Financiacion/types/Bancos.types.js.map +1 -0
- package/dist/esm/modules/Financiacion/types/MedioPago.types.js +6 -0
- package/dist/esm/modules/Financiacion/types/MedioPago.types.js.map +1 -1
- package/dist/types/modules/Financiacion/types/Bancos.types.d.ts +7 -0
- package/dist/types/modules/Financiacion/types/Bancos.types.d.ts.map +1 -0
- package/dist/types/modules/Financiacion/types/MedioPago.types.d.ts +13 -0
- package/dist/types/modules/Financiacion/types/MedioPago.types.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Bancos.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/Bancos.types.ts"],"names":[],"mappings":""}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var TipoMedioPago;
|
|
4
|
+
(function (TipoMedioPago) {
|
|
5
|
+
TipoMedioPago["TARJETA"] = "TARJETA";
|
|
6
|
+
TipoMedioPago["TRANSFERENCIA_EFECTIVO"] = "TRANSFERENCIA_EFECTIVO";
|
|
7
|
+
TipoMedioPago["CREDITO_PERSONAL"] = "CREDITO_PERSONAL"; // Financiamiento de la empresa
|
|
8
|
+
})(TipoMedioPago || (TipoMedioPago = {}));
|
|
3
9
|
//# sourceMappingURL=MedioPago.types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MedioPago.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/MedioPago.types.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"MedioPago.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/MedioPago.types.ts"],"names":[],"mappings":";;AAgBA,IAAK,aAIJ;AAJD,WAAK,aAAa;IAChB,oCAAmB,CAAA;IACnB,kEAAiD,CAAA;IACjD,sDAAqC,CAAA,CAAiB,+BAA+B;AACvF,CAAC,EAJI,aAAa,KAAb,aAAa,QAIjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Bancos.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/Bancos.types.ts"],"names":[],"mappings":""}
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
var TipoMedioPago;
|
|
2
|
+
(function (TipoMedioPago) {
|
|
3
|
+
TipoMedioPago["TARJETA"] = "TARJETA";
|
|
4
|
+
TipoMedioPago["TRANSFERENCIA_EFECTIVO"] = "TRANSFERENCIA_EFECTIVO";
|
|
5
|
+
TipoMedioPago["CREDITO_PERSONAL"] = "CREDITO_PERSONAL"; // Financiamiento de la empresa
|
|
6
|
+
})(TipoMedioPago || (TipoMedioPago = {}));
|
|
1
7
|
export {};
|
|
2
8
|
//# sourceMappingURL=MedioPago.types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MedioPago.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/MedioPago.types.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"MedioPago.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/MedioPago.types.ts"],"names":[],"mappings":"AAgBA,IAAK,aAIJ;AAJD,WAAK,aAAa;IAChB,oCAAmB,CAAA;IACnB,kEAAiD,CAAA;IACjD,sDAAqC,CAAA,CAAiB,+BAA+B;AACvF,CAAC,EAJI,aAAa,KAAb,aAAa,QAIjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Bancos.types.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/Bancos.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,KAAK;IAClB,EAAE,EAAE,MAAM,CAAA;IACV,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;CACnB"}
|
|
@@ -1,9 +1,22 @@
|
|
|
1
1
|
export interface MedioPago {
|
|
2
2
|
id: number;
|
|
3
|
+
nro_terminal: string | null;
|
|
4
|
+
tipo_medio: TipoMedioPago;
|
|
5
|
+
codigo_medio: string | null;
|
|
3
6
|
nombre: string;
|
|
4
7
|
orden: number;
|
|
5
8
|
logoUrl: string | null;
|
|
6
9
|
comentarios: string | null;
|
|
7
10
|
activo: boolean;
|
|
11
|
+
disponible_online: boolean;
|
|
12
|
+
es_digital: boolean;
|
|
13
|
+
created_at: string;
|
|
14
|
+
updated_at: string;
|
|
8
15
|
}
|
|
16
|
+
declare enum TipoMedioPago {
|
|
17
|
+
TARJETA = "TARJETA",// Visa, MasterCard, Naranja, etc.
|
|
18
|
+
TRANSFERENCIA_EFECTIVO = "TRANSFERENCIA_EFECTIVO",// CBU, alias
|
|
19
|
+
CREDITO_PERSONAL = "CREDITO_PERSONAL"
|
|
20
|
+
}
|
|
21
|
+
export {};
|
|
9
22
|
//# sourceMappingURL=MedioPago.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MedioPago.types.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/MedioPago.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACtB,EAAE,EAAE,MAAM,CAAA;IACV,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,MAAM,EAAE,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"MedioPago.types.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/MedioPago.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACtB,EAAE,EAAE,MAAM,CAAA;IACV,YAAY,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,UAAU,EAAE,aAAa,CAAA;IACzB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,MAAM,EAAE,OAAO,CAAA;IACf,iBAAiB,EAAE,OAAO,CAAA;IAC1B,UAAU,EAAE,OAAO,CAAA;IACnB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;CACrB;AAED,aAAK,aAAa;IAChB,OAAO,YAAY,CAAmC,kCAAkC;IACxF,sBAAsB,2BAA2B,CAAK,aAAa;IACnE,gBAAgB,qBAAqB;CACtC"}
|