@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
package/README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<p style="text-align: center">
|
|
2
|
+
<a href="https://www.shapediver.com/">
|
|
3
|
+
<img
|
|
4
|
+
alt="ShapeDiver"
|
|
5
|
+
src="https://sduse1-assets.shapediver.com/production/assets/img/apple-icon.png"
|
|
6
|
+
/>
|
|
7
|
+
</a>
|
|
8
|
+
</p>
|
|
9
|
+
|
|
10
|
+
# `@shapediver/api.platform-api-dto-v1`
|
|
11
|
+
This library contains all *Data Transfer Object* (DTO) definitions used to communicate with the ShapeDiver Platform API v1.
|
|
12
|
+
|
|
13
|
+
## Usage
|
|
14
|
+
While you could use this package standalone, typically it's used under the hood as a dependency of the [ShapeDiver Platform SDK](https://help.shapediver.com/doc/Platform-Backend.1863876635.html).
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Scopes for limiting Platform API tokens
|
|
3
|
+
*/
|
|
4
|
+
export declare enum SdPlatformApiTokenScopes {
|
|
5
|
+
ModelsRead = "models-read",
|
|
6
|
+
ModelsWrite = "models-write",
|
|
7
|
+
ModelsFull = "models-full",
|
|
8
|
+
BookmarksFull = "bookmarks-full",
|
|
9
|
+
ImagesRead = "images-read",
|
|
10
|
+
ImagesWrite = "images-write",
|
|
11
|
+
ImagesFull = "images-full",
|
|
12
|
+
Tokens = "tokens",
|
|
13
|
+
TagsRead = "tags-read",
|
|
14
|
+
UsersRead = "users-read",
|
|
15
|
+
UsersWrite = "users-write",
|
|
16
|
+
ModelSharingRead = "model-sharing-read",
|
|
17
|
+
ModelSharingWrite = "model-sharing-write",
|
|
18
|
+
ModelSharingFull = "model-sharing-full",
|
|
19
|
+
SavedStatesRead = "saved-states-read",
|
|
20
|
+
SavedStatesWrite = "saved-states-write",
|
|
21
|
+
SavedStatesFull = "saved-states-full",
|
|
22
|
+
SavedStateSharingRead = "saved-state-sharing-read",
|
|
23
|
+
SavedStateSharingWrite = "saved-state-sharing-write",
|
|
24
|
+
SavedStateSharingFull = "saved-state-sharing-full",
|
|
25
|
+
ActionsFull = "actions-full",
|
|
26
|
+
ApiClientsFull = "apiclients-full",
|
|
27
|
+
BackendSystemsFull = "backendsystems-full",
|
|
28
|
+
DomainsFull = "domains-full",
|
|
29
|
+
HttpLogsFull = "httplogs-full",
|
|
30
|
+
PoliciesFull = "policies-full",
|
|
31
|
+
All = "*"
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=SdPlatformApiTokenScopes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformApiTokenScopes.d.ts","sourceRoot":"","sources":["../../src/commons/SdPlatformApiTokenScopes.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,wBAAwB;IAEhC,UAAU,gBAAgB;IAC1B,WAAW,iBAAiB;IAC5B,UAAU,gBAAgB;IAC1B,aAAa,mBAAmB;IAChC,UAAU,gBAAgB;IAC1B,WAAW,iBAAiB;IAC5B,UAAU,gBAAgB;IAC1B,MAAM,WAAW;IACjB,QAAQ,cAAc;IACtB,SAAS,eAAe;IACxB,UAAU,gBAAgB;IAC1B,gBAAgB,uBAAuB;IACvC,iBAAiB,wBAAwB;IACzC,gBAAgB,uBAAuB;IACvC,eAAe,sBAAsB;IACrC,gBAAgB,uBAAuB;IACvC,eAAe,sBAAsB;IACrC,qBAAqB,6BAA6B;IAClD,sBAAsB,8BAA8B;IACpD,qBAAqB,6BAA6B;IAClD,WAAW,iBAAiB;IAC5B,cAAc,oBAAoB;IAClC,kBAAkB,wBAAwB;IAC1C,WAAW,iBAAiB;IAC5B,YAAY,kBAAkB;IAC9B,YAAY,kBAAkB;IAC9B,GAAG,MAAM;CACZ"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SdPlatformApiTokenScopes = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Scopes for limiting Platform API tokens
|
|
6
|
+
*/
|
|
7
|
+
var SdPlatformApiTokenScopes;
|
|
8
|
+
(function (SdPlatformApiTokenScopes) {
|
|
9
|
+
SdPlatformApiTokenScopes["ModelsRead"] = "models-read";
|
|
10
|
+
SdPlatformApiTokenScopes["ModelsWrite"] = "models-write";
|
|
11
|
+
SdPlatformApiTokenScopes["ModelsFull"] = "models-full";
|
|
12
|
+
SdPlatformApiTokenScopes["BookmarksFull"] = "bookmarks-full";
|
|
13
|
+
SdPlatformApiTokenScopes["ImagesRead"] = "images-read";
|
|
14
|
+
SdPlatformApiTokenScopes["ImagesWrite"] = "images-write";
|
|
15
|
+
SdPlatformApiTokenScopes["ImagesFull"] = "images-full";
|
|
16
|
+
SdPlatformApiTokenScopes["Tokens"] = "tokens";
|
|
17
|
+
SdPlatformApiTokenScopes["TagsRead"] = "tags-read";
|
|
18
|
+
SdPlatformApiTokenScopes["UsersRead"] = "users-read";
|
|
19
|
+
SdPlatformApiTokenScopes["UsersWrite"] = "users-write";
|
|
20
|
+
SdPlatformApiTokenScopes["ModelSharingRead"] = "model-sharing-read";
|
|
21
|
+
SdPlatformApiTokenScopes["ModelSharingWrite"] = "model-sharing-write";
|
|
22
|
+
SdPlatformApiTokenScopes["ModelSharingFull"] = "model-sharing-full";
|
|
23
|
+
SdPlatformApiTokenScopes["SavedStatesRead"] = "saved-states-read";
|
|
24
|
+
SdPlatformApiTokenScopes["SavedStatesWrite"] = "saved-states-write";
|
|
25
|
+
SdPlatformApiTokenScopes["SavedStatesFull"] = "saved-states-full";
|
|
26
|
+
SdPlatformApiTokenScopes["SavedStateSharingRead"] = "saved-state-sharing-read";
|
|
27
|
+
SdPlatformApiTokenScopes["SavedStateSharingWrite"] = "saved-state-sharing-write";
|
|
28
|
+
SdPlatformApiTokenScopes["SavedStateSharingFull"] = "saved-state-sharing-full";
|
|
29
|
+
SdPlatformApiTokenScopes["ActionsFull"] = "actions-full";
|
|
30
|
+
SdPlatformApiTokenScopes["ApiClientsFull"] = "apiclients-full";
|
|
31
|
+
SdPlatformApiTokenScopes["BackendSystemsFull"] = "backendsystems-full";
|
|
32
|
+
SdPlatformApiTokenScopes["DomainsFull"] = "domains-full";
|
|
33
|
+
SdPlatformApiTokenScopes["HttpLogsFull"] = "httplogs-full";
|
|
34
|
+
SdPlatformApiTokenScopes["PoliciesFull"] = "policies-full";
|
|
35
|
+
SdPlatformApiTokenScopes["All"] = "*";
|
|
36
|
+
})(SdPlatformApiTokenScopes = exports.SdPlatformApiTokenScopes || (exports.SdPlatformApiTokenScopes = {}));
|
|
37
|
+
//# sourceMappingURL=SdPlatformApiTokenScopes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformApiTokenScopes.js","sourceRoot":"","sources":["../../src/commons/SdPlatformApiTokenScopes.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,IAAY,wBA6BX;AA7BD,WAAY,wBAAwB;IAEhC,sDAA0B,CAAA;IAC1B,wDAA4B,CAAA;IAC5B,sDAA0B,CAAA;IAC1B,4DAAgC,CAAA;IAChC,sDAA0B,CAAA;IAC1B,wDAA4B,CAAA;IAC5B,sDAA0B,CAAA;IAC1B,6CAAiB,CAAA;IACjB,kDAAsB,CAAA;IACtB,oDAAwB,CAAA;IACxB,sDAA0B,CAAA;IAC1B,mEAAuC,CAAA;IACvC,qEAAyC,CAAA;IACzC,mEAAuC,CAAA;IACvC,iEAAqC,CAAA;IACrC,mEAAuC,CAAA;IACvC,iEAAqC,CAAA;IACrC,8EAAkD,CAAA;IAClD,gFAAoD,CAAA;IACpD,8EAAkD,CAAA;IAClD,wDAA4B,CAAA;IAC5B,8DAAkC,CAAA;IAClC,sEAA0C,CAAA;IAC1C,wDAA4B,CAAA;IAC5B,0DAA8B,CAAA;IAC9B,0DAA8B,CAAA;IAC9B,qCAAS,CAAA;AACb,CAAC,EA7BW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA6BnC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Customer, Plan, Subscription, Addon, HostedPage, PortalSession } from "chargebee-typescript/lib/resources";
|
|
2
|
+
export declare type SdPlatformChargebeeCustomer = Customer;
|
|
3
|
+
export declare type SdPlatformChargebeeSubscription = Subscription;
|
|
4
|
+
export declare type SdPlatformChargebeeAddon = Addon;
|
|
5
|
+
export declare type SdPlatformChargebeePlan = Plan;
|
|
6
|
+
export declare type SdPlatformChargebeeHostedPage = HostedPage;
|
|
7
|
+
export declare type SdPlatformChargebeePortalSession = PortalSession;
|
|
8
|
+
//# sourceMappingURL=SdPlatformChargebee.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformChargebee.d.ts","sourceRoot":"","sources":["../../src/commons/SdPlatformChargebee.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAEpH,oBAAY,2BAA2B,GAAG,QAAQ,CAAC;AACnD,oBAAY,+BAA+B,GAAG,YAAY,CAAC;AAC3D,oBAAY,wBAAwB,GAAG,KAAK,CAAC;AAC7C,oBAAY,uBAAuB,GAAG,IAAI,CAAC;AAE3C,oBAAY,6BAA6B,GAAG,UAAU,CAAC;AACvD,oBAAY,gCAAgC,GAAG,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformChargebee.js","sourceRoot":"","sources":["../../src/commons/SdPlatformChargebee.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformModelCommons.d.ts","sourceRoot":"","sources":["../../src/commons/SdPlatformModelCommons.ts"],"names":[],"mappings":"AACA,oBAAY,uBAAuB;IAE/B,EAAE,OAAO;IACT,GAAG,QAAQ;CACd"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SdPlatformModelFileType = void 0;
|
|
4
|
+
var SdPlatformModelFileType;
|
|
5
|
+
(function (SdPlatformModelFileType) {
|
|
6
|
+
SdPlatformModelFileType["GH"] = "gh";
|
|
7
|
+
SdPlatformModelFileType["GHX"] = "ghx";
|
|
8
|
+
})(SdPlatformModelFileType = exports.SdPlatformModelFileType || (exports.SdPlatformModelFileType = {}));
|
|
9
|
+
//# sourceMappingURL=SdPlatformModelCommons.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformModelCommons.js","sourceRoot":"","sources":["../../src/commons/SdPlatformModelCommons.ts"],"names":[],"mappings":";;;AACA,IAAY,uBAIX;AAJD,WAAY,uBAAuB;IAE/B,oCAAS,CAAA;IACT,sCAAW,CAAA;AACf,CAAC,EAJW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAIlC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Scopes for access to models on ShapeDiver Geometry Backend systems.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum SdPlatformModelTokenScopes {
|
|
5
|
+
GroupView = "group.view",
|
|
6
|
+
GroupExport = "group.export",
|
|
7
|
+
GroupOwner = "group.owner",
|
|
8
|
+
GroupAnalytics = "group.analytics"
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=SdPlatformModelTokenScopes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformModelTokenScopes.d.ts","sourceRoot":"","sources":["../../src/commons/SdPlatformModelTokenScopes.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,0BAA0B;IAElC,SAAS,eAAe;IACxB,WAAW,iBAAiB;IAC5B,UAAU,gBAAgB;IAC1B,cAAc,oBAAoB;CACrC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SdPlatformModelTokenScopes = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Scopes for access to models on ShapeDiver Geometry Backend systems.
|
|
6
|
+
*/
|
|
7
|
+
var SdPlatformModelTokenScopes;
|
|
8
|
+
(function (SdPlatformModelTokenScopes) {
|
|
9
|
+
SdPlatformModelTokenScopes["GroupView"] = "group.view";
|
|
10
|
+
SdPlatformModelTokenScopes["GroupExport"] = "group.export";
|
|
11
|
+
SdPlatformModelTokenScopes["GroupOwner"] = "group.owner";
|
|
12
|
+
SdPlatformModelTokenScopes["GroupAnalytics"] = "group.analytics";
|
|
13
|
+
})(SdPlatformModelTokenScopes = exports.SdPlatformModelTokenScopes || (exports.SdPlatformModelTokenScopes = {}));
|
|
14
|
+
//# sourceMappingURL=SdPlatformModelTokenScopes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformModelTokenScopes.js","sourceRoot":"","sources":["../../src/commons/SdPlatformModelTokenScopes.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,IAAY,0BAMX;AAND,WAAY,0BAA0B;IAElC,sDAAwB,CAAA;IACxB,0DAA4B,CAAA;IAC5B,wDAA0B,CAAA;IAC1B,gEAAkC,CAAA;AACtC,CAAC,EANW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAMrC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
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
|
+
Info = "info",
|
|
17
|
+
Warning = "warning",
|
|
18
|
+
Error = "error"
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Classification of the notification which can be used to show different tabs of notifications to the user in the platform frontend.
|
|
22
|
+
*/
|
|
23
|
+
export declare enum SdPlatformNotificationClass {
|
|
24
|
+
Model = "model",
|
|
25
|
+
Account = "account",
|
|
26
|
+
Organization = "organization",
|
|
27
|
+
Sharing = "sharing"
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Specific type of notification.
|
|
31
|
+
*/
|
|
32
|
+
export declare enum SdPlatformNotificationType {
|
|
33
|
+
ModelTransferRequest = "model-transfer-request",
|
|
34
|
+
ModelTransferAccept = "model-transfer-accept",
|
|
35
|
+
ModelTransferDeny = "model-transfer-deny",
|
|
36
|
+
ModelConfirmed = "model-confirmed",
|
|
37
|
+
ModelDenied = "model-denied",
|
|
38
|
+
ScriptDenied = "script-denied",
|
|
39
|
+
ComputationFailed = "computation-failed",
|
|
40
|
+
ExportDeleted = "export-failed",
|
|
41
|
+
CreditLimitWarning = "credit-limit-warning",
|
|
42
|
+
CreditLimitError = "credit-limit-error",
|
|
43
|
+
ModelShared = "model-shared",
|
|
44
|
+
ModelUnshared = "model-unshared",
|
|
45
|
+
SavedStateShared = "saved-state-shared",
|
|
46
|
+
SavedStateUnshared = "saved-state-unshared",
|
|
47
|
+
SavedStateCreated = "saved-state-created",
|
|
48
|
+
SavedStateDeleted = "saved-state-deleted",
|
|
49
|
+
OrganizationInvitation = "organization-invitation",
|
|
50
|
+
OrganizationInvitationAccept = "organization-invitation-accept",
|
|
51
|
+
OrganizationInvitationDeny = "organization-invitation-deny",
|
|
52
|
+
PluginUpdate = "plugin-update",
|
|
53
|
+
OrganizationUserSuspended = "organization-user-suspended"
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=SdPlatformNotificationCommons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformNotificationCommons.d.ts","sourceRoot":"","sources":["../../src/commons/SdPlatformNotificationCommons.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,6BAA6B;IAErC,6CAA6C;IAC7C,QAAQ,aAAa;IACrB,yFAAyF;IACzF,IAAI,SAAS;IACb,sEAAsE;IACtE,OAAO,YAAY;CACtB;AAED;;GAEG;AACH,oBAAY,2BAA2B;IAEnC,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,KAAK,UAAU;CAClB;AAED;;GAEG;AACH,oBAAY,2BAA2B;IAEnC,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,YAAY,iBAAiB;IAC7B,OAAO,YAAY;CACtB;AAED;;GAEG;AACH,oBAAY,0BAA0B;IAElC,oBAAoB,2BAA2B;IAC/C,mBAAmB,0BAA0B;IAC7C,iBAAiB,wBAAwB;IACzC,cAAc,oBAAoB;IAClC,WAAW,iBAAiB;IAC5B,YAAY,kBAAkB;IAC9B,iBAAiB,uBAAuB;IACxC,aAAa,kBAAkB;IAC/B,kBAAkB,yBAAyB;IAC3C,gBAAgB,uBAAuB;IACvC,WAAW,iBAAiB;IAC5B,aAAa,mBAAmB;IAChC,gBAAgB,uBAAuB;IACvC,kBAAkB,yBAAyB;IAC3C,iBAAiB,wBAAwB;IACzC,iBAAiB,wBAAwB;IACzC,sBAAsB,4BAA4B;IAClD,4BAA4B,mCAAmC;IAC/D,0BAA0B,iCAAiC;IAC3D,YAAY,kBAAkB;IAC9B,yBAAyB,gCAAgC;CAC5D"}
|
|
@@ -0,0 +1,65 @@
|
|
|
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
|
+
SdPlatformNotificationLevel["Info"] = "info";
|
|
23
|
+
SdPlatformNotificationLevel["Warning"] = "warning";
|
|
24
|
+
SdPlatformNotificationLevel["Error"] = "error";
|
|
25
|
+
})(SdPlatformNotificationLevel = exports.SdPlatformNotificationLevel || (exports.SdPlatformNotificationLevel = {}));
|
|
26
|
+
;
|
|
27
|
+
/**
|
|
28
|
+
* Classification of the notification which can be used to show different tabs of notifications to the user in the platform frontend.
|
|
29
|
+
*/
|
|
30
|
+
var SdPlatformNotificationClass;
|
|
31
|
+
(function (SdPlatformNotificationClass) {
|
|
32
|
+
SdPlatformNotificationClass["Model"] = "model";
|
|
33
|
+
SdPlatformNotificationClass["Account"] = "account";
|
|
34
|
+
SdPlatformNotificationClass["Organization"] = "organization";
|
|
35
|
+
SdPlatformNotificationClass["Sharing"] = "sharing";
|
|
36
|
+
})(SdPlatformNotificationClass = exports.SdPlatformNotificationClass || (exports.SdPlatformNotificationClass = {}));
|
|
37
|
+
;
|
|
38
|
+
/**
|
|
39
|
+
* Specific type of notification.
|
|
40
|
+
*/
|
|
41
|
+
var SdPlatformNotificationType;
|
|
42
|
+
(function (SdPlatformNotificationType) {
|
|
43
|
+
SdPlatformNotificationType["ModelTransferRequest"] = "model-transfer-request";
|
|
44
|
+
SdPlatformNotificationType["ModelTransferAccept"] = "model-transfer-accept";
|
|
45
|
+
SdPlatformNotificationType["ModelTransferDeny"] = "model-transfer-deny";
|
|
46
|
+
SdPlatformNotificationType["ModelConfirmed"] = "model-confirmed";
|
|
47
|
+
SdPlatformNotificationType["ModelDenied"] = "model-denied";
|
|
48
|
+
SdPlatformNotificationType["ScriptDenied"] = "script-denied";
|
|
49
|
+
SdPlatformNotificationType["ComputationFailed"] = "computation-failed";
|
|
50
|
+
SdPlatformNotificationType["ExportDeleted"] = "export-failed";
|
|
51
|
+
SdPlatformNotificationType["CreditLimitWarning"] = "credit-limit-warning";
|
|
52
|
+
SdPlatformNotificationType["CreditLimitError"] = "credit-limit-error";
|
|
53
|
+
SdPlatformNotificationType["ModelShared"] = "model-shared";
|
|
54
|
+
SdPlatformNotificationType["ModelUnshared"] = "model-unshared";
|
|
55
|
+
SdPlatformNotificationType["SavedStateShared"] = "saved-state-shared";
|
|
56
|
+
SdPlatformNotificationType["SavedStateUnshared"] = "saved-state-unshared";
|
|
57
|
+
SdPlatformNotificationType["SavedStateCreated"] = "saved-state-created";
|
|
58
|
+
SdPlatformNotificationType["SavedStateDeleted"] = "saved-state-deleted";
|
|
59
|
+
SdPlatformNotificationType["OrganizationInvitation"] = "organization-invitation";
|
|
60
|
+
SdPlatformNotificationType["OrganizationInvitationAccept"] = "organization-invitation-accept";
|
|
61
|
+
SdPlatformNotificationType["OrganizationInvitationDeny"] = "organization-invitation-deny";
|
|
62
|
+
SdPlatformNotificationType["PluginUpdate"] = "plugin-update";
|
|
63
|
+
SdPlatformNotificationType["OrganizationUserSuspended"] = "organization-user-suspended";
|
|
64
|
+
})(SdPlatformNotificationType = exports.SdPlatformNotificationType || (exports.SdPlatformNotificationType = {}));
|
|
65
|
+
//# sourceMappingURL=SdPlatformNotificationCommons.js.map
|
|
@@ -0,0 +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,2BAKX;AALD,WAAY,2BAA2B;IAEnC,4CAAa,CAAA;IACb,kDAAmB,CAAA;IACnB,8CAAe,CAAA;AACnB,CAAC,EALW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAKtC;AAAA,CAAC;AAEF;;GAEG;AACH,IAAY,2BAMX;AAND,WAAY,2BAA2B;IAEnC,8CAAe,CAAA;IACf,kDAAmB,CAAA;IACnB,4DAA6B,CAAA;IAC7B,kDAAmB,CAAA;AACvB,CAAC,EANW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAMtC;AAAA,CAAC;AAEF;;GAEG;AACH,IAAY,0BAuBX;AAvBD,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,6DAA+B,CAAA;IAC/B,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,yFAA2D,CAAA;IAC3D,4DAA8B,CAAA;IAC9B,uFAAyD,CAAA;AAC7D,CAAC,EAvBW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAuBrC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Roles of organization members
|
|
3
|
+
*/
|
|
4
|
+
export declare enum SdPlatformOrganizationMemberRole {
|
|
5
|
+
/**
|
|
6
|
+
* Suspended organization member 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
|
+
* Add / remove / change role of organization members who are not owners.
|
|
20
|
+
* Edit settings of organization like visibility, allow_sharing, allow_link_sharing, allow_expose_email.
|
|
21
|
+
* Manage domains for the organization.
|
|
22
|
+
*/
|
|
23
|
+
Admin = "admin",
|
|
24
|
+
/**
|
|
25
|
+
* Organization owner.
|
|
26
|
+
*/
|
|
27
|
+
Owner = "owner"
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=SdPlatformOrganizationCommons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformOrganizationCommons.d.ts","sourceRoot":"","sources":["../../src/commons/SdPlatformOrganizationCommons.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,gCAAgC;IAExC;;;OAGG;IACH,SAAS,cAAc;IACvB;;OAEG;IACH,IAAI,SAAS;IACb;;OAEG;IACH,OAAO,YAAY;IACnB;;;;OAIG;IACH,KAAK,UAAU;IACf;;OAEG;IACH,KAAK,UAAU;CAClB"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 member 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
|
+
* Add / remove / change role of organization members who are not owners.
|
|
24
|
+
* Edit settings of organization like visibility, allow_sharing, allow_link_sharing, allow_expose_email.
|
|
25
|
+
* Manage domains for the organization.
|
|
26
|
+
*/
|
|
27
|
+
SdPlatformOrganizationMemberRole["Admin"] = "admin";
|
|
28
|
+
/**
|
|
29
|
+
* Organization owner.
|
|
30
|
+
*/
|
|
31
|
+
SdPlatformOrganizationMemberRole["Owner"] = "owner";
|
|
32
|
+
})(SdPlatformOrganizationMemberRole = exports.SdPlatformOrganizationMemberRole || (exports.SdPlatformOrganizationMemberRole = {}));
|
|
33
|
+
//# sourceMappingURL=SdPlatformOrganizationCommons.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformOrganizationCommons.js","sourceRoot":"","sources":["../../src/commons/SdPlatformOrganizationCommons.ts"],"names":[],"mappings":";;;AACA;;GAEG;AACH,IAAY,gCAyBX;AAzBD,WAAY,gCAAgC;IAExC;;;OAGG;IACH,2DAAuB,CAAA;IACvB;;OAEG;IACH,iDAAa,CAAA;IACb;;OAEG;IACH,uDAAmB,CAAA;IACnB;;;;OAIG;IACH,mDAAe,CAAA;IACf;;OAEG;IACH,mDAAe,CAAA;AACnB,CAAC,EAzBW,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAyB3C"}
|