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 2.18.0 to 2.18.1

15

dist/request/SdPlatformRequestModel.d.ts

@@ -9,2 +9,14 @@ import { SdPlatformModelFileType } from "../commons/SdPlatformModelCommons";

}
interface SdPlatformRequestModelSettings {
parameters_commit?: boolean;
parameters_disable?: boolean;
hide_data_outputs?: boolean;
hide_data_outputs_iframe?: boolean;
hide_exports?: boolean;
hide_exports_iframe?: boolean;
hide_saved_states?: boolean;
hide_saved_states_iframe?: boolean;
hide_attribute_visualization?: boolean;
hide_attribute_visualization_iframe?: boolean;
}
/**

@@ -42,2 +54,4 @@ * DTO for patching a model

allow_webhook?: boolean;
/** Settings of the model. */
settings?: SdPlatformRequestModelSettings;
}

@@ -107,2 +121,3 @@ /**

}
export {};
//# sourceMappingURL=SdPlatformRequestModel.d.ts.map

@@ -215,2 +215,17 @@ import { SdPlatformModelFileType } from "../commons/SdPlatformModelCommons";

/**
* Model settings.
*/
interface SdPlatformModelSettings {
parameters_commit: boolean;
parameters_disable: boolean;
hide_data_outputs: boolean;
hide_data_outputs_iframe: boolean;
hide_exports: boolean;
hide_exports_iframe: boolean;
hide_saved_states: boolean;
hide_saved_states_iframe: boolean;
hide_attribute_visualization: boolean;
hide_attribute_visualization_iframe: boolean;
}
/**
* Model - minimal access level.

@@ -260,2 +275,4 @@ */

readonly allow_webhook: boolean;
/** Model settings */
readonly settings: SdPlatformModelSettings;
}

@@ -262,0 +279,0 @@ /**

2

package.json
{
"name": "@shapediver/api.platform-api-dto-v1",
"version": "2.18.0",
"version": "2.18.1",
"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

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