chore(docs): Generated References (automated) (#13793)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0da4790081
commit
858b3e3b9b
@@ -153,7 +153,7 @@ process the entire file in memory or send it as a response.
|
||||
|
||||
:::note
|
||||
|
||||
This is available starting from Medusa `v2.8.0`.
|
||||
This is available starting from [Medusa v2.8.0](https://github.com/medusajs/medusa/releases/tag/v2.8.0).
|
||||
|
||||
:::
|
||||
|
||||
@@ -178,7 +178,7 @@ class MyFileProviderService extends AbstractFileProviderService {
|
||||
|
||||
#### Returns
|
||||
|
||||
<TypeList types={[{"name":"Promise","type":"Promise<Buffer>","optional":false,"defaultValue":"","description":"The file's buffer.","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="getAsBuffer"/>
|
||||
<TypeList types={[{"name":"Promise","type":"Promise<Buffer>","optional":false,"defaultValue":"","description":"The file's buffer.","expandable":false,"children":[],"since":"2.8.0"}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="getAsBuffer"/>
|
||||
|
||||
### getDownloadStream
|
||||
|
||||
@@ -187,7 +187,7 @@ a file to clients or you want to process the file in chunks.
|
||||
|
||||
:::note
|
||||
|
||||
This is available starting from Medusa `v2.8.0`.
|
||||
This is available starting from [Medusa v2.8.0](https://github.com/medusajs/medusa/releases/tag/v2.8.0).
|
||||
|
||||
:::
|
||||
|
||||
@@ -212,7 +212,7 @@ class MyFileProviderService extends AbstractFileProviderService {
|
||||
|
||||
#### Returns
|
||||
|
||||
<TypeList types={[{"name":"Promise","type":"Promise<Readable>","optional":false,"defaultValue":"","description":"The file's stream.","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="getDownloadStream"/>
|
||||
<TypeList types={[{"name":"Promise","type":"Promise<Readable>","optional":false,"defaultValue":"","description":"The file's stream.","expandable":false,"children":[],"since":"2.8.0"}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="getDownloadStream"/>
|
||||
|
||||
### getPresignedDownloadUrl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user