ionic-vhframeworks 10.4.1 → 10.4.2

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.
@@ -925,6 +925,7 @@ export declare class VhAuth {
925
925
  * @param password
926
926
  * @return Promise => user = {}
927
927
  */
928
+ signInWithEmailAndPassword_Sales365(email: string, password: string): Promise<unknown>;
928
929
  /**
929
930
  * @example:
930
931
  * this.vhAuth.onAuthStateChanged_Sales365()
@@ -939,6 +940,7 @@ export declare class VhAuth {
939
940
  })
940
941
  * @return Promise => user = {}
941
942
  */
943
+ onAuthStateChanged_Sales365(): Promise<unknown>;
942
944
  /**
943
945
  * @example:
944
946
  * this.vhAuth.signInWithEmailAndPassword_Sales365_byAffiliater('emp11@gmail.com', '123456')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "10.4.1",
3
+ "version": "10.4.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"