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.3 to 1.1.4

6

dist/response/SdResponseDtoError.d.ts

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

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

@@ -14,3 +15,2 @@ DATABASE_ERROR_GENERIC = "SdDatabaseErrorGeneric",

DATABASE_ERROR_SELECTOR_NOT_UNIQUE = "SdDatabaseErrorSelectorNotUnique",
CONFIG_ERROR_DEFAULT_VALUE_MISSING = "SdDefaultConfigValueMissingError",
EMAILING_ERROR = "SdEmailingError",

@@ -25,2 +25,3 @@ ERROR_ENTITY_NOT_FOUND = "SdErrorEntityNotFound",

MODEL_VALIDATION_ERROR = "SdModelValidationError",
NOT_FOUND_ERROR = "SdNotFoundError",
PARAMETER_VALIDATION_ERROR = "SdParameterValidationError",

@@ -37,4 +38,5 @@ RATE_LIMIT_ERROR_GENERIC = "SdRateLimitErrorGeneric",

TRANSFORM_CONTENT_ARRAY_ERROR = "SdTransformContentArrayError",
UNCONFIRMED_MODEL_ERROR = "SdUnconfirmedModelError"
UNCONFIRMED_MODEL_ERROR = "SdUnconfirmedModelError",
UNKNOWN = ""
}
//# sourceMappingURL=SdResponseDtoError.d.ts.map

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

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

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

ShapeDiverResponseErrorType["DATABASE_ERROR_SELECTOR_NOT_UNIQUE"] = "SdDatabaseErrorSelectorNotUnique";
ShapeDiverResponseErrorType["CONFIG_ERROR_DEFAULT_VALUE_MISSING"] = "SdDefaultConfigValueMissingError";
ShapeDiverResponseErrorType["EMAILING_ERROR"] = "SdEmailingError";

@@ -24,2 +24,3 @@ ShapeDiverResponseErrorType["ERROR_ENTITY_NOT_FOUND"] = "SdErrorEntityNotFound";

ShapeDiverResponseErrorType["MODEL_VALIDATION_ERROR"] = "SdModelValidationError";
ShapeDiverResponseErrorType["NOT_FOUND_ERROR"] = "SdNotFoundError";
ShapeDiverResponseErrorType["PARAMETER_VALIDATION_ERROR"] = "SdParameterValidationError";

@@ -37,3 +38,4 @@ ShapeDiverResponseErrorType["RATE_LIMIT_ERROR_GENERIC"] = "SdRateLimitErrorGeneric";

ShapeDiverResponseErrorType["UNCONFIRMED_MODEL_ERROR"] = "SdUnconfirmedModelError";
ShapeDiverResponseErrorType["UNKNOWN"] = "";
})(ShapeDiverResponseErrorType = exports.ShapeDiverResponseErrorType || (exports.ShapeDiverResponseErrorType = {}));
//# sourceMappingURL=SdResponseDtoError.js.map
{
"name": "@shapediver/api.geometry-api-dto-v2",
"version": "1.1.3",
"version": "1.1.4",
"description": "Data Transfer Object Definitions of the Model View APIv2",

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

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