@shapediver/api.geometry-api-dto-v1
Advanced tools
Comparing version 1.14.1 to 1.15.0
@@ -141,2 +141,6 @@ import { ShapeDiverCommonsGroup } from '../commons/SdCommonsGroup'; | ||
href: string; | ||
headers: { | ||
contentDisposition?: string; | ||
contentType: string; | ||
}; | ||
} | ||
@@ -143,0 +147,0 @@ export type ShapeDiverResponseFileUpload = { |
{ | ||
"name": "@shapediver/api.geometry-api-dto-v1", | ||
"version": "1.14.1", | ||
"version": "1.15.0", | ||
"description": "Data Transfer Object Definitions of the Geometry API v1", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -333,2 +333,11 @@ import { ShapeDiverCommonsGroup } from '../commons/SdCommonsGroup'; | ||
href: string; | ||
/** HTTP headers to use for the file upload request. */ | ||
headers: { | ||
/** The value of the Content-Disposition HTTP header. */ | ||
contentDisposition?: string; | ||
/** The value of the Content-Type HTTP header. */ | ||
contentType: string; | ||
}; | ||
} | ||
@@ -335,0 +344,0 @@ |
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
104776
1934