docs: updated js client reference (#2414)

* docs: updated js client reference

* docs: fixed link
This commit is contained in:
Shahed Nasser
2022-10-11 16:32:41 +03:00
committed by GitHub
parent b3ebc78b95
commit 8ca9354c50
384 changed files with 5705 additions and 4184 deletions
@@ -0,0 +1,73 @@
# Class: AdminPostStoreReq
[internal](../modules/internal-25.md).AdminPostStoreReq
## Properties
### currencies
`Optional` **currencies**: `string`[]
#### Defined in
medusa/dist/api/routes/admin/store/update-store.d.ts:95
___
### default\_currency\_code
`Optional` **default\_currency\_code**: `string`
#### Defined in
medusa/dist/api/routes/admin/store/update-store.d.ts:94
___
### invite\_link\_template
`Optional` **invite\_link\_template**: `string`
#### Defined in
medusa/dist/api/routes/admin/store/update-store.d.ts:93
___
### metadata
`Optional` **metadata**: `Record`<`string`, `unknown`\>
#### Defined in
medusa/dist/api/routes/admin/store/update-store.d.ts:96
___
### name
`Optional` **name**: `string`
#### Defined in
medusa/dist/api/routes/admin/store/update-store.d.ts:90
___
### payment\_link\_template
`Optional` **payment\_link\_template**: `string`
#### Defined in
medusa/dist/api/routes/admin/store/update-store.d.ts:92
___
### swap\_link\_template
`Optional` **swap\_link\_template**: `string`
#### Defined in
medusa/dist/api/routes/admin/store/update-store.d.ts:91