@shapediver/api.geometry-api-dto-v1
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -12,2 +12,3 @@ export declare type ShapeDiverResponseModelStatistics = ShapeDiverResponseModelStatisticsPart[]; | ||
embedded: ShapeDiverResponseModelStatisticsOnDuration; | ||
desktop: ShapeDiverResponseModelStatisticsOnDuration; | ||
customize: ShapeDiverResponseModelStatisticsOnAction; | ||
@@ -44,5 +45,7 @@ export: ShapeDiverResponseModelStatisticsOnAction; | ||
export interface ShapeDiverResponseModelStatisticsOnAction extends ShapeDiverResponseModelStatisticsOnDuration { | ||
sumApp: number; | ||
sumBackend: number; | ||
sumEmbedded: number; | ||
sumDesktop: number; | ||
} | ||
//# sourceMappingURL=SdResponseDtoModelStatistics.d.ts.map |
{ | ||
"name": "@shapediver/api.geometry-api-dto-v1", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Data Transfer Object Definitions of the Model View APIv1", | ||
@@ -29,4 +29,4 @@ "keywords": [], | ||
"lerna": "^3.22.1", | ||
"typescript": "^4.4.3" | ||
"typescript": "^4.4.4" | ||
} | ||
} |
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
42487
602