ionic-vhframeworks 10.3.9 → 10.4.0
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.
|
@@ -30195,6 +30195,27 @@ export declare class VhQuerySales {
|
|
|
30195
30195
|
static ɵfac: i0.ɵɵFactoryDeclaration<VhQuerySales, never>;
|
|
30196
30196
|
static ɵprov: i0.ɵɵInjectableDeclaration<VhQuerySales>;
|
|
30197
30197
|
}
|
|
30198
|
+
export declare class VhQueryAffiliater {
|
|
30199
|
+
private vhMGDB_auth;
|
|
30200
|
+
private vhMGDB_database;
|
|
30201
|
+
private vhMGDB_rootdatabase;
|
|
30202
|
+
private vhAuth;
|
|
30203
|
+
private vhAlgorithm;
|
|
30204
|
+
constructor(vhMGDB_auth: VhMGDB_auth, vhMGDB_database: VhMGDB_database, vhMGDB_rootdatabase: VhMGDB_rootdatabase, vhAuth: VhAuth, vhAlgorithm: VhAlgorithm);
|
|
30205
|
+
/**
|
|
30206
|
+
* Hàm lấy về thông tin, giá cả các gói phần mềm mà các affiliater muốn bán cho khách của họ
|
|
30207
|
+
* @example:
|
|
30208
|
+
* this.vhQueryAffiliater.getAffiliate('5fb67fda87c0f21d484cbdf3')
|
|
30209
|
+
.then((affiliate)=>{
|
|
30210
|
+
console.log('getAffiliate', affiliate);
|
|
30211
|
+
})
|
|
30212
|
+
* @param id_affiliate
|
|
30213
|
+
* @return Promise => affiliate ={} or null / error
|
|
30214
|
+
*/
|
|
30215
|
+
getAffiliate(id_affiliate: any): Promise<unknown>;
|
|
30216
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<VhQueryAffiliater, never>;
|
|
30217
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<VhQueryAffiliater>;
|
|
30218
|
+
}
|
|
30198
30219
|
export declare class VhQueryDealer {
|
|
30199
30220
|
private vhMGDB_auth;
|
|
30200
30221
|
private vhMGDB_database;
|