ionic-vhframeworks 9.5.6 → 9.5.7
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.
|
@@ -990,7 +990,9 @@ export declare class VhAuth {
|
|
|
990
990
|
* @param camserverversion
|
|
991
991
|
* @param fwcode
|
|
992
992
|
* @param database : tất cả database 'all' hoặc một database nào đó '4wk3JMSwSjh4kOLWOMbLbWt0Rdk2'
|
|
993
|
-
* @returns
|
|
993
|
+
* @returns Promise => boolean
|
|
994
|
+
* - boolean: true cho phép chạy dự án
|
|
995
|
+
* - boolean: false không cho chạy dự án, trường bị là mở từ 2 tab của 1 trình duyệt trở lên => đề nghị đóng tab đang mở
|
|
994
996
|
*/
|
|
995
997
|
initializeProject(projectname: string, dbstorage: string, imgstorage: string, tplstorage: string, dbserverversion: string, camserverversion: string, fwcode: number, database: string): any;
|
|
996
998
|
/**
|