Skip to content

Commit

Permalink
[Auto Generated]
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed Dec 13, 2024
1 parent cc965a1 commit d6bd058
Show file tree
Hide file tree
Showing 290 changed files with 77,200 additions and 5,577 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ function Home({ fpi }) {

## API Guide

Check [docs](docs/API.md) for full API guide.
Check [docs](docs/API.md) for full API guide.
6 changes: 6 additions & 0 deletions codegen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
schema: "https://api.uat.fyndx1.de/service/webhooks/graphql/"
generates:
src/types/graphql.ts:
plugins:
- "typescript"
- "typescript-operations"
3 changes: 3 additions & 0 deletions lib/graphql/mutations/UnFollowById.handler.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { ThunkActionDispatch } from "redux-thunk";
import { FollowPostResponse } from "../../types/graphql";
export declare function unfollowByIdHandler(res: FollowPostResponse, dispatch: ThunkActionDispatch<any>, params: unknown, oldStore: unknown): void;
5 changes: 5 additions & 0 deletions lib/graphql/mutations/UnFollowById.handler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/graphql/mutations/UnFollowById.handler.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/graphql/mutations/addItemsToCart.handler.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { ThunkActionDispatch } from "redux-thunk";
import { AddCartDetailResponse } from "../../types/graphql";
export declare function addItemsToCartHandler(addItemsToCart: AddCartDetailResponse, dispatch: ThunkActionDispatch<any>, params: unknown, oldStore: unknown): void;
9 changes: 9 additions & 0 deletions lib/graphql/mutations/addItemsToCart.handler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/graphql/mutations/addItemsToCart.handler.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/graphql/mutations/applyCoupon.handler.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { ThunkActionDispatch } from "redux-thunk";
import { CartDetailResponse } from "../../types/graphql";
export declare function applyCouponHandler(applyCoupon: CartDetailResponse, dispatch: ThunkActionDispatch<any>): void;
7 changes: 7 additions & 0 deletions lib/graphql/mutations/applyCoupon.handler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/graphql/mutations/applyCoupon.handler.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/graphql/mutations/applyRewardPoints.handler.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { ThunkActionDispatch } from "redux-thunk";
import { CartDetailResponse } from "../../types/graphql";
export declare function applyRewardPointsHandler(applyRewardPoints: CartDetailResponse, dispatch: ThunkActionDispatch<any>): void;
7 changes: 7 additions & 0 deletions lib/graphql/mutations/applyRewardPoints.handler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/graphql/mutations/applyRewardPoints.handler.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/graphql/mutations/followById.handler.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { ThunkActionDispatch } from "redux-thunk";
import { FollowPostResponse } from "../../types/graphql";
export declare function followByIdHandler(res: FollowPostResponse, dispatch: ThunkActionDispatch<any>, params: unknown, oldStore: unknown): void;
5 changes: 5 additions & 0 deletions lib/graphql/mutations/followById.handler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/graphql/mutations/followById.handler.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/graphql/mutations/getCartShareLink.handler.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { ThunkActionDispatch } from "redux-thunk";
import { GetShareCartLinkResponse } from "../../types/graphql";
export declare function getCartShareLinkHandler(getCartShareLink: GetShareCartLinkResponse, dispatch: ThunkActionDispatch<any>): void;
7 changes: 7 additions & 0 deletions lib/graphql/mutations/getCartShareLink.handler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/graphql/mutations/getCartShareLink.handler.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions lib/graphql/mutations/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import { ThunkActionDispatch } from "redux-thunk";
export declare function mutationResponseHandler(responseData: any, dispatch: ThunkActionDispatch<any>, params: any): void;
54 changes: 54 additions & 0 deletions lib/graphql/mutations/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/graphql/mutations/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/graphql/mutations/loginWithAppleIOS.handler.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { ThunkActionDispatch } from "redux-thunk";
import { AuthSuccess } from "../../types/graphql";
export declare function loginWithAppleIOSHandler(loginWithAppleIOS: AuthSuccess, dispatch: ThunkActionDispatch<any>): void;
7 changes: 7 additions & 0 deletions lib/graphql/mutations/loginWithAppleIOS.handler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/graphql/mutations/loginWithAppleIOS.handler.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/graphql/mutations/loginWithEmailAndPassword.handler.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { ThunkActionDispatch } from "redux-thunk";
import { LoginSuccess } from "../../types/graphql";
export declare function loginWithEmailAndPasswordHandler(loginWithEmailAndPassword: LoginSuccess, dispatch: ThunkActionDispatch<any>): void;
7 changes: 7 additions & 0 deletions lib/graphql/mutations/loginWithEmailAndPassword.handler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/graphql/mutations/loginWithFacebook.handler.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { ThunkActionDispatch } from "redux-thunk";
import { AuthSuccess } from "../../types/graphql";
export declare function loginWithFacebookHandler(loginWithFacebook: AuthSuccess, dispatch: ThunkActionDispatch<any>): void;
7 changes: 7 additions & 0 deletions lib/graphql/mutations/loginWithFacebook.handler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/graphql/mutations/loginWithFacebook.handler.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/graphql/mutations/loginWithGoogle.handler.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { ThunkActionDispatch } from "redux-thunk";
import { AuthSuccess } from "../../types/graphql";
export declare function loginWithGoogleHandler(loginWithGoogle: AuthSuccess, dispatch: ThunkActionDispatch<any>): void;
7 changes: 7 additions & 0 deletions lib/graphql/mutations/loginWithGoogle.handler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/graphql/mutations/loginWithGoogle.handler.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/graphql/mutations/loginWithOTP.handler.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { ThunkActionDispatch } from "redux-thunk";
import { SendOtpResponse } from "../../types/graphql";
export declare function loginWithOTPHandler(loginWithOTP: SendOtpResponse, dispatch: ThunkActionDispatch<any>): void;
7 changes: 7 additions & 0 deletions lib/graphql/mutations/loginWithOTP.handler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/graphql/mutations/loginWithOTP.handler.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/graphql/mutations/removeCoupon.handler.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { ThunkActionDispatch } from "redux-thunk";
import { CartDetailResponse } from "../../types/graphql";
export declare function removeCouponHandler(removeCoupon: CartDetailResponse, dispatch: ThunkActionDispatch<any>): void;
7 changes: 7 additions & 0 deletions lib/graphql/mutations/removeCoupon.handler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/graphql/mutations/removeCoupon.handler.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/graphql/mutations/selectAddress.handler.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { ThunkActionDispatch } from "redux-thunk";
import { CartShipmentsResponse } from "../../types/graphql";
export declare function selectAddressHandler(res: CartShipmentsResponse, dispatch: ThunkActionDispatch<any>, params: unknown, oldStore: unknown): void;
5 changes: 5 additions & 0 deletions lib/graphql/mutations/selectAddress.handler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/graphql/mutations/selectAddress.handler.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/graphql/mutations/selectPaymentMode.handler.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { ThunkActionDispatch } from "redux-thunk";
import { Cart } from "../../types/graphql";
export declare function selectPaymentModehandler(res: Cart, dispatch: ThunkActionDispatch<any>, params: unknown, oldStore: unknown): void;
5 changes: 5 additions & 0 deletions lib/graphql/mutations/selectPaymentMode.handler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/graphql/mutations/selectPaymentMode.handler.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/graphql/mutations/updateAddress.handler.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { ThunkActionDispatch } from "redux-thunk";
import { UpdateAddressResponse } from "../../types/graphql";
export declare function updateAddressHandler(updateAddress: UpdateAddressResponse, dispatch: ThunkActionDispatch<any>): void;
7 changes: 7 additions & 0 deletions lib/graphql/mutations/updateAddress.handler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/graphql/mutations/updateAddress.handler.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/graphql/mutations/updateCart.handler.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { ThunkActionDispatch } from "redux-thunk";
import { UpdateCartDetailResponse } from "../../types/graphql";
export declare function updateCartHandler(updateCart: UpdateCartDetailResponse, dispatch: ThunkActionDispatch<any>, params: any, oldStore: unknown): void;
Loading

0 comments on commit d6bd058

Please sign in to comment.