@mc-hogar/crosslib 1.0.10 → 1.0.12
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/{ServicioPago.types.js → ServicioPago1.types.js} +1 -1
- package/dist/cjs/modules/Financiacion/types/ServicioPago1.types.js.map +1 -0
- package/dist/cjs/modules/Financiacion/types/ServicioPagos.types.js +12 -0
- package/dist/cjs/modules/Financiacion/types/ServicioPagos.types.js.map +1 -0
- package/dist/cjs/modules/Financiacion/types/index.js +1 -1
- package/dist/cjs/modules/Financiacion/types/index.js.map +1 -1
- package/dist/esm/modules/Financiacion/types/{ServicioPago.types.js → ServicioPago1.types.js} +1 -1
- package/dist/esm/modules/Financiacion/types/ServicioPago1.types.js.map +1 -0
- package/dist/esm/modules/Financiacion/types/ServicioPagos.types.js +9 -0
- package/dist/esm/modules/Financiacion/types/ServicioPagos.types.js.map +1 -0
- package/dist/esm/modules/Financiacion/types/index.js +1 -1
- package/dist/esm/modules/Financiacion/types/index.js.map +1 -1
- package/dist/types/modules/Financiacion/types/{ServicioPago.types.d.ts → ServicioPago1.types.d.ts} +1 -1
- package/dist/types/modules/Financiacion/types/ServicioPago1.types.d.ts.map +1 -0
- package/dist/types/modules/Financiacion/types/ServicioPagos.types.d.ts +21 -0
- package/dist/types/modules/Financiacion/types/ServicioPagos.types.d.ts.map +1 -0
- package/dist/types/modules/Financiacion/types/index.d.ts +1 -1
- package/dist/types/modules/Financiacion/types/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/cjs/modules/Financiacion/types/ServicioPago.types.js.map +0 -1
- package/dist/esm/modules/Financiacion/types/ServicioPago.types.js.map +0 -1
- package/dist/types/modules/Financiacion/types/ServicioPago.types.d.ts.map +0 -1
package/dist/cjs/modules/Financiacion/types/{ServicioPago.types.js → ServicioPago1.types.js}
RENAMED
|
@@ -9,4 +9,4 @@ var TipoServicioPago;
|
|
|
9
9
|
TipoServicioPago["CREDITO_PERSONAL"] = "CREDITO_PERSONAL";
|
|
10
10
|
TipoServicioPago["BILLETERA_MERCADO_PAGO"] = "BILLETERA_MERCADO_PAGO";
|
|
11
11
|
})(TipoServicioPago || (exports.TipoServicioPago = TipoServicioPago = {}));
|
|
12
|
-
//# sourceMappingURL=
|
|
12
|
+
//# sourceMappingURL=ServicioPago1.types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ServicioPago1.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/ServicioPago1.types.ts"],"names":[],"mappings":";;;AAcA,IAAY,gBAMX;AAND,WAAY,gBAAgB;IAC1B,mEAA+C,CAAA;IAC/C,mDAA+B,CAAA;IAC/B,yCAAqB,CAAA;IACrB,yDAAqC,CAAA;IACrC,qEAAiD,CAAA;AACnD,CAAC,EANW,gBAAgB,gCAAhB,gBAAgB,QAM3B"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TipoServicioPago = void 0;
|
|
4
|
+
var TipoServicioPago;
|
|
5
|
+
(function (TipoServicioPago) {
|
|
6
|
+
TipoServicioPago["CREDITO_DEBITO_FISERV"] = "CREDITO_DEBITO_FISERV";
|
|
7
|
+
TipoServicioPago["TRANSFERENCIA"] = "TRANSFERENCIA";
|
|
8
|
+
TipoServicioPago["EFECTIVO"] = "EFECTIVO";
|
|
9
|
+
TipoServicioPago["CREDITO_PERSONAL"] = "CREDITO_PERSONAL";
|
|
10
|
+
TipoServicioPago["BILLETERA_MERCADO_PAGO"] = "BILLETERA_MERCADO_PAGO";
|
|
11
|
+
})(TipoServicioPago || (exports.TipoServicioPago = TipoServicioPago = {}));
|
|
12
|
+
//# sourceMappingURL=ServicioPagos.types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ServicioPagos.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/ServicioPagos.types.ts"],"names":[],"mappings":";;;AAcA,IAAY,gBAMX;AAND,WAAY,gBAAgB;IAC1B,mEAA+C,CAAA;IAC/C,mDAA+B,CAAA;IAC/B,yCAAqB,CAAA;IACrB,yDAAqC,CAAA;IACrC,qEAAiD,CAAA;AACnD,CAAC,EANW,gBAAgB,gCAAhB,gBAAgB,QAM3B"}
|
|
@@ -15,5 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./Tarjetas.types"), exports);
|
|
18
|
-
__exportStar(require("./
|
|
18
|
+
__exportStar(require("./ServicioPagos.types"), exports);
|
|
19
19
|
//# 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,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAgC;AAChC,wDAAqC"}
|
package/dist/esm/modules/Financiacion/types/{ServicioPago.types.js → ServicioPago1.types.js}
RENAMED
|
@@ -6,4 +6,4 @@ export var TipoServicioPago;
|
|
|
6
6
|
TipoServicioPago["CREDITO_PERSONAL"] = "CREDITO_PERSONAL";
|
|
7
7
|
TipoServicioPago["BILLETERA_MERCADO_PAGO"] = "BILLETERA_MERCADO_PAGO";
|
|
8
8
|
})(TipoServicioPago || (TipoServicioPago = {}));
|
|
9
|
-
//# sourceMappingURL=
|
|
9
|
+
//# sourceMappingURL=ServicioPago1.types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ServicioPago1.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/ServicioPago1.types.ts"],"names":[],"mappings":"AAcA,MAAM,CAAN,IAAY,gBAMX;AAND,WAAY,gBAAgB;IAC1B,mEAA+C,CAAA;IAC/C,mDAA+B,CAAA;IAC/B,yCAAqB,CAAA;IACrB,yDAAqC,CAAA;IACrC,qEAAiD,CAAA;AACnD,CAAC,EANW,gBAAgB,KAAhB,gBAAgB,QAM3B"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export var TipoServicioPago;
|
|
2
|
+
(function (TipoServicioPago) {
|
|
3
|
+
TipoServicioPago["CREDITO_DEBITO_FISERV"] = "CREDITO_DEBITO_FISERV";
|
|
4
|
+
TipoServicioPago["TRANSFERENCIA"] = "TRANSFERENCIA";
|
|
5
|
+
TipoServicioPago["EFECTIVO"] = "EFECTIVO";
|
|
6
|
+
TipoServicioPago["CREDITO_PERSONAL"] = "CREDITO_PERSONAL";
|
|
7
|
+
TipoServicioPago["BILLETERA_MERCADO_PAGO"] = "BILLETERA_MERCADO_PAGO";
|
|
8
|
+
})(TipoServicioPago || (TipoServicioPago = {}));
|
|
9
|
+
//# sourceMappingURL=ServicioPagos.types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ServicioPagos.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/ServicioPagos.types.ts"],"names":[],"mappings":"AAcA,MAAM,CAAN,IAAY,gBAMX;AAND,WAAY,gBAAgB;IAC1B,mEAA+C,CAAA;IAC/C,mDAA+B,CAAA;IAC/B,yCAAqB,CAAA;IACrB,yDAAqC,CAAA;IACrC,qEAAiD,CAAA;AACnD,CAAC,EANW,gBAAgB,KAAhB,gBAAgB,QAM3B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,uBAAuB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ServicioPago1.types.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/ServicioPago1.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IACzB,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE,gBAAgB,CAAA;IAC5B,MAAM,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,MAAM,EAAE,OAAO,CAAA;IACf,WAAW,EAAE,OAAO,CAAA;IACpB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;CACrB;AAED,oBAAY,gBAAgB;IAC1B,qBAAqB,0BAA0B;IAC/C,aAAa,kBAAkB;IAC/B,QAAQ,aAAa;IACrB,gBAAgB,qBAAqB;IACrC,sBAAsB,2BAA2B;CAClD"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export interface ServicioPago {
|
|
2
|
+
id: number;
|
|
3
|
+
tipo_medio: TipoServicioPago;
|
|
4
|
+
nombre: string;
|
|
5
|
+
nombreWeb: string;
|
|
6
|
+
orden: number | null;
|
|
7
|
+
logoUrl: string | null;
|
|
8
|
+
comentarios: string | null;
|
|
9
|
+
activo: boolean;
|
|
10
|
+
mostrar_web: boolean;
|
|
11
|
+
created_at: string;
|
|
12
|
+
updated_at: string;
|
|
13
|
+
}
|
|
14
|
+
export declare enum TipoServicioPago {
|
|
15
|
+
CREDITO_DEBITO_FISERV = "CREDITO_DEBITO_FISERV",
|
|
16
|
+
TRANSFERENCIA = "TRANSFERENCIA",
|
|
17
|
+
EFECTIVO = "EFECTIVO",
|
|
18
|
+
CREDITO_PERSONAL = "CREDITO_PERSONAL",
|
|
19
|
+
BILLETERA_MERCADO_PAGO = "BILLETERA_MERCADO_PAGO"
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=ServicioPagos.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ServicioPagos.types.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/ServicioPagos.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IACzB,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE,gBAAgB,CAAA;IAC5B,MAAM,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,MAAM,EAAE,OAAO,CAAA;IACf,WAAW,EAAE,OAAO,CAAA;IACpB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;CACrB;AAED,oBAAY,gBAAgB;IAC1B,qBAAqB,0BAA0B;IAC/C,aAAa,kBAAkB;IAC/B,QAAQ,aAAa;IACrB,gBAAgB,qBAAqB;IACrC,sBAAsB,2BAA2B;CAClD"}
|
|
@@ -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,
|
|
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"}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ServicioPago.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/ServicioPago.types.ts"],"names":[],"mappings":";;;AAcA,IAAY,gBAMX;AAND,WAAY,gBAAgB;IAC1B,mEAA+C,CAAA;IAC/C,mDAA+B,CAAA;IAC/B,yCAAqB,CAAA;IACrB,yDAAqC,CAAA;IACrC,qEAAiD,CAAA;AACnD,CAAC,EANW,gBAAgB,gCAAhB,gBAAgB,QAM3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ServicioPago.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/ServicioPago.types.ts"],"names":[],"mappings":"AAcA,MAAM,CAAN,IAAY,gBAMX;AAND,WAAY,gBAAgB;IAC1B,mEAA+C,CAAA;IAC/C,mDAA+B,CAAA;IAC/B,yCAAqB,CAAA;IACrB,yDAAqC,CAAA;IACrC,qEAAiD,CAAA;AACnD,CAAC,EANW,gBAAgB,KAAhB,gBAAgB,QAM3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ServicioPago.types.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/ServicioPago.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IACzB,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE,gBAAgB,CAAA;IAC5B,MAAM,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,MAAM,EAAE,OAAO,CAAA;IACf,WAAW,EAAE,OAAO,CAAA;IACpB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;CACrB;AAED,oBAAY,gBAAgB;IAC1B,qBAAqB,0BAA0B;IAC/C,aAAa,kBAAkB;IAC/B,QAAQ,aAAa;IACrB,gBAAgB,qBAAqB;IACrC,sBAAsB,2BAA2B;CAClD"}
|