chore(docs): Generated JS Client Reference (automated) (#2576)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-11-10 10:35:17 +02:00
committed by GitHub
parent dda886a77f
commit 557352cdfe
90 changed files with 684 additions and 549 deletions

View File

@@ -2,52 +2,30 @@
## Classes
- [StoreGetProductsPaginationParams](../classes/internal-41.StoreGetProductsPaginationParams.md)
- [StoreGetProductsParams](../classes/internal-41.StoreGetProductsParams.md)
- [StorePostSearchReq](../classes/internal-41.StorePostSearchReq.md)
- [StoreGetVariantsParams](../classes/internal-41.StoreGetVariantsParams.md)
## Type Aliases
### StorePostSearchRes
### StoreVariantsListRes
Ƭ **StorePostSearchRes**: `Object`
Ƭ **StoreVariantsListRes**: [`PaginatedResponse`](internal-2.md#paginatedresponse) & { `variants`: [`ProductVariant`](../classes/internal.ProductVariant.md)[] }
#### Index signature
#### Defined in
▪ [k: `string`]: `unknown`
medusa/dist/api/routes/store/variants/index.d.ts:9
___
### StoreVariantsRes
Ƭ **StoreVariantsRes**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
| `hits` | `unknown`[] |
| `variant` | [`ProductVariant`](../classes/internal.ProductVariant.md) |
#### Defined in
medusa/dist/api/routes/store/products/index.d.ts:12
___
### StoreProductsListRes
Ƭ **StoreProductsListRes**: [`PaginatedResponse`](internal-2.md#paginatedresponse) & { `products`: [`Product`](../classes/internal.Product.md)[] }
#### Defined in
medusa/dist/api/routes/store/products/index.d.ts:16
___
### StoreProductsRes
Ƭ **StoreProductsRes**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
| `product` | [`Product`](../classes/internal.Product.md) |
#### Defined in
medusa/dist/api/routes/store/products/index.d.ts:9
medusa/dist/api/routes/store/variants/index.d.ts:6