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:
38
docs/content/references/js-client/modules/internal-22.md
Normal file
38
docs/content/references/js-client/modules/internal-22.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Namespace: internal
|
||||
|
||||
## Classes
|
||||
|
||||
- [AdminPostShippingProfilesProfileReq](../classes/internal-22.AdminPostShippingProfilesProfileReq.md)
|
||||
- [AdminPostShippingProfilesReq](../classes/internal-22.AdminPostShippingProfilesReq.md)
|
||||
|
||||
## Type Aliases
|
||||
|
||||
### AdminShippingProfilesListRes
|
||||
|
||||
Ƭ **AdminShippingProfilesListRes**: `Object`
|
||||
|
||||
#### Type declaration
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| `shipping_profiles` | [`ShippingProfile`](../classes/internal.ShippingProfile.md)[] |
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/shipping-profiles/index.d.ts:12
|
||||
|
||||
___
|
||||
|
||||
### AdminShippingProfilesRes
|
||||
|
||||
Ƭ **AdminShippingProfilesRes**: `Object`
|
||||
|
||||
#### Type declaration
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| `shipping_profile` | [`ShippingProfile`](../classes/internal.ShippingProfile.md) |
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/shipping-profiles/index.d.ts:9
|
||||
Reference in New Issue
Block a user