@shapediver/api.geometry-api-dto-v2
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -16,2 +16,3 @@ export * from "./commons/SdCommonsTicket"; | ||
export * from "./response/SdResponseDtoSetting"; | ||
export * from "./response/SdResponseDtoSystem"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -28,2 +28,3 @@ "use strict"; | ||
__exportStar(require("./response/SdResponseDtoSetting"), exports); | ||
__exportStar(require("./response/SdResponseDtoSystem"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -9,2 +9,3 @@ import { ShapeDiverResponseAnalytics } from "./SdResponseDtoAnalytics"; | ||
import { ShapeDiverResponseSettings } from "./SdResponseDtoSetting"; | ||
import { ShapeDiverResponseSystem } from "./SdResponseDtoSystem"; | ||
export interface ShapeDiverResponseDto { | ||
@@ -39,2 +40,3 @@ version: string; | ||
pagination?: ShapeDiverResponsePagination; | ||
system?: ShapeDiverResponseSystem; | ||
} | ||
@@ -41,0 +43,0 @@ export interface ShapeDiverResponsePagination { |
{ | ||
"name": "@shapediver/api.geometry-api-dto-v2", | ||
"version": "1.1.4", | ||
"description": "Data Transfer Object Definitions of the Model View APIv2", | ||
"version": "1.1.5", | ||
"description": "Data Transfer Object Definitions of the Geometry API v2", | ||
"keywords": [], | ||
@@ -6,0 +6,0 @@ "author": "Matthias Reisacher <matt@shapediver.com>", |
# `api.geometry-api-dto-v2` | ||
This library contains all *Data Transfer Object* (DTO) definitions used to communicate with the ShapeDiver Geometry - Model View APIv2. | ||
This library contains all *Data Transfer Object* (DTO) definitions used to communicate with the ShapeDiver Geometry API v2. | ||
@@ -5,0 +5,0 @@ ## Usage |
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
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
60963
70
855