@shapediver/api.geometry-api-dto-v2
Advanced tools
Comparing version 1.9.0 to 1.10.0
@@ -21,3 +21,3 @@ "use strict"; | ||
ShapeDiverCommonsModelStatus["DELETED"] = "deleted"; | ||
})(ShapeDiverCommonsModelStatus = exports.ShapeDiverCommonsModelStatus || (exports.ShapeDiverCommonsModelStatus = {})); | ||
})(ShapeDiverCommonsModelStatus || (exports.ShapeDiverCommonsModelStatus = ShapeDiverCommonsModelStatus = {})); | ||
//# sourceMappingURL=SdCommonModel.js.map |
@@ -48,3 +48,3 @@ "use strict"; | ||
ShapeDiverCommonsModelComputationStatus["UNKNOWN"] = "unknown"; | ||
})(ShapeDiverCommonsModelComputationStatus = exports.ShapeDiverCommonsModelComputationStatus || (exports.ShapeDiverCommonsModelComputationStatus = {})); | ||
})(ShapeDiverCommonsModelComputationStatus || (exports.ShapeDiverCommonsModelComputationStatus = ShapeDiverCommonsModelComputationStatus = {})); | ||
//# sourceMappingURL=SdCommonModelComputation.js.map |
@@ -16,3 +16,3 @@ "use strict"; | ||
ShapeDiverCommonsTicketType["NONE"] = ""; | ||
})(ShapeDiverCommonsTicketType = exports.ShapeDiverCommonsTicketType || (exports.ShapeDiverCommonsTicketType = {})); | ||
})(ShapeDiverCommonsTicketType || (exports.ShapeDiverCommonsTicketType = ShapeDiverCommonsTicketType = {})); | ||
//# sourceMappingURL=SdCommonsTicket.js.map |
@@ -29,3 +29,3 @@ "use strict"; | ||
ShapeDiverRequestLogMessageLevel[ShapeDiverRequestLogMessageLevel["ERROR"] = 2] = "ERROR"; | ||
})(ShapeDiverRequestLogMessageLevel = exports.ShapeDiverRequestLogMessageLevel || (exports.ShapeDiverRequestLogMessageLevel = {})); | ||
})(ShapeDiverRequestLogMessageLevel || (exports.ShapeDiverRequestLogMessageLevel = ShapeDiverRequestLogMessageLevel = {})); | ||
/** | ||
@@ -44,3 +44,3 @@ * @swagger {components.schemas} RequestGltfUploadQueryConversion { | ||
ShapeDiverRequestGltfUploadQueryConversion["USDZ"] = "usdz"; | ||
})(ShapeDiverRequestGltfUploadQueryConversion = exports.ShapeDiverRequestGltfUploadQueryConversion || (exports.ShapeDiverRequestGltfUploadQueryConversion = {})); | ||
})(ShapeDiverRequestGltfUploadQueryConversion || (exports.ShapeDiverRequestGltfUploadQueryConversion = ShapeDiverRequestGltfUploadQueryConversion = {})); | ||
/** | ||
@@ -58,3 +58,3 @@ * @swagger {components.schemas} ShapeDiverRequestModelComputationQueryOrder { | ||
ShapeDiverRequestModelComputationQueryOrder["DESC"] = "desc"; | ||
})(ShapeDiverRequestModelComputationQueryOrder = exports.ShapeDiverRequestModelComputationQueryOrder || (exports.ShapeDiverRequestModelComputationQueryOrder = {})); | ||
})(ShapeDiverRequestModelComputationQueryOrder || (exports.ShapeDiverRequestModelComputationQueryOrder = ShapeDiverRequestModelComputationQueryOrder = {})); | ||
/** | ||
@@ -74,3 +74,3 @@ * @swagger {components.schemas} ShapeDiverRequestModelComputationQueryStatus { | ||
ShapeDiverRequestModelComputationQueryStatus["ALL"] = "*"; | ||
})(ShapeDiverRequestModelComputationQueryStatus = exports.ShapeDiverRequestModelComputationQueryStatus || (exports.ShapeDiverRequestModelComputationQueryStatus = {})); | ||
})(ShapeDiverRequestModelComputationQueryStatus || (exports.ShapeDiverRequestModelComputationQueryStatus = ShapeDiverRequestModelComputationQueryStatus = {})); | ||
/** | ||
@@ -89,3 +89,3 @@ * @swagger {components.schemas} ShapeDiverRequestModelComputationQueryType { | ||
ShapeDiverRequestModelComputationQueryType["ALL"] = "*"; | ||
})(ShapeDiverRequestModelComputationQueryType = exports.ShapeDiverRequestModelComputationQueryType || (exports.ShapeDiverRequestModelComputationQueryType = {})); | ||
})(ShapeDiverRequestModelComputationQueryType || (exports.ShapeDiverRequestModelComputationQueryType = ShapeDiverRequestModelComputationQueryType = {})); | ||
/** | ||
@@ -92,0 +92,0 @@ * @swagger {components.schemas} RequestQueryModelStatus { |
@@ -117,8 +117,14 @@ import { ShapeDiverCommonsGroup } from "../commons/SdCommonsGroup"; | ||
* @swagger {components.schemas.RequestExport.properties} exports { | ||
"type": "object", | ||
"properties": { | ||
"id": { | ||
"type": "string" | ||
oneOf": [ | ||
{ | ||
"type": "object", | ||
"properties": { | ||
"id": { "type": "string" } | ||
} | ||
}, | ||
{ | ||
"type": "array", | ||
"items": { "type": "string" } | ||
} | ||
} | ||
] | ||
} | ||
@@ -130,4 +136,12 @@ * @swagger {components.schemas.RequestExport} required [ "exports" ] | ||
id: string; | ||
}; | ||
} | string[]; | ||
/** | ||
* @swagger {components.schemas.RequestExport.properties} outputs { | ||
"type": "array", | ||
"items": { "type": "string" } | ||
} | ||
*/ | ||
/** */ | ||
outputs?: string[]; | ||
/** | ||
* @swagger {components.schemas.RequestExport.properties} max_wait_time { | ||
@@ -137,3 +151,2 @@ "description": "Maximum amount of milliseconds to wait for completion of export request before responding.", | ||
} | ||
* @swagger {components.schemas.RequestExport} required [ "max_wait_time" ] | ||
*/ | ||
@@ -140,0 +153,0 @@ /** Maximum amount of milliseconds to wait for completion of export request before responding. */ |
@@ -16,3 +16,3 @@ "use strict"; | ||
ShapeDiverRequestModelFiletype["GRASSHOPPER_XML"] = "ghx"; | ||
})(ShapeDiverRequestModelFiletype = exports.ShapeDiverRequestModelFiletype || (exports.ShapeDiverRequestModelFiletype = {})); | ||
})(ShapeDiverRequestModelFiletype || (exports.ShapeDiverRequestModelFiletype = ShapeDiverRequestModelFiletype = {})); | ||
/** | ||
@@ -31,3 +31,3 @@ * @swagger {components.schemas} RequestModelTrustlevel { | ||
ShapeDiverRequestModelTrustlevel["FULL"] = "full"; | ||
})(ShapeDiverRequestModelTrustlevel = exports.ShapeDiverRequestModelTrustlevel || (exports.ShapeDiverRequestModelTrustlevel = {})); | ||
})(ShapeDiverRequestModelTrustlevel || (exports.ShapeDiverRequestModelTrustlevel = ShapeDiverRequestModelTrustlevel = {})); | ||
//# sourceMappingURL=SdRequestDtoModel.js.map |
@@ -15,3 +15,3 @@ "use strict"; | ||
ShapeDiverRequestSdtfUploadPartType["MODEL_SDTF"] = "model/vnd.sdtf"; | ||
})(ShapeDiverRequestSdtfUploadPartType = exports.ShapeDiverRequestSdtfUploadPartType || (exports.ShapeDiverRequestSdtfUploadPartType = {})); | ||
})(ShapeDiverRequestSdtfUploadPartType || (exports.ShapeDiverRequestSdtfUploadPartType = ShapeDiverRequestSdtfUploadPartType = {})); | ||
//# sourceMappingURL=SdRequestDtoUpload.js.map |
@@ -46,3 +46,3 @@ "use strict"; | ||
ShapeDiverResponseErrorType["UNKNOWN"] = ""; | ||
})(ShapeDiverResponseErrorType = exports.ShapeDiverResponseErrorType || (exports.ShapeDiverResponseErrorType = {})); | ||
})(ShapeDiverResponseErrorType || (exports.ShapeDiverResponseErrorType = ShapeDiverResponseErrorType = {})); | ||
//# sourceMappingURL=SdResponseDtoError.js.map |
@@ -148,7 +148,14 @@ import { ShapeDiverCommonsGroup } from "../commons/SdCommonsGroup"; | ||
* @swagger {components.schemas.ResponseExport.properties} delay { | ||
"description": "Optional delay in milliseconds after which an export cache request shall be sent to check again for this export version. This property is used ONLY if the export version has not been computed yet.", | ||
"description": "The delay in milliseconds after which an export cache request shall be sent to check again for this export version. This property is used ONLY if the export version has not been computed yet.<br/><i>Note that the existence of this property does not necessarily imply the presence of an active or queued computation for the respective export version.</i>", | ||
"type": "number" | ||
} | ||
*/ | ||
/** Optional delay in milliseconds after which an export cache request shall be sent to check again for this export version. This property is used ONLY if the export version has not been computed yet. */ | ||
/** | ||
* The delay in milliseconds after which an export cache request shall be sent to check again | ||
* for this export version. This property is used ONLY if the export version has not | ||
* been computed yet. | ||
* | ||
* Note that the existence of this property does not necessarily imply the presence of an | ||
* active or queued computation for the respective export version. | ||
*/ | ||
delay?: number; | ||
@@ -155,0 +162,0 @@ /** |
@@ -18,3 +18,3 @@ "use strict"; | ||
ShapeDiverResponseExportDefinitionType["SHAPEWAYS"] = "shapeways"; | ||
})(ShapeDiverResponseExportDefinitionType = exports.ShapeDiverResponseExportDefinitionType || (exports.ShapeDiverResponseExportDefinitionType = {})); | ||
})(ShapeDiverResponseExportDefinitionType || (exports.ShapeDiverResponseExportDefinitionType = ShapeDiverResponseExportDefinitionType = {})); | ||
//# sourceMappingURL=SdResponseDtoExport.js.map |
@@ -127,2 +127,11 @@ import { ShapeDiverCommonsModelStatus } from "../commons/SdCommonModel"; | ||
/** | ||
* @swagger {components.schemas.ResponseModel.properties} documentid { | ||
"description": "ID of the Grasshopper document.", | ||
"type": "string", | ||
"format": "uuid" | ||
} | ||
*/ | ||
/** ID of the Grasshopper document. */ | ||
documentid?: string; | ||
/** | ||
* @swagger {components.schemas.ResponseModel.properties} filename { | ||
@@ -129,0 +138,0 @@ "description": "Original name of the model's grasshopper file.", |
@@ -28,3 +28,3 @@ "use strict"; | ||
ShapeDiverResponseParameterStructure["TREE"] = "tree"; | ||
})(ShapeDiverResponseParameterStructure = exports.ShapeDiverResponseParameterStructure || (exports.ShapeDiverResponseParameterStructure = {})); | ||
})(ShapeDiverResponseParameterStructure || (exports.ShapeDiverResponseParameterStructure = ShapeDiverResponseParameterStructure = {})); | ||
/** | ||
@@ -52,3 +52,3 @@ * @swagger {components.schemas} ResponseTicketType { | ||
ShapeDiverResponseModelCleanupProcessType["DELETE_OUTPUT_VERSION"] = "delete_output_version"; | ||
})(ShapeDiverResponseModelCleanupProcessType = exports.ShapeDiverResponseModelCleanupProcessType || (exports.ShapeDiverResponseModelCleanupProcessType = {})); | ||
})(ShapeDiverResponseModelCleanupProcessType || (exports.ShapeDiverResponseModelCleanupProcessType = ShapeDiverResponseModelCleanupProcessType = {})); | ||
//# sourceMappingURL=SdResponseDtoMisc.js.map |
@@ -142,7 +142,14 @@ import { ShapeDiverCommonsGroup } from "../commons/SdCommonsGroup"; | ||
* @swagger {components.schemas.ResponseOutput.properties} delay { | ||
"description": "Optional delay in milliseconds after which a cache request shall be sent to check again for this output version. This property is used ONLY if the output version has not been computed yet.", | ||
"description": "The delay in milliseconds after which a cache request shall be sent to check again for this output version. This property is used ONLY if the output version has not been computed yet.<br/><i>Note that the existence of this property does not necessarily imply the presence of an active or queued computation for the respective output version.</i>", | ||
"type": "number" | ||
} | ||
*/ | ||
/** Optional delay in milliseconds after which an output cache request shall be sent to check again for this output version. This property is used ONLY if the output version has not been computed yet. */ | ||
/** | ||
* The delay in milliseconds after which an output cache request shall be sent to check again | ||
* for this output version. This property is used ONLY if the output version has not been | ||
* computed yet. | ||
* | ||
* Note that the existence of this property does not necessarily imply the presence of an | ||
* active or queued computation for the respective output version. | ||
*/ | ||
delay?: number; | ||
@@ -149,0 +156,0 @@ /** |
{ | ||
"name": "@shapediver/api.geometry-api-dto-v2", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"description": "Data Transfer Object Definitions of the Geometry API v2", | ||
@@ -33,5 +33,5 @@ "keywords": [], | ||
"@shapediver/util.oas3": "~1.0.0", | ||
"lerna": "~6.6.2", | ||
"typescript": "~4.9.5" | ||
"lerna": "~7.1.4", | ||
"typescript": "~5.1.6" | ||
} | ||
} |
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
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
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
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
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
327820
6021