ionic-vhframeworks 3.9.0 → 3.9.1
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.
- package/bundles/ionic-vhframeworks.umd.js +1 -1
- package/bundles/ionic-vhframeworks.umd.js.map +1 -1
- package/bundles/ionic-vhframeworks.umd.min.js +1 -1
- package/bundles/ionic-vhframeworks.umd.min.js.map +1 -1
- package/fesm2015/ionic-vhframeworks.js.map +1 -1
- package/ionic-vhframeworks.metadata.json +1 -1
- package/lib/ionic-vhframeworks.service.d.ts +26 -8
- package/package.json +1 -1
|
@@ -1005,6 +1005,7 @@ export declare class VhQueryCafe {
|
|
|
1005
1005
|
private vhQuery;
|
|
1006
1006
|
private vhAuth;
|
|
1007
1007
|
private vhAlgorithm;
|
|
1008
|
+
private restriction_main_package;
|
|
1008
1009
|
private areas;
|
|
1009
1010
|
private tables;
|
|
1010
1011
|
private products;
|
|
@@ -1057,6 +1058,23 @@ export declare class VhQueryCafe {
|
|
|
1057
1058
|
*/
|
|
1058
1059
|
constructor(vhmongo_firebase: Vhmongo_firebase, vhQuery: VhQuery, vhAuth: VhAuth, vhAlgorithm: VhAlgorithm);
|
|
1059
1060
|
/**
|
|
1061
|
+
* @description: hàm này lấy về những hạn chế của gói main_package (khách trả phí mua gói sử dụng các chức năng CHÍNH, mỗi gói sẽ có nhưng hạn chế khác nhau về user_number, show_report_duration)
|
|
1062
|
+
* @example
|
|
1063
|
+
* this.refreshRestrictionMainPackage()
|
|
1064
|
+
.then((bool)=>{
|
|
1065
|
+
console.log('bool', bool);
|
|
1066
|
+
})
|
|
1067
|
+
* @return Promise => null/error
|
|
1068
|
+
*/
|
|
1069
|
+
private refreshRestrictionMainPackage;
|
|
1070
|
+
/**
|
|
1071
|
+
* @description: hàm này lấy về những hạn chế của gói main_package trong localstorage
|
|
1072
|
+
* @example
|
|
1073
|
+
* let restriction_main_package = this.vhQueryCafe.getLocalRestrictionMainPackage();
|
|
1074
|
+
* @return Object => obj ={} or null
|
|
1075
|
+
*/
|
|
1076
|
+
getLocalRestrictionMainPackage(): any;
|
|
1077
|
+
/**
|
|
1060
1078
|
* @example:
|
|
1061
1079
|
this.vhQueryCafe.syncCollections_Mobile().then((bool)=>{
|
|
1062
1080
|
if(bool){
|
|
@@ -7327,14 +7345,14 @@ export declare class VhQuerySales {
|
|
|
7327
7345
|
*/
|
|
7328
7346
|
getLocalRestrictionFacebookPackage(): any;
|
|
7329
7347
|
/**
|
|
7330
|
-
|
|
7331
|
-
|
|
7332
|
-
|
|
7333
|
-
|
|
7334
|
-
|
|
7335
|
-
|
|
7336
|
-
|
|
7337
|
-
|
|
7348
|
+
* @description: hàm này lấy về những hạn chế của gói warranty_package (khách trả phí mua gói sử dụng warranty, mỗi gói sẽ có nhưng hạn chế khác nhau về show_report_duration)
|
|
7349
|
+
* @example
|
|
7350
|
+
* this.refreshRestrictionWarrantyPackage()
|
|
7351
|
+
.then((bool)=>{
|
|
7352
|
+
console.log('bool', bool);
|
|
7353
|
+
})
|
|
7354
|
+
* @return Promise => null
|
|
7355
|
+
*/
|
|
7338
7356
|
private refreshRestrictionWarrantyPackage;
|
|
7339
7357
|
/**
|
|
7340
7358
|
* @description: hàm này lấy về những hạn chế của gói warranty_package trong localstorage
|