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.6 to 1.1.7

3

dist/response/SdResponseDtoExport.d.ts

@@ -0,1 +1,2 @@

import { ShapeDiverResponseModelComputationStatus } from "./SdResponseDtoModelComputation";
export declare enum ShapeDiverResponseExportDefinitionType {

@@ -25,2 +26,4 @@ UNKNOWN = "unknown",

result?: ShapeDiverResponseExportResult;
status_computation?: ShapeDiverResponseModelComputationStatus;
status_collect?: ShapeDiverResponseModelComputationStatus;
}

@@ -27,0 +30,0 @@ export interface ShapeDiverResponseExportContent {

@@ -0,1 +1,2 @@

import { ShapeDiverResponseModelComputationStatus } from "./SdResponseDtoModelComputation";
export interface ShapeDiverResponseOutputDefinition {

@@ -20,2 +21,4 @@ id: string;

msg?: string;
status_computation?: ShapeDiverResponseModelComputationStatus;
status_collect?: ShapeDiverResponseModelComputationStatus;
}

@@ -22,0 +25,0 @@ export interface ShapeDiverResponseOutputContent {

2

package.json
{
"name": "@shapediver/api.geometry-api-dto-v2",
"version": "1.1.6",
"version": "1.1.7",
"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

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