ionic-vhframeworks 9.5.4 → 9.5.5
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.
|
@@ -22801,7 +22801,7 @@ export declare class VhQuerySales {
|
|
|
22801
22801
|
syncCollections_Desktop(): Promise<unknown>;
|
|
22802
22802
|
/**
|
|
22803
22803
|
* @example:
|
|
22804
|
-
this.vhQuerySales.
|
|
22804
|
+
this.vhQuerySales.syncCollections_Sales365_Desktop().then((bool:any)=>{
|
|
22805
22805
|
if(bool){
|
|
22806
22806
|
do something...
|
|
22807
22807
|
}
|