@mc-hogar/crosslib 1.0.16 → 1.0.18

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":""}
@@ -1,3 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.EstadoPlanFiltro = void 0;
4
+ var EstadoPlanFiltro;
5
+ (function (EstadoPlanFiltro) {
6
+ EstadoPlanFiltro["ACTIVOS"] = "activos";
7
+ EstadoPlanFiltro["INACTIVOS"] = "inactivos";
8
+ EstadoPlanFiltro["AMBOS"] = "ambos";
9
+ })(EstadoPlanFiltro || (exports.EstadoPlanFiltro = EstadoPlanFiltro = {}));
3
10
  //# sourceMappingURL=PlanPago.types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PlanPago.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/PlanPago.types.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"PlanPago.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/PlanPago.types.ts"],"names":[],"mappings":";;;AA8BA,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,uCAAmB,CAAA;IACnB,2CAAuB,CAAA;IACvB,mCAAe,CAAA;AACjB,CAAC,EAJW,gBAAgB,gCAAhB,gBAAgB,QAI3B"}
@@ -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,2 +1,7 @@
1
- export {};
1
+ export var EstadoPlanFiltro;
2
+ (function (EstadoPlanFiltro) {
3
+ EstadoPlanFiltro["ACTIVOS"] = "activos";
4
+ EstadoPlanFiltro["INACTIVOS"] = "inactivos";
5
+ EstadoPlanFiltro["AMBOS"] = "ambos";
6
+ })(EstadoPlanFiltro || (EstadoPlanFiltro = {}));
2
7
  //# sourceMappingURL=PlanPago.types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PlanPago.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/PlanPago.types.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"PlanPago.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/PlanPago.types.ts"],"names":[],"mappings":"AA8BA,MAAM,CAAN,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,uCAAmB,CAAA;IACnB,2CAAuB,CAAA;IACvB,mCAAe,CAAA;AACjB,CAAC,EAJW,gBAAgB,KAAhB,gBAAgB,QAI3B"}
@@ -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,7 @@
1
+ export interface SelectEntidad {
2
+ id: number;
3
+ nombre: string;
4
+ nombreWeb: string;
5
+ orden: number | null;
6
+ }
7
+ //# 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,aAAa;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
@@ -28,4 +28,9 @@ export type PlanPagoIncludingBanco = PlanPago & {
28
28
  finan_banco: Banco;
29
29
  };
30
30
  export type PlanPagoIncludingAll = PlanPagoIncludingServicioPago & PlanPagoIncludingTarjeta & PlanPagoIncludingBanco;
31
+ export declare enum EstadoPlanFiltro {
32
+ ACTIVOS = "activos",
33
+ INACTIVOS = "inactivos",
34
+ AMBOS = "ambos"
35
+ }
31
36
  //# sourceMappingURL=PlanPago.types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PlanPago.types.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/PlanPago.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AACpD,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAA;AAC1C,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAEtC,MAAM,WAAW,QAAQ;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,eAAe,EAAE,MAAM,CAAC;IACxB,6BAA6B,EAAE,MAAM,CAAC;IACtC,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,MAAM,EAAE,OAAO,CAAC;IAChB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,6BAA6B,GAAG,QAAQ,GAAG;IAAE,mBAAmB,EAAE,YAAY,CAAA;CAAE,CAAA;AAE5F,MAAM,MAAM,wBAAwB,GAAG,QAAQ,GAAG;IAAE,aAAa,EAAE,OAAO,CAAA;CAAE,CAAA;AAE5E,MAAM,MAAM,sBAAsB,GAAG,QAAQ,GAAG;IAAE,WAAW,EAAE,KAAK,CAAA;CAAE,CAAA;AAEtE,MAAM,MAAM,oBAAoB,GAAG,6BAA6B,GAAG,wBAAwB,GAAG,sBAAsB,CAAA"}
1
+ {"version":3,"file":"PlanPago.types.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/PlanPago.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AACpD,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAA;AAC1C,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAEtC,MAAM,WAAW,QAAQ;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,eAAe,EAAE,MAAM,CAAC;IACxB,6BAA6B,EAAE,MAAM,CAAC;IACtC,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,MAAM,EAAE,OAAO,CAAC;IAChB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,6BAA6B,GAAG,QAAQ,GAAG;IAAE,mBAAmB,EAAE,YAAY,CAAA;CAAE,CAAA;AAE5F,MAAM,MAAM,wBAAwB,GAAG,QAAQ,GAAG;IAAE,aAAa,EAAE,OAAO,CAAA;CAAE,CAAA;AAE5E,MAAM,MAAM,sBAAsB,GAAG,QAAQ,GAAG;IAAE,WAAW,EAAE,KAAK,CAAA;CAAE,CAAA;AAEtE,MAAM,MAAM,oBAAoB,GAAG,6BAA6B,GAAG,wBAAwB,GAAG,sBAAsB,CAAA;AAEpH,oBAAY,gBAAgB;IAC1B,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,KAAK,UAAU;CAChB"}
@@ -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.16",
3
+ "version": "1.0.18",
4
4
  "description": "Cross-platform TypeScript library",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",