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

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-11-28 11:02:11 +02:00
committed by GitHub
co-authored by olivermrbl
parent 3cee0bc8fc
commit ee14155eb7
238 changed files with 2768 additions and 1718 deletions
@@ -2,30 +2,21 @@
## Classes
- [StoreGetVariantsParams](../classes/internal-41.StoreGetVariantsParams.md)
- [ShippingAddressPayload](../classes/internal-41.ShippingAddressPayload.md)
- [StoreGetOrdersParams](../classes/internal-41.StoreGetOrdersParams.md)
## Type Aliases
### StoreVariantsListRes
### StoreOrdersRes
Ƭ **StoreVariantsListRes**: [`PaginatedResponse`](internal-2.md#paginatedresponse) & { `variants`: [`ProductVariant`](../classes/internal.ProductVariant.md)[] }
#### Defined in
medusa/dist/api/routes/store/variants/index.d.ts:9
___
### StoreVariantsRes
Ƭ **StoreVariantsRes**: `Object`
Ƭ **StoreOrdersRes**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
| `variant` | [`ProductVariant`](../classes/internal.ProductVariant.md) |
| `order` | [`Order`](../classes/internal.Order.md) |
#### Defined in
medusa/dist/api/routes/store/variants/index.d.ts:6
medusa/dist/api/routes/store/orders/index.d.ts:9