nextemos 4.11.1 → 4.11.2

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.
@@ -96,6 +96,8 @@ export interface IDoCreditCardTransactionRequest extends IGetCartRequest {
96
96
  export interface IDoIyzicoCreditCardTransactionRequest extends Omit<IDoCreditCardTransactionRequest, "supplier" | "saveCreditCardIntoSupplier" | "bankPoint"> {
97
97
  }
98
98
  export interface IDoIyzicoTransactionRequest extends IGetCartRequest {
99
+ isApprovedToSalesAggreementForm: boolean;
100
+ isApprovedToPreInformationForm: boolean;
99
101
  }
100
102
  export interface IShoppingCartService extends IService {
101
103
  AddToCart: (data: IAddToCartRequest, options?: IRequestInit) => Promise<IApiResponse<IGetCartResponse>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "4.11.1",
3
+ "version": "4.11.2",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",