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

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

Package Overview
Dependencies
Maintainers
5
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.1.3 to 1.1.4

6

dist/request/SdRequestDto.d.ts

@@ -14,4 +14,6 @@ export declare enum ShapeDiverRequestTicketType {

export interface ShapeDiverRequestModelStatisticsPart {
"modelid": string;
"timestamp": string;
"modelid": string | string[];
"timestamp"?: string | string[];
"timestamp_from"?: string;
"timestamp_to"?: string;
}

@@ -18,0 +20,0 @@ export declare type ShapeDiverRequestModelStatistics = {

@@ -9,3 +9,3 @@ export interface ShapeDiverResponseError {

CACHE_ERROR_GENERIC = "SdCacheErrorGeneric",
CONFIG_ERROR_DEFAULT_VALUE_MISSING = "SdDefaultConfigValueMissingError",
CONNECTOR_ERROR = "SdConnectorError",
DATABASE_ERROR_FILTER_INVALID = "SdDatabaseErrorFilterInvalid",

@@ -27,2 +27,3 @@ DATABASE_ERROR_GENERIC = "SdDatabaseErrorGeneric",

RATE_LIMIT_ERROR_GENERIC = "SdRateLimitErrorGeneric",
REQUEST_TIMEOUT = "SdRequestTimeout",
REQUEST_VALIDATION_ERROR = "SdRequestValidationError",

@@ -29,0 +30,0 @@ RESOURCE_GONE_ERROR = "SdResourceGoneError",

@@ -8,3 +8,3 @@ "use strict";

ShapeDiverResponseErrorType["CACHE_ERROR_GENERIC"] = "SdCacheErrorGeneric";
ShapeDiverResponseErrorType["CONFIG_ERROR_DEFAULT_VALUE_MISSING"] = "SdDefaultConfigValueMissingError";
ShapeDiverResponseErrorType["CONNECTOR_ERROR"] = "SdConnectorError";
ShapeDiverResponseErrorType["DATABASE_ERROR_FILTER_INVALID"] = "SdDatabaseErrorFilterInvalid";

@@ -26,2 +26,3 @@ ShapeDiverResponseErrorType["DATABASE_ERROR_GENERIC"] = "SdDatabaseErrorGeneric";

ShapeDiverResponseErrorType["RATE_LIMIT_ERROR_GENERIC"] = "SdRateLimitErrorGeneric";
ShapeDiverResponseErrorType["REQUEST_TIMEOUT"] = "SdRequestTimeout";
ShapeDiverResponseErrorType["REQUEST_VALIDATION_ERROR"] = "SdRequestValidationError";

@@ -28,0 +29,0 @@ ShapeDiverResponseErrorType["RESOURCE_GONE_ERROR"] = "SdResourceGoneError";

{
"name": "@shapediver/api.geometry-api-dto-v1",
"version": "1.1.3",
"description": "Data Transfer Object Definitions of the Model View APIv1",
"version": "1.1.4",
"description": "Data Transfer Object Definitions of the Geometry API v1",
"keywords": [],

@@ -29,4 +29,4 @@ "author": "Matthias Reisacher <matt@shapediver.com>",

"lerna": "3.22.1",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
}
}
# `api.api.geometry-api-dto-v1`
This library contains all *Data Transfer Object* (DTO) definitions used to communicate with the ShapeDiver Geometry - Model View APIv1.
This library contains all *Data Transfer Object* (DTO) definitions used to communicate with the ShapeDiver Geometry API v1.

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

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