Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
5
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.14 to 1.2.0

1

dist/request/SdRequestDto.d.ts

@@ -237,2 +237,3 @@ import { ShapeDiverCommonsTicket, ShapeDiverCommonsTicketType } from "../commons/SdCommonsTicket";

NONE = "none",
SCENE = "scene",
USDZ = "usdz"

@@ -239,0 +240,0 @@ }

@@ -36,2 +36,3 @@ "use strict";

ShapeDiverRequestGltfUploadQueryConversion["NONE"] = "none";
ShapeDiverRequestGltfUploadQueryConversion["SCENE"] = "scene";
ShapeDiverRequestGltfUploadQueryConversion["USDZ"] = "usdz";

@@ -38,0 +39,0 @@ })(ShapeDiverRequestGltfUploadQueryConversion = exports.ShapeDiverRequestGltfUploadQueryConversion || (exports.ShapeDiverRequestGltfUploadQueryConversion = {}));

@@ -541,2 +541,9 @@ import { ShapeDiverCommonsTicket, ShapeDiverCommonsTicketType } from "../commons/SdCommonsTicket";

href: string;
/**
* @swagger {components.schemas.ResponseGltfUpload.properties} sceneId {
"description": "Contains the unique ID of the uploaded scene. Only present for uploads with the conversion type 'scene'.",
"type": "string"
}
*/
sceneId?: string;
}

@@ -543,0 +550,0 @@ /**

4

package.json
{
"name": "@shapediver/api.geometry-api-dto-v2",
"version": "1.1.14",
"version": "1.2.0",
"description": "Data Transfer Object Definitions of the Geometry API v2",

@@ -31,4 +31,4 @@ "keywords": [],

"lerna": "3.22.1",
"typescript": "^4.7.4"
"typescript": "^4.8.3"
}
}

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

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