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
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.4 to 1.1.5

dist/response/SdResponseDtoSystem.d.ts

1

dist/index.d.ts

@@ -16,2 +16,3 @@ export * from "./commons/SdCommonsTicket";

export * from "./response/SdResponseDtoSetting";
export * from "./response/SdResponseDtoSystem";
//# sourceMappingURL=index.d.ts.map

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

__exportStar(require("./response/SdResponseDtoSetting"), exports);
__exportStar(require("./response/SdResponseDtoSystem"), exports);
//# sourceMappingURL=index.js.map

@@ -9,2 +9,3 @@ import { ShapeDiverResponseAnalytics } from "./SdResponseDtoAnalytics";

import { ShapeDiverResponseSettings } from "./SdResponseDtoSetting";
import { ShapeDiverResponseSystem } from "./SdResponseDtoSystem";
export interface ShapeDiverResponseDto {

@@ -39,2 +40,3 @@ version: string;

pagination?: ShapeDiverResponsePagination;
system?: ShapeDiverResponseSystem;
}

@@ -41,0 +43,0 @@ export interface ShapeDiverResponsePagination {

4

package.json
{
"name": "@shapediver/api.geometry-api-dto-v2",
"version": "1.1.4",
"description": "Data Transfer Object Definitions of the Model View APIv2",
"version": "1.1.5",
"description": "Data Transfer Object Definitions of the Geometry API v2",
"keywords": [],

@@ -6,0 +6,0 @@ "author": "Matthias Reisacher <matt@shapediver.com>",

# `api.geometry-api-dto-v2`
This library contains all *Data Transfer Object* (DTO) definitions used to communicate with the ShapeDiver Geometry - Model View APIv2.
This library contains all *Data Transfer Object* (DTO) definitions used to communicate with the ShapeDiver Geometry API v2.

@@ -5,0 +5,0 @@ ## Usage

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