ionic-vhframeworks 9.4.1 → 9.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.
|
@@ -928,10 +928,15 @@ export declare class VhAuth {
|
|
|
928
928
|
*/
|
|
929
929
|
getDBCloudURL(): any;
|
|
930
930
|
/**
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
931
|
+
* @example:
|
|
932
|
+
* let store = this.vhAuth.getStore();
|
|
933
|
+
*/
|
|
934
934
|
getStore(): any;
|
|
935
|
+
/**
|
|
936
|
+
* @example:
|
|
937
|
+
* let dealer = this.vhAuth.getDealer();
|
|
938
|
+
*/
|
|
939
|
+
getDealer(): any;
|
|
935
940
|
/**
|
|
936
941
|
* @example:
|
|
937
942
|
* let dbstorage = this.vhAuth.getDBstorage();
|