@shapediver/api.platform-api-dto-v1
Advanced tools
Comparing version 2.11.2 to 2.11.7
@@ -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 @@ /** |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
229266
3466