nextemos 5.2.0 → 5.2.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.
@@ -166,6 +166,7 @@ export interface IPaymentType {
166
166
  paymentMethod: number;
167
167
  paymentMethodProviderType: string;
168
168
  order: number;
169
+ isHidden: boolean;
169
170
  }
170
171
  export interface ICoupon {
171
172
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",