@shapediver/api.geometry-api-dto-v1
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -30,2 +30,3 @@ /** | ||
MAX_OUTPUT_SIZE = "max_output_size", | ||
MAX_TEXTURE_SIZE = "max_texture_size", | ||
MAX_WAIT_TIME = "max_wait_time", | ||
@@ -32,0 +33,0 @@ NAME = "name", |
@@ -22,2 +22,3 @@ "use strict"; | ||
ShapeDiverRequestModelTemplateDataName["MAX_OUTPUT_SIZE"] = "max_output_size"; | ||
ShapeDiverRequestModelTemplateDataName["MAX_TEXTURE_SIZE"] = "max_texture_size"; | ||
ShapeDiverRequestModelTemplateDataName["MAX_WAIT_TIME"] = "max_wait_time"; | ||
@@ -24,0 +25,0 @@ ShapeDiverRequestModelTemplateDataName["NAME"] = "name"; |
@@ -80,2 +80,4 @@ import { ShapeDiverResponseParameterGroup } from "./SdResponseDto"; | ||
size?: number; | ||
/** optional Content-Type for parts of type "asset" */ | ||
contentType?: string; | ||
} | ||
@@ -82,0 +84,0 @@ /** |
@@ -46,2 +46,3 @@ export interface ShapeDiverResponseCollection { | ||
MAX_OUTPUT_SIZE = "max_output_size", | ||
MAX_TEXTURE_SIZE = "max_texture_size", | ||
MAX_WAIT_TIME = "max_wait_time", | ||
@@ -48,0 +49,0 @@ MEM_USAGE = "memUsage", |
@@ -31,2 +31,3 @@ "use strict"; | ||
ShapeDiverResponseCollectionItemDataName["MAX_OUTPUT_SIZE"] = "max_output_size"; | ||
ShapeDiverResponseCollectionItemDataName["MAX_TEXTURE_SIZE"] = "max_texture_size"; | ||
ShapeDiverResponseCollectionItemDataName["MAX_WAIT_TIME"] = "max_wait_time"; | ||
@@ -33,0 +34,0 @@ ShapeDiverResponseCollectionItemDataName["MEM_USAGE"] = "memUsage"; |
{ | ||
"name": "@shapediver/api.geometry-api-dto-v1", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
74881
1138