@shapediver/api.platform-api-dto-v1 2.14.2 → 2.14.5
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 -14
- package/dist/commons/SdPlatformApiTokenScopes.d.ts +173 -173
- package/dist/commons/SdPlatformApiTokenScopes.js +177 -177
- package/dist/commons/SdPlatformChargebee.d.ts +31 -31
- package/dist/commons/SdPlatformChargebee.js +2 -2
- package/dist/commons/SdPlatformModelCommons.d.ts +13 -13
- package/dist/commons/SdPlatformModelCommons.js +17 -17
- package/dist/commons/SdPlatformModelTokenScopes.d.ts +21 -21
- package/dist/commons/SdPlatformModelTokenScopes.js +25 -25
- package/dist/commons/SdPlatformNotificationCommons.d.ts +78 -78
- package/dist/commons/SdPlatformNotificationCommons.js +88 -88
- package/dist/commons/SdPlatformOrganizationCommons.d.ts +29 -29
- package/dist/commons/SdPlatformOrganizationCommons.js +33 -33
- package/dist/commons/SdPlatformPolicyCommons.d.ts +344 -344
- package/dist/commons/SdPlatformPolicyCommons.js +291 -291
- package/dist/commons/SdPlatformUsedCredits.d.ts +9 -9
- package/dist/commons/SdPlatformUsedCredits.js +2 -2
- package/dist/commons/SdPlatformVisibility.d.ts +76 -76
- package/dist/commons/SdPlatformVisibility.js +83 -83
- package/dist/index.d.ts +55 -55
- package/dist/index.js +71 -71
- package/dist/request/SdPlatformAuthRequest.d.ts +77 -77
- package/dist/request/SdPlatformAuthRequest.js +20 -20
- package/dist/request/SdPlatformBaseRequestTypes.d.ts +65 -65
- package/dist/request/SdPlatformBaseRequestTypes.js +14 -14
- package/dist/request/SdPlatformRequestApiClients.d.ts +68 -68
- package/dist/request/SdPlatformRequestApiClients.js +2 -2
- package/dist/request/SdPlatformRequestApiToken.d.ts +23 -23
- package/dist/request/SdPlatformRequestApiToken.js +2 -2
- package/dist/request/SdPlatformRequestBackendSystem.d.ts +73 -73
- package/dist/request/SdPlatformRequestBackendSystem.js +2 -2
- package/dist/request/SdPlatformRequestBookmark.d.ts +7 -7
- package/dist/request/SdPlatformRequestBookmark.js +2 -2
- package/dist/request/SdPlatformRequestChargebee.d.ts +39 -39
- package/dist/request/SdPlatformRequestChargebee.js +2 -2
- package/dist/request/SdPlatformRequestDocument.d.ts +46 -46
- package/dist/request/SdPlatformRequestDocument.js +2 -2
- package/dist/request/SdPlatformRequestDomain.d.ts +18 -18
- package/dist/request/SdPlatformRequestDomain.js +2 -2
- package/dist/request/SdPlatformRequestImage.d.ts +16 -16
- package/dist/request/SdPlatformRequestImage.js +2 -2
- package/dist/request/SdPlatformRequestModel.d.ts +102 -102
- package/dist/request/SdPlatformRequestModel.js +10 -10
- package/dist/request/SdPlatformRequestModelSharing.d.ts +34 -34
- package/dist/request/SdPlatformRequestModelSharing.js +2 -2
- package/dist/request/SdPlatformRequestModelToken.d.ts +22 -22
- package/dist/request/SdPlatformRequestModelToken.js +2 -2
- package/dist/request/SdPlatformRequestModelTransfer.d.ts +15 -15
- package/dist/request/SdPlatformRequestModelTransfer.js +2 -2
- package/dist/request/SdPlatformRequestNotification.d.ts +40 -40
- package/dist/request/SdPlatformRequestNotification.js +2 -2
- package/dist/request/SdPlatformRequestOpenIDProvider.d.ts +140 -140
- package/dist/request/SdPlatformRequestOpenIDProvider.js +2 -2
- package/dist/request/SdPlatformRequestOrganization.d.ts +117 -117
- package/dist/request/SdPlatformRequestOrganization.js +2 -2
- package/dist/request/SdPlatformRequestPolicy.d.ts +39 -39
- package/dist/request/SdPlatformRequestPolicy.js +2 -2
- package/dist/request/SdPlatformRequestSavedState.d.ts +80 -80
- package/dist/request/SdPlatformRequestSavedState.js +2 -2
- package/dist/request/SdPlatformRequestSavedStateSharing.d.ts +34 -34
- package/dist/request/SdPlatformRequestSavedStateSharing.js +2 -2
- package/dist/request/SdPlatformRequestUser.d.ts +209 -209
- package/dist/request/SdPlatformRequestUser.js +2 -2
- package/dist/request/SdPlatformRequestWebhook.d.ts +39 -39
- package/dist/request/SdPlatformRequestWebhook.js +2 -2
- package/dist/response/SdPlatformAuthResponse.d.ts +20 -20
- package/dist/response/SdPlatformAuthResponse.js +2 -2
- package/dist/response/SdPlatformBaseResponseTypes.d.ts +107 -107
- package/dist/response/SdPlatformBaseResponseTypes.js +2 -2
- package/dist/response/SdPlatformJobLogResponse.d.ts +26 -26
- package/dist/response/SdPlatformJobLogResponse.js +2 -2
- package/dist/response/SdPlatformResponseAnalytics.d.ts +173 -173
- package/dist/response/SdPlatformResponseAnalytics.js +11 -11
- package/dist/response/SdPlatformResponseApiClient.d.ts +41 -41
- package/dist/response/SdPlatformResponseApiClient.js +2 -2
- package/dist/response/SdPlatformResponseApiToken.d.ts +24 -24
- package/dist/response/SdPlatformResponseApiToken.js +2 -2
- package/dist/response/SdPlatformResponseBackendSystem.d.ts +55 -55
- package/dist/response/SdPlatformResponseBackendSystem.js +2 -2
- package/dist/response/SdPlatformResponseChargebee.d.ts +113 -113
- package/dist/response/SdPlatformResponseChargebee.js +29 -29
- package/dist/response/SdPlatformResponseDocument.d.ts +112 -112
- package/dist/response/SdPlatformResponseDocument.js +2 -2
- package/dist/response/SdPlatformResponseDomain.d.ts +25 -25
- package/dist/response/SdPlatformResponseDomain.js +2 -2
- package/dist/response/SdPlatformResponseFeatures.d.ts +57 -57
- package/dist/response/SdPlatformResponseFeatures.js +2 -2
- package/dist/response/SdPlatformResponseHttpLog.d.ts +43 -43
- package/dist/response/SdPlatformResponseHttpLog.js +2 -2
- package/dist/response/SdPlatformResponseImage.d.ts +34 -34
- package/dist/response/SdPlatformResponseImage.js +2 -2
- package/dist/response/SdPlatformResponseModel.d.ts +313 -313
- package/dist/response/SdPlatformResponseModel.js +53 -53
- package/dist/response/SdPlatformResponseModelSharing.d.ts +62 -62
- package/dist/response/SdPlatformResponseModelSharing.js +2 -2
- package/dist/response/SdPlatformResponseModelToken.d.ts +23 -23
- package/dist/response/SdPlatformResponseModelToken.js +2 -2
- package/dist/response/SdPlatformResponseNotification.d.ts +66 -66
- package/dist/response/SdPlatformResponseNotification.js +2 -2
- package/dist/response/SdPlatformResponseOpenIDProvider.d.ts +90 -90
- package/dist/response/SdPlatformResponseOpenIDProvider.js +2 -2
- package/dist/response/SdPlatformResponseOrganization.d.ts +133 -133
- package/dist/response/SdPlatformResponseOrganization.js +2 -2
- package/dist/response/SdPlatformResponsePolicy.d.ts +57 -57
- package/dist/response/SdPlatformResponsePolicy.js +2 -2
- package/dist/response/SdPlatformResponseSavedState.d.ts +107 -107
- package/dist/response/SdPlatformResponseSavedState.js +2 -2
- package/dist/response/SdPlatformResponseSavedStateSharing.d.ts +62 -62
- package/dist/response/SdPlatformResponseSavedStateSharing.js +2 -2
- package/dist/response/SdPlatformResponseTag.d.ts +34 -34
- package/dist/response/SdPlatformResponseTag.js +2 -2
- package/dist/response/SdPlatformResponseUser.d.ts +300 -300
- package/dist/response/SdPlatformResponseUser.js +2 -2
- package/dist/response/SdPlatformStargateResponse.d.ts +16 -0
- package/dist/response/SdPlatformStargateResponse.d.ts.map +1 -0
- package/dist/response/SdPlatformStargateResponse.js +3 -0
- package/dist/response/SdPlatformStargateResponse.js.map +1 -0
- package/package.json +8 -6
|
@@ -1,79 +1,79 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Creator of notification.
|
|
3
|
-
*/
|
|
4
|
-
export declare enum SdPlatformNotificationCreator {
|
|
5
|
-
/** created by the platform backend itself */
|
|
6
|
-
Platform = "platform",
|
|
7
|
-
/** created due to some action taken by the user, e.g. for type model-transfer-request */
|
|
8
|
-
User = "user",
|
|
9
|
-
/** created by webhook call, typically by a geometry backend system */
|
|
10
|
-
Webhook = "webhook"
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* Level of notification.
|
|
14
|
-
*/
|
|
15
|
-
export declare enum SdPlatformNotificationLevel {
|
|
16
|
-
/** Information level */
|
|
17
|
-
Info = "info",
|
|
18
|
-
/** Warning level */
|
|
19
|
-
Warning = "warning",
|
|
20
|
-
/** Error level */
|
|
21
|
-
Error = "error"
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Classification of the notification which can be used to show different tabs of notifications to the user in the platform frontend.
|
|
25
|
-
*/
|
|
26
|
-
export declare enum SdPlatformNotificationClass {
|
|
27
|
-
/** Model-related notification */
|
|
28
|
-
Model = "model",
|
|
29
|
-
/** Account-related notification */
|
|
30
|
-
Account = "account",
|
|
31
|
-
/** Organization-related notification */
|
|
32
|
-
Organization = "organization",
|
|
33
|
-
/** Sharing-related notification */
|
|
34
|
-
Sharing = "sharing"
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* Specific type of notification.
|
|
38
|
-
*/
|
|
39
|
-
export declare enum SdPlatformNotificationType {
|
|
40
|
-
ModelTransferRequest = "model-transfer-request",
|
|
41
|
-
ModelTransferAccept = "model-transfer-accept",
|
|
42
|
-
ModelTransferDeny = "model-transfer-deny",
|
|
43
|
-
ModelConfirmed = "model-confirmed",
|
|
44
|
-
ModelDenied = "model-denied",
|
|
45
|
-
ScriptDenied = "script-denied",
|
|
46
|
-
ComputationFailed = "computation-failed",
|
|
47
|
-
ExportFailed = "export-failed",
|
|
48
|
-
CreditLimitWarning = "credit-limit-warning",
|
|
49
|
-
CreditLimitError = "credit-limit-error",
|
|
50
|
-
ModelShared = "model-shared",
|
|
51
|
-
ModelUnshared = "model-unshared",
|
|
52
|
-
SavedStateShared = "saved-state-shared",
|
|
53
|
-
SavedStateUnshared = "saved-state-unshared",
|
|
54
|
-
SavedStateCreated = "saved-state-created",
|
|
55
|
-
SavedStateDeleted = "saved-state-deleted",
|
|
56
|
-
OrganizationInvitation = "organization-invitation",
|
|
57
|
-
OrganizationInvitationAccept = "organization-invitation-accept",
|
|
58
|
-
OrganizationInvitationBlocked = "organization-invitation-blocked",
|
|
59
|
-
OrganizationInvitationDeny = "organization-invitation-deny",
|
|
60
|
-
PluginUpdate = "plugin-update",
|
|
61
|
-
OrganizationUserSuspended = "organization-user-suspended",
|
|
62
|
-
/**
|
|
63
|
-
* Planned maintenance or downtime.
|
|
64
|
-
*/
|
|
65
|
-
Maintenance = "maintenance",
|
|
66
|
-
PlatformFrontendUpdate = "platform-frontend-update",
|
|
67
|
-
ViewerUpdate = "viewer-update",
|
|
68
|
-
GeometryBackendUpdate = "geometry-backend-update",
|
|
69
|
-
PlatformBackendUpdate = "platform-backend-update",
|
|
70
|
-
/**
|
|
71
|
-
* Updates about components like SDKs etc.
|
|
72
|
-
*/
|
|
73
|
-
GenericUpdate = "generic-update",
|
|
74
|
-
/**
|
|
75
|
-
* Used whenever a user's or organization's default backend system gets changed by the platform backend.
|
|
76
|
-
*/
|
|
77
|
-
BackendSystemChanged = "backend-system-changed"
|
|
78
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* Creator of notification.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum SdPlatformNotificationCreator {
|
|
5
|
+
/** created by the platform backend itself */
|
|
6
|
+
Platform = "platform",
|
|
7
|
+
/** created due to some action taken by the user, e.g. for type model-transfer-request */
|
|
8
|
+
User = "user",
|
|
9
|
+
/** created by webhook call, typically by a geometry backend system */
|
|
10
|
+
Webhook = "webhook"
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Level of notification.
|
|
14
|
+
*/
|
|
15
|
+
export declare enum SdPlatformNotificationLevel {
|
|
16
|
+
/** Information level */
|
|
17
|
+
Info = "info",
|
|
18
|
+
/** Warning level */
|
|
19
|
+
Warning = "warning",
|
|
20
|
+
/** Error level */
|
|
21
|
+
Error = "error"
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Classification of the notification which can be used to show different tabs of notifications to the user in the platform frontend.
|
|
25
|
+
*/
|
|
26
|
+
export declare enum SdPlatformNotificationClass {
|
|
27
|
+
/** Model-related notification */
|
|
28
|
+
Model = "model",
|
|
29
|
+
/** Account-related notification */
|
|
30
|
+
Account = "account",
|
|
31
|
+
/** Organization-related notification */
|
|
32
|
+
Organization = "organization",
|
|
33
|
+
/** Sharing-related notification */
|
|
34
|
+
Sharing = "sharing"
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Specific type of notification.
|
|
38
|
+
*/
|
|
39
|
+
export declare enum SdPlatformNotificationType {
|
|
40
|
+
ModelTransferRequest = "model-transfer-request",
|
|
41
|
+
ModelTransferAccept = "model-transfer-accept",
|
|
42
|
+
ModelTransferDeny = "model-transfer-deny",
|
|
43
|
+
ModelConfirmed = "model-confirmed",
|
|
44
|
+
ModelDenied = "model-denied",
|
|
45
|
+
ScriptDenied = "script-denied",
|
|
46
|
+
ComputationFailed = "computation-failed",
|
|
47
|
+
ExportFailed = "export-failed",
|
|
48
|
+
CreditLimitWarning = "credit-limit-warning",
|
|
49
|
+
CreditLimitError = "credit-limit-error",
|
|
50
|
+
ModelShared = "model-shared",
|
|
51
|
+
ModelUnshared = "model-unshared",
|
|
52
|
+
SavedStateShared = "saved-state-shared",
|
|
53
|
+
SavedStateUnshared = "saved-state-unshared",
|
|
54
|
+
SavedStateCreated = "saved-state-created",
|
|
55
|
+
SavedStateDeleted = "saved-state-deleted",
|
|
56
|
+
OrganizationInvitation = "organization-invitation",
|
|
57
|
+
OrganizationInvitationAccept = "organization-invitation-accept",
|
|
58
|
+
OrganizationInvitationBlocked = "organization-invitation-blocked",
|
|
59
|
+
OrganizationInvitationDeny = "organization-invitation-deny",
|
|
60
|
+
PluginUpdate = "plugin-update",
|
|
61
|
+
OrganizationUserSuspended = "organization-user-suspended",
|
|
62
|
+
/**
|
|
63
|
+
* Planned maintenance or downtime.
|
|
64
|
+
*/
|
|
65
|
+
Maintenance = "maintenance",
|
|
66
|
+
PlatformFrontendUpdate = "platform-frontend-update",
|
|
67
|
+
ViewerUpdate = "viewer-update",
|
|
68
|
+
GeometryBackendUpdate = "geometry-backend-update",
|
|
69
|
+
PlatformBackendUpdate = "platform-backend-update",
|
|
70
|
+
/**
|
|
71
|
+
* Updates about components like SDKs etc.
|
|
72
|
+
*/
|
|
73
|
+
GenericUpdate = "generic-update",
|
|
74
|
+
/**
|
|
75
|
+
* Used whenever a user's or organization's default backend system gets changed by the platform backend.
|
|
76
|
+
*/
|
|
77
|
+
BackendSystemChanged = "backend-system-changed"
|
|
78
|
+
}
|
|
79
79
|
//# sourceMappingURL=SdPlatformNotificationCommons.d.ts.map
|
|
@@ -1,89 +1,89 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SdPlatformNotificationType = exports.SdPlatformNotificationClass = exports.SdPlatformNotificationLevel = exports.SdPlatformNotificationCreator = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Creator of notification.
|
|
6
|
-
*/
|
|
7
|
-
var SdPlatformNotificationCreator;
|
|
8
|
-
(function (SdPlatformNotificationCreator) {
|
|
9
|
-
/** created by the platform backend itself */
|
|
10
|
-
SdPlatformNotificationCreator["Platform"] = "platform";
|
|
11
|
-
/** created due to some action taken by the user, e.g. for type model-transfer-request */
|
|
12
|
-
SdPlatformNotificationCreator["User"] = "user";
|
|
13
|
-
/** created by webhook call, typically by a geometry backend system */
|
|
14
|
-
SdPlatformNotificationCreator["Webhook"] = "webhook";
|
|
15
|
-
})(SdPlatformNotificationCreator = exports.SdPlatformNotificationCreator || (exports.SdPlatformNotificationCreator = {}));
|
|
16
|
-
;
|
|
17
|
-
/**
|
|
18
|
-
* Level of notification.
|
|
19
|
-
*/
|
|
20
|
-
var SdPlatformNotificationLevel;
|
|
21
|
-
(function (SdPlatformNotificationLevel) {
|
|
22
|
-
/** Information level */
|
|
23
|
-
SdPlatformNotificationLevel["Info"] = "info";
|
|
24
|
-
/** Warning level */
|
|
25
|
-
SdPlatformNotificationLevel["Warning"] = "warning";
|
|
26
|
-
/** Error level */
|
|
27
|
-
SdPlatformNotificationLevel["Error"] = "error";
|
|
28
|
-
})(SdPlatformNotificationLevel = exports.SdPlatformNotificationLevel || (exports.SdPlatformNotificationLevel = {}));
|
|
29
|
-
;
|
|
30
|
-
/**
|
|
31
|
-
* Classification of the notification which can be used to show different tabs of notifications to the user in the platform frontend.
|
|
32
|
-
*/
|
|
33
|
-
var SdPlatformNotificationClass;
|
|
34
|
-
(function (SdPlatformNotificationClass) {
|
|
35
|
-
/** Model-related notification */
|
|
36
|
-
SdPlatformNotificationClass["Model"] = "model";
|
|
37
|
-
/** Account-related notification */
|
|
38
|
-
SdPlatformNotificationClass["Account"] = "account";
|
|
39
|
-
/** Organization-related notification */
|
|
40
|
-
SdPlatformNotificationClass["Organization"] = "organization";
|
|
41
|
-
/** Sharing-related notification */
|
|
42
|
-
SdPlatformNotificationClass["Sharing"] = "sharing";
|
|
43
|
-
})(SdPlatformNotificationClass = exports.SdPlatformNotificationClass || (exports.SdPlatformNotificationClass = {}));
|
|
44
|
-
;
|
|
45
|
-
/**
|
|
46
|
-
* Specific type of notification.
|
|
47
|
-
*/
|
|
48
|
-
var SdPlatformNotificationType;
|
|
49
|
-
(function (SdPlatformNotificationType) {
|
|
50
|
-
SdPlatformNotificationType["ModelTransferRequest"] = "model-transfer-request";
|
|
51
|
-
SdPlatformNotificationType["ModelTransferAccept"] = "model-transfer-accept";
|
|
52
|
-
SdPlatformNotificationType["ModelTransferDeny"] = "model-transfer-deny";
|
|
53
|
-
SdPlatformNotificationType["ModelConfirmed"] = "model-confirmed";
|
|
54
|
-
SdPlatformNotificationType["ModelDenied"] = "model-denied";
|
|
55
|
-
SdPlatformNotificationType["ScriptDenied"] = "script-denied";
|
|
56
|
-
SdPlatformNotificationType["ComputationFailed"] = "computation-failed";
|
|
57
|
-
SdPlatformNotificationType["ExportFailed"] = "export-failed";
|
|
58
|
-
SdPlatformNotificationType["CreditLimitWarning"] = "credit-limit-warning";
|
|
59
|
-
SdPlatformNotificationType["CreditLimitError"] = "credit-limit-error";
|
|
60
|
-
SdPlatformNotificationType["ModelShared"] = "model-shared";
|
|
61
|
-
SdPlatformNotificationType["ModelUnshared"] = "model-unshared";
|
|
62
|
-
SdPlatformNotificationType["SavedStateShared"] = "saved-state-shared";
|
|
63
|
-
SdPlatformNotificationType["SavedStateUnshared"] = "saved-state-unshared";
|
|
64
|
-
SdPlatformNotificationType["SavedStateCreated"] = "saved-state-created";
|
|
65
|
-
SdPlatformNotificationType["SavedStateDeleted"] = "saved-state-deleted";
|
|
66
|
-
SdPlatformNotificationType["OrganizationInvitation"] = "organization-invitation";
|
|
67
|
-
SdPlatformNotificationType["OrganizationInvitationAccept"] = "organization-invitation-accept";
|
|
68
|
-
SdPlatformNotificationType["OrganizationInvitationBlocked"] = "organization-invitation-blocked";
|
|
69
|
-
SdPlatformNotificationType["OrganizationInvitationDeny"] = "organization-invitation-deny";
|
|
70
|
-
SdPlatformNotificationType["PluginUpdate"] = "plugin-update";
|
|
71
|
-
SdPlatformNotificationType["OrganizationUserSuspended"] = "organization-user-suspended";
|
|
72
|
-
/**
|
|
73
|
-
* Planned maintenance or downtime.
|
|
74
|
-
*/
|
|
75
|
-
SdPlatformNotificationType["Maintenance"] = "maintenance";
|
|
76
|
-
SdPlatformNotificationType["PlatformFrontendUpdate"] = "platform-frontend-update";
|
|
77
|
-
SdPlatformNotificationType["ViewerUpdate"] = "viewer-update";
|
|
78
|
-
SdPlatformNotificationType["GeometryBackendUpdate"] = "geometry-backend-update";
|
|
79
|
-
SdPlatformNotificationType["PlatformBackendUpdate"] = "platform-backend-update";
|
|
80
|
-
/**
|
|
81
|
-
* Updates about components like SDKs etc.
|
|
82
|
-
*/
|
|
83
|
-
SdPlatformNotificationType["GenericUpdate"] = "generic-update";
|
|
84
|
-
/**
|
|
85
|
-
* Used whenever a user's or organization's default backend system gets changed by the platform backend.
|
|
86
|
-
*/
|
|
87
|
-
SdPlatformNotificationType["BackendSystemChanged"] = "backend-system-changed";
|
|
88
|
-
})(SdPlatformNotificationType = exports.SdPlatformNotificationType || (exports.SdPlatformNotificationType = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SdPlatformNotificationType = exports.SdPlatformNotificationClass = exports.SdPlatformNotificationLevel = exports.SdPlatformNotificationCreator = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Creator of notification.
|
|
6
|
+
*/
|
|
7
|
+
var SdPlatformNotificationCreator;
|
|
8
|
+
(function (SdPlatformNotificationCreator) {
|
|
9
|
+
/** created by the platform backend itself */
|
|
10
|
+
SdPlatformNotificationCreator["Platform"] = "platform";
|
|
11
|
+
/** created due to some action taken by the user, e.g. for type model-transfer-request */
|
|
12
|
+
SdPlatformNotificationCreator["User"] = "user";
|
|
13
|
+
/** created by webhook call, typically by a geometry backend system */
|
|
14
|
+
SdPlatformNotificationCreator["Webhook"] = "webhook";
|
|
15
|
+
})(SdPlatformNotificationCreator = exports.SdPlatformNotificationCreator || (exports.SdPlatformNotificationCreator = {}));
|
|
16
|
+
;
|
|
17
|
+
/**
|
|
18
|
+
* Level of notification.
|
|
19
|
+
*/
|
|
20
|
+
var SdPlatformNotificationLevel;
|
|
21
|
+
(function (SdPlatformNotificationLevel) {
|
|
22
|
+
/** Information level */
|
|
23
|
+
SdPlatformNotificationLevel["Info"] = "info";
|
|
24
|
+
/** Warning level */
|
|
25
|
+
SdPlatformNotificationLevel["Warning"] = "warning";
|
|
26
|
+
/** Error level */
|
|
27
|
+
SdPlatformNotificationLevel["Error"] = "error";
|
|
28
|
+
})(SdPlatformNotificationLevel = exports.SdPlatformNotificationLevel || (exports.SdPlatformNotificationLevel = {}));
|
|
29
|
+
;
|
|
30
|
+
/**
|
|
31
|
+
* Classification of the notification which can be used to show different tabs of notifications to the user in the platform frontend.
|
|
32
|
+
*/
|
|
33
|
+
var SdPlatformNotificationClass;
|
|
34
|
+
(function (SdPlatformNotificationClass) {
|
|
35
|
+
/** Model-related notification */
|
|
36
|
+
SdPlatformNotificationClass["Model"] = "model";
|
|
37
|
+
/** Account-related notification */
|
|
38
|
+
SdPlatformNotificationClass["Account"] = "account";
|
|
39
|
+
/** Organization-related notification */
|
|
40
|
+
SdPlatformNotificationClass["Organization"] = "organization";
|
|
41
|
+
/** Sharing-related notification */
|
|
42
|
+
SdPlatformNotificationClass["Sharing"] = "sharing";
|
|
43
|
+
})(SdPlatformNotificationClass = exports.SdPlatformNotificationClass || (exports.SdPlatformNotificationClass = {}));
|
|
44
|
+
;
|
|
45
|
+
/**
|
|
46
|
+
* Specific type of notification.
|
|
47
|
+
*/
|
|
48
|
+
var SdPlatformNotificationType;
|
|
49
|
+
(function (SdPlatformNotificationType) {
|
|
50
|
+
SdPlatformNotificationType["ModelTransferRequest"] = "model-transfer-request";
|
|
51
|
+
SdPlatformNotificationType["ModelTransferAccept"] = "model-transfer-accept";
|
|
52
|
+
SdPlatformNotificationType["ModelTransferDeny"] = "model-transfer-deny";
|
|
53
|
+
SdPlatformNotificationType["ModelConfirmed"] = "model-confirmed";
|
|
54
|
+
SdPlatformNotificationType["ModelDenied"] = "model-denied";
|
|
55
|
+
SdPlatformNotificationType["ScriptDenied"] = "script-denied";
|
|
56
|
+
SdPlatformNotificationType["ComputationFailed"] = "computation-failed";
|
|
57
|
+
SdPlatformNotificationType["ExportFailed"] = "export-failed";
|
|
58
|
+
SdPlatformNotificationType["CreditLimitWarning"] = "credit-limit-warning";
|
|
59
|
+
SdPlatformNotificationType["CreditLimitError"] = "credit-limit-error";
|
|
60
|
+
SdPlatformNotificationType["ModelShared"] = "model-shared";
|
|
61
|
+
SdPlatformNotificationType["ModelUnshared"] = "model-unshared";
|
|
62
|
+
SdPlatformNotificationType["SavedStateShared"] = "saved-state-shared";
|
|
63
|
+
SdPlatformNotificationType["SavedStateUnshared"] = "saved-state-unshared";
|
|
64
|
+
SdPlatformNotificationType["SavedStateCreated"] = "saved-state-created";
|
|
65
|
+
SdPlatformNotificationType["SavedStateDeleted"] = "saved-state-deleted";
|
|
66
|
+
SdPlatformNotificationType["OrganizationInvitation"] = "organization-invitation";
|
|
67
|
+
SdPlatformNotificationType["OrganizationInvitationAccept"] = "organization-invitation-accept";
|
|
68
|
+
SdPlatformNotificationType["OrganizationInvitationBlocked"] = "organization-invitation-blocked";
|
|
69
|
+
SdPlatformNotificationType["OrganizationInvitationDeny"] = "organization-invitation-deny";
|
|
70
|
+
SdPlatformNotificationType["PluginUpdate"] = "plugin-update";
|
|
71
|
+
SdPlatformNotificationType["OrganizationUserSuspended"] = "organization-user-suspended";
|
|
72
|
+
/**
|
|
73
|
+
* Planned maintenance or downtime.
|
|
74
|
+
*/
|
|
75
|
+
SdPlatformNotificationType["Maintenance"] = "maintenance";
|
|
76
|
+
SdPlatformNotificationType["PlatformFrontendUpdate"] = "platform-frontend-update";
|
|
77
|
+
SdPlatformNotificationType["ViewerUpdate"] = "viewer-update";
|
|
78
|
+
SdPlatformNotificationType["GeometryBackendUpdate"] = "geometry-backend-update";
|
|
79
|
+
SdPlatformNotificationType["PlatformBackendUpdate"] = "platform-backend-update";
|
|
80
|
+
/**
|
|
81
|
+
* Updates about components like SDKs etc.
|
|
82
|
+
*/
|
|
83
|
+
SdPlatformNotificationType["GenericUpdate"] = "generic-update";
|
|
84
|
+
/**
|
|
85
|
+
* Used whenever a user's or organization's default backend system gets changed by the platform backend.
|
|
86
|
+
*/
|
|
87
|
+
SdPlatformNotificationType["BackendSystemChanged"] = "backend-system-changed";
|
|
88
|
+
})(SdPlatformNotificationType = exports.SdPlatformNotificationType || (exports.SdPlatformNotificationType = {}));
|
|
89
89
|
//# sourceMappingURL=SdPlatformNotificationCommons.js.map
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Roles of organization members
|
|
3
|
-
*/
|
|
4
|
-
export declare enum SdPlatformOrganizationMemberRole {
|
|
5
|
-
/**
|
|
6
|
-
* Suspended organization members are not allowed to login, and
|
|
7
|
-
* are not granted any policies, which organization membership usually grants.
|
|
8
|
-
*/
|
|
9
|
-
Suspended = "suspended",
|
|
10
|
-
/**
|
|
11
|
-
* A plain organization member.
|
|
12
|
-
*/
|
|
13
|
-
User = "user",
|
|
14
|
-
/**
|
|
15
|
-
* Has "owner" permissions for all models of the organization.
|
|
16
|
-
*/
|
|
17
|
-
Manager = "manager",
|
|
18
|
-
/**
|
|
19
|
-
* Allowed to
|
|
20
|
-
* - Add / remove / change role of organization members who are not owners.
|
|
21
|
-
* - Edit settings of organization like visibility, allow_sharing, allow_link_sharing, allow_expose_email.
|
|
22
|
-
* - Manage domains for the organization.
|
|
23
|
-
*/
|
|
24
|
-
Admin = "admin",
|
|
25
|
-
/**
|
|
26
|
-
* Organization owner.
|
|
27
|
-
*/
|
|
28
|
-
Owner = "owner"
|
|
29
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* Roles of organization members
|
|
3
|
+
*/
|
|
4
|
+
export declare enum SdPlatformOrganizationMemberRole {
|
|
5
|
+
/**
|
|
6
|
+
* Suspended organization members are not allowed to login, and
|
|
7
|
+
* are not granted any policies, which organization membership usually grants.
|
|
8
|
+
*/
|
|
9
|
+
Suspended = "suspended",
|
|
10
|
+
/**
|
|
11
|
+
* A plain organization member.
|
|
12
|
+
*/
|
|
13
|
+
User = "user",
|
|
14
|
+
/**
|
|
15
|
+
* Has "owner" permissions for all models of the organization.
|
|
16
|
+
*/
|
|
17
|
+
Manager = "manager",
|
|
18
|
+
/**
|
|
19
|
+
* Allowed to
|
|
20
|
+
* - Add / remove / change role of organization members who are not owners.
|
|
21
|
+
* - Edit settings of organization like visibility, allow_sharing, allow_link_sharing, allow_expose_email.
|
|
22
|
+
* - Manage domains for the organization.
|
|
23
|
+
*/
|
|
24
|
+
Admin = "admin",
|
|
25
|
+
/**
|
|
26
|
+
* Organization owner.
|
|
27
|
+
*/
|
|
28
|
+
Owner = "owner"
|
|
29
|
+
}
|
|
30
30
|
//# sourceMappingURL=SdPlatformOrganizationCommons.d.ts.map
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SdPlatformOrganizationMemberRole = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Roles of organization members
|
|
6
|
-
*/
|
|
7
|
-
var SdPlatformOrganizationMemberRole;
|
|
8
|
-
(function (SdPlatformOrganizationMemberRole) {
|
|
9
|
-
/**
|
|
10
|
-
* Suspended organization members are not allowed to login, and
|
|
11
|
-
* are not granted any policies, which organization membership usually grants.
|
|
12
|
-
*/
|
|
13
|
-
SdPlatformOrganizationMemberRole["Suspended"] = "suspended";
|
|
14
|
-
/**
|
|
15
|
-
* A plain organization member.
|
|
16
|
-
*/
|
|
17
|
-
SdPlatformOrganizationMemberRole["User"] = "user";
|
|
18
|
-
/**
|
|
19
|
-
* Has "owner" permissions for all models of the organization.
|
|
20
|
-
*/
|
|
21
|
-
SdPlatformOrganizationMemberRole["Manager"] = "manager";
|
|
22
|
-
/**
|
|
23
|
-
* Allowed to
|
|
24
|
-
* - Add / remove / change role of organization members who are not owners.
|
|
25
|
-
* - Edit settings of organization like visibility, allow_sharing, allow_link_sharing, allow_expose_email.
|
|
26
|
-
* - Manage domains for the organization.
|
|
27
|
-
*/
|
|
28
|
-
SdPlatformOrganizationMemberRole["Admin"] = "admin";
|
|
29
|
-
/**
|
|
30
|
-
* Organization owner.
|
|
31
|
-
*/
|
|
32
|
-
SdPlatformOrganizationMemberRole["Owner"] = "owner";
|
|
33
|
-
})(SdPlatformOrganizationMemberRole = exports.SdPlatformOrganizationMemberRole || (exports.SdPlatformOrganizationMemberRole = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SdPlatformOrganizationMemberRole = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Roles of organization members
|
|
6
|
+
*/
|
|
7
|
+
var SdPlatformOrganizationMemberRole;
|
|
8
|
+
(function (SdPlatformOrganizationMemberRole) {
|
|
9
|
+
/**
|
|
10
|
+
* Suspended organization members are not allowed to login, and
|
|
11
|
+
* are not granted any policies, which organization membership usually grants.
|
|
12
|
+
*/
|
|
13
|
+
SdPlatformOrganizationMemberRole["Suspended"] = "suspended";
|
|
14
|
+
/**
|
|
15
|
+
* A plain organization member.
|
|
16
|
+
*/
|
|
17
|
+
SdPlatformOrganizationMemberRole["User"] = "user";
|
|
18
|
+
/**
|
|
19
|
+
* Has "owner" permissions for all models of the organization.
|
|
20
|
+
*/
|
|
21
|
+
SdPlatformOrganizationMemberRole["Manager"] = "manager";
|
|
22
|
+
/**
|
|
23
|
+
* Allowed to
|
|
24
|
+
* - Add / remove / change role of organization members who are not owners.
|
|
25
|
+
* - Edit settings of organization like visibility, allow_sharing, allow_link_sharing, allow_expose_email.
|
|
26
|
+
* - Manage domains for the organization.
|
|
27
|
+
*/
|
|
28
|
+
SdPlatformOrganizationMemberRole["Admin"] = "admin";
|
|
29
|
+
/**
|
|
30
|
+
* Organization owner.
|
|
31
|
+
*/
|
|
32
|
+
SdPlatformOrganizationMemberRole["Owner"] = "owner";
|
|
33
|
+
})(SdPlatformOrganizationMemberRole = exports.SdPlatformOrganizationMemberRole || (exports.SdPlatformOrganizationMemberRole = {}));
|
|
34
34
|
//# sourceMappingURL=SdPlatformOrganizationCommons.js.map
|