@shapediver/api.platform-api-dto-v1
Advanced tools
Comparing version 2.16.5 to 2.16.8
@@ -20,4 +20,8 @@ /** | ||
*/ | ||
GroupAnalytics = "group.analytics" | ||
GroupAnalytics = "group.analytics", | ||
/** | ||
* Model scope "file.download" (download file permissions for model). | ||
*/ | ||
FileDownload = "file.download" | ||
} | ||
//# sourceMappingURL=SdPlatformModelTokenScopes.d.ts.map |
@@ -25,3 +25,7 @@ "use strict"; | ||
SdPlatformModelTokenScopes["GroupAnalytics"] = "group.analytics"; | ||
/** | ||
* Model scope "file.download" (download file permissions for model). | ||
*/ | ||
SdPlatformModelTokenScopes["FileDownload"] = "file.download"; | ||
})(SdPlatformModelTokenScopes = exports.SdPlatformModelTokenScopes || (exports.SdPlatformModelTokenScopes = {})); | ||
//# sourceMappingURL=SdPlatformModelTokenScopes.js.map |
@@ -60,2 +60,3 @@ /** | ||
SharedModelPolicyDirectEmbedding = "SharedModelPolicyDirectEmbedding", | ||
SharedModelPolicyDownload = "SharedModelPolicyDownload", | ||
SharedModelPolicyExport = "SharedModelPolicyExport", | ||
@@ -156,3 +157,4 @@ SharedModelPolicyIframeEmbedding = "SharedModelPolicyIframeEmbedding", | ||
delete = "delete", | ||
embedOrganization = "embed_organization" | ||
embedOrganization = "embed_organization", | ||
getTokenScopeFileDownload = "get_token_scope_file_download" | ||
} | ||
@@ -159,0 +161,0 @@ /** |
@@ -66,2 +66,3 @@ "use strict"; | ||
SdPlatformPolicyCommonAliasesModel["SharedModelPolicyDirectEmbedding"] = "SharedModelPolicyDirectEmbedding"; | ||
SdPlatformPolicyCommonAliasesModel["SharedModelPolicyDownload"] = "SharedModelPolicyDownload"; | ||
SdPlatformPolicyCommonAliasesModel["SharedModelPolicyExport"] = "SharedModelPolicyExport"; | ||
@@ -169,2 +170,3 @@ SdPlatformPolicyCommonAliasesModel["SharedModelPolicyIframeEmbedding"] = "SharedModelPolicyIframeEmbedding"; | ||
SdPlatformPolicyPermissionsModel["embedOrganization"] = "embed_organization"; | ||
SdPlatformPolicyPermissionsModel["getTokenScopeFileDownload"] = "get_token_scope_file_download"; | ||
})(SdPlatformPolicyPermissionsModel = exports.SdPlatformPolicyPermissionsModel || (exports.SdPlatformPolicyPermissionsModel = {})); | ||
@@ -171,0 +173,0 @@ /** |
@@ -5,5 +5,3 @@ import { SdPlatformNotificationCreator, SdPlatformNotificationLevel, SdPlatformNotificationClass, SdPlatformNotificationType } from "../commons/SdPlatformNotificationCommons"; | ||
*/ | ||
export interface SdPlatformRequestNotificationCreate { | ||
/** id of receiver of notification */ | ||
receiver_id: string; | ||
export interface SdPlatformRequestNotificationCreateBase { | ||
/** optional description */ | ||
@@ -36,2 +34,10 @@ description?: string; | ||
} | ||
export interface SdPlatformRequestNotificationCreate extends SdPlatformRequestNotificationCreateBase { | ||
/** id of receiver of notification */ | ||
receiver_id: string; | ||
} | ||
export interface SdPlatformRequestNotificationCreateMultiple extends SdPlatformRequestNotificationCreateBase { | ||
/** ids of receivers of notification */ | ||
receiver_ids: Array<string>; | ||
} | ||
/** | ||
@@ -38,0 +44,0 @@ * DTO for patching a notification |
@@ -17,40 +17,2 @@ /** | ||
sum: number; | ||
/** Cumulative distribution function of the session duration. */ | ||
p05: number; | ||
/** Cumulative distribution function of the session duration. */ | ||
p10: number; | ||
/** Cumulative distribution function of the session duration. */ | ||
p15: number; | ||
/** Cumulative distribution function of the session duration. */ | ||
p20: number; | ||
/** Cumulative distribution function of the session duration. */ | ||
p25: number; | ||
/** Cumulative distribution function of the session duration. */ | ||
p30: number; | ||
/** Cumulative distribution function of the session duration. */ | ||
p35: number; | ||
/** Cumulative distribution function of the session duration. */ | ||
p40: number; | ||
/** Cumulative distribution function of the session duration. */ | ||
p45: number; | ||
/** Cumulative distribution function of the session duration. */ | ||
p50: number; | ||
/** Cumulative distribution function of the session duration. */ | ||
p55: number; | ||
/** Cumulative distribution function of the session duration. */ | ||
p60: number; | ||
/** Cumulative distribution function of the session duration. */ | ||
p65: number; | ||
/** Cumulative distribution function of the session duration. */ | ||
p70: number; | ||
/** Cumulative distribution function of the session duration. */ | ||
p75: number; | ||
/** Cumulative distribution function of the session duration. */ | ||
p80: number; | ||
/** Cumulative distribution function of the session duration. */ | ||
p85: number; | ||
/** Cumulative distribution function of the session duration. */ | ||
p90: number; | ||
/** Cumulative distribution function of the session duration. */ | ||
p95: number; | ||
} | ||
@@ -73,40 +35,2 @@ /** | ||
sum: number; | ||
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */ | ||
p05: number; | ||
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */ | ||
p10: number; | ||
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */ | ||
p15: number; | ||
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */ | ||
p20: number; | ||
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */ | ||
p25: number; | ||
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */ | ||
p30: number; | ||
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */ | ||
p35: number; | ||
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */ | ||
p40: number; | ||
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */ | ||
p45: number; | ||
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */ | ||
p50: number; | ||
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */ | ||
p55: number; | ||
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */ | ||
p60: number; | ||
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */ | ||
p65: number; | ||
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */ | ||
p70: number; | ||
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */ | ||
p75: number; | ||
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */ | ||
p80: number; | ||
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */ | ||
p85: number; | ||
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */ | ||
p90: number; | ||
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */ | ||
p95: number; | ||
/** Total number of actions, for embedded sessions for which the type of action happened. */ | ||
@@ -113,0 +37,0 @@ sum_embedded: number; |
@@ -295,2 +295,4 @@ import { SdPlatformModelFileType } from "../commons/SdPlatformModelCommons"; | ||
readonly require_token: boolean; | ||
/** The document id */ | ||
readonly document_id: string; | ||
} | ||
@@ -297,0 +299,0 @@ /** |
{ | ||
"name": "@shapediver/api.platform-api-dto-v1", | ||
"version": "2.16.5", | ||
"version": "2.16.8", | ||
"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
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
285534
5221