mdz-enum 1.2.96 → 1.2.97

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.
@@ -156,9 +156,9 @@ export declare const CNAB: {
156
156
  description(val: number): "" | "CNAB 400" | "CNAB 240";
157
157
  };
158
158
  export declare const ModeloCaptura: {
159
- Elgin: number;
160
- Vero: number;
161
- Sitef: number;
162
- Auttar: number;
163
- description(val: number): "" | "VERO" | "Elgin" | "Sitef" | "Auttar";
159
+ Elgin: string;
160
+ Vero: string;
161
+ Sitef: string;
162
+ Auttar: string;
163
+ description(val: string): "" | "VERO" | "Elgin" | "Sitef" | "Auttar";
164
164
  };
@@ -404,10 +404,10 @@ exports.CNAB = {
404
404
  },
405
405
  };
406
406
  exports.ModeloCaptura = {
407
- Elgin: 0,
408
- Vero: 1,
409
- Sitef: 2,
410
- Auttar: 3,
407
+ Elgin: '0',
408
+ Vero: '1',
409
+ Sitef: '2',
410
+ Auttar: '3',
411
411
  description(val) {
412
412
  switch (val) {
413
413
  case this.Elgin:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.2.96",
3
+ "version": "1.2.97",
4
4
  "description": "Enumerados Moderniza",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {