sigesp 0.8.63-220120 → 0.8.64-220121

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.
@@ -37,6 +37,7 @@ export declare class SigespService {
37
37
  URL: string;
38
38
  currentComponent: MComponent;
39
39
  userMenu: any;
40
+ ip_adress: string;
40
41
  constructor(http: HttpClient, dialog: MatDialog, toast: ToastrService);
41
42
  /**
42
43
  * @description Valida que selo se escriban guiones y 9
@@ -856,11 +857,23 @@ export declare class SigespService {
856
857
  */
857
858
  getResponsePerfilToolbar(stringbinario: string, position: number): boolean;
858
859
  /**
859
- * @description Obtiene el Ip del cliente
860
- * @return Json data
861
- * @author Ing. Wilmer Briceno
862
- */
860
+ * @description Obtiene el Ip del cliente
861
+ * @return Json data
862
+ * @author Ing. Wilmer Briceno
863
+ */
863
864
  getIPAddress(): Observable<Object>;
865
+ /**
866
+ * @description Obtiene el Ip del cliente
867
+ * @return Json data
868
+ * @author Ing. Wilmer Briceno
869
+ */
870
+ setIpAdress(): void;
871
+ /**
872
+ * @description Obtiene el Ip del cliente
873
+ * @return Json data
874
+ * @author Ing. Wilmer Briceno
875
+ */
876
+ getIpAdress(): void;
864
877
  }
865
878
  interface filtroCuentasPresupuesto {
866
879
  tipo?: 'E' | 'R';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.8.63-220120",
3
+ "version": "0.8.64-220121",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },