sf-reglanegociom3 1.0.12-beta86 → 1.0.12-beta87

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.
@@ -100,7 +100,7 @@ export declare class M3ProcesosOffline {
100
100
  /**
101
101
  * Obtener informacion de Id m3, cuando esta fuera de linea
102
102
  */
103
- private GetIdM3Offline;
103
+ GetIdM3Offline(idkatios: string, idproceso: string, ubicacion: string, hub: string): Promise<any>;
104
104
  validarAumentoCtivo(idM3: any, idproceso: any): any;
105
105
  private GetCtivo;
106
106
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sf-reglanegociom3",
3
- "version": "1.0.12-beta86",
3
+ "version": "1.0.12-beta87",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^6.0.0-rc.0 || ^6.0.0",
6
6
  "@angular/core": "^6.0.0-rc.0 || ^6.0.0"