@shapediver/api.platform-api-dto-v1 2.12.2 → 2.12.8

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.
Files changed (124) hide show
  1. package/README.md +14 -14
  2. package/dist/commons/SdPlatformApiTokenScopes.d.ts +47 -47
  3. package/dist/commons/SdPlatformApiTokenScopes.js +51 -51
  4. package/dist/commons/SdPlatformChargebee.d.ts +7 -7
  5. package/dist/commons/SdPlatformChargebee.js +2 -2
  6. package/dist/commons/SdPlatformModelCommons.d.ts +4 -4
  7. package/dist/commons/SdPlatformModelCommons.js +8 -8
  8. package/dist/commons/SdPlatformModelTokenScopes.d.ts +9 -9
  9. package/dist/commons/SdPlatformModelTokenScopes.js +13 -13
  10. package/dist/commons/SdPlatformNotificationCommons.d.ts +74 -62
  11. package/dist/commons/SdPlatformNotificationCommons.d.ts.map +1 -1
  12. package/dist/commons/SdPlatformNotificationCommons.js +84 -72
  13. package/dist/commons/SdPlatformNotificationCommons.js.map +1 -1
  14. package/dist/commons/SdPlatformOrganizationCommons.d.ts +29 -29
  15. package/dist/commons/SdPlatformOrganizationCommons.js +33 -33
  16. package/dist/commons/SdPlatformPolicyCommons.d.ts +301 -301
  17. package/dist/commons/SdPlatformPolicyCommons.js +290 -290
  18. package/dist/commons/SdPlatformUsedCredits.d.ts +6 -6
  19. package/dist/commons/SdPlatformUsedCredits.js +2 -2
  20. package/dist/commons/SdPlatformVisibility.d.ts +36 -36
  21. package/dist/commons/SdPlatformVisibility.js +43 -43
  22. package/dist/index.d.ts +54 -54
  23. package/dist/index.js +70 -70
  24. package/dist/request/SdPlatformAuthRequest.d.ts +53 -21
  25. package/dist/request/SdPlatformAuthRequest.d.ts.map +1 -1
  26. package/dist/request/SdPlatformAuthRequest.js +20 -12
  27. package/dist/request/SdPlatformAuthRequest.js.map +1 -1
  28. package/dist/request/SdPlatformBaseRequestTypes.d.ts +45 -45
  29. package/dist/request/SdPlatformBaseRequestTypes.js +8 -8
  30. package/dist/request/SdPlatformRequestApiClients.d.ts +20 -20
  31. package/dist/request/SdPlatformRequestApiClients.js +2 -2
  32. package/dist/request/SdPlatformRequestApiToken.d.ts +23 -23
  33. package/dist/request/SdPlatformRequestApiToken.js +2 -2
  34. package/dist/request/SdPlatformRequestBackendSystem.d.ts +69 -69
  35. package/dist/request/SdPlatformRequestBackendSystem.js +2 -2
  36. package/dist/request/SdPlatformRequestBookmark.d.ts +7 -7
  37. package/dist/request/SdPlatformRequestBookmark.js +2 -2
  38. package/dist/request/SdPlatformRequestChargebee.d.ts +11 -11
  39. package/dist/request/SdPlatformRequestChargebee.js +2 -2
  40. package/dist/request/SdPlatformRequestDocument.d.ts +46 -46
  41. package/dist/request/SdPlatformRequestDocument.js +2 -2
  42. package/dist/request/SdPlatformRequestDomain.d.ts +18 -18
  43. package/dist/request/SdPlatformRequestDomain.js +2 -2
  44. package/dist/request/SdPlatformRequestImage.d.ts +16 -16
  45. package/dist/request/SdPlatformRequestImage.js +2 -2
  46. package/dist/request/SdPlatformRequestModel.d.ts +63 -48
  47. package/dist/request/SdPlatformRequestModel.d.ts.map +1 -1
  48. package/dist/request/SdPlatformRequestModel.js +10 -8
  49. package/dist/request/SdPlatformRequestModel.js.map +1 -1
  50. package/dist/request/SdPlatformRequestModelSharing.d.ts +34 -34
  51. package/dist/request/SdPlatformRequestModelSharing.js +2 -2
  52. package/dist/request/SdPlatformRequestModelToken.d.ts +11 -11
  53. package/dist/request/SdPlatformRequestModelToken.js +2 -2
  54. package/dist/request/SdPlatformRequestModelTransfer.d.ts +15 -15
  55. package/dist/request/SdPlatformRequestModelTransfer.js +2 -2
  56. package/dist/request/SdPlatformRequestNotification.d.ts +40 -38
  57. package/dist/request/SdPlatformRequestNotification.d.ts.map +1 -1
  58. package/dist/request/SdPlatformRequestNotification.js +2 -2
  59. package/dist/request/SdPlatformRequestOpenIDProvider.d.ts +100 -100
  60. package/dist/request/SdPlatformRequestOpenIDProvider.js +2 -2
  61. package/dist/request/SdPlatformRequestOrganization.d.ts +57 -57
  62. package/dist/request/SdPlatformRequestOrganization.js +2 -2
  63. package/dist/request/SdPlatformRequestPolicy.d.ts +39 -39
  64. package/dist/request/SdPlatformRequestPolicy.js +2 -2
  65. package/dist/request/SdPlatformRequestSavedState.d.ts +35 -35
  66. package/dist/request/SdPlatformRequestSavedState.js +2 -2
  67. package/dist/request/SdPlatformRequestSavedStateSharing.d.ts +34 -34
  68. package/dist/request/SdPlatformRequestSavedStateSharing.js +2 -2
  69. package/dist/request/SdPlatformRequestUser.d.ts +89 -89
  70. package/dist/request/SdPlatformRequestUser.js +2 -2
  71. package/dist/request/SdPlatformRequestWebhook.d.ts +39 -39
  72. package/dist/request/SdPlatformRequestWebhook.js +2 -2
  73. package/dist/response/SdPlatformAuthResponse.d.ts +17 -14
  74. package/dist/response/SdPlatformAuthResponse.d.ts.map +1 -1
  75. package/dist/response/SdPlatformAuthResponse.js +2 -2
  76. package/dist/response/SdPlatformBaseResponseTypes.d.ts +47 -47
  77. package/dist/response/SdPlatformBaseResponseTypes.js +2 -2
  78. package/dist/response/SdPlatformResponseAnalytics.d.ts +173 -173
  79. package/dist/response/SdPlatformResponseAnalytics.js +11 -11
  80. package/dist/response/SdPlatformResponseApiClient.d.ts +11 -10
  81. package/dist/response/SdPlatformResponseApiClient.d.ts.map +1 -1
  82. package/dist/response/SdPlatformResponseApiClient.js +2 -2
  83. package/dist/response/SdPlatformResponseApiToken.d.ts +24 -24
  84. package/dist/response/SdPlatformResponseApiToken.js +2 -2
  85. package/dist/response/SdPlatformResponseBackendSystem.d.ts +53 -53
  86. package/dist/response/SdPlatformResponseBackendSystem.js +2 -2
  87. package/dist/response/SdPlatformResponseChargebee.d.ts +32 -32
  88. package/dist/response/SdPlatformResponseChargebee.js +10 -10
  89. package/dist/response/SdPlatformResponseDocument.d.ts +112 -112
  90. package/dist/response/SdPlatformResponseDocument.js +2 -2
  91. package/dist/response/SdPlatformResponseDomain.d.ts +25 -25
  92. package/dist/response/SdPlatformResponseDomain.js +2 -2
  93. package/dist/response/SdPlatformResponseFeatures.d.ts +57 -57
  94. package/dist/response/SdPlatformResponseFeatures.js +2 -2
  95. package/dist/response/SdPlatformResponseHttpLog.d.ts +14 -14
  96. package/dist/response/SdPlatformResponseHttpLog.js +2 -2
  97. package/dist/response/SdPlatformResponseImage.d.ts +34 -34
  98. package/dist/response/SdPlatformResponseImage.js +2 -2
  99. package/dist/response/SdPlatformResponseModel.d.ts +310 -215
  100. package/dist/response/SdPlatformResponseModel.d.ts.map +1 -1
  101. package/dist/response/SdPlatformResponseModel.js +53 -50
  102. package/dist/response/SdPlatformResponseModel.js.map +1 -1
  103. package/dist/response/SdPlatformResponseModelSharing.d.ts +62 -62
  104. package/dist/response/SdPlatformResponseModelSharing.js +2 -2
  105. package/dist/response/SdPlatformResponseModelToken.d.ts +23 -23
  106. package/dist/response/SdPlatformResponseModelToken.js +2 -2
  107. package/dist/response/SdPlatformResponseNotification.d.ts +64 -62
  108. package/dist/response/SdPlatformResponseNotification.d.ts.map +1 -1
  109. package/dist/response/SdPlatformResponseNotification.js +2 -2
  110. package/dist/response/SdPlatformResponseOpenIDProvider.d.ts +70 -70
  111. package/dist/response/SdPlatformResponseOpenIDProvider.js +2 -2
  112. package/dist/response/SdPlatformResponseOrganization.d.ts +64 -64
  113. package/dist/response/SdPlatformResponseOrganization.js +2 -2
  114. package/dist/response/SdPlatformResponsePolicy.d.ts +57 -57
  115. package/dist/response/SdPlatformResponsePolicy.js +2 -2
  116. package/dist/response/SdPlatformResponseSavedState.d.ts +56 -56
  117. package/dist/response/SdPlatformResponseSavedState.js +2 -2
  118. package/dist/response/SdPlatformResponseSavedStateSharing.d.ts +62 -62
  119. package/dist/response/SdPlatformResponseSavedStateSharing.js +2 -2
  120. package/dist/response/SdPlatformResponseTag.d.ts +16 -16
  121. package/dist/response/SdPlatformResponseTag.js +2 -2
  122. package/dist/response/SdPlatformResponseUser.d.ts +132 -132
  123. package/dist/response/SdPlatformResponseUser.js +2 -2
  124. package/package.json +2 -2
@@ -1,73 +1,85 @@
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
- })(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
+ * (for planned maintenance / 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
+ * (for updates about other components, e.g. SDKs)
82
+ */
83
+ SdPlatformNotificationType["GenericUpdate"] = "generic-update";
84
+ })(SdPlatformNotificationType = exports.SdPlatformNotificationType || (exports.SdPlatformNotificationType = {}));
73
85
  //# sourceMappingURL=SdPlatformNotificationCommons.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SdPlatformNotificationCommons.js","sourceRoot":"","sources":["../../src/commons/SdPlatformNotificationCommons.ts"],"names":[],"mappings":";;;AACA;;GAEG;AACH,IAAY,6BAQX;AARD,WAAY,6BAA6B;IAErC,6CAA6C;IAC7C,sDAAqB,CAAA;IACrB,yFAAyF;IACzF,8CAAa,CAAA;IACb,sEAAsE;IACtE,oDAAmB,CAAA;AACvB,CAAC,EARW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAQxC;AAAA,CAAC;AAEF;;GAEG;AACH,IAAY,2BAQX;AARD,WAAY,2BAA2B;IAEnC,wBAAwB;IACxB,4CAAa,CAAA;IACb,oBAAoB;IACpB,kDAAmB,CAAA;IACnB,kBAAkB;IAClB,8CAAe,CAAA;AACnB,CAAC,EARW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAQtC;AAAA,CAAC;AAEF;;GAEG;AACH,IAAY,2BAUX;AAVD,WAAY,2BAA2B;IAEnC,iCAAiC;IACjC,8CAAe,CAAA;IACf,mCAAmC;IACnC,kDAAmB,CAAA;IACnB,wCAAwC;IACxC,4DAA6B,CAAA;IAC7B,mCAAmC;IACnC,kDAAmB,CAAA;AACvB,CAAC,EAVW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAUtC;AAAA,CAAC;AAEF;;GAEG;AACH,IAAY,0BAwBX;AAxBD,WAAY,0BAA0B;IAElC,6EAA+C,CAAA;IAC/C,2EAA6C,CAAA;IAC7C,uEAAyC,CAAA;IACzC,gEAAkC,CAAA;IAClC,0DAA4B,CAAA;IAC5B,4DAA8B,CAAA;IAC9B,sEAAwC,CAAA;IACxC,4DAA8B,CAAA;IAC9B,yEAA2C,CAAA;IAC3C,qEAAuC,CAAA;IACvC,0DAA4B,CAAA;IAC5B,8DAAgC,CAAA;IAChC,qEAAuC,CAAA;IACvC,yEAA2C,CAAA;IAC3C,uEAAyC,CAAA;IACzC,uEAAyC,CAAA;IACzC,gFAAkD,CAAA;IAClD,6FAA+D,CAAA;IAC/D,+FAAiE,CAAA;IACjE,yFAA2D,CAAA;IAC3D,4DAA8B,CAAA;IAC9B,uFAAyD,CAAA;AAC7D,CAAC,EAxBW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAwBrC"}
1
+ {"version":3,"file":"SdPlatformNotificationCommons.js","sourceRoot":"","sources":["../../src/commons/SdPlatformNotificationCommons.ts"],"names":[],"mappings":";;;AACA;;GAEG;AACH,IAAY,6BAQX;AARD,WAAY,6BAA6B;IAErC,6CAA6C;IAC7C,sDAAqB,CAAA;IACrB,yFAAyF;IACzF,8CAAa,CAAA;IACb,sEAAsE;IACtE,oDAAmB,CAAA;AACvB,CAAC,EARW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAQxC;AAAA,CAAC;AAEF;;GAEG;AACH,IAAY,2BAQX;AARD,WAAY,2BAA2B;IAEnC,wBAAwB;IACxB,4CAAa,CAAA;IACb,oBAAoB;IACpB,kDAAmB,CAAA;IACnB,kBAAkB;IAClB,8CAAe,CAAA;AACnB,CAAC,EARW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAQtC;AAAA,CAAC;AAEF;;GAEG;AACH,IAAY,2BAUX;AAVD,WAAY,2BAA2B;IAEnC,iCAAiC;IACjC,8CAAe,CAAA;IACf,mCAAmC;IACnC,kDAAmB,CAAA;IACnB,wCAAwC;IACxC,4DAA6B,CAAA;IAC7B,mCAAmC;IACnC,kDAAmB,CAAA;AACvB,CAAC,EAVW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAUtC;AAAA,CAAC;AAEF;;GAEG;AACH,IAAY,0BAoCX;AApCD,WAAY,0BAA0B;IAElC,6EAA+C,CAAA;IAC/C,2EAA6C,CAAA;IAC7C,uEAAyC,CAAA;IACzC,gEAAkC,CAAA;IAClC,0DAA4B,CAAA;IAC5B,4DAA8B,CAAA;IAC9B,sEAAwC,CAAA;IACxC,4DAA8B,CAAA;IAC9B,yEAA2C,CAAA;IAC3C,qEAAuC,CAAA;IACvC,0DAA4B,CAAA;IAC5B,8DAAgC,CAAA;IAChC,qEAAuC,CAAA;IACvC,yEAA2C,CAAA;IAC3C,uEAAyC,CAAA;IACzC,uEAAyC,CAAA;IACzC,gFAAkD,CAAA;IAClD,6FAA+D,CAAA;IAC/D,+FAAiE,CAAA;IACjE,yFAA2D,CAAA;IAC3D,4DAA8B,CAAA;IAC9B,uFAAyD,CAAA;IACzD;;OAEG;IACH,yDAA2B,CAAA;IAC3B,iFAAmD,CAAA;IACnD,4DAA8B,CAAA;IAC9B,+EAAiD,CAAA;IACjD,+EAAiD,CAAA;IACjD;;OAEG;IACH,8DAAgC,CAAA;AACpC,CAAC,EApCW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAoCrC"}
@@ -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