Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vuestorefrontcloud/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ENV REDIS__CACHE_INVALIDATE_URL=${REDIS__CACHE_INVALIDATE_URL}
ENV REDIS__KEY_PREFIX=${REDIS__KEY_PREFIX}
ENV REDIS__ENABLED=${REDIS__ENABLED}
ENV SENTRY_DSN=${SENTRY_DSN}
ENV RECAPTCHA_ENABLED=${RECAPTCHA_ENABLED}
ENV RECAPTCHA_ENABLED=false
ENV RECAPTCHA_HIDE_BADGE=false
ENV RECAPTCHA_VERSION=3
ENV RECAPTCHA_SIZE=invisible
Expand Down
1 change: 1 addition & 0 deletions .vuestorefrontcloud/docker/nuxt.config.additional.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default () => {
...baseDefaults,
modules: [
...baseDefaults.modules,
'@nuxtjs/sentry'
],
sentry: {
dsn: process.env.SENTRY_DSN,
Expand Down
22 changes: 11 additions & 11 deletions docs/api-reference/magento-api.addbundleproductstocart.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [addBundleProductsToCart](./magento-api.addbundleproductstocart.md)

## addBundleProductsToCart variable

<b>Signature:</b>

```typescript
_default: (context: Context, input: AddBundleProductsToCartInput, customQuery?: CustomQuery) => Promise<FetchResult<AddBundleProductsToCartMutation>>
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [addBundleProductsToCart](./magento-api.addbundleproductstocart.md)
## addBundleProductsToCart variable
<b>Signature:</b>
```typescript
_default: (context: Context, input: AddBundleProductsToCartInput, customQuery?: CustomQuery) => Promise<FetchResult<AddBundleProductsToCartMutation>>
```
22 changes: 11 additions & 11 deletions docs/api-reference/magento-api.addconfigurableproductstocart.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [addConfigurableProductsToCart](./magento-api.addconfigurableproductstocart.md)

## addConfigurableProductsToCart variable

<b>Signature:</b>

```typescript
_default: (context: Context, input: AddConfigurableProductsToCartInput, customQuery?: CustomQuery) => Promise<FetchResult<AddConfigurableProductsToCartMutation>>
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [addConfigurableProductsToCart](./magento-api.addconfigurableproductstocart.md)
## addConfigurableProductsToCart variable
<b>Signature:</b>
```typescript
_default: (context: Context, input: AddConfigurableProductsToCartInput, customQuery?: CustomQuery) => Promise<FetchResult<AddConfigurableProductsToCartMutation>>
```
22 changes: 11 additions & 11 deletions docs/api-reference/magento-api.adddownloadableproductstocart.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [addDownloadableProductsToCart](./magento-api.adddownloadableproductstocart.md)

## addDownloadableProductsToCart variable

<b>Signature:</b>

```typescript
_default: (context: Context, input: AddDownloadableProductsToCartInput, customQuery?: CustomQuery) => Promise<FetchResult<AddDownloadableProductsToCartMutation>>
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [addDownloadableProductsToCart](./magento-api.adddownloadableproductstocart.md)
## addDownloadableProductsToCart variable
<b>Signature:</b>
```typescript
_default: (context: Context, input: AddDownloadableProductsToCartInput, customQuery?: CustomQuery) => Promise<FetchResult<AddDownloadableProductsToCartMutation>>
```
22 changes: 11 additions & 11 deletions docs/api-reference/magento-api.addproductstocart.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [addProductsToCart](./magento-api.addproductstocart.md)

## addProductsToCart variable

<b>Signature:</b>

```typescript
_default: (context: Context, input: AddProductsToCartInput, customQuery?: CustomQuery) => Promise<FetchResult<AddProductsToCartMutation>>
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [addProductsToCart](./magento-api.addproductstocart.md)
## addProductsToCart variable
<b>Signature:</b>
```typescript
_default: (context: Context, input: AddProductsToCartInput, customQuery?: CustomQuery) => Promise<FetchResult<AddProductsToCartMutation>>
```
22 changes: 11 additions & 11 deletions docs/api-reference/magento-api.addproducttowishlist.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [addProductToWishList](./magento-api.addproducttowishlist.md)

## addProductToWishList variable

<b>Signature:</b>

```typescript
_default: (context: Context, input: AddProductsToWishlistMutationVariables, customQuery?: CustomQuery) => Promise<FetchResult<AddProductsToWishlistMutation>>
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [addProductToWishList](./magento-api.addproducttowishlist.md)
## addProductToWishList variable
<b>Signature:</b>
```typescript
_default: (context: Context, input: AddProductsToWishlistMutationVariables, customQuery?: CustomQuery) => Promise<FetchResult<AddProductsToWishlistMutation>>
```
22 changes: 11 additions & 11 deletions docs/api-reference/magento-api.addsimpleproductstocart.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [addSimpleProductsToCart](./magento-api.addsimpleproductstocart.md)

## addSimpleProductsToCart variable

<b>Signature:</b>

```typescript
_default: (context: Context, input: AddSimpleProductsToCartInput, customQuery?: CustomQuery) => Promise<FetchResult<AddSimpleProductsToCartMutation>>
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [addSimpleProductsToCart](./magento-api.addsimpleproductstocart.md)
## addSimpleProductsToCart variable
<b>Signature:</b>
```typescript
_default: (context: Context, input: AddSimpleProductsToCartInput, customQuery?: CustomQuery) => Promise<FetchResult<AddSimpleProductsToCartMutation>>
```
22 changes: 11 additions & 11 deletions docs/api-reference/magento-api.addvirtualproductstocart.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [addVirtualProductsToCart](./magento-api.addvirtualproductstocart.md)

## addVirtualProductsToCart variable

<b>Signature:</b>

```typescript
_default: (context: Context, input: AddVirtualProductsToCartInput, customQuery?: CustomQuery) => Promise<FetchResult<AddVirtualProductsToCartMutation>>
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [addVirtualProductsToCart](./magento-api.addvirtualproductstocart.md)
## addVirtualProductsToCart variable
<b>Signature:</b>
```typescript
_default: (context: Context, input: AddVirtualProductsToCartInput, customQuery?: CustomQuery) => Promise<FetchResult<AddVirtualProductsToCartMutation>>
```
22 changes: 11 additions & 11 deletions docs/api-reference/magento-api.applycoupontocart.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [applyCouponToCart](./magento-api.applycoupontocart.md)

## applyCouponToCart variable

<b>Signature:</b>

```typescript
_default: (context: Context, input: ApplyCouponToCartInput, customQuery?: CustomQuery) => Promise<FetchResult<ApplyCouponToCartMutation>>
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [applyCouponToCart](./magento-api.applycoupontocart.md)
## applyCouponToCart variable
<b>Signature:</b>
```typescript
_default: (context: Context, input: ApplyCouponToCartInput, customQuery?: CustomQuery) => Promise<FetchResult<ApplyCouponToCartMutation>>
```
22 changes: 11 additions & 11 deletions docs/api-reference/magento-api.availablestores.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [availableStores](./magento-api.availablestores.md)

## availableStores variable

<b>Signature:</b>

```typescript
_default: (context: Context, customQuery?: CustomQuery) => Promise<ApolloQueryResult<AvailableStoresQuery>>
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [availableStores](./magento-api.availablestores.md)
## availableStores variable
<b>Signature:</b>
```typescript
_default: (context: Context, customQuery?: CustomQuery) => Promise<ApolloQueryResult<AvailableStoresQuery>>
```
22 changes: 11 additions & 11 deletions docs/api-reference/magento-api.cart.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [cart](./magento-api.cart.md)

## cart variable

<b>Signature:</b>

```typescript
_default: (context: Context, cartId: string, customQuery?: CustomQuery) => Promise<ApolloQueryResult<CartQuery>>
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [cart](./magento-api.cart.md)
## cart variable
<b>Signature:</b>
```typescript
_default: (context: Context, cartId: string, customQuery?: CustomQuery) => Promise<ApolloQueryResult<CartQuery>>
```
22 changes: 11 additions & 11 deletions docs/api-reference/magento-api.categorylist.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [categoryList](./magento-api.categorylist.md)

## categoryList variable

<b>Signature:</b>

```typescript
_default: (context: Context, params: CategoryListQueryVariables, customQuery?: CustomQuery) => Promise<ApolloQueryResult<CategoryListQuery>>
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [categoryList](./magento-api.categorylist.md)
## categoryList variable
<b>Signature:</b>
```typescript
_default: (context: Context, params: CategoryListQueryVariables, customQuery?: CustomQuery) => Promise<ApolloQueryResult<CategoryListQuery>>
```
22 changes: 11 additions & 11 deletions docs/api-reference/magento-api.categorysearch.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [categorySearch](./magento-api.categorysearch.md)

## categorySearch variable

<b>Signature:</b>

```typescript
_default: (context: Context, filters: CategorySearchQueryVariables, customQuery?: CustomQuery) => Promise<ApolloQueryResult<CategorySearchQuery>>
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [categorySearch](./magento-api.categorysearch.md)
## categorySearch variable
<b>Signature:</b>
```typescript
_default: (context: Context, filters: CategorySearchQueryVariables, customQuery?: CustomQuery) => Promise<ApolloQueryResult<CategorySearchQuery>>
```
28 changes: 14 additions & 14 deletions docs/api-reference/magento-api.changecustomerpassword.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [changeCustomerPassword](./magento-api.changecustomerpassword.md)

## changeCustomerPassword variable

<b>Signature:</b>

```typescript
_default: (context: Context, params: {
currentPassword: string;
newPassword: string;
}, customQuery?: CustomQuery) => Promise<FetchResult<ChangeCustomerPasswordMutation>>
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [changeCustomerPassword](./magento-api.changecustomerpassword.md)
## changeCustomerPassword variable
<b>Signature:</b>
```typescript
_default: (context: Context, params: {
currentPassword: string;
newPassword: string;
}, customQuery?: CustomQuery) => Promise<FetchResult<ChangeCustomerPasswordMutation>>
```
22 changes: 11 additions & 11 deletions docs/api-reference/magento-api.cmsblocks.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [cmsBlocks](./magento-api.cmsblocks.md)

## cmsBlocks variable

<b>Signature:</b>

```typescript
_default: (context: Context, identifiers: string, customQuery?: CustomQuery) => Promise<ApolloQueryResult<CmsBlockQuery>>
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [cmsBlocks](./magento-api.cmsblocks.md)
## cmsBlocks variable
<b>Signature:</b>
```typescript
_default: (context: Context, identifiers: string, customQuery?: CustomQuery) => Promise<ApolloQueryResult<CmsBlockQuery>>
```
22 changes: 11 additions & 11 deletions docs/api-reference/magento-api.cmspage.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [cmsPage](./magento-api.cmspage.md)

## cmsPage variable

<b>Signature:</b>

```typescript
_default: (context: Context, identifier: string, customQuery?: CustomQuery) => Promise<ApolloQueryResult<CmsPageQuery>>
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [cmsPage](./magento-api.cmspage.md)
## cmsPage variable
<b>Signature:</b>
```typescript
_default: (context: Context, identifier: string, customQuery?: CustomQuery) => Promise<ApolloQueryResult<CmsPageQuery>>
```
22 changes: 11 additions & 11 deletions docs/api-reference/magento-api.countries.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [countries](./magento-api.countries.md)

## countries variable

<b>Signature:</b>

```typescript
_default: (context: Context, customQuery?: CustomQuery) => Promise<ApolloQueryResult<CountriesListQuery>>
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@vue-storefront/magento-api](./magento-api.md) &gt; [countries](./magento-api.countries.md)
## countries variable
<b>Signature:</b>
```typescript
_default: (context: Context, customQuery?: CustomQuery) => Promise<ApolloQueryResult<CountriesListQuery>>
```
Loading