@shapediver/api.geometry-api-dto-v1
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49621
685