@shapediver/api.geometry-api-dto-v1
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -23,2 +23,3 @@ export interface ShapeDiverResponseError { | ||
MODEL_VALIDATION_ERROR = "SdModelValidationError", | ||
NOT_ACCEPTABLE = "SdNotAcceptable", | ||
NOT_FOUND_ERROR = "SdNotFoundError", | ||
@@ -25,0 +26,0 @@ PARAMETER_VALIDATION_ERROR = "SdParameterValidationError", |
@@ -22,2 +22,3 @@ "use strict"; | ||
ShapeDiverResponseErrorType["MODEL_VALIDATION_ERROR"] = "SdModelValidationError"; | ||
ShapeDiverResponseErrorType["NOT_ACCEPTABLE"] = "SdNotAcceptable"; | ||
ShapeDiverResponseErrorType["NOT_FOUND_ERROR"] = "SdNotFoundError"; | ||
@@ -24,0 +25,0 @@ ShapeDiverResponseErrorType["PARAMETER_VALIDATION_ERROR"] = "SdParameterValidationError"; |
{ | ||
"name": "@shapediver/api.geometry-api-dto-v1", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "Data Transfer Object Definitions of the Geometry API v1", | ||
@@ -29,4 +29,4 @@ "keywords": [], | ||
"lerna": "3.22.1", | ||
"typescript": "^4.6.2" | ||
"typescript": "^4.6.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
73692
1119