@shapediver/api.geometry-api-dto-v2
Advanced tools
Comparing version 1.1.12 to 1.1.13
@@ -198,2 +198,9 @@ /** | ||
/** | ||
* @swagger {components.schemas.RequestModel.properties} use_cdn { | ||
"description": "Allows the usage of the CDN for fast content distribution.", | ||
"type": "boolean" | ||
} | ||
*/ | ||
use_cdn?: boolean; | ||
/** | ||
* @swagger {components.schemas.RequestModel.properties} webhook_url { | ||
@@ -200,0 +207,0 @@ "description": "The webhook-url for updating the platform backend about model status changes.", |
@@ -20,2 +20,8 @@ /** | ||
compute?: ShapeDiverResponseSettingsCompute; | ||
/** | ||
* @swagger {components.schemas.ResponseSettings.properties} model { | ||
"$ref": "#/components/schemas/ResponseSettingsModel" | ||
} | ||
*/ | ||
model?: ShapeDiverResponseSettingsModel; | ||
} | ||
@@ -220,2 +226,16 @@ /** | ||
} | ||
/** | ||
* @swagger {components.schemas} ResponseSettingsModel { | ||
"type": "object" | ||
} | ||
*/ | ||
export interface ShapeDiverResponseSettingsModel { | ||
/** | ||
* @swagger {components.schemas.ResponseSettingsModel.properties} use_cdn { | ||
"description": "Allows the usage of the CDN for fast content distribution.", | ||
"type": "boolean" | ||
} | ||
*/ | ||
use_cdn?: boolean; | ||
} | ||
//# sourceMappingURL=SdResponseDtoSetting.d.ts.map |
{ | ||
"name": "@shapediver/api.geometry-api-dto-v2", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"description": "Data Transfer Object Definitions of the Geometry API v2", | ||
@@ -31,4 +31,4 @@ "keywords": [], | ||
"lerna": "3.22.1", | ||
"typescript": "^4.7.2" | ||
"typescript": "^4.7.4" | ||
} | ||
} |
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
220021
4364