ionic-vhframeworks 10.4.6 → 10.4.67
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.
|
@@ -27273,6 +27273,7 @@ export declare class VhQuerySales {
|
|
|
27273
27273
|
* vcode = 1: id_licenseKEY không thuộc về Store
|
|
27274
27274
|
* vcode = 2: id_licenseKEY đã được kích hoạt trước đây
|
|
27275
27275
|
* vcode = 3: id_licenseKEY đã bị vô hiệu hóa trước đây
|
|
27276
|
+
* vcode = 4: id_licenseKEY không kích hoạt được do khác loại gói đang dùng
|
|
27276
27277
|
*/
|
|
27277
27278
|
extendLicenseValidaty_byLicenseKEY(id_branch: string, id_licenseKEY: string): Promise<unknown>;
|
|
27278
27279
|
/**
|
|
@@ -30572,6 +30573,7 @@ export declare class VhQueryDealer {
|
|
|
30572
30573
|
* vcode = 1: id_licenseKEY không thuộc về Store
|
|
30573
30574
|
* vcode = 2: id_licenseKEY đã được kích hoạt trước đây
|
|
30574
30575
|
* vcode = 3: id_licenseKEY đã bị vô hiệu hóa trước đây
|
|
30576
|
+
* vcode = 4: id_licenseKEY không kích hoạt được do khác loại gói đang dùng
|
|
30575
30577
|
*/
|
|
30576
30578
|
extendLicenseValidaty_byLicenseKEY(id_store: string, id_branch: string, id_licenseKEY: string): Promise<unknown>;
|
|
30577
30579
|
static ɵfac: i0.ɵɵFactoryDeclaration<VhQueryDealer, never>;
|