@shapediver/api.geometry-api-dto-v2
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -5,3 +5,3 @@ /** | ||
"type": "string", | ||
"enum": [ "unknown", "gh", "ghx" ] | ||
"enum": [ "gh", "ghx" ] | ||
} | ||
@@ -11,3 +11,2 @@ */ | ||
export declare enum ShapeDiverRequestModelFiletype { | ||
UNKNOWN = "unknown", | ||
GRASSHOPPER_BINARY = "gh", | ||
@@ -14,0 +13,0 @@ GRASSHOPPER_XML = "ghx" |
@@ -8,3 +8,3 @@ "use strict"; | ||
"type": "string", | ||
"enum": [ "unknown", "gh", "ghx" ] | ||
"enum": [ "gh", "ghx" ] | ||
} | ||
@@ -15,3 +15,2 @@ */ | ||
(function (ShapeDiverRequestModelFiletype) { | ||
ShapeDiverRequestModelFiletype["UNKNOWN"] = "unknown"; | ||
ShapeDiverRequestModelFiletype["GRASSHOPPER_BINARY"] = "gh"; | ||
@@ -18,0 +17,0 @@ ShapeDiverRequestModelFiletype["GRASSHOPPER_XML"] = "ghx"; |
@@ -33,3 +33,3 @@ import { ShapeDiverResponseAnalytics } from "./SdResponseDtoAnalytics"; | ||
} | ||
}, | ||
} | ||
} | ||
@@ -36,0 +36,0 @@ * @swagger {components.schemas} ResponseDtoTicket { |
{ | ||
"name": "@shapediver/api.geometry-api-dto-v2", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Data Transfer Object Definitions of the Geometry API v2", | ||
@@ -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
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
269348
4869