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.8 to 2.18.9

8

dist/request/SdPlatformRequestSavedState.d.ts

@@ -49,2 +49,6 @@ import { SdPlatformSavedStateVisibility } from "../commons/SdPlatformVisibility";

settings?: SdPlatformRequestSavedStateSettings;
/**
* Display the saved state on the Iframe page indicator
*/
show_iframe?: boolean;
}

@@ -81,3 +85,7 @@ /**

settings?: SdPlatformRequestSavedStateSettings;
/**
* Display the saved state on the Iframe page indicator
*/
show_iframe?: boolean;
}
//# sourceMappingURL=SdPlatformRequestSavedState.d.ts.map

5

dist/response/SdPlatformResponseModel.d.ts

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

import { SdPlatformResponseUserMinimal } from "./SdPlatformResponseUser";
import { SdPlatformResponseSavedStatePublic } from "./SdPlatformResponseSavedState";
/** Level of trust into a model. */

@@ -336,3 +337,5 @@ export declare enum SdPlatformModelTrustlevel {

readonly ticket: string;
readonly model: SdPlatformResponseModelPublic;
readonly model: SdPlatformResponseModelPublic & {
saved_states?: SdPlatformResponseSavedStatePublic[];
};
}

@@ -339,0 +342,0 @@ /**

4

dist/response/SdPlatformResponseSavedState.d.ts

@@ -98,2 +98,6 @@ import { SdPlatformPolicyCommonAliasesSavedState, SdPlatformPolicyPermissionsSavedState } from "../commons/SdPlatformPolicyCommons";

readonly visibility_nominal: SdPlatformSavedStateVisibility;
/**
* Display the saved state on the Iframe page indicator
*/
readonly show_iframe: boolean;
}

@@ -100,0 +104,0 @@ /**

{
"name": "@shapediver/api.platform-api-dto-v1",
"version": "2.18.8",
"version": "2.18.9",
"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

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