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: AdminPostCustomersCustomerReq
[internal](../modules/internal-6.md).AdminPostCustomersCustomerReq
## Properties
### email
`Optional` **email**: `string`
#### Defined in
medusa/dist/api/routes/admin/customers/update-customer.d.ts:101
___
### first\_name
`Optional` **first\_name**: `string`
#### Defined in
medusa/dist/api/routes/admin/customers/update-customer.d.ts:102
___
### groups
`Optional` **groups**: [`Group`](internal-6.Group.md)[]
#### Defined in
medusa/dist/api/routes/admin/customers/update-customer.d.ts:107
___
### last\_name
`Optional` **last\_name**: `string`
#### Defined in
medusa/dist/api/routes/admin/customers/update-customer.d.ts:103
___
### metadata
`Optional` **metadata**: `Record`<`string`, `unknown`\>
#### Defined in
medusa/dist/api/routes/admin/customers/update-customer.d.ts:106
___
### password
`Optional` **password**: `string`
#### Defined in
medusa/dist/api/routes/admin/customers/update-customer.d.ts:104
___
### phone
`Optional` **phone**: `string`
#### Defined in
medusa/dist/api/routes/admin/customers/update-customer.d.ts:105