@shapediver/api.platform-api-dto-v1
Advanced tools
Comparing version 2.9.12 to 2.9.14
@@ -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
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
224191
3329