@wearejh/m2-pwa-coupon 0.22.1 → 0.23.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.23.0](https://github.com/WeareJH/mage-mono/compare/v0.22.1...v0.23.0) (2024-04-02)
7
+
8
+ **Note:** Version bump only for package @wearejh/m2-pwa-coupon
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.22.1](https://github.com/WeareJH/mage-mono/compare/v0.22.0...v0.22.1) (2023-12-12)
7
15
 
8
16
  **Note:** Version bump only for package @wearejh/m2-pwa-coupon
@@ -1,8 +1,8 @@
1
1
  import { concat, Observable, of, race } from 'rxjs';
2
2
  import { ofType } from 'redux-observable';
3
3
  import { catchError, concatMap, mapTo, mergeMap, take, withLatestFrom } from 'rxjs/operators';
4
- import { execute as couponMine } from '@wearejh/swagger-rxjs/lib/QuoteCouponManagementV1SetPut2';
5
- import { execute as couponGuest } from '@wearejh/swagger-rxjs/lib/QuoteGuestCouponManagementV1SetPut';
4
+ import { execute as couponMine } from '@wearejh/swagger-rxjs/lib/PutV1CartsMineCouponsCouponCode';
5
+ import { execute as couponGuest } from '@wearejh/swagger-rxjs/lib/PutV1GuestcartsCartIdCouponsCouponCode';
6
6
  import { EpicDeps } from '@wearejh/m2-pwa-engine/lib/types';
7
7
  import { CartMsg, CartVariant } from '@wearejh/m2-pwa-cart';
8
8
  import { CartActions } from '@wearejh/m2-pwa-cart';
@@ -1,8 +1,8 @@
1
1
  import { concat, Observable, of, race } from 'rxjs';
2
2
  import { ofType } from 'redux-observable';
3
3
  import { catchError, concatMap, mapTo, mergeMap, take, withLatestFrom } from 'rxjs/operators';
4
- import { execute as removeMine } from '@wearejh/swagger-rxjs/lib/QuoteCouponManagementV1RemoveDelete2';
5
- import { execute as removeGuest } from '@wearejh/swagger-rxjs/lib/QuoteGuestCouponManagementV1RemoveDelete';
4
+ import { execute as removeMine } from '@wearejh/swagger-rxjs/lib/DeleteV1CartsMineCoupons';
5
+ import { execute as removeGuest } from '@wearejh/swagger-rxjs/lib/DeleteV1GuestcartsCartIdCoupons';
6
6
  import { CartVariant, CartMsg, CartActions } from '@wearejh/m2-pwa-cart';
7
7
  import { CartActions as CartActionsGql } from '@wearejh/m2-pwa-cart-gql';
8
8
  import { EpicDeps } from '@wearejh/m2-pwa-engine/lib/types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wearejh/m2-pwa-coupon",
3
- "version": "0.22.1",
3
+ "version": "0.23.0",
4
4
  "description": "> TODO: description",
5
5
  "author": "Shane Osbourne <shane.osbourne8@gmail.com>",
6
6
  "homepage": "",
@@ -18,9 +18,9 @@
18
18
  ],
19
19
  "scripts": {},
20
20
  "dependencies": {
21
- "@wearejh/m2-pwa-cart": "^0.22.1",
22
- "@wearejh/m2-pwa-engine": "^0.22.1",
23
- "@wearejh/swagger-rxjs": "^0.22.1"
21
+ "@wearejh/m2-pwa-cart": "^0.23.0",
22
+ "@wearejh/m2-pwa-engine": "^0.23.0",
23
+ "@wearejh/swagger-rxjs": "^0.23.0"
24
24
  },
25
- "gitHead": "0ee176d283ffcf0534c7d4a923fee90c751cf3e2"
25
+ "gitHead": "bd042cbf54cdc079b6a0ea4f70b00465957f06a3"
26
26
  }