chore(docs): Generated JS Client Reference (automated) (#2660)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
co-authored by
olivermrbl
parent
3cee0bc8fc
commit
ee14155eb7
@@ -1,16 +1,42 @@
|
||||
# Namespace: internal
|
||||
|
||||
## Enumerations
|
||||
|
||||
- [RefundReason](../enums/internal-16.RefundReason.md)
|
||||
|
||||
## Classes
|
||||
|
||||
- [AdminGetProductTagsPaginationParams](../classes/internal-16.AdminGetProductTagsPaginationParams.md)
|
||||
- [AdminGetProductTagsParams](../classes/internal-16.AdminGetProductTagsParams.md)
|
||||
- [AdminPostPaymentRefundsReq](../classes/internal-16.AdminPostPaymentRefundsReq.md)
|
||||
- [GetPaymentsParams](../classes/internal-16.GetPaymentsParams.md)
|
||||
|
||||
## Type Aliases
|
||||
|
||||
### AdminProductTagsListRes
|
||||
### AdminPaymentRes
|
||||
|
||||
Ƭ **AdminProductTagsListRes**: [`PaginatedResponse`](internal-2.md#paginatedresponse) & { `product_tags`: [`ProductTag`](../classes/internal.ProductTag.md)[] }
|
||||
Ƭ **AdminPaymentRes**: `Object`
|
||||
|
||||
#### Type declaration
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| `payment` | [`Payment`](../classes/internal.Payment.md) |
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/product-tags/index.d.ts:9
|
||||
medusa/dist/api/routes/admin/payments/index.d.ts:6
|
||||
|
||||
___
|
||||
|
||||
### AdminRefundRes
|
||||
|
||||
Ƭ **AdminRefundRes**: `Object`
|
||||
|
||||
#### Type declaration
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| `refund` | [`Refund`](../classes/internal.Refund.md) |
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/payments/index.d.ts:9
|
||||
|
||||
Reference in New Issue
Block a user