Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
4
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.9.1 to 2.9.2

6

dist/response/SdPlatformResponseModel.d.ts

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

*/
export interface SdPlatformResponseModelPublic extends SdPlatformResponsePolicyPermissions<SdPlatformPolicyCommonAliasesModel, SdPlatformPolicyPermissionsModel> {
export interface SdPlatformResponseModelPublic extends SdPlatformResponsePolicyPermissions<SdPlatformPolicyCommonAliasesModel, SdPlatformPolicyPermissionsModel>, SdPlatformResponseModelBase {
/** Platform backend model id */
readonly id: string;
readonly title?: string;
readonly slug: string;
readonly description?: string;
readonly decoration?: Array<SdPlatformResponseImagePublic>;

@@ -176,0 +172,0 @@ readonly user?: SdPlatformResponseUserMinimal;

9

dist/response/SdPlatformResponseNotification.d.ts

@@ -54,2 +54,11 @@ import { SdPlatformResponseModelBase } from "./SdPlatformResponseModel";

}
/**
* Notification summary.
*/
export interface SdPlatformResponseNotificationSummary {
/** total quantity */
readonly total: number;
/** unread quantity */
readonly unread: number;
}
//# sourceMappingURL=SdPlatformResponseNotification.d.ts.map

@@ -1,2 +0,2 @@

import { SdPlatformPolicyCommonAliasesSavedState, SdPlatformPolicyPermissionsSavedStateType } from "../commons/SdPlatformPolicyCommons";
import { SdPlatformPolicyCommonAliasesSavedState, SdPlatformPolicyPermissionsSavedState } from "../commons/SdPlatformPolicyCommons";
import { SdPlatformSavedStateVisibility } from "../commons/SdPlatformVisibility";

@@ -11,3 +11,3 @@ import { SdPlatformResponseModelPublic } from "./SdPlatformResponseModel";

*/
export interface SdPlatformResponseSavedStateMinimal extends SdPlatformResponsePolicyPermissions<SdPlatformPolicyCommonAliasesSavedState, SdPlatformPolicyPermissionsSavedStateType> {
export interface SdPlatformResponseSavedStateMinimal extends SdPlatformResponsePolicyPermissions<SdPlatformPolicyCommonAliasesSavedState, SdPlatformPolicyPermissionsSavedState> {
readonly id: string;

@@ -14,0 +14,0 @@ readonly name: string;

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