ionic-vhframeworks 4.3.5 → 4.3.6

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.
@@ -11453,7 +11453,7 @@ export declare class VhQuerySales {
11453
11453
  }
11454
11454
  * @returns Observerble (Array) => Array(object) => array = [{},{},...]
11455
11455
  */
11456
- getObservableLocalPromotions(): Observable<unknown>;
11456
+ private getObservableLocalPromotions;
11457
11457
  /**
11458
11458
  * @example:
11459
11459
  * let promotion = this.vhQuerySales.getlocalPromotion('5fb6780ca2148e09806c5b01');
@@ -11466,7 +11466,7 @@ export declare class VhQuerySales {
11466
11466
  * let promotions = this.vhQuerySales.getlocalPromotions();
11467
11467
  * @return Array(object) => array = [{},{},...]
11468
11468
  */
11469
- getlocalPromotions(): any;
11469
+ getlocalPromotions(): any[];
11470
11470
  /**
11471
11471
  * @example:
11472
11472
  * this.vhQuerySales.refreshLocalPromotions()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "4.3.5",
3
+ "version": "4.3.6",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"