docs: create docs workspace (#5174)

* docs: migrate ui docs to docs universe

* created yarn workspace

* added eslint and tsconfig configurations

* fix eslint configurations

* fixed eslint configurations

* shared tailwind configurations

* added shared ui package

* added more shared components

* migrating more components

* made details components shared

* move InlineCode component

* moved InputText

* moved Loading component

* Moved Modal component

* moved Select components

* Moved Tooltip component

* moved Search components

* moved ColorMode provider

* Moved Notification components and providers

* used icons package

* use UI colors in api-reference

* moved Navbar component

* used Navbar and Search in UI docs

* added Feedback to UI docs

* general enhancements

* fix color mode

* added copy colors file from ui-preset

* added features and enhancements to UI docs

* move Sidebar component and provider

* general fixes and preparations for deployment

* update docusaurus version

* adjusted versions

* fix output directory

* remove rootDirectory property

* fix yarn.lock

* moved code component

* added vale for all docs MD and MDX

* fix tests

* fix vale error

* fix deployment errors

* change ignore commands

* add output directory

* fix docs test

* general fixes

* content fixes

* fix announcement script

* added changeset

* fix vale checks

* added nofilter option

* fix vale error
This commit is contained in:
Shahed Nasser
2023-09-21 20:57:15 +03:00
committed by GitHub
parent 19c5d5ba36
commit fa7c94b4cc
3209 changed files with 32188 additions and 31018 deletions

View File

@@ -0,0 +1,27 @@
---
displayed_sidebar: jsClientSidebar
---
# Interface: AxiosAdapter
[internal](../modules/internal.md).AxiosAdapter
## Callable
### AxiosAdapter
**AxiosAdapter**(`config`): [`AxiosPromise`](internal.AxiosPromise.md)<`any`\>
#### Parameters
| Name | Type |
| :------ | :------ |
| `config` | [`AxiosRequestConfig`](internal.AxiosRequestConfig.md)<`any`\> |
#### Returns
[`AxiosPromise`](internal.AxiosPromise.md)<`any`\>
#### Defined in
medusa-js/node_modules/axios/index.d.ts:18

View File

@@ -0,0 +1,27 @@
---
displayed_sidebar: jsClientSidebar
---
# Interface: AxiosBasicCredentials
[internal](../modules/internal.md).AxiosBasicCredentials
## Properties
### password
**password**: `string`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:23
___
### username
**username**: `string`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:22

View File

@@ -0,0 +1,519 @@
---
displayed_sidebar: jsClientSidebar
---
# Interface: AxiosDefaults<D\>
[internal](../modules/internal.md).AxiosDefaults
## Type parameters
| Name | Type |
| :------ | :------ |
| `D` | `any` |
## Hierarchy
- `Omit`<[`AxiosRequestConfig`](internal.AxiosRequestConfig.md)<`D`\>, ``"headers"``\>
**`AxiosDefaults`**
## Properties
### adapter
`Optional` **adapter**: [`AxiosAdapter`](internal.AxiosAdapter.md)
#### Inherited from
Omit.adapter
#### Defined in
medusa-js/node_modules/axios/index.d.ts:75
___
### auth
`Optional` **auth**: [`AxiosBasicCredentials`](internal.AxiosBasicCredentials.md)
#### Inherited from
Omit.auth
#### Defined in
medusa-js/node_modules/axios/index.d.ts:76
___
### baseURL
`Optional` **baseURL**: `string`
#### Inherited from
Omit.baseURL
#### Defined in
medusa-js/node_modules/axios/index.d.ts:65
___
### cancelToken
`Optional` **cancelToken**: [`CancelToken`](internal.CancelToken.md)
#### Inherited from
Omit.cancelToken
#### Defined in
medusa-js/node_modules/axios/index.d.ts:90
___
### data
`Optional` **data**: `D`
#### Inherited from
Omit.data
#### Defined in
medusa-js/node_modules/axios/index.d.ts:71
___
### decompress
`Optional` **decompress**: `boolean`
#### Inherited from
Omit.decompress
#### Defined in
medusa-js/node_modules/axios/index.d.ts:91
___
### headers
**headers**: [`HeadersDefaults`](internal.HeadersDefaults.md)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:112
___
### httpAgent
`Optional` **httpAgent**: `any`
#### Inherited from
Omit.httpAgent
#### Defined in
medusa-js/node_modules/axios/index.d.ts:87
___
### httpsAgent
`Optional` **httpsAgent**: `any`
#### Inherited from
Omit.httpsAgent
#### Defined in
medusa-js/node_modules/axios/index.d.ts:88
___
### insecureHTTPParser
`Optional` **insecureHTTPParser**: `boolean`
#### Inherited from
Omit.insecureHTTPParser
#### Defined in
medusa-js/node_modules/axios/index.d.ts:94
___
### maxBodyLength
`Optional` **maxBodyLength**: `number`
#### Inherited from
Omit.maxBodyLength
#### Defined in
medusa-js/node_modules/axios/index.d.ts:84
___
### maxContentLength
`Optional` **maxContentLength**: `number`
#### Inherited from
Omit.maxContentLength
#### Defined in
medusa-js/node_modules/axios/index.d.ts:82
___
### maxRedirects
`Optional` **maxRedirects**: `number`
#### Inherited from
Omit.maxRedirects
#### Defined in
medusa-js/node_modules/axios/index.d.ts:85
___
### method
`Optional` **method**: [`Method`](../modules/internal.md#method)
#### Inherited from
Omit.method
#### Defined in
medusa-js/node_modules/axios/index.d.ts:64
___
### onDownloadProgress
`Optional` **onDownloadProgress**: (`progressEvent`: `any`) => `void`
#### Type declaration
▸ (`progressEvent`): `void`
##### Parameters
| Name | Type |
| :------ | :------ |
| `progressEvent` | `any` |
##### Returns
`void`
#### Inherited from
Omit.onDownloadProgress
#### Defined in
medusa-js/node_modules/axios/index.d.ts:81
___
### onUploadProgress
`Optional` **onUploadProgress**: (`progressEvent`: `any`) => `void`
#### Type declaration
▸ (`progressEvent`): `void`
##### Parameters
| Name | Type |
| :------ | :------ |
| `progressEvent` | `any` |
##### Returns
`void`
#### Inherited from
Omit.onUploadProgress
#### Defined in
medusa-js/node_modules/axios/index.d.ts:80
___
### params
`Optional` **params**: `any`
#### Inherited from
Omit.params
#### Defined in
medusa-js/node_modules/axios/index.d.ts:69
___
### paramsSerializer
`Optional` **paramsSerializer**: (`params`: `any`) => `string`
#### Type declaration
▸ (`params`): `string`
##### Parameters
| Name | Type |
| :------ | :------ |
| `params` | `any` |
##### Returns
`string`
#### Inherited from
Omit.paramsSerializer
#### Defined in
medusa-js/node_modules/axios/index.d.ts:70
___
### proxy
`Optional` **proxy**: ``false`` \| [`AxiosProxyConfig`](internal.AxiosProxyConfig.md)
#### Inherited from
Omit.proxy
#### Defined in
medusa-js/node_modules/axios/index.d.ts:89
___
### raxConfig
• `Optional` **raxConfig**: [`RetryConfig`](internal.RetryConfig.md)
#### Inherited from
Omit.raxConfig
#### Defined in
medusa-js/node_modules/retry-axios/dist/src/index.d.ts:89
___
### responseType
• `Optional` **responseType**: [`ResponseType`](../modules/internal.md#responsetype)
#### Inherited from
Omit.responseType
#### Defined in
medusa-js/node_modules/axios/index.d.ts:77
___
### signal
• `Optional` **signal**: `AbortSignal`
#### Inherited from
Omit.signal
#### Defined in
medusa-js/node_modules/axios/index.d.ts:93
___
### socketPath
• `Optional` **socketPath**: ``null`` \| `string`
#### Inherited from
Omit.socketPath
#### Defined in
medusa-js/node_modules/axios/index.d.ts:86
___
### timeout
• `Optional` **timeout**: `number`
#### Inherited from
Omit.timeout
#### Defined in
medusa-js/node_modules/axios/index.d.ts:72
___
### timeoutErrorMessage
• `Optional` **timeoutErrorMessage**: `string`
#### Inherited from
Omit.timeoutErrorMessage
#### Defined in
medusa-js/node_modules/axios/index.d.ts:73
___
### transformRequest
• `Optional` **transformRequest**: [`AxiosRequestTransformer`](internal.AxiosRequestTransformer.md) \| [`AxiosRequestTransformer`](internal.AxiosRequestTransformer.md)[]
#### Inherited from
Omit.transformRequest
#### Defined in
medusa-js/node_modules/axios/index.d.ts:66
___
### transformResponse
• `Optional` **transformResponse**: [`AxiosResponseTransformer`](internal.AxiosResponseTransformer.md) \| [`AxiosResponseTransformer`](internal.AxiosResponseTransformer.md)[]
#### Inherited from
Omit.transformResponse
#### Defined in
medusa-js/node_modules/axios/index.d.ts:67
___
### transitional
• `Optional` **transitional**: [`TransitionalOptions`](internal.TransitionalOptions.md)
#### Inherited from
Omit.transitional
#### Defined in
medusa-js/node_modules/axios/index.d.ts:92
___
### url
• `Optional` **url**: `string`
#### Inherited from
Omit.url
#### Defined in
medusa-js/node_modules/axios/index.d.ts:63
___
### validateStatus
• `Optional` **validateStatus**: ``null`` \| (`status`: `number`) => `boolean`
#### Inherited from
Omit.validateStatus
#### Defined in
medusa-js/node_modules/axios/index.d.ts:83
___
### withCredentials
• `Optional` **withCredentials**: `boolean`
#### Inherited from
Omit.withCredentials
#### Defined in
medusa-js/node_modules/axios/index.d.ts:74
___
### xsrfCookieName
• `Optional` **xsrfCookieName**: `string`
#### Inherited from
Omit.xsrfCookieName
#### Defined in
medusa-js/node_modules/axios/index.d.ts:78
___
### xsrfHeaderName
• `Optional` **xsrfHeaderName**: `string`
#### Inherited from
Omit.xsrfHeaderName
#### Defined in
medusa-js/node_modules/axios/index.d.ts:79

View File

@@ -0,0 +1,88 @@
---
displayed_sidebar: jsClientSidebar
---
# Interface: AxiosError<T, D\>
[internal](../modules/internal.md).AxiosError
## Type parameters
| Name | Type |
| :------ | :------ |
| `T` | `any` |
| `D` | `any` |
## Hierarchy
- `Error`
**`AxiosError`**
## Properties
### code
`Optional` **code**: `string`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:126
___
### config
**config**: [`AxiosRequestConfig`](internal.AxiosRequestConfig.md)<`D`\>
#### Defined in
medusa-js/node_modules/axios/index.d.ts:125
___
### isAxiosError
**isAxiosError**: `boolean`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:129
___
### request
`Optional` **request**: `any`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:127
___
### response
`Optional` **response**: [`AxiosResponse`](internal.AxiosResponse.md)<`T`, `D`\>
#### Defined in
medusa-js/node_modules/axios/index.d.ts:128
___
### toJSON
**toJSON**: () => `object`
#### Type declaration
▸ (): `object`
##### Returns
`object`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:130

View File

@@ -0,0 +1,377 @@
---
displayed_sidebar: jsClientSidebar
---
# Interface: AxiosInstance
[internal](../modules/internal.md).AxiosInstance
## Hierarchy
- [`Axios`](../classes/internal.Axios.md)
**`AxiosInstance`**
## Callable
### AxiosInstance
**AxiosInstance**(`config`): [`AxiosPromise`](internal.AxiosPromise.md)<`any`\>
#### Parameters
| Name | Type |
| :------ | :------ |
| `config` | [`AxiosRequestConfig`](internal.AxiosRequestConfig.md)<`any`\> |
#### Returns
[`AxiosPromise`](internal.AxiosPromise.md)<`any`\>
#### Defined in
medusa-js/node_modules/axios/index.d.ts:188
### AxiosInstance
**AxiosInstance**(`url`, `config?`): [`AxiosPromise`](internal.AxiosPromise.md)<`any`\>
#### Parameters
| Name | Type |
| :------ | :------ |
| `url` | `string` |
| `config?` | [`AxiosRequestConfig`](internal.AxiosRequestConfig.md)<`any`\> |
#### Returns
[`AxiosPromise`](internal.AxiosPromise.md)<`any`\>
#### Defined in
medusa-js/node_modules/axios/index.d.ts:189
## Properties
### defaults
**defaults**: [`AxiosDefaults`](internal.AxiosDefaults.md)<`any`\>
#### Inherited from
[Axios](../classes/internal.Axios.md).[defaults](../classes/internal.Axios.md#defaults)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:171
___
### interceptors
**interceptors**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
| `request` | [`AxiosInterceptorManager`](internal.AxiosInterceptorManager.md)<[`AxiosRequestConfig`](internal.AxiosRequestConfig.md)<`any`\>\> |
| `response` | [`AxiosInterceptorManager`](internal.AxiosInterceptorManager.md)<[`AxiosResponse`](internal.AxiosResponse.md)<`any`, `any`\>\> |
#### Inherited from
[Axios](../classes/internal.Axios.md).[interceptors](../classes/internal.Axios.md#interceptors)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:172
## Methods
### delete
**delete**<`T`, `R`, `D`\>(`url`, `config?`): `Promise`<`R`\>
#### Type parameters
| Name | Type |
| :------ | :------ |
| `T` | `any` |
| `R` | [`AxiosResponse`](internal.AxiosResponse.md)<`T`, `any`\> |
| `D` | `any` |
#### Parameters
| Name | Type |
| :------ | :------ |
| `url` | `string` |
| `config?` | [`AxiosRequestConfig`](internal.AxiosRequestConfig.md)<`D`\> |
#### Returns
`Promise`<`R`\>
#### Inherited from
[Axios](../classes/internal.Axios.md).[delete](../classes/internal.Axios.md#delete)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:179
___
### get
**get**<`T`, `R`, `D`\>(`url`, `config?`): `Promise`<`R`\>
#### Type parameters
| Name | Type |
| :------ | :------ |
| `T` | `any` |
| `R` | [`AxiosResponse`](internal.AxiosResponse.md)<`T`, `any`\> |
| `D` | `any` |
#### Parameters
| Name | Type |
| :------ | :------ |
| `url` | `string` |
| `config?` | [`AxiosRequestConfig`](internal.AxiosRequestConfig.md)<`D`\> |
#### Returns
`Promise`<`R`\>
#### Inherited from
[Axios](../classes/internal.Axios.md).[get](../classes/internal.Axios.md#get)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:178
___
### getUri
**getUri**(`config?`): `string`
#### Parameters
| Name | Type |
| :------ | :------ |
| `config?` | [`AxiosRequestConfig`](internal.AxiosRequestConfig.md)<`any`\> |
#### Returns
`string`
#### Inherited from
[Axios](../classes/internal.Axios.md).[getUri](../classes/internal.Axios.md#geturi)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:176
___
### head
**head**<`T`, `R`, `D`\>(`url`, `config?`): `Promise`<`R`\>
#### Type parameters
| Name | Type |
| :------ | :------ |
| `T` | `any` |
| `R` | [`AxiosResponse`](internal.AxiosResponse.md)<`T`, `any`\> |
| `D` | `any` |
#### Parameters
| Name | Type |
| :------ | :------ |
| `url` | `string` |
| `config?` | [`AxiosRequestConfig`](internal.AxiosRequestConfig.md)<`D`\> |
#### Returns
`Promise`<`R`\>
#### Inherited from
[Axios](../classes/internal.Axios.md).[head](../classes/internal.Axios.md#head)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:180
___
### options
**options**<`T`, `R`, `D`\>(`url`, `config?`): `Promise`<`R`\>
#### Type parameters
| Name | Type |
| :------ | :------ |
| `T` | `any` |
| `R` | [`AxiosResponse`](internal.AxiosResponse.md)<`T`, `any`\> |
| `D` | `any` |
#### Parameters
| Name | Type |
| :------ | :------ |
| `url` | `string` |
| `config?` | [`AxiosRequestConfig`](internal.AxiosRequestConfig.md)<`D`\> |
#### Returns
`Promise`<`R`\>
#### Inherited from
[Axios](../classes/internal.Axios.md).[options](../classes/internal.Axios.md#options)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:181
___
### patch
**patch**<`T`, `R`, `D`\>(`url`, `data?`, `config?`): `Promise`<`R`\>
#### Type parameters
| Name | Type |
| :------ | :------ |
| `T` | `any` |
| `R` | [`AxiosResponse`](internal.AxiosResponse.md)<`T`, `any`\> |
| `D` | `any` |
#### Parameters
| Name | Type |
| :------ | :------ |
| `url` | `string` |
| `data?` | `D` |
| `config?` | [`AxiosRequestConfig`](internal.AxiosRequestConfig.md)<`D`\> |
#### Returns
`Promise`<`R`\>
#### Inherited from
[Axios](../classes/internal.Axios.md).[patch](../classes/internal.Axios.md#patch)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:184
___
### post
**post**<`T`, `R`, `D`\>(`url`, `data?`, `config?`): `Promise`<`R`\>
#### Type parameters
| Name | Type |
| :------ | :------ |
| `T` | `any` |
| `R` | [`AxiosResponse`](internal.AxiosResponse.md)<`T`, `any`\> |
| `D` | `any` |
#### Parameters
| Name | Type |
| :------ | :------ |
| `url` | `string` |
| `data?` | `D` |
| `config?` | [`AxiosRequestConfig`](internal.AxiosRequestConfig.md)<`D`\> |
#### Returns
`Promise`<`R`\>
#### Inherited from
[Axios](../classes/internal.Axios.md).[post](../classes/internal.Axios.md#post)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:182
___
### put
**put**<`T`, `R`, `D`\>(`url`, `data?`, `config?`): `Promise`<`R`\>
#### Type parameters
| Name | Type |
| :------ | :------ |
| `T` | `any` |
| `R` | [`AxiosResponse`](internal.AxiosResponse.md)<`T`, `any`\> |
| `D` | `any` |
#### Parameters
| Name | Type |
| :------ | :------ |
| `url` | `string` |
| `data?` | `D` |
| `config?` | [`AxiosRequestConfig`](internal.AxiosRequestConfig.md)<`D`\> |
#### Returns
`Promise`<`R`\>
#### Inherited from
[Axios](../classes/internal.Axios.md).[put](../classes/internal.Axios.md#put)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:183
___
### request
**request**<`T`, `R`, `D`\>(`config`): `Promise`<`R`\>
#### Type parameters
| Name | Type |
| :------ | :------ |
| `T` | `any` |
| `R` | [`AxiosResponse`](internal.AxiosResponse.md)<`T`, `any`\> |
| `D` | `any` |
#### Parameters
| Name | Type |
| :------ | :------ |
| `config` | [`AxiosRequestConfig`](internal.AxiosRequestConfig.md)<`D`\> |
#### Returns
`Promise`<`R`\>
#### Inherited from
[Axios](../classes/internal.Axios.md).[request](../classes/internal.Axios.md#request)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:177

View File

@@ -0,0 +1,60 @@
---
displayed_sidebar: jsClientSidebar
---
# Interface: AxiosInterceptorManager<V\>
[internal](../modules/internal.md).AxiosInterceptorManager
## Type parameters
| Name |
| :------ |
| `V` |
## Methods
### eject
**eject**(`id`): `void`
#### Parameters
| Name | Type |
| :------ | :------ |
| `id` | `number` |
#### Returns
`void`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:166
___
### use
**use**<`T`\>(`onFulfilled?`, `onRejected?`): `number`
#### Type parameters
| Name | Type |
| :------ | :------ |
| `T` | `V` |
#### Parameters
| Name | Type |
| :------ | :------ |
| `onFulfilled?` | (`value`: `V`) => `T` \| `Promise`<`T`\> |
| `onRejected?` | (`error`: `any`) => `any` |
#### Returns
`number`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:165

View File

@@ -0,0 +1,19 @@
---
displayed_sidebar: jsClientSidebar
---
# Interface: AxiosPromise<T\>
[internal](../modules/internal.md).AxiosPromise
## Type parameters
| Name | Type |
| :------ | :------ |
| `T` | `any` |
## Hierarchy
- `Promise`<[`AxiosResponse`](internal.AxiosResponse.md)<`T`\>\>
**`AxiosPromise`**

View File

@@ -0,0 +1,54 @@
---
displayed_sidebar: jsClientSidebar
---
# Interface: AxiosProxyConfig
[internal](../modules/internal.md).AxiosProxyConfig
## Properties
### auth
`Optional` **auth**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
| `password` | `string` |
| `username` | `string` |
#### Defined in
medusa-js/node_modules/axios/index.d.ts:29
___
### host
**host**: `string`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:27
___
### port
**port**: `number`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:28
___
### protocol
`Optional` **protocol**: `string`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:33

View File

@@ -0,0 +1,385 @@
---
displayed_sidebar: jsClientSidebar
---
# Interface: AxiosRequestConfig<D\>
[internal](../modules/internal.md).AxiosRequestConfig
## Type parameters
| Name | Type |
| :------ | :------ |
| `D` | `any` |
## Properties
### adapter
`Optional` **adapter**: [`AxiosAdapter`](internal.AxiosAdapter.md)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:75
___
### auth
`Optional` **auth**: [`AxiosBasicCredentials`](internal.AxiosBasicCredentials.md)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:76
___
### baseURL
`Optional` **baseURL**: `string`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:65
___
### cancelToken
`Optional` **cancelToken**: [`CancelToken`](internal.CancelToken.md)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:90
___
### data
`Optional` **data**: `D`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:71
___
### decompress
`Optional` **decompress**: `boolean`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:91
___
### headers
`Optional` **headers**: [`AxiosRequestHeaders`](../modules/internal.md#axiosrequestheaders)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:68
___
### httpAgent
`Optional` **httpAgent**: `any`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:87
___
### httpsAgent
`Optional` **httpsAgent**: `any`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:88
___
### insecureHTTPParser
`Optional` **insecureHTTPParser**: `boolean`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:94
___
### maxBodyLength
`Optional` **maxBodyLength**: `number`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:84
___
### maxContentLength
`Optional` **maxContentLength**: `number`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:82
___
### maxRedirects
`Optional` **maxRedirects**: `number`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:85
___
### method
`Optional` **method**: [`Method`](../modules/internal.md#method)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:64
___
### onDownloadProgress
`Optional` **onDownloadProgress**: (`progressEvent`: `any`) => `void`
#### Type declaration
▸ (`progressEvent`): `void`
##### Parameters
| Name | Type |
| :------ | :------ |
| `progressEvent` | `any` |
##### Returns
`void`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:81
___
### onUploadProgress
`Optional` **onUploadProgress**: (`progressEvent`: `any`) => `void`
#### Type declaration
▸ (`progressEvent`): `void`
##### Parameters
| Name | Type |
| :------ | :------ |
| `progressEvent` | `any` |
##### Returns
`void`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:80
___
### params
`Optional` **params**: `any`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:69
___
### paramsSerializer
`Optional` **paramsSerializer**: (`params`: `any`) => `string`
#### Type declaration
▸ (`params`): `string`
##### Parameters
| Name | Type |
| :------ | :------ |
| `params` | `any` |
##### Returns
`string`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:70
___
### proxy
`Optional` **proxy**: ``false`` \| [`AxiosProxyConfig`](internal.AxiosProxyConfig.md)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:89
___
### raxConfig
• `Optional` **raxConfig**: [`RetryConfig`](internal.RetryConfig.md)
#### Defined in
medusa-js/node_modules/retry-axios/dist/src/index.d.ts:89
___
### responseType
• `Optional` **responseType**: [`ResponseType`](../modules/internal.md#responsetype)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:77
___
### signal
• `Optional` **signal**: `AbortSignal`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:93
___
### socketPath
• `Optional` **socketPath**: ``null`` \| `string`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:86
___
### timeout
• `Optional` **timeout**: `number`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:72
___
### timeoutErrorMessage
• `Optional` **timeoutErrorMessage**: `string`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:73
___
### transformRequest
• `Optional` **transformRequest**: [`AxiosRequestTransformer`](internal.AxiosRequestTransformer.md) \| [`AxiosRequestTransformer`](internal.AxiosRequestTransformer.md)[]
#### Defined in
medusa-js/node_modules/axios/index.d.ts:66
___
### transformResponse
• `Optional` **transformResponse**: [`AxiosResponseTransformer`](internal.AxiosResponseTransformer.md) \| [`AxiosResponseTransformer`](internal.AxiosResponseTransformer.md)[]
#### Defined in
medusa-js/node_modules/axios/index.d.ts:67
___
### transitional
• `Optional` **transitional**: [`TransitionalOptions`](internal.TransitionalOptions.md)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:92
___
### url
• `Optional` **url**: `string`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:63
___
### validateStatus
• `Optional` **validateStatus**: ``null`` \| (`status`: `number`) => `boolean`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:83
___
### withCredentials
• `Optional` **withCredentials**: `boolean`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:74
___
### xsrfCookieName
• `Optional` **xsrfCookieName**: `string`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:78
___
### xsrfHeaderName
• `Optional` **xsrfHeaderName**: `string`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:79

View File

@@ -0,0 +1,28 @@
---
displayed_sidebar: jsClientSidebar
---
# Interface: AxiosRequestTransformer
[internal](../modules/internal.md).AxiosRequestTransformer
## Callable
### AxiosRequestTransformer
**AxiosRequestTransformer**(`data`, `headers?`): `any`
#### Parameters
| Name | Type |
| :------ | :------ |
| `data` | `any` |
| `headers?` | [`AxiosRequestHeaders`](../modules/internal.md#axiosrequestheaders) |
#### Returns
`any`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:10

View File

@@ -0,0 +1,74 @@
---
displayed_sidebar: jsClientSidebar
---
# Interface: AxiosResponse<T, D\>
[internal](../modules/internal.md).AxiosResponse
## Type parameters
| Name | Type |
| :------ | :------ |
| `T` | `any` |
| `D` | `any` |
## Properties
### config
**config**: [`AxiosRequestConfig`](internal.AxiosRequestConfig.md)<`D`\>
#### Defined in
medusa-js/node_modules/axios/index.d.ts:120
___
### data
**data**: `T`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:116
___
### headers
**headers**: [`AxiosResponseHeaders`](../modules/internal.md#axiosresponseheaders)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:119
___
### request
`Optional` **request**: `any`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:121
___
### status
**status**: `number`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:117
___
### statusText
**statusText**: `string`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:118

View File

@@ -0,0 +1,28 @@
---
displayed_sidebar: jsClientSidebar
---
# Interface: AxiosResponseTransformer
[internal](../modules/internal.md).AxiosResponseTransformer
## Callable
### AxiosResponseTransformer
**AxiosResponseTransformer**(`data`, `headers?`): `any`
#### Parameters
| Name | Type |
| :------ | :------ |
| `data` | `any` |
| `headers?` | [`AxiosResponseHeaders`](../modules/internal.md#axiosresponseheaders) |
#### Returns
`any`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:14

View File

@@ -0,0 +1,17 @@
---
displayed_sidebar: jsClientSidebar
---
# Interface: Cancel
[internal](../modules/internal.md).Cancel
## Properties
### message
**message**: `string`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:141

View File

@@ -0,0 +1,41 @@
---
displayed_sidebar: jsClientSidebar
---
# Interface: CancelToken
[internal](../modules/internal.md).CancelToken
## Properties
### promise
**promise**: `Promise`<[`Cancel`](internal.Cancel.md)\>
#### Defined in
medusa-js/node_modules/axios/index.d.ts:154
___
### reason
`Optional` **reason**: [`Cancel`](internal.Cancel.md)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:155
## Methods
### throwIfRequested
**throwIfRequested**(): `void`
#### Returns
`void`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:156

View File

@@ -0,0 +1,47 @@
---
displayed_sidebar: jsClientSidebar
---
# Interface: Config
[internal](../modules/internal.md).Config
## Properties
### apiKey
`Optional` **apiKey**: `string`
#### Defined in
[medusa-js/src/request.ts:17](https://github.com/medusajs/medusa/blob/29135c051/packages/medusa-js/src/request.ts#L17)
___
### baseUrl
**baseUrl**: `string`
#### Defined in
[medusa-js/src/request.ts:15](https://github.com/medusajs/medusa/blob/29135c051/packages/medusa-js/src/request.ts#L15)
___
### maxRetries
**maxRetries**: `number`
#### Defined in
[medusa-js/src/request.ts:16](https://github.com/medusajs/medusa/blob/29135c051/packages/medusa-js/src/request.ts#L16)
___
### publishableApiKey
`Optional` **publishableApiKey**: `string`
#### Defined in
[medusa-js/src/request.ts:18](https://github.com/medusajs/medusa/blob/29135c051/packages/medusa-js/src/request.ts#L18)

View File

@@ -0,0 +1,57 @@
---
displayed_sidebar: jsClientSidebar
---
# Interface: HTTPResponse
[internal](../modules/internal.md).HTTPResponse
## Properties
### config
**config**: `any`
#### Defined in
[medusa-js/src/typings.ts:13](https://github.com/medusajs/medusa/blob/29135c051/packages/medusa-js/src/typings.ts#L13)
___
### headers
**headers**: `Record`<`string`, `string`\> & { `set-cookie?`: `string`[] }
#### Defined in
[medusa-js/src/typings.ts:10](https://github.com/medusajs/medusa/blob/29135c051/packages/medusa-js/src/typings.ts#L10)
___
### request
`Optional` **request**: `any`
#### Defined in
[medusa-js/src/typings.ts:14](https://github.com/medusajs/medusa/blob/29135c051/packages/medusa-js/src/typings.ts#L14)
___
### status
**status**: `number`
#### Defined in
[medusa-js/src/typings.ts:8](https://github.com/medusajs/medusa/blob/29135c051/packages/medusa-js/src/typings.ts#L8)
___
### statusText
**statusText**: `string`
#### Defined in
[medusa-js/src/typings.ts:9](https://github.com/medusajs/medusa/blob/29135c051/packages/medusa-js/src/typings.ts#L9)

View File

@@ -0,0 +1,117 @@
---
displayed_sidebar: jsClientSidebar
---
# Interface: HeadersDefaults
[internal](../modules/internal.md).HeadersDefaults
## Properties
### common
**common**: [`AxiosRequestHeaders`](../modules/internal.md#axiosrequestheaders)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:98
___
### delete
**delete**: [`AxiosRequestHeaders`](../modules/internal.md#axiosrequestheaders)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:99
___
### get
**get**: [`AxiosRequestHeaders`](../modules/internal.md#axiosrequestheaders)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:100
___
### head
**head**: [`AxiosRequestHeaders`](../modules/internal.md#axiosrequestheaders)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:101
___
### link
`Optional` **link**: [`AxiosRequestHeaders`](../modules/internal.md#axiosrequestheaders)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:107
___
### options
`Optional` **options**: [`AxiosRequestHeaders`](../modules/internal.md#axiosrequestheaders)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:105
___
### patch
**patch**: [`AxiosRequestHeaders`](../modules/internal.md#axiosrequestheaders)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:104
___
### post
**post**: [`AxiosRequestHeaders`](../modules/internal.md#axiosrequestheaders)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:102
___
### purge
`Optional` **purge**: [`AxiosRequestHeaders`](../modules/internal.md#axiosrequestheaders)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:106
___
### put
**put**: [`AxiosRequestHeaders`](../modules/internal.md#axiosrequestheaders)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:103
___
### unlink
`Optional` **unlink**: [`AxiosRequestHeaders`](../modules/internal.md#axiosrequestheaders)
#### Defined in
medusa-js/node_modules/axios/index.d.ts:108

View File

@@ -0,0 +1,27 @@
---
displayed_sidebar: jsClientSidebar
---
# Interface: RequestOptions
[internal](../modules/internal.md).RequestOptions
## Properties
### numberOfRetries
`Optional` **numberOfRetries**: `number`
#### Defined in
[medusa-js/src/request.ts:23](https://github.com/medusajs/medusa/blob/29135c051/packages/medusa-js/src/request.ts#L23)
___
### timeout
`Optional` **timeout**: `number`
#### Defined in
[medusa-js/src/request.ts:22](https://github.com/medusajs/medusa/blob/29135c051/packages/medusa-js/src/request.ts#L22)

View File

@@ -0,0 +1,195 @@
---
displayed_sidebar: jsClientSidebar
---
# Interface: RetryConfig
[internal](../modules/internal.md).RetryConfig
Configuration for the Axios `request` method.
## Properties
### backoffType
`Optional` **backoffType**: ``"linear"`` \| ``"static"`` \| ``"exponential"``
Backoff Type; 'linear', 'static' or 'exponential'.
#### Defined in
medusa-js/node_modules/retry-axios/dist/src/index.d.ts:47
___
### checkRetryAfter
• `Optional` **checkRetryAfter**: `boolean`
Whether to check for 'Retry-After' header in response and use value as delay. Defaults to true.
#### Defined in
medusa-js/node_modules/retry-axios/dist/src/index.d.ts:51
___
### currentRetryAttempt
• `Optional` **currentRetryAttempt**: `number`
The number of retries already attempted.
#### Defined in
medusa-js/node_modules/retry-axios/dist/src/index.d.ts:13
___
### httpMethodsToRetry
• `Optional` **httpMethodsToRetry**: `string`[]
The HTTP Methods that will be automatically retried.
Defaults to ['GET','PUT','HEAD','OPTIONS','DELETE']
#### Defined in
medusa-js/node_modules/retry-axios/dist/src/index.d.ts:26
___
### instance
• `Optional` **instance**: [`AxiosInstance`](internal.AxiosInstance.md)
The instance of the axios object to which the interceptor is attached.
#### Defined in
medusa-js/node_modules/retry-axios/dist/src/index.d.ts:21
___
### maxRetryAfter
• `Optional` **maxRetryAfter**: `number`
Max permitted Retry-After value (in ms) - rejects if greater. Defaults to 5 mins.
#### Defined in
medusa-js/node_modules/retry-axios/dist/src/index.d.ts:55
___
### maxRetryDelay
• `Optional` **maxRetryDelay**: `number`
Ceiling for calculated delay (in ms) - delay will not exceed this value.
#### Defined in
medusa-js/node_modules/retry-axios/dist/src/index.d.ts:59
___
### noResponseRetries
• `Optional` **noResponseRetries**: `number`
When there is no response, the number of retries to attempt. Defaults to 2.
#### Defined in
medusa-js/node_modules/retry-axios/dist/src/index.d.ts:43
___
### onRetryAttempt
• `Optional` **onRetryAttempt**: (`err`: [`AxiosError`](internal.AxiosError.md)<`any`, `any`\>) => `void`
#### Type declaration
▸ (`err`): `void`
Function to invoke when a retry attempt is made.
##### Parameters
| Name | Type |
| :------ | :------ |
| `err` | [`AxiosError`](internal.AxiosError.md)<`any`, `any`\> |
##### Returns
`void`
#### Defined in
medusa-js/node_modules/retry-axios/dist/src/index.d.ts:35
___
### retry
• `Optional` **retry**: `number`
The number of times to retry the request. Defaults to 3.
#### Defined in
medusa-js/node_modules/retry-axios/dist/src/index.d.ts:9
___
### retryDelay
• `Optional` **retryDelay**: `number`
The amount of time to initially delay the retry. Defaults to 100.
#### Defined in
medusa-js/node_modules/retry-axios/dist/src/index.d.ts:17
___
### shouldRetry
• `Optional` **shouldRetry**: (`err`: [`AxiosError`](internal.AxiosError.md)<`any`, `any`\>) => `boolean`
#### Type declaration
▸ (`err`): `boolean`
Function to invoke which determines if you should retry
##### Parameters
| Name | Type |
| :------ | :------ |
| `err` | [`AxiosError`](internal.AxiosError.md)<`any`, `any`\> |
##### Returns
`boolean`
#### Defined in
medusa-js/node_modules/retry-axios/dist/src/index.d.ts:39
___
### statusCodesToRetry
• `Optional` **statusCodesToRetry**: `number`[][]
The HTTP response status codes that will automatically be retried.
Defaults to: [[100, 199], [429, 429], [500, 599]]
#### Defined in
medusa-js/node_modules/retry-axios/dist/src/index.d.ts:31

View File

@@ -0,0 +1,37 @@
---
displayed_sidebar: jsClientSidebar
---
# Interface: TransitionalOptions
[internal](../modules/internal.md).TransitionalOptions
## Properties
### clarifyTimeoutError
`Optional` **clarifyTimeoutError**: `boolean`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:59
___
### forcedJSONParsing
`Optional` **forcedJSONParsing**: `boolean`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:58
___
### silentJSONParsing
`Optional` **silentJSONParsing**: `boolean`
#### Defined in
medusa-js/node_modules/axios/index.d.ts:57