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.12 to 2.9.14

2

dist/response/SdPlatformResponseModel.d.ts

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

readonly link_sharing_slug?: string;
readonly backend_access: string;
readonly backend_access: boolean;
readonly require_token: boolean;

@@ -201,0 +201,0 @@ }

import { SdPlatformResponseModelBase } from "./SdPlatformResponseModel";
import { SdPlatformResponseUserMinimal } from "./SdPlatformResponseUser";
export interface SdPlatformResposneModelSharingPolicy {
export interface SdPlatformResponseModelSharingPolicy {
/**

@@ -24,3 +24,3 @@ * Id of the sharing relationship.

*/
export interface SdPlatformResponseModelSharing extends SdPlatformResposneModelSharingPolicy {
export interface SdPlatformResponseModelSharing extends SdPlatformResponseModelSharingPolicy {
/**

@@ -62,4 +62,4 @@ * Id of the receiving user.

*/
readonly policies: Array<SdPlatformResposneModelSharingPolicy>;
readonly policies: Array<SdPlatformResponseModelSharingPolicy>;
}
//# sourceMappingURL=SdPlatformResponseModelSharing.d.ts.map

@@ -40,3 +40,3 @@ import { SdPlatformPolicyPermissionsStatusType, SdPlatformPolicyPermissionsType, SdPlatformPolicyRequiredFeatures, SdPlatformPolicyType } from "../commons/SdPlatformPolicyCommons";

*/
export interface SdPlatformResponsePolicyPermissions<Tpolicy, Tpermission> {
export interface SdPlatformResponsePolicyPermissions<Tpolicy extends string, Tpermission> {
/**

@@ -57,6 +57,4 @@ * Aliases of granted policies.

*/
readonly policies_denied_context: {
[policy_alias: string]: SdPlatformResponsePoliciesDeniedContext;
};
readonly policies_denied_context: Record<Tpolicy, SdPlatformResponsePoliciesDeniedContext>;
}
//# sourceMappingURL=SdPlatformResponsePolicy.d.ts.map
{
"name": "@shapediver/api.platform-api-dto-v1",
"version": "2.9.12",
"version": "2.9.14",
"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