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
5
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.11.2 to 2.11.7

4

dist/request/SdPlatformRequestOrganization.d.ts

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

limit_credit_consumption?: boolean;
/**
* updates the default backend system for the organization based on the given backend system alias,
*/
backend_system_alias?: string;
}

@@ -33,0 +37,0 @@ /**

@@ -18,2 +18,19 @@ /**

}
/**
* DTO for creating a saved state sharing relationships, which shares policies for accessing a saved state with a receiving user.
*/
export interface SdPlatformRequestSavedStateSharingCreateMultiple {
/**
* Id of the receiving user.
*/
user_id: string;
/**
* Id of the saved state being shared.
*/
saved_state_id: string;
/**
* Aliases of policies being shared.
*/
policy_aliases: Array<string>;
}
//# sourceMappingURL=SdPlatformRequestSavedStateSharing.d.ts.map

@@ -46,2 +46,3 @@ /**

readonly max_users: number;
readonly max_texture_size: number;
}

@@ -48,0 +49,0 @@ /**

@@ -12,2 +12,15 @@ import { SdPlatformChargebeeAddon, SdPlatformChargebeeCustomer, SdPlatformChargebeeSubscription, SdPlatformChargebeePlan } from "../commons/SdPlatformChargebee";

/**
* The user identities.
*/
export interface UserIdentities {
/**
* The sub of a token.
*/
readonly sub: string;
/**
* The UNIX time of authentication.
*/
readonly auth_time: string;
}
/**
* User - minimal information

@@ -79,2 +92,8 @@ */

readonly limit_credit_consumption: boolean;
readonly transfers_accept_any: boolean;
readonly transfers_clear_sharing: boolean;
readonly transfers_accept_shareback: boolean;
readonly identities: {
[id: string]: UserIdentities;
};
}

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

4

package.json
{
"name": "@shapediver/api.platform-api-dto-v1",
"version": "2.11.2",
"version": "2.11.7",
"description": "Data Transfer Object Definitions of the Platform API v1",

@@ -39,3 +39,3 @@ "keywords": [

},
"gitHead": "6f7a876b2913e0d64ad511f946418f6b94cb42cc"
"gitHead": "74a223e117708b3f4298bb56e2b187a78ec25d17"
}

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