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
@@ -0,0 +1,73 @@
# Class: StorePostCustomersCustomerReq
[internal](../modules/internal-37.md).StorePostCustomersCustomerReq
## Properties
### billing\_address
`Optional` **billing\_address**: `string` \| [`AddressPayload`](internal.AddressPayload.md)
#### Defined in
medusa/dist/api/routes/store/customers/update-customer.d.ts:89
___
### email
`Optional` **email**: `string`
#### Defined in
medusa/dist/api/routes/store/customers/update-customer.d.ts:94
___
### first\_name
`Optional` **first\_name**: `string`
#### Defined in
medusa/dist/api/routes/store/customers/update-customer.d.ts:90
___
### last\_name
`Optional` **last\_name**: `string`
#### Defined in
medusa/dist/api/routes/store/customers/update-customer.d.ts:91
___
### metadata
`Optional` **metadata**: `Record`<`string`, `unknown`\>
#### Defined in
medusa/dist/api/routes/store/customers/update-customer.d.ts:95
___
### password
`Optional` **password**: `string`
#### Defined in
medusa/dist/api/routes/store/customers/update-customer.d.ts:92
___
### phone
`Optional` **phone**: `string`
#### Defined in
medusa/dist/api/routes/store/customers/update-customer.d.ts:93