@shapediver/api.platform-api-dto-v1 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/dist/commons/SdPlatformApiTokenScopes.d.ts +33 -0
- package/dist/commons/SdPlatformApiTokenScopes.d.ts.map +1 -0
- package/dist/commons/SdPlatformApiTokenScopes.js +37 -0
- package/dist/commons/SdPlatformApiTokenScopes.js.map +1 -0
- package/dist/commons/SdPlatformChargebee.d.ts +8 -0
- package/dist/commons/SdPlatformChargebee.d.ts.map +1 -0
- package/dist/commons/SdPlatformChargebee.js +3 -0
- package/dist/commons/SdPlatformChargebee.js.map +1 -0
- package/dist/commons/SdPlatformModelCommons.d.ts +5 -0
- package/dist/commons/SdPlatformModelCommons.d.ts.map +1 -0
- package/dist/commons/SdPlatformModelCommons.js +9 -0
- package/dist/commons/SdPlatformModelCommons.js.map +1 -0
- package/dist/commons/SdPlatformModelTokenScopes.d.ts +10 -0
- package/dist/commons/SdPlatformModelTokenScopes.d.ts.map +1 -0
- package/dist/commons/SdPlatformModelTokenScopes.js +14 -0
- package/dist/commons/SdPlatformModelTokenScopes.js.map +1 -0
- package/dist/commons/SdPlatformNotificationCommons.d.ts +55 -0
- package/dist/commons/SdPlatformNotificationCommons.d.ts.map +1 -0
- package/dist/commons/SdPlatformNotificationCommons.js +65 -0
- package/dist/commons/SdPlatformNotificationCommons.js.map +1 -0
- package/dist/commons/SdPlatformOrganizationCommons.d.ts +29 -0
- package/dist/commons/SdPlatformOrganizationCommons.d.ts.map +1 -0
- package/dist/commons/SdPlatformOrganizationCommons.js +33 -0
- package/dist/commons/SdPlatformOrganizationCommons.js.map +1 -0
- package/dist/commons/SdPlatformPolicyCommons.d.ts +299 -0
- package/dist/commons/SdPlatformPolicyCommons.d.ts.map +1 -0
- package/dist/commons/SdPlatformPolicyCommons.js +288 -0
- package/dist/commons/SdPlatformPolicyCommons.js.map +1 -0
- package/dist/commons/SdPlatformUsedCredits.d.ts +7 -0
- package/dist/commons/SdPlatformUsedCredits.d.ts.map +1 -0
- package/dist/commons/SdPlatformUsedCredits.js +3 -0
- package/dist/commons/SdPlatformUsedCredits.js.map +1 -0
- package/dist/commons/SdPlatformVisibility.d.ts +35 -0
- package/dist/commons/SdPlatformVisibility.d.ts.map +1 -0
- package/dist/commons/SdPlatformVisibility.js +43 -0
- package/dist/commons/SdPlatformVisibility.js.map +1 -0
- package/dist/index.d.ts +50 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +66 -0
- package/dist/index.js.map +1 -0
- package/dist/request/SdPlatformAuthRequest.d.ts +21 -0
- package/dist/request/SdPlatformAuthRequest.d.ts.map +1 -0
- package/dist/request/SdPlatformAuthRequest.js +13 -0
- package/dist/request/SdPlatformAuthRequest.js.map +1 -0
- package/dist/request/SdPlatformBaseRequestTypes.d.ts +46 -0
- package/dist/request/SdPlatformBaseRequestTypes.d.ts.map +1 -0
- package/dist/request/SdPlatformBaseRequestTypes.js +9 -0
- package/dist/request/SdPlatformBaseRequestTypes.js.map +1 -0
- package/dist/request/SdPlatformRequestApiToken.d.ts +24 -0
- package/dist/request/SdPlatformRequestApiToken.d.ts.map +1 -0
- package/dist/request/SdPlatformRequestApiToken.js +3 -0
- package/dist/request/SdPlatformRequestApiToken.js.map +1 -0
- package/dist/request/SdPlatformRequestBackendSystem.d.ts +64 -0
- package/dist/request/SdPlatformRequestBackendSystem.d.ts.map +1 -0
- package/dist/request/SdPlatformRequestBackendSystem.js +3 -0
- package/dist/request/SdPlatformRequestBackendSystem.js.map +1 -0
- package/dist/request/SdPlatformRequestBookmark.d.ts +8 -0
- package/dist/request/SdPlatformRequestBookmark.d.ts.map +1 -0
- package/dist/request/SdPlatformRequestBookmark.js +3 -0
- package/dist/request/SdPlatformRequestBookmark.js.map +1 -0
- package/dist/request/SdPlatformRequestChargebee.d.ts +12 -0
- package/dist/request/SdPlatformRequestChargebee.d.ts.map +1 -0
- package/dist/request/SdPlatformRequestChargebee.js +3 -0
- package/dist/request/SdPlatformRequestChargebee.js.map +1 -0
- package/dist/request/SdPlatformRequestDomain.d.ts +19 -0
- package/dist/request/SdPlatformRequestDomain.d.ts.map +1 -0
- package/dist/request/SdPlatformRequestDomain.js +3 -0
- package/dist/request/SdPlatformRequestDomain.js.map +1 -0
- package/dist/request/SdPlatformRequestImage.d.ts +17 -0
- package/dist/request/SdPlatformRequestImage.d.ts.map +1 -0
- package/dist/request/SdPlatformRequestImage.js +3 -0
- package/dist/request/SdPlatformRequestImage.js.map +1 -0
- package/dist/request/SdPlatformRequestModel.d.ts +47 -0
- package/dist/request/SdPlatformRequestModel.d.ts.map +1 -0
- package/dist/request/SdPlatformRequestModel.js +9 -0
- package/dist/request/SdPlatformRequestModel.js.map +1 -0
- package/dist/request/SdPlatformRequestModelSharing.d.ts +18 -0
- package/dist/request/SdPlatformRequestModelSharing.d.ts.map +1 -0
- package/dist/request/SdPlatformRequestModelSharing.js +3 -0
- package/dist/request/SdPlatformRequestModelSharing.js.map +1 -0
- package/dist/request/SdPlatformRequestModelToken.d.ts +10 -0
- package/dist/request/SdPlatformRequestModelToken.d.ts.map +1 -0
- package/dist/request/SdPlatformRequestModelToken.js +3 -0
- package/dist/request/SdPlatformRequestModelToken.js.map +1 -0
- package/dist/request/SdPlatformRequestModelTransfer.d.ts +15 -0
- package/dist/request/SdPlatformRequestModelTransfer.d.ts.map +1 -0
- package/dist/request/SdPlatformRequestModelTransfer.js +3 -0
- package/dist/request/SdPlatformRequestModelTransfer.js.map +1 -0
- package/dist/request/SdPlatformRequestNotification.d.ts +39 -0
- package/dist/request/SdPlatformRequestNotification.d.ts.map +1 -0
- package/dist/request/SdPlatformRequestNotification.js +3 -0
- package/dist/request/SdPlatformRequestNotification.js.map +1 -0
- package/dist/request/SdPlatformRequestOrganization.d.ts +51 -0
- package/dist/request/SdPlatformRequestOrganization.d.ts.map +1 -0
- package/dist/request/SdPlatformRequestOrganization.js +3 -0
- package/dist/request/SdPlatformRequestOrganization.js.map +1 -0
- package/dist/request/SdPlatformRequestPolicy.d.ts +40 -0
- package/dist/request/SdPlatformRequestPolicy.d.ts.map +1 -0
- package/dist/request/SdPlatformRequestPolicy.js +3 -0
- package/dist/request/SdPlatformRequestPolicy.js.map +1 -0
- package/dist/request/SdPlatformRequestSavedState.d.ts +27 -0
- package/dist/request/SdPlatformRequestSavedState.d.ts.map +1 -0
- package/dist/request/SdPlatformRequestSavedState.js +3 -0
- package/dist/request/SdPlatformRequestSavedState.js.map +1 -0
- package/dist/request/SdPlatformRequestSavedStateSharing.d.ts +18 -0
- package/dist/request/SdPlatformRequestSavedStateSharing.d.ts.map +1 -0
- package/dist/request/SdPlatformRequestSavedStateSharing.js +3 -0
- package/dist/request/SdPlatformRequestSavedStateSharing.js.map +1 -0
- package/dist/request/SdPlatformRequestUser.d.ts +77 -0
- package/dist/request/SdPlatformRequestUser.d.ts.map +1 -0
- package/dist/request/SdPlatformRequestUser.js +3 -0
- package/dist/request/SdPlatformRequestUser.js.map +1 -0
- package/dist/request/SdPlatformRequestWebhook.d.ts +40 -0
- package/dist/request/SdPlatformRequestWebhook.d.ts.map +1 -0
- package/dist/request/SdPlatformRequestWebhook.js +3 -0
- package/dist/request/SdPlatformRequestWebhook.js.map +1 -0
- package/dist/response/SdPlatformAuthResponse.d.ts +15 -0
- package/dist/response/SdPlatformAuthResponse.d.ts.map +1 -0
- package/dist/response/SdPlatformAuthResponse.js +3 -0
- package/dist/response/SdPlatformAuthResponse.js.map +1 -0
- package/dist/response/SdPlatformBaseResponseTypes.d.ts +43 -0
- package/dist/response/SdPlatformBaseResponseTypes.d.ts.map +1 -0
- package/dist/response/SdPlatformBaseResponseTypes.js +3 -0
- package/dist/response/SdPlatformBaseResponseTypes.js.map +1 -0
- package/dist/response/SdPlatformResponseAnalytics.d.ts +159 -0
- package/dist/response/SdPlatformResponseAnalytics.d.ts.map +1 -0
- package/dist/response/SdPlatformResponseAnalytics.js +12 -0
- package/dist/response/SdPlatformResponseAnalytics.js.map +1 -0
- package/dist/response/SdPlatformResponseApiToken.d.ts +25 -0
- package/dist/response/SdPlatformResponseApiToken.d.ts.map +1 -0
- package/dist/response/SdPlatformResponseApiToken.js +3 -0
- package/dist/response/SdPlatformResponseApiToken.js.map +1 -0
- package/dist/response/SdPlatformResponseBackendSystem.d.ts +52 -0
- package/dist/response/SdPlatformResponseBackendSystem.d.ts.map +1 -0
- package/dist/response/SdPlatformResponseBackendSystem.js +3 -0
- package/dist/response/SdPlatformResponseBackendSystem.js.map +1 -0
- package/dist/response/SdPlatformResponseChargebee.d.ts +33 -0
- package/dist/response/SdPlatformResponseChargebee.d.ts.map +1 -0
- package/dist/response/SdPlatformResponseChargebee.js +11 -0
- package/dist/response/SdPlatformResponseChargebee.js.map +1 -0
- package/dist/response/SdPlatformResponseDocument.d.ts +6 -0
- package/dist/response/SdPlatformResponseDocument.d.ts.map +1 -0
- package/dist/response/SdPlatformResponseDocument.js +3 -0
- package/dist/response/SdPlatformResponseDocument.js.map +1 -0
- package/dist/response/SdPlatformResponseDomain.d.ts +26 -0
- package/dist/response/SdPlatformResponseDomain.d.ts.map +1 -0
- package/dist/response/SdPlatformResponseDomain.js +3 -0
- package/dist/response/SdPlatformResponseDomain.js.map +1 -0
- package/dist/response/SdPlatformResponseFeatures.d.ts +55 -0
- package/dist/response/SdPlatformResponseFeatures.d.ts.map +1 -0
- package/dist/response/SdPlatformResponseFeatures.js +3 -0
- package/dist/response/SdPlatformResponseFeatures.js.map +1 -0
- package/dist/response/SdPlatformResponseHttpLog.d.ts +15 -0
- package/dist/response/SdPlatformResponseHttpLog.d.ts.map +1 -0
- package/dist/response/SdPlatformResponseHttpLog.js +3 -0
- package/dist/response/SdPlatformResponseHttpLog.js.map +1 -0
- package/dist/response/SdPlatformResponseImage.d.ts +35 -0
- package/dist/response/SdPlatformResponseImage.d.ts.map +1 -0
- package/dist/response/SdPlatformResponseImage.js +3 -0
- package/dist/response/SdPlatformResponseImage.js.map +1 -0
- package/dist/response/SdPlatformResponseModel.d.ts +189 -0
- package/dist/response/SdPlatformResponseModel.d.ts.map +1 -0
- package/dist/response/SdPlatformResponseModel.js +44 -0
- package/dist/response/SdPlatformResponseModel.js.map +1 -0
- package/dist/response/SdPlatformResponseModelSharing.d.ts +30 -0
- package/dist/response/SdPlatformResponseModelSharing.d.ts.map +1 -0
- package/dist/response/SdPlatformResponseModelSharing.js +3 -0
- package/dist/response/SdPlatformResponseModelSharing.js.map +1 -0
- package/dist/response/SdPlatformResponseModelToken.d.ts +24 -0
- package/dist/response/SdPlatformResponseModelToken.d.ts.map +1 -0
- package/dist/response/SdPlatformResponseModelToken.js +3 -0
- package/dist/response/SdPlatformResponseModelToken.js.map +1 -0
- package/dist/response/SdPlatformResponseNotification.d.ts +53 -0
- package/dist/response/SdPlatformResponseNotification.d.ts.map +1 -0
- package/dist/response/SdPlatformResponseNotification.js +3 -0
- package/dist/response/SdPlatformResponseNotification.js.map +1 -0
- package/dist/response/SdPlatformResponseOrganization.d.ts +62 -0
- package/dist/response/SdPlatformResponseOrganization.d.ts.map +1 -0
- package/dist/response/SdPlatformResponseOrganization.js +3 -0
- package/dist/response/SdPlatformResponseOrganization.js.map +1 -0
- package/dist/response/SdPlatformResponsePolicy.d.ts +42 -0
- package/dist/response/SdPlatformResponsePolicy.d.ts.map +1 -0
- package/dist/response/SdPlatformResponsePolicy.js +3 -0
- package/dist/response/SdPlatformResponsePolicy.js.map +1 -0
- package/dist/response/SdPlatformResponseSavedState.d.ts +47 -0
- package/dist/response/SdPlatformResponseSavedState.d.ts.map +1 -0
- package/dist/response/SdPlatformResponseSavedState.js +3 -0
- package/dist/response/SdPlatformResponseSavedState.js.map +1 -0
- package/dist/response/SdPlatformResponseSavedStateSharing.d.ts +30 -0
- package/dist/response/SdPlatformResponseSavedStateSharing.d.ts.map +1 -0
- package/dist/response/SdPlatformResponseSavedStateSharing.js +3 -0
- package/dist/response/SdPlatformResponseSavedStateSharing.js.map +1 -0
- package/dist/response/SdPlatformResponseTag.d.ts +17 -0
- package/dist/response/SdPlatformResponseTag.d.ts.map +1 -0
- package/dist/response/SdPlatformResponseTag.js +3 -0
- package/dist/response/SdPlatformResponseTag.js.map +1 -0
- package/dist/response/SdPlatformResponseUser.d.ts +87 -0
- package/dist/response/SdPlatformResponseUser.d.ts.map +1 -0
- package/dist/response/SdPlatformResponseUser.js +3 -0
- package/dist/response/SdPlatformResponseUser.js.map +1 -0
- package/package.json +38 -0
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Analytics on session duration.
|
|
3
|
+
*/
|
|
4
|
+
export interface SdPlatformResponseSessionAnalyticsOnDuration {
|
|
5
|
+
/** Average duration of sessions. */
|
|
6
|
+
avg: number;
|
|
7
|
+
/** Number of (technical) sessions from all sources (duration) or from one specific source (app, embedded, backend, desktop). */
|
|
8
|
+
count: number;
|
|
9
|
+
/** Billable duration-based credit count for all sessions, based on maximum duration of 10 minutes per credit. */
|
|
10
|
+
billable_count: number;
|
|
11
|
+
/** Cumulative distribution function of the session duration. */
|
|
12
|
+
max?: number;
|
|
13
|
+
/** Cumulative distribution function of the session duration. */
|
|
14
|
+
min?: number;
|
|
15
|
+
/** Total duration of sessions. */
|
|
16
|
+
sum: number;
|
|
17
|
+
/** Cumulative distribution function of the session duration. */
|
|
18
|
+
p05: number;
|
|
19
|
+
/** Cumulative distribution function of the session duration. */
|
|
20
|
+
p10: number;
|
|
21
|
+
/** Cumulative distribution function of the session duration. */
|
|
22
|
+
p15: number;
|
|
23
|
+
/** Cumulative distribution function of the session duration. */
|
|
24
|
+
p20: number;
|
|
25
|
+
/** Cumulative distribution function of the session duration. */
|
|
26
|
+
p25: number;
|
|
27
|
+
/** Cumulative distribution function of the session duration. */
|
|
28
|
+
p30: number;
|
|
29
|
+
/** Cumulative distribution function of the session duration. */
|
|
30
|
+
p35: number;
|
|
31
|
+
/** Cumulative distribution function of the session duration. */
|
|
32
|
+
p40: number;
|
|
33
|
+
/** Cumulative distribution function of the session duration. */
|
|
34
|
+
p45: number;
|
|
35
|
+
/** Cumulative distribution function of the session duration. */
|
|
36
|
+
p50: number;
|
|
37
|
+
/** Cumulative distribution function of the session duration. */
|
|
38
|
+
p55: number;
|
|
39
|
+
/** Cumulative distribution function of the session duration. */
|
|
40
|
+
p60: number;
|
|
41
|
+
/** Cumulative distribution function of the session duration. */
|
|
42
|
+
p65: number;
|
|
43
|
+
/** Cumulative distribution function of the session duration. */
|
|
44
|
+
p70: number;
|
|
45
|
+
/** Cumulative distribution function of the session duration. */
|
|
46
|
+
p75: number;
|
|
47
|
+
/** Cumulative distribution function of the session duration. */
|
|
48
|
+
p80: number;
|
|
49
|
+
/** Cumulative distribution function of the session duration. */
|
|
50
|
+
p85: number;
|
|
51
|
+
/** Cumulative distribution function of the session duration. */
|
|
52
|
+
p90: number;
|
|
53
|
+
/** Cumulative distribution function of the session duration. */
|
|
54
|
+
p95: number;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Analytics on a type of action (customization, export) per session.
|
|
58
|
+
*/
|
|
59
|
+
export interface SdPlatformResponseSessionAnalyticsOnAction {
|
|
60
|
+
/** Average number of actions per session, for sessions for which the type of action happened. */
|
|
61
|
+
avg: number;
|
|
62
|
+
/** Number of sessions for which the type of action happened. */
|
|
63
|
+
count: number;
|
|
64
|
+
/** Billable duration-based credit count for sessions for which the type of action happened. */
|
|
65
|
+
billable_count: number;
|
|
66
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
67
|
+
max?: number;
|
|
68
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
69
|
+
min?: number;
|
|
70
|
+
/** Total number of actions that happened. */
|
|
71
|
+
sum: number;
|
|
72
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
73
|
+
p05: number;
|
|
74
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
75
|
+
p10: number;
|
|
76
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
77
|
+
p15: number;
|
|
78
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
79
|
+
p20: number;
|
|
80
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
81
|
+
p25: number;
|
|
82
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
83
|
+
p30: number;
|
|
84
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
85
|
+
p35: number;
|
|
86
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
87
|
+
p40: number;
|
|
88
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
89
|
+
p45: number;
|
|
90
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
91
|
+
p50: number;
|
|
92
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
93
|
+
p55: number;
|
|
94
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
95
|
+
p60: number;
|
|
96
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
97
|
+
p65: number;
|
|
98
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
99
|
+
p70: number;
|
|
100
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
101
|
+
p75: number;
|
|
102
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
103
|
+
p80: number;
|
|
104
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
105
|
+
p85: number;
|
|
106
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
107
|
+
p90: number;
|
|
108
|
+
/** Cumulative distribution function of the number of actions per session, for sessions for which the type of action happened. */
|
|
109
|
+
p95: number;
|
|
110
|
+
/** Total number of actions, for embedded sessions for which the type of action happened. */
|
|
111
|
+
sum_embedded: number;
|
|
112
|
+
/** Total number of actions, for ShapeDiver Platform sessions for which the type of action happened. */
|
|
113
|
+
sum_app: number;
|
|
114
|
+
/** Total number of actions, for backend sessions for which the type of action happened. */
|
|
115
|
+
sum_backend: number;
|
|
116
|
+
/** Total number of actions, for desktop client sessions for which the type of action happened. */
|
|
117
|
+
sum_desktop: number;
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* Analytics on duration depending on type of session (source of traffic), and on action (customization, export).
|
|
121
|
+
*/
|
|
122
|
+
export interface SdPlatformResponseModelSessionAnalytics {
|
|
123
|
+
/** Analytics on session duration for all traffic sources. */
|
|
124
|
+
duration?: SdPlatformResponseSessionAnalyticsOnDuration;
|
|
125
|
+
/** Analytics on session duration for sessions from the ShapeDiver Platform. */
|
|
126
|
+
app?: SdPlatformResponseSessionAnalyticsOnDuration;
|
|
127
|
+
/** Analytics on session duration for backend sessions. */
|
|
128
|
+
backend?: SdPlatformResponseSessionAnalyticsOnDuration;
|
|
129
|
+
/** Analytics on session duration for desktop client sessions. */
|
|
130
|
+
desktop?: SdPlatformResponseSessionAnalyticsOnDuration;
|
|
131
|
+
/** Analytics on session duration for embedded sessions. */
|
|
132
|
+
embedded?: SdPlatformResponseSessionAnalyticsOnDuration;
|
|
133
|
+
/** Analytics on customization requests. */
|
|
134
|
+
customize?: SdPlatformResponseSessionAnalyticsOnAction;
|
|
135
|
+
/** Analytics on export requests. */
|
|
136
|
+
export?: SdPlatformResponseSessionAnalyticsOnAction;
|
|
137
|
+
}
|
|
138
|
+
export declare enum SdPlatformResponseAnalyticsTimestampType {
|
|
139
|
+
Hour = "hour",
|
|
140
|
+
Day = "day",
|
|
141
|
+
Month = "month",
|
|
142
|
+
Year = "year"
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* Analytics on session duration and on actions, for all models of a user, for a given timestamp.
|
|
146
|
+
*/
|
|
147
|
+
export interface SdPlatformResponseUserModelSessionAnalyticsPerTimestamp {
|
|
148
|
+
/** id of user */
|
|
149
|
+
user_id: string;
|
|
150
|
+
/** type of timestamp */
|
|
151
|
+
timestamp_type: SdPlatformResponseAnalyticsTimestampType;
|
|
152
|
+
/** timestamp in epoch format */
|
|
153
|
+
timestamp_date: number;
|
|
154
|
+
/** timestamp in format YYYY or YYYYMM or YYYYMMDD or YYYYMMDDHH */
|
|
155
|
+
timestamp: string;
|
|
156
|
+
/** aggregated analytics data */
|
|
157
|
+
data: SdPlatformResponseModelSessionAnalytics;
|
|
158
|
+
}
|
|
159
|
+
//# sourceMappingURL=SdPlatformResponseAnalytics.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformResponseAnalytics.d.ts","sourceRoot":"","sources":["../../src/response/SdPlatformResponseAnalytics.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SdPlatformResponseAnalyticsTimestampType = void 0;
|
|
4
|
+
var SdPlatformResponseAnalyticsTimestampType;
|
|
5
|
+
(function (SdPlatformResponseAnalyticsTimestampType) {
|
|
6
|
+
SdPlatformResponseAnalyticsTimestampType["Hour"] = "hour";
|
|
7
|
+
SdPlatformResponseAnalyticsTimestampType["Day"] = "day";
|
|
8
|
+
SdPlatformResponseAnalyticsTimestampType["Month"] = "month";
|
|
9
|
+
SdPlatformResponseAnalyticsTimestampType["Year"] = "year";
|
|
10
|
+
})(SdPlatformResponseAnalyticsTimestampType = exports.SdPlatformResponseAnalyticsTimestampType || (exports.SdPlatformResponseAnalyticsTimestampType = {}));
|
|
11
|
+
;
|
|
12
|
+
//# sourceMappingURL=SdPlatformResponseAnalytics.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformResponseAnalytics.js","sourceRoot":"","sources":["../../src/response/SdPlatformResponseAnalytics.ts"],"names":[],"mappings":";;;AAgJA,IAAY,wCAMX;AAND,WAAY,wCAAwC;IAEhD,yDAAa,CAAA;IACb,uDAAW,CAAA;IACX,2DAAe,CAAA;IACf,yDAAa,CAAA;AACjB,CAAC,EANW,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAMnD;AAAA,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { SdPlatformApiTokenScopes } from "../commons/SdPlatformApiTokenScopes";
|
|
2
|
+
/**
|
|
3
|
+
* An API token
|
|
4
|
+
*/
|
|
5
|
+
export interface SdPlatformResponseApiToken {
|
|
6
|
+
/** the key id of the API token, to be used as username when authenticating */
|
|
7
|
+
readonly key_id: string;
|
|
8
|
+
/** scopes which the API token is limited to */
|
|
9
|
+
readonly scope: Array<SdPlatformApiTokenScopes>;
|
|
10
|
+
/** epoch timestamp until which the API token shall be valid */
|
|
11
|
+
readonly valid_until: number;
|
|
12
|
+
/** whether the token is currently active */
|
|
13
|
+
readonly active: boolean;
|
|
14
|
+
/** description of the token */
|
|
15
|
+
readonly description: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* An API token which has been newly created
|
|
19
|
+
* Note: This is your only chance to obtain the key_secret!
|
|
20
|
+
*/
|
|
21
|
+
export interface SdPlatformResponseApiTokenWithSecret extends SdPlatformResponseApiToken {
|
|
22
|
+
/** the key secret of the API token, to be used as the password when authenticating */
|
|
23
|
+
readonly key_secret: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=SdPlatformResponseApiToken.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformResponseApiToken.d.ts","sourceRoot":"","sources":["../../src/response/SdPlatformResponseApiToken.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAE/E;;GAEG;AACH,MAAM,WAAW,0BAA0B;IAEvC,8EAA8E;IAC9E,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,+CAA+C;IAC/C,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,wBAAwB,CAAC,CAAC;IAChD,+DAA+D;IAC/D,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,4CAA4C;IAC5C,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC;IACzB,+BAA+B;IAC/B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;CAChC;AAED;;;GAGG;AACH,MAAM,WAAW,oCAAqC,SAAQ,0BAA0B;IAEpF,sFAAsF;IACtF,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;CAC/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformResponseApiToken.js","sourceRoot":"","sources":["../../src/response/SdPlatformResponseApiToken.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A ShapeDiver Geometry Backend System
|
|
3
|
+
*/
|
|
4
|
+
export interface SdPlatformResponseBackendSystem {
|
|
5
|
+
/** Id of the geometry backend system */
|
|
6
|
+
readonly id: string;
|
|
7
|
+
/** The endpoint of the ShapeDiver Geometry Backend System */
|
|
8
|
+
readonly model_view_url: string;
|
|
9
|
+
/** The endpoint of the ShapeDiver Geometry Backend System. Obsolete, will be phased out */
|
|
10
|
+
readonly model_mgmt_url: string;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* A ShapeDiver Geometry Backend System - admin access level
|
|
14
|
+
*/
|
|
15
|
+
export interface SdPlatformResponseBackendSystemAdmin extends SdPlatformResponseBackendSystem {
|
|
16
|
+
/** obsolete, will be phased out */
|
|
17
|
+
readonly model_view_user?: string;
|
|
18
|
+
/** obsolete, will be phased out */
|
|
19
|
+
readonly model_view_pass?: string;
|
|
20
|
+
/** obsolete, will be phased out */
|
|
21
|
+
readonly model_mgmt_user?: string;
|
|
22
|
+
/** obsolete, will be phased out */
|
|
23
|
+
readonly model_mgmt_pass?: string;
|
|
24
|
+
/** obsolete, will be phased out */
|
|
25
|
+
readonly use_token_authentication: boolean;
|
|
26
|
+
/** Shall this backend system be used by default? */
|
|
27
|
+
readonly use_by_default: boolean;
|
|
28
|
+
/** Is this a productive backend system? */
|
|
29
|
+
readonly is_production: boolean;
|
|
30
|
+
/** Maximum allowed value of max_comp_time for models on this system */
|
|
31
|
+
readonly max_max_comp_time?: number;
|
|
32
|
+
/** Maximum allowed value of num_loaded_max for models on this system */
|
|
33
|
+
readonly max_num_loaded_max?: number;
|
|
34
|
+
/** epoch timestamp */
|
|
35
|
+
readonly created_at: string;
|
|
36
|
+
/** epoch timestamp */
|
|
37
|
+
readonly updated_at: string;
|
|
38
|
+
/** epoch timestamp */
|
|
39
|
+
readonly deleted_at?: string;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* A token and access point for accessing a ShapeDiver Geometry Backend System
|
|
43
|
+
*/
|
|
44
|
+
export interface SdPlatformResponseBackendSystemToken {
|
|
45
|
+
/** Bearer token */
|
|
46
|
+
readonly access_token: string;
|
|
47
|
+
/** The endpoint of the ShapeDiver Geometry Backend System */
|
|
48
|
+
readonly model_view_url: string;
|
|
49
|
+
/** The endpoint of the ShapeDiver Geometry Backend System. Obsolete, will be phased out */
|
|
50
|
+
readonly model_mgmt_url: string;
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=SdPlatformResponseBackendSystem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformResponseBackendSystem.d.ts","sourceRoot":"","sources":["../../src/response/SdPlatformResponseBackendSystem.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAE5C,wCAAwC;IACxC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IAEpB,6DAA6D;IAC7D,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAEhC,2FAA2F;IAC3F,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;CACnC;AAED;;GAEG;AACH,MAAM,WAAW,oCAAqC,SAAQ,+BAA+B;IAEzF,mCAAmC;IACnC,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IAElC,mCAAmC;IACnC,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IAElC,mCAAmC;IACnC,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IAElC,mCAAmC;IACnC,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IAElC,mCAAmC;IACnC,QAAQ,CAAC,wBAAwB,EAAE,OAAO,CAAC;IAE3C,oDAAoD;IACpD,QAAQ,CAAC,cAAc,EAAE,OAAO,CAAC;IAEjC,2CAA2C;IAC3C,QAAQ,CAAC,aAAa,EAAE,OAAO,CAAC;IAEhC,uEAAuE;IACvE,QAAQ,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAEpC,wEAAwE;IACxE,QAAQ,CAAC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAErC,sBAAsB;IACtB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAE5B,sBAAsB;IACtB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAE5B,sBAAsB;IACtB,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;CAChC;AAED;;GAEG;AACH,MAAM,WAAW,oCAAoC;IAEjD,mBAAmB;IACnB,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAE9B,6DAA6D;IAC7D,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAEhC,2FAA2F;IAC3F,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;CAEnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformResponseBackendSystem.js","sourceRoot":"","sources":["../../src/response/SdPlatformResponseBackendSystem.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { SdPlatformChargebeeHostedPage, SdPlatformChargebeePortalSession } from "../commons/SdPlatformChargebee";
|
|
2
|
+
import { SdPlatformResponseFeatures } from "./SdPlatformResponseFeatures";
|
|
3
|
+
export declare enum SdPlatformResponseChargebeeCurrencyCode {
|
|
4
|
+
USD = "USD",
|
|
5
|
+
AUD = "AUD",
|
|
6
|
+
EUR = "EUR",
|
|
7
|
+
GBP = "GBP"
|
|
8
|
+
}
|
|
9
|
+
export interface SdPlatformResponseChargebeePlan {
|
|
10
|
+
readonly id: string;
|
|
11
|
+
readonly name: string;
|
|
12
|
+
readonly price: number;
|
|
13
|
+
readonly description: string;
|
|
14
|
+
readonly currency_code: SdPlatformResponseChargebeeCurrencyCode;
|
|
15
|
+
readonly invoice_name: string;
|
|
16
|
+
readonly enabled_in_hosted_pages: boolean;
|
|
17
|
+
readonly cf_free_plan?: boolean;
|
|
18
|
+
readonly cf_active_from?: string;
|
|
19
|
+
readonly cf_active_to?: string;
|
|
20
|
+
readonly period: number;
|
|
21
|
+
readonly period_unit: string;
|
|
22
|
+
readonly trial_period?: number;
|
|
23
|
+
readonly trial_period_unit?: string;
|
|
24
|
+
readonly features?: SdPlatformResponseFeatures;
|
|
25
|
+
}
|
|
26
|
+
export interface SdPlatformResponseChargebeeConfig {
|
|
27
|
+
readonly site: string;
|
|
28
|
+
}
|
|
29
|
+
export interface SdPlatformResponseChargebeeHostedPage extends SdPlatformChargebeeHostedPage {
|
|
30
|
+
}
|
|
31
|
+
export interface SdPlatformResponseChargebeePortalSession extends SdPlatformChargebeePortalSession {
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=SdPlatformResponseChargebee.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformResponseChargebee.d.ts","sourceRoot":"","sources":["../../src/response/SdPlatformResponseChargebee.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AACjH,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAE1E,oBAAY,uCAAuC;IAE/C,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;CACd;AAED,MAAM,WAAW,+BAA+B;IAE5C,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,aAAa,EAAE,uCAAuC,CAAC;IAChE,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,uBAAuB,EAAE,OAAO,CAAC;IAC1C,QAAQ,CAAC,YAAY,CAAC,EAAE,OAAO,CAAC;IAChC,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IACpC,QAAQ,CAAC,QAAQ,CAAC,EAAE,0BAA0B,CAAC;CAClD;AAED,MAAM,WAAW,iCAAiC;IAE9C,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,qCAAsC,SAAQ,6BAA6B;CAG3F;AAED,MAAM,WAAW,wCAAyC,SAAQ,gCAAgC;CAGjG"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SdPlatformResponseChargebeeCurrencyCode = void 0;
|
|
4
|
+
var SdPlatformResponseChargebeeCurrencyCode;
|
|
5
|
+
(function (SdPlatformResponseChargebeeCurrencyCode) {
|
|
6
|
+
SdPlatformResponseChargebeeCurrencyCode["USD"] = "USD";
|
|
7
|
+
SdPlatformResponseChargebeeCurrencyCode["AUD"] = "AUD";
|
|
8
|
+
SdPlatformResponseChargebeeCurrencyCode["EUR"] = "EUR";
|
|
9
|
+
SdPlatformResponseChargebeeCurrencyCode["GBP"] = "GBP";
|
|
10
|
+
})(SdPlatformResponseChargebeeCurrencyCode = exports.SdPlatformResponseChargebeeCurrencyCode || (exports.SdPlatformResponseChargebeeCurrencyCode = {}));
|
|
11
|
+
//# sourceMappingURL=SdPlatformResponseChargebee.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformResponseChargebee.js","sourceRoot":"","sources":["../../src/response/SdPlatformResponseChargebee.ts"],"names":[],"mappings":";;;AAGA,IAAY,uCAMX;AAND,WAAY,uCAAuC;IAE/C,sDAAW,CAAA;IACX,sDAAW,CAAA;IACX,sDAAW,CAAA;IACX,sDAAW,CAAA;AACf,CAAC,EANW,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAMlD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformResponseDocument.d.ts","sourceRoot":"","sources":["../../src/response/SdPlatformResponseDocument.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,gCAAgC;CAGhD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformResponseDocument.js","sourceRoot":"","sources":["../../src/response/SdPlatformResponseDocument.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { SdPlatformResponseModelBase } from "./SdPlatformResponseModel";
|
|
2
|
+
/**
|
|
3
|
+
* Domain - public access level
|
|
4
|
+
*/
|
|
5
|
+
export interface SdPlatformResponseDomain {
|
|
6
|
+
/** id of the domain */
|
|
7
|
+
readonly id: string;
|
|
8
|
+
/** name of the domain, e.g. www.shapediver.com or 127.0.0.1:8080 */
|
|
9
|
+
readonly name: string;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Domain - admin access level
|
|
13
|
+
*/
|
|
14
|
+
export interface SdPlatformResponseDomainAdmin extends SdPlatformResponseDomain {
|
|
15
|
+
/** number of models the domain is attached to */
|
|
16
|
+
readonly models_count?: number;
|
|
17
|
+
/** uuids of models the domain attisached to */
|
|
18
|
+
readonly models?: Array<SdPlatformResponseModelBase>;
|
|
19
|
+
/** epoch timestamp */
|
|
20
|
+
readonly created_at: number;
|
|
21
|
+
/** epoch timestamp */
|
|
22
|
+
readonly updated_at: number;
|
|
23
|
+
/** epoch timestamp */
|
|
24
|
+
readonly deleted_at?: number;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=SdPlatformResponseDomain.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformResponseDomain.d.ts","sourceRoot":"","sources":["../../src/response/SdPlatformResponseDomain.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,2BAA2B,CAAC;AAExE;;GAEG;AACH,MAAM,WAAW,wBAAwB;IAErC,uBAAuB;IACvB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,oEAAoE;IACpE,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,6BAA8B,SAAQ,wBAAwB;IAE3E,iDAAiD;IACjD,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B,gDAAgD;IAChD,QAAQ,CAAC,MAAM,CAAC,EAAE,KAAK,CAAC,2BAA2B,CAAC,CAAC;IACrD,sBAAsB;IACtB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,sBAAsB;IACtB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,sBAAsB;IACtB,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;CAChC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformResponseDomain.js","sourceRoot":"","sources":["../../src/response/SdPlatformResponseDomain.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Product features - boolean toggles
|
|
3
|
+
*/
|
|
4
|
+
export interface SdPlatformResponseFeatureValues {
|
|
5
|
+
readonly backend_api: boolean;
|
|
6
|
+
readonly desktop_clients: boolean;
|
|
7
|
+
readonly direct_embedding: boolean;
|
|
8
|
+
readonly imports: boolean;
|
|
9
|
+
readonly exports: boolean;
|
|
10
|
+
readonly iframe_embedding: boolean;
|
|
11
|
+
readonly private_models: boolean;
|
|
12
|
+
readonly private_support: boolean;
|
|
13
|
+
readonly sharing: boolean;
|
|
14
|
+
readonly unbranded: boolean;
|
|
15
|
+
readonly viewer_api: boolean;
|
|
16
|
+
readonly analytics_sessions: boolean;
|
|
17
|
+
readonly analytics_computations: boolean;
|
|
18
|
+
readonly gemstone: boolean;
|
|
19
|
+
readonly unlisted_models: boolean;
|
|
20
|
+
readonly saved_states: boolean;
|
|
21
|
+
readonly download_model: boolean;
|
|
22
|
+
readonly private_profile: boolean;
|
|
23
|
+
readonly model_scripts: boolean;
|
|
24
|
+
readonly versioning: boolean;
|
|
25
|
+
readonly quicklook: boolean;
|
|
26
|
+
readonly see_shared: boolean;
|
|
27
|
+
readonly admin: boolean;
|
|
28
|
+
readonly backoffice: boolean;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Product features - numeric limits
|
|
32
|
+
*/
|
|
33
|
+
export interface SdPlatformResponseFeaturesLimits {
|
|
34
|
+
readonly computation_priority: number;
|
|
35
|
+
readonly max_comp_time: number;
|
|
36
|
+
readonly max_export_size: number;
|
|
37
|
+
readonly max_output_size: number;
|
|
38
|
+
readonly max_accessdomains: number;
|
|
39
|
+
readonly max_accessdomains_testing: number;
|
|
40
|
+
readonly max_credits_per_month: number;
|
|
41
|
+
readonly max_model_size: number;
|
|
42
|
+
readonly max_asset_size: number;
|
|
43
|
+
readonly max_users: number;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Product features
|
|
47
|
+
*/
|
|
48
|
+
export interface SdPlatformResponseFeatures {
|
|
49
|
+
readonly feature: SdPlatformResponseFeatureValues;
|
|
50
|
+
readonly limit: SdPlatformResponseFeaturesLimits;
|
|
51
|
+
readonly plugin: Array<string>;
|
|
52
|
+
readonly client: Array<string>;
|
|
53
|
+
readonly backend: Array<string>;
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=SdPlatformResponseFeatures.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformResponseFeatures.d.ts","sourceRoot":"","sources":["../../src/response/SdPlatformResponseFeatures.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAE5C,QAAQ,CAAC,WAAW,EAAE,OAAO,CAAC;IAC9B,QAAQ,CAAC,eAAe,EAAE,OAAO,CAAC;IAClC,QAAQ,CAAC,gBAAgB,EAAE,OAAO,CAAC;IACnC,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,gBAAgB,EAAE,OAAO,CAAC;IACnC,QAAQ,CAAC,cAAc,EAAE,OAAO,CAAC;IACjC,QAAQ,CAAC,eAAe,EAAE,OAAO,CAAC;IAClC,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC;IAC5B,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC;IAC7B,QAAQ,CAAC,kBAAkB,EAAE,OAAO,CAAC;IACrC,QAAQ,CAAC,sBAAsB,EAAE,OAAO,CAAC;IACzC,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,eAAe,EAAE,OAAO,CAAC;IAClC,QAAQ,CAAC,YAAY,EAAE,OAAO,CAAC;IAC/B,QAAQ,CAAC,cAAc,EAAE,OAAO,CAAC;IACjC,QAAQ,CAAC,eAAe,EAAE,OAAO,CAAC;IAClC,QAAQ,CAAC,aAAa,EAAE,OAAO,CAAC;IAChC,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC;IAC7B,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC;IAC5B,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC;IAC7B,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC;CAChC;AAED;;GAEG;AACH,MAAM,WAAW,gCAAgC;IAE7C,QAAQ,CAAC,oBAAoB,EAAE,MAAM,CAAC;IACtC,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACnC,QAAQ,CAAC,yBAAyB,EAAE,MAAM,CAAC;IAC3C,QAAQ,CAAC,qBAAqB,EAAE,MAAM,CAAC;IACvC,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IAEvC,QAAQ,CAAC,OAAO,EAAE,+BAA+B,CAAC;IAClD,QAAQ,CAAC,KAAK,EAAE,gCAAgC,CAAC;IACjD,QAAQ,CAAC,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B,QAAQ,CAAC,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B,QAAQ,CAAC,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformResponseFeatures.js","sourceRoot":"","sources":["../../src/response/SdPlatformResponseFeatures.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A HTTP log entry.
|
|
3
|
+
*/
|
|
4
|
+
export interface SdPlatformResponseHttpLog {
|
|
5
|
+
uri: string;
|
|
6
|
+
method: string;
|
|
7
|
+
exception?: object;
|
|
8
|
+
parameters?: object | Array<any>;
|
|
9
|
+
response_code: number;
|
|
10
|
+
response_message?: string;
|
|
11
|
+
created_at: number;
|
|
12
|
+
created_date: string;
|
|
13
|
+
response_result?: object;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=SdPlatformResponseHttpLog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformResponseHttpLog.d.ts","sourceRoot":"","sources":["../../src/response/SdPlatformResponseHttpLog.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,MAAM,WAAW,yBAAyB;IAEtC,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC;IACjC,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformResponseHttpLog.js","sourceRoot":"","sources":["../../src/response/SdPlatformResponseHttpLog.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { SdPlatformResponseUserPublic } from "./SdPlatformResponseUser";
|
|
2
|
+
/**
|
|
3
|
+
* Image - public access level
|
|
4
|
+
*/
|
|
5
|
+
export interface SdPlatformResponseImagePublic {
|
|
6
|
+
/** id of the image */
|
|
7
|
+
readonly id: string;
|
|
8
|
+
/** url of the image */
|
|
9
|
+
readonly url?: string;
|
|
10
|
+
/** optional alternative text */
|
|
11
|
+
readonly alt?: string;
|
|
12
|
+
/** optional alias */
|
|
13
|
+
readonly alias?: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Image - owner access level
|
|
17
|
+
*/
|
|
18
|
+
export interface SdPlatformResponseImage extends SdPlatformResponseImagePublic {
|
|
19
|
+
/** id of user owning the image */
|
|
20
|
+
readonly user_id: string;
|
|
21
|
+
/** user owning the image */
|
|
22
|
+
readonly user?: SdPlatformResponseUserPublic;
|
|
23
|
+
/** ids of models which the image is attached to */
|
|
24
|
+
readonly models?: Array<string>;
|
|
25
|
+
/** epoch timestamp */
|
|
26
|
+
readonly created_at: number;
|
|
27
|
+
/** epoch timestamp */
|
|
28
|
+
readonly updated_at: number;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Image - admin access level
|
|
32
|
+
*/
|
|
33
|
+
export interface SdPlatformResponseImageAdmin extends SdPlatformResponseImage {
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=SdPlatformResponseImage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformResponseImage.d.ts","sourceRoot":"","sources":["../../src/response/SdPlatformResponseImage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC;AAExE;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAE1C,sBAAsB;IACtB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,uBAAuB;IACvB,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC;IACtB,gCAAgC;IAChC,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC;IACtB,qBAAqB;IACrB,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED;;GAEG;AACH,MAAM,WAAW,uBAAwB,SAAQ,6BAA6B;IAE1E,kCAAkC;IAClC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,4BAA4B;IAC5B,QAAQ,CAAC,IAAI,CAAC,EAAE,4BAA4B,CAAC;IAC7C,mDAAmD;IACnD,QAAQ,CAAC,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAChC,sBAAsB;IACtB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,sBAAsB;IACtB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAA;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,4BAA6B,SAAQ,uBAAuB;CAG5E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformResponseImage.js","sourceRoot":"","sources":["../../src/response/SdPlatformResponseImage.ts"],"names":[],"mappings":""}
|