@shapediver/api.geometry-api-dto-v1
Advanced tools
Comparing version 1.15.0 to 1.16.0
@@ -10,2 +10,3 @@ import { ShapeDiverCommonsGroup } from '../commons/SdCommonsGroup'; | ||
message?: string; | ||
warnings?: string[]; | ||
collection?: ShapeDiverResponseCollection; | ||
@@ -12,0 +13,0 @@ actions?: ShapeDiverResponseAction[]; |
{ | ||
"name": "@shapediver/api.geometry-api-dto-v1", | ||
"version": "1.15.0", | ||
"version": "1.16.0", | ||
"description": "Data Transfer Object Definitions of the Geometry API v1", | ||
@@ -32,5 +32,5 @@ "keywords": [], | ||
"devDependencies": { | ||
"lerna": "8.1.3", | ||
"typescript": "~5.5.2" | ||
"lerna": "8.1.8", | ||
"typescript": "~5.5.4" | ||
} | ||
} |
@@ -33,2 +33,9 @@ import { ShapeDiverCommonsGroup } from '../commons/SdCommonsGroup'; | ||
/** | ||
* An array of warnings encountered during request processing. These warnings indicate | ||
* potential issues or non-critical conditions but did not prevent the request from being | ||
* successfully processed. | ||
*/ | ||
warnings?: string[]; | ||
/** | ||
* Model object | ||
@@ -35,0 +42,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
105095
1941