ionic-vhframeworks 10.10.9 → 10.11.0

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.
@@ -1891,6 +1891,7 @@ export declare class VhAuth {
1891
1891
  * @return Promise => bool = true or false
1892
1892
  */
1893
1893
  deleteEmployee(id_employee: string): Promise<unknown>;
1894
+ deleteEmployee1(id_employee: string): Promise<unknown>;
1894
1895
  /**
1895
1896
  * @example
1896
1897
  * this.vhAuth.getEmployee('5fb67fda87c0f21d484cbdf3')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "10.10.9",
3
+ "version": "10.11.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"