Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
5
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.2 to 1.0.3

7

dist/response/SdPlatformResponseModel.d.ts

@@ -20,8 +20,15 @@ import { SdPlatformModelFileType } from "../commons/SdPlatformModelCommons";

export declare enum SdPlatformModelStatus {
/** before model upload */
Start = "start",
/** model uploaded successfully */
Waiting = "waiting",
/** model has been confirmed, settings not stored yet */
Confirmed = "confirmed",
/** model has been confirmed, settings already stored */
Done = "done",
/** model checking has been suspended, ShapeDiver admin input required */
Pending = "pending",
/** model has been denied */
Denied = "denied",
/** upload of model failed */
ErrorUpload = "error_upload",

@@ -28,0 +35,0 @@ Error = "error"

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

(function (SdPlatformModelStatus) {
/** before model upload */
SdPlatformModelStatus["Start"] = "start";
/** model uploaded successfully */
SdPlatformModelStatus["Waiting"] = "waiting";
/** model has been confirmed, settings not stored yet */
SdPlatformModelStatus["Confirmed"] = "confirmed";
/** model has been confirmed, settings already stored */
SdPlatformModelStatus["Done"] = "done";
/** model checking has been suspended, ShapeDiver admin input required */
SdPlatformModelStatus["Pending"] = "pending";
/** model has been denied */
SdPlatformModelStatus["Denied"] = "denied";
/** upload of model failed */
SdPlatformModelStatus["ErrorUpload"] = "error_upload";

@@ -23,0 +30,0 @@ SdPlatformModelStatus["Error"] = "error";

3

dist/response/SdPlatformResponseUser.d.ts

@@ -72,2 +72,3 @@ import { SdPlatformChargebeeAddon, SdPlatformChargebeeCustomer, SdPlatformChargebeeSubscription, SdPlatformChargebeePlan } from "../commons/SdPlatformChargebee";

readonly used_credits?: SdPlatformUsedCredits;
readonly roles: Array<string>;
}

@@ -81,4 +82,2 @@ /**

readonly chargebee_customer_id?: string;
/** admin roles of the user */
readonly roles: Array<string>;
}

@@ -85,0 +84,0 @@ /**

{
"name": "@shapediver/api.platform-api-dto-v1",
"version": "1.0.2",
"version": "1.0.3",
"description": "Data Transfer Object Definitions of the Platform API v1",

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