Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@shapediver/api.geometry-api-dto-v2

Package Overview
Dependencies
Maintainers
4
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shapediver/api.geometry-api-dto-v2 - npm Package Compare versions

Comparing version 1.1.12 to 1.1.13

7

dist/request/SdRequestDtoModel.d.ts

@@ -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

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc