docs: update Typedoc and regenerate references (#1994)
* generated new services reference * changed from automatic push to automated pull request * updated typedoc, regenerated JS Client reference * regenerated the reference after updating typedoc * added action for js client
This commit is contained in:
37
docs/content/references/js-client/modules/internal-29.md
Normal file
37
docs/content/references/js-client/modules/internal-29.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# Namespace: internal
|
||||
|
||||
## Classes
|
||||
|
||||
- [StorePostAuthReq](../classes/internal-29.StorePostAuthReq.md)
|
||||
|
||||
## Type Aliases
|
||||
|
||||
### StoreAuthRes
|
||||
|
||||
Ƭ **StoreAuthRes**: `Object`
|
||||
|
||||
#### Type declaration
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| `customer` | [`Customer`](../classes/internal.Customer.md) |
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/auth/index.d.ts:4
|
||||
|
||||
___
|
||||
|
||||
### StoreGetAuthEmailRes
|
||||
|
||||
Ƭ **StoreGetAuthEmailRes**: `Object`
|
||||
|
||||
#### Type declaration
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| `exists` | `boolean` |
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/auth/index.d.ts:7
|
||||
Reference in New Issue
Block a user