* 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
39 lines
857 B
Markdown
39 lines
857 B
Markdown
# 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
|