ionic-vhframeworks 3.9.3 → 3.9.4
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 +10 -10
- package/package.json +1 -1
|
@@ -1100,13 +1100,13 @@ export declare class VhQueryCafe {
|
|
|
1100
1100
|
/**
|
|
1101
1101
|
* @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)
|
|
1102
1102
|
* @example
|
|
1103
|
-
* this.
|
|
1103
|
+
* this.refreshLocalRestrictionMainPackage()
|
|
1104
1104
|
.then((bool)=>{
|
|
1105
1105
|
console.log('bool', bool);
|
|
1106
1106
|
})
|
|
1107
1107
|
* @return Promise => null/error
|
|
1108
1108
|
*/
|
|
1109
|
-
|
|
1109
|
+
refreshLocalRestrictionMainPackage(): Promise<unknown>;
|
|
1110
1110
|
/**
|
|
1111
1111
|
* @description: hàm này lấy về những hạn chế của gói main_package trong localstorage
|
|
1112
1112
|
* @example
|
|
@@ -7351,13 +7351,13 @@ export declare class VhQuerySales {
|
|
|
7351
7351
|
/**
|
|
7352
7352
|
* @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)
|
|
7353
7353
|
* @example
|
|
7354
|
-
* this.
|
|
7354
|
+
* this.refreshLocalRestrictionMainPackage()
|
|
7355
7355
|
.then((bool)=>{
|
|
7356
7356
|
console.log('bool', bool);
|
|
7357
7357
|
})
|
|
7358
7358
|
* @return Promise => null/error
|
|
7359
7359
|
*/
|
|
7360
|
-
|
|
7360
|
+
refreshLocalRestrictionMainPackage(): Promise<unknown>;
|
|
7361
7361
|
/**
|
|
7362
7362
|
* @description: hàm này lấy về những hạn chế của gói main_package trong localstorage
|
|
7363
7363
|
* @example
|
|
@@ -7368,13 +7368,13 @@ export declare class VhQuerySales {
|
|
|
7368
7368
|
/**
|
|
7369
7369
|
* @description: hàm này lấy về những hạn chế của gói ecommerce_package (khách trả phí mua gói sử dụng TMĐT, mỗi gói sẽ có nhưng hạn chế khác nhau về shop_number, show_report_duration)
|
|
7370
7370
|
* @example
|
|
7371
|
-
* this.
|
|
7371
|
+
* this.refreshLocalRestrictionEcommercePackage()
|
|
7372
7372
|
.then((bool)=>{
|
|
7373
7373
|
console.log('bool', bool);
|
|
7374
7374
|
})
|
|
7375
7375
|
* @return Promise => null/error
|
|
7376
7376
|
*/
|
|
7377
|
-
|
|
7377
|
+
refreshLocalRestrictionEcommercePackage(): Promise<unknown>;
|
|
7378
7378
|
/**
|
|
7379
7379
|
* @description: hàm này lấy về những hạn chế của gói ecommerce_package trong localstorage
|
|
7380
7380
|
* @example
|
|
@@ -7385,13 +7385,13 @@ export declare class VhQuerySales {
|
|
|
7385
7385
|
/**
|
|
7386
7386
|
* @description: hàm này lấy về những hạn chế của gói facebook_package (khách trả phí mua gói sử dụng facebook, mỗi gói sẽ có nhưng hạn chế khác nhau về fanpage_number, show_report_duration)
|
|
7387
7387
|
* @example
|
|
7388
|
-
* this.
|
|
7388
|
+
* this.refreshLocalRestrictionFacebookPackage()
|
|
7389
7389
|
.then((bool)=>{
|
|
7390
7390
|
console.log('bool', bool);
|
|
7391
7391
|
})
|
|
7392
7392
|
* @return Promise => null
|
|
7393
7393
|
*/
|
|
7394
|
-
|
|
7394
|
+
refreshLocalRestrictionFacebookPackage(): Promise<unknown>;
|
|
7395
7395
|
/**
|
|
7396
7396
|
* @description: hàm này lấy về những hạn chế của gói facebook_package trong localstorage
|
|
7397
7397
|
* @example
|
|
@@ -7402,13 +7402,13 @@ export declare class VhQuerySales {
|
|
|
7402
7402
|
/**
|
|
7403
7403
|
* @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)
|
|
7404
7404
|
* @example
|
|
7405
|
-
* this.
|
|
7405
|
+
* this.refreshLocalRestrictionWarrantyPackage()
|
|
7406
7406
|
.then((bool)=>{
|
|
7407
7407
|
console.log('bool', bool);
|
|
7408
7408
|
})
|
|
7409
7409
|
* @return Promise => null
|
|
7410
7410
|
*/
|
|
7411
|
-
|
|
7411
|
+
refreshLocalRestrictionWarrantyPackage(): Promise<unknown>;
|
|
7412
7412
|
/**
|
|
7413
7413
|
* @description: hàm này lấy về những hạn chế của gói warranty_package trong localstorage
|
|
7414
7414
|
* @example
|