vuestorefront-community / odoo

https://docs.vuestorefront.io/odoo/
MIT License
66 stars 26 forks source link

[feat] wishlist CRUD and getAddress api #72

Closed inNetto closed 1 year ago

inNetto commented 1 year ago

with '#' will be ignored, and an empty message aborts the commit.

On branch sdk-migration

Your branch is up to date with 'origin/sdk-migration'.

Changes to be committed:

modified: src/api/index.ts

new file: src/api/wishlist/add.ts

new file: src/api/wishlist/addMutation.ts

new file: src/api/wishlist/load.ts

new file: src/api/wishlist/loadQuery.ts

new file: src/api/wishlist/remove.ts

new file: src/api/wishlist/removeMutation.ts

modified: src/types/api/endpoints.ts

modified: ../sdk/src/methods/cartLoad/index.ts

modified: ../sdk/src/methods/index.ts

new file: ../sdk/src/methods/wishlistAdd/index.ts

new file: ../sdk/src/methods/wishlistLoad/index.ts

new file: ../sdk/src/methods/wishlistRemove/index.ts

#

Changes not staged for commit:

modified: ../../playground/app/components/Navbar.vue

modified: ../../playground/app/components/ProductCard.vue

modified: ../../playground/app/components/cart/Drawer.vue

modified: ../../playground/app/components/cart/Product.vue

#

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: