softdinlibreriajs 12.0.40 → 12.0.41

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "softdinlibreriajs",
3
- "version": "12.0.40",
3
+ "version": "12.0.41",
4
4
  "description": "Libreria Softdin",
5
5
  "main": "src/",
6
6
  "scripts": {
@@ -7,7 +7,7 @@ class EnumTipoIdentificacion {
7
7
  static NI = 6;
8
8
  static CD = 7;
9
9
  static SC = 8;
10
- static NIO = 6;
10
+ static NIO = 9;
11
11
 
12
12
  static descriptions = [
13
13
  { id: EnumTipoIdentificacion.CC, code: 'CC', description: "Cedula de Ciudadania" },
@@ -5,7 +5,7 @@ class EnumTipoIdentificacionEmbargo {
5
5
  static PA = EnumTipoIdentificacion.PA;
6
6
  static TI = EnumTipoIdentificacion.TI;
7
7
  static NIT_O = EnumTipoIdentificacion.NIO;
8
-
8
+
9
9
  static descriptions = [
10
10
  { id: EnumTipoIdentificacionEmbargo.CC, code: 'CC', description: "Cedula de Ciudadanía" },
11
11
  { id: EnumTipoIdentificacionEmbargo.CE, code: 'CE', description: "Cedula de Extranjería" },