Skip to content

Commit e2c74c3

Browse files
author
Marcin Kwiatkowski
committed
chore(docs): updated api reference
1 parent 2f19549 commit e2c74c3

File tree

5 files changed

+30
-1
lines changed

5 files changed

+30
-1
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [cartTotalQty](./magento-api.carttotalqty.md)
4+
5+
## cartTotalQty variable
6+
7+
<b>Signature:</b>
8+
9+
```typescript
10+
_default: (context: Context, cartId: string, customQuery?: CustomQuery) => Promise<ApolloQueryResult<CartQuery>>
11+
```

docs/api-reference/magento-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The `@vue-storefront/magento2` library includes everything needed to fetch data
2424
| [applyCouponToCart](./magento-api.applycoupontocart.md) | |
2525
| [availableStores](./magento-api.availablestores.md) | |
2626
| [cart](./magento-api.cart.md) | |
27+
| [cartTotalQty](./magento-api.carttotalqty.md) | |
2728
| [categoryList](./magento-api.categorylist.md) | |
2829
| [categorySearch](./magento-api.categorysearch.md) | |
2930
| [changeCustomerPassword](./magento-api.changecustomerpassword.md) | |
@@ -76,4 +77,5 @@ The `@vue-storefront/magento2` library includes everything needed to fetch data
7677
| [upsellProduct](./magento-api.upsellproduct.md) | |
7778
| [urlResolver](./magento-api.urlresolver.md) | |
7879
| [wishlist](./magento-api.wishlist.md) | |
80+
| [wishlistItemsCount](./magento-api.wishlistitemscount.md) | |
7981

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [wishlistItemsCount](./magento-api.wishlistitemscount.md)
4+
5+
## wishlistItemsCount variable
6+
7+
<b>Signature:</b>
8+
9+
```typescript
10+
_default: (context: Context, customQuery?: CustomQuery) => Promise<ApolloQueryResult<WishlistQuery>>
11+
```

docs/api-reference/magento.storeconfiggetters.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@ storeConfigGetters: {
1515
getLocale: (config: StoreConfig) => string;
1616
allowGuestProductReview: (config: StoreConfig) => string;
1717
enabledWishlist: (config: StoreConfig) => string;
18+
getBaseMediaUrl: (config: StoreConfig) => string;
19+
getLogoSrc: (config: StoreConfig) => string;
20+
getLogoWidth: (config: StoreConfig) => number;
21+
getLogoHeight: (config: StoreConfig) => number;
22+
getLogoAlt: (config: StoreConfig) => string;
1823
}
1924
```

docs/api-reference/magento.usecart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
<b>Signature:</b>
88

99
```typescript
10-
_default: () => import("@vue-storefront/core").UseCart<import("@vue-storefront/magento-api/lib/types/GraphQL").Cart, import("@vue-storefront/magento-api").CartItemInterface, Product, any>
10+
_default: () => import("../../factories/useCartFactory").UseCart<import("@vue-storefront/magento-api/lib/types/GraphQL").Cart, import("@vue-storefront/magento-api").CartItemInterface, Product, any>
1111
```

0 commit comments

Comments
 (0)