@infrab4a/connect-angular 5.0.0-beta.0 → 5.0.0-beta.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infrab4a/connect-angular",
3
- "version": "5.0.0-beta.0",
3
+ "version": "5.0.0-beta.1",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },
@@ -12,7 +12,7 @@
12
12
  "@angular/common": "^17.0.0",
13
13
  "@angular/core": "^17.0.0",
14
14
  "@angular/fire": "^7.5.0",
15
- "@infrab4a/connect": "^4.2.6",
15
+ "@infrab4a/connect": "^4.3.1",
16
16
  "js-cookie": "^3.0.1",
17
17
  "rxjs": "^6.6.7"
18
18
  },
@@ -21,6 +21,7 @@ export declare class CouponService {
21
21
  private getLineItensEligebleForDiscount;
22
22
  private calcCheckoutSubtotal;
23
23
  private getOrdersWithCoupon;
24
+ private getOrdersFromUser;
24
25
  private countOrdersWithUser;
25
26
  private getCouponUseLimits;
26
27
  static ɵfac: i0.ɵɵFactoryDeclaration<CouponService, never>;
@@ -19,6 +19,7 @@ export declare class HomeShopService {
19
19
  private getHomeConfiguration;
20
20
  private saveHomeData;
21
21
  private buildCategoryGroupWithRequiredData;
22
+ private get gender();
22
23
  static ɵfac: i0.ɵɵFactoryDeclaration<HomeShopService, never>;
23
24
  static ɵprov: i0.ɵɵInjectableDeclaration<HomeShopService>;
24
25
  }