Merge branch 'master' into develop

This commit is contained in:
olivermrbl
2023-01-10 19:23:34 +01:00
37 changed files with 5200 additions and 3609 deletions
@@ -153,7 +153,7 @@ import { isDefined } from "medusa-core-utils"
* - api_token: []
* - cookie_auth: []
* tags:
* - Product
* - Price List
* responses:
* 200:
* description: OK
@@ -1,7 +1,7 @@
import { IsString } from "class-validator"
/**
* [delete] /uploads
* @oas [delete] /uploads
* operationId: "AdminDeleteUploads"
* summary: "Delete an Uploaded File"
* description: "Removes an uploaded file using the installed fileservice"
@@ -2,7 +2,7 @@ import { AbstractFileService } from "../../../../interfaces"
import { IsString } from "class-validator"
/**
* [post] /uploads/download-url
* @oas [post] /uploads/download-url
* operationId: "PostUploadsDownloadUrl"
* summary: "Get a File's Download URL"
* description: "Creates a presigned download url for a file"