@shapediver/api.geometry-api-dto-v1
Advanced tools
Comparing version 1.12.0 to 1.12.1
@@ -14,3 +14,9 @@ /** | ||
export interface ShapeDiverRequestFileUploadPart { | ||
/** Name of the file to be uploaded */ | ||
/** | ||
* Name of the file to be uploaded. | ||
* | ||
* When this property is set, then the actual file upload request must contain a | ||
* Content-Disposition HTTP header with the value \"attachment; filename=<i>{filename}<i>.\". | ||
* Otherwise, a signature mismatch will occur. | ||
*/ | ||
filename?: string; | ||
@@ -17,0 +23,0 @@ /** Content-Type (MIME type) of the file to be uploaded */ |
{ | ||
"name": "@shapediver/api.geometry-api-dto-v1", | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"description": "Data Transfer Object Definitions of the Geometry API v1", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81082
1215