Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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

Package Overview
Dependencies
Maintainers
4
Versions
77
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.0 to 2.9.1

2

dist/response/SdPlatformResponseModel.d.ts

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

readonly description?: string;
readonly thumbnail_url: string;
}

@@ -174,3 +175,2 @@ /**

readonly description?: string;
readonly thumbnail_url: string;
readonly decoration?: Array<SdPlatformResponseImagePublic>;

@@ -177,0 +177,0 @@ readonly user?: SdPlatformResponseUserMinimal;

@@ -0,1 +1,3 @@

import { SdPlatformResponseModelBase } from "./SdPlatformResponseModel";
import { SdPlatformResponseUserMinimal } from "./SdPlatformResponseUser";
/**

@@ -8,24 +10,36 @@ * A model sharing relationship, which shares a policy for accessing a model with a receiving user.

*/
id: string;
readonly id: string;
/**
* Id of the receiving user.
*/
user_id: string;
readonly user_id: string;
/**
* Id of the model being shared.
*/
model_id: string;
readonly model_id: string;
/**
* Alias of the policy being shared.
*/
policy_alias: string;
readonly policy_alias: string;
/**
* True if the provider of the sharing relationship (the owner of the model) has the required features_provider of the shared policy.
*/
provider_has_features: boolean;
readonly provider_has_features: boolean;
/**
* True if the receiver of the sharing relationship (the user stored in the relationship) has the required features_receiver of the shared policy.
*/
receiver_has_features: boolean;
readonly receiver_has_features: boolean;
/**
* Gets the shared model.
*/
readonly model?: SdPlatformResponseModelBase;
/**
* Gets the user that model is being shared with.
*/
readonly user?: SdPlatformResponseUserMinimal;
/**
* Gets the provider of sharing relationship
*/
readonly provider?: SdPlatformResponseUserMinimal;
}
//# sourceMappingURL=SdPlatformResponseModelSharing.d.ts.map

@@ -16,2 +16,4 @@ import { SdPlatformPolicyCommonAliasesSavedState, SdPlatformPolicyPermissionsSavedStateType } from "../commons/SdPlatformPolicyCommons";

readonly model?: SdPlatformResponseModelPublic;
readonly image?: SdPlatformResponseImagePublic;
readonly image_id?: string;
}

@@ -30,4 +32,2 @@ /**

readonly description: string;
readonly image?: SdPlatformResponseImagePublic;
readonly image_id?: string;
readonly owner_id: string;

@@ -34,0 +34,0 @@ readonly owner?: SdPlatformResponseUserMinimal;

@@ -0,1 +1,3 @@

import { SdPlatformResponseSavedStateMinimal } from "./SdPlatformResponseSavedState";
import { SdPlatformResponseUserMinimal } from "./SdPlatformResponseUser";
/**

@@ -8,24 +10,36 @@ * A saved state sharing relationship, which shares a policy for accessing a saved state with a receiving user.

*/
id: string;
readonly id: string;
/**
* Id of the receiving user.
*/
user_id: string;
readonly user_id: string;
/**
* Id of the saved state being shared.
*/
saved_state_id: string;
readonly saved_state_id: string;
/**
* Alias of the policy being shared.
*/
policy_alias: string;
readonly policy_alias: string;
/**
* True if the provider of the sharing relationship (the owner of the saved state) has the required features_provider of the shared policy.
*/
provider_has_features: boolean;
readonly provider_has_features: boolean;
/**
* True if the receiver of the sharing relationship (the user stored in the relationship) has the required features_receiver of the shared policy.
*/
receiver_has_features: boolean;
readonly receiver_has_features: boolean;
/**
* Gets the shared saved state.
*/
readonly saved_state?: SdPlatformResponseSavedStateMinimal;
/**
* Gets the user that saved state is being shared with.
*/
readonly user?: SdPlatformResponseUserMinimal;
/**
* Gets the provider of sharing relationship.
*/
readonly provider?: SdPlatformResponseUserMinimal;
}
//# sourceMappingURL=SdPlatformResponseSavedStateSharing.d.ts.map
{
"name": "@shapediver/api.platform-api-dto-v1",
"version": "2.9.0",
"version": "2.9.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

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