Skip to content

Commit

Permalink
[Auto Generated]
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed Jan 13, 2025
1 parent c1424cd commit 6c2e76c
Show file tree
Hide file tree
Showing 42 changed files with 152 additions and 32 deletions.
3 changes: 3 additions & 0 deletions lib/graphql/query/brand.handler.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { ThunkActionDispatch } from "redux-thunk";
import { Brand } from "../../types/graphql";
export declare function brandHandler(brand: Brand, dispatch: ThunkActionDispatch<any>): void;
8 changes: 8 additions & 0 deletions lib/graphql/query/brand.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/query/brand.handler.js.map

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

5 changes: 4 additions & 1 deletion lib/graphql/query/cartHandler.js

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

2 changes: 1 addition & 1 deletion lib/graphql/query/cartHandler.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/query/category.handler.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { ThunkActionDispatch } from "redux-thunk";
import { CategoryItem5 } from "../../types/graphql";
export declare function categoryHandler(category: CategoryItem5, dispatch: ThunkActionDispatch<any>): void;
8 changes: 8 additions & 0 deletions lib/graphql/query/category.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/query/category.handler.js.map

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

4 changes: 4 additions & 0 deletions lib/graphql/query/index.js

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

2 changes: 1 addition & 1 deletion lib/graphql/query/index.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/store/enums/keys.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ export declare enum STORE_KEYS {
PRODUCT_DETAILS = "product",
CART = "cart",
CHECKOUT = "checkout",
BRAND = "brand",
BRANDS = "brands",
CATEGORIES = "categories",
CATEGORY = "category",
COLLECTION = "collection",
AUTH = "auth",
PAYMENT = "payment",
Expand Down
2 changes: 2 additions & 0 deletions lib/store/enums/keys.js

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

2 changes: 1 addition & 1 deletion lib/store/enums/keys.js.map

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

10 changes: 6 additions & 4 deletions lib/store/index.js

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

Loading

0 comments on commit 6c2e76c

Please sign in to comment.