nextemos 5.1.17 → 5.1.18

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.
@@ -97,7 +97,6 @@ export interface IDoIyzicoTransactionRequest extends IGetCartRequest {
97
97
  export interface IDoFreeOfChargeTransactionRequest extends IGetCartRequest {
98
98
  isApprovedToSalesAggreementForm: boolean;
99
99
  isApprovedToPreInformationForm: boolean;
100
- paymentTypeId: number;
101
100
  }
102
101
  export interface IGetPreInfoFormRequest extends Omit<IGetCartRequest, "flags"> {
103
102
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "5.1.17",
3
+ "version": "5.1.18",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",