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:
52
docs/content/references/js-client/modules/internal-3.md
Normal file
52
docs/content/references/js-client/modules/internal-3.md
Normal file
@@ -0,0 +1,52 @@
|
||||
# Namespace: internal
|
||||
|
||||
## Classes
|
||||
|
||||
- [AdminGetCollectionsPaginationParams](../classes/internal-3.AdminGetCollectionsPaginationParams.md)
|
||||
- [AdminGetCollectionsParams](../classes/internal-3.AdminGetCollectionsParams.md)
|
||||
- [AdminPostCollectionsCollectionReq](../classes/internal-3.AdminPostCollectionsCollectionReq.md)
|
||||
- [AdminPostCollectionsReq](../classes/internal-3.AdminPostCollectionsReq.md)
|
||||
|
||||
## Type Aliases
|
||||
|
||||
### AdminCollectionsListRes
|
||||
|
||||
Ƭ **AdminCollectionsListRes**: [`PaginatedResponse`](internal-2.md#paginatedresponse) & { `collections`: [`ProductCollection`](../classes/internal.ProductCollection.md)[] }
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/collections/index.d.ts:8
|
||||
|
||||
___
|
||||
|
||||
### AdminCollectionsRes
|
||||
|
||||
Ƭ **AdminCollectionsRes**: `Object`
|
||||
|
||||
#### Type declaration
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| `collection` | [`ProductCollection`](../classes/internal.ProductCollection.md) |
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/collections/index.d.ts:12
|
||||
|
||||
___
|
||||
|
||||
### DeleteResponse
|
||||
|
||||
Ƭ **DeleteResponse**: `Object`
|
||||
|
||||
#### Type declaration
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| `deleted` | `boolean` |
|
||||
| `id` | `string` |
|
||||
| `object` | `string` |
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/common.d.ts:64
|
||||
Reference in New Issue
Block a user