@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,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Visibility for users
|
|
3
|
+
*/
|
|
4
|
+
export declare enum SdPlatformUserVisibility {
|
|
5
|
+
Private = "private",
|
|
6
|
+
Organization = "organization",
|
|
7
|
+
Public = "public"
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Visibility for models
|
|
11
|
+
*/
|
|
12
|
+
export declare enum SdPlatformModelVisibility {
|
|
13
|
+
Private = "private",
|
|
14
|
+
Organization = "organization",
|
|
15
|
+
Public = "public",
|
|
16
|
+
/** "shared" can be used for querying models only */
|
|
17
|
+
Shared = "shared"
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Visibility for organizations
|
|
21
|
+
*/
|
|
22
|
+
export declare enum SdPlatformOrganizationVisibility {
|
|
23
|
+
Private = "private",
|
|
24
|
+
Organization = "organization",
|
|
25
|
+
Public = "public"
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Visibility for saved states
|
|
29
|
+
*/
|
|
30
|
+
export declare enum SdPlatformSavedStateVisibility {
|
|
31
|
+
Private = "private",
|
|
32
|
+
Public = "public",
|
|
33
|
+
Shared = "shared"
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=SdPlatformVisibility.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformVisibility.d.ts","sourceRoot":"","sources":["../../src/commons/SdPlatformVisibility.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,wBAAwB;IAEhC,OAAO,YAAY;IACnB,YAAY,iBAAiB;IAC7B,MAAM,WAAW;CACpB;AAED;;GAEG;AACH,oBAAY,yBAAyB;IAEjC,OAAO,YAAY;IACnB,YAAY,iBAAiB;IAC7B,MAAM,WAAW;IACjB,oDAAoD;IACpD,MAAM,WAAW;CACpB;AAED;;GAEG;AACH,oBAAY,gCAAgC;IAExC,OAAO,YAAY;IACnB,YAAY,iBAAiB;IAC7B,MAAM,WAAW;CACpB;AAED;;GAEG;AACH,oBAAY,8BAA8B;IAEtC,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,MAAM,WAAW;CACpB"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SdPlatformSavedStateVisibility = exports.SdPlatformOrganizationVisibility = exports.SdPlatformModelVisibility = exports.SdPlatformUserVisibility = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Visibility for users
|
|
6
|
+
*/
|
|
7
|
+
var SdPlatformUserVisibility;
|
|
8
|
+
(function (SdPlatformUserVisibility) {
|
|
9
|
+
SdPlatformUserVisibility["Private"] = "private";
|
|
10
|
+
SdPlatformUserVisibility["Organization"] = "organization";
|
|
11
|
+
SdPlatformUserVisibility["Public"] = "public";
|
|
12
|
+
})(SdPlatformUserVisibility = exports.SdPlatformUserVisibility || (exports.SdPlatformUserVisibility = {}));
|
|
13
|
+
/**
|
|
14
|
+
* Visibility for models
|
|
15
|
+
*/
|
|
16
|
+
var SdPlatformModelVisibility;
|
|
17
|
+
(function (SdPlatformModelVisibility) {
|
|
18
|
+
SdPlatformModelVisibility["Private"] = "private";
|
|
19
|
+
SdPlatformModelVisibility["Organization"] = "organization";
|
|
20
|
+
SdPlatformModelVisibility["Public"] = "public";
|
|
21
|
+
/** "shared" can be used for querying models only */
|
|
22
|
+
SdPlatformModelVisibility["Shared"] = "shared";
|
|
23
|
+
})(SdPlatformModelVisibility = exports.SdPlatformModelVisibility || (exports.SdPlatformModelVisibility = {}));
|
|
24
|
+
/**
|
|
25
|
+
* Visibility for organizations
|
|
26
|
+
*/
|
|
27
|
+
var SdPlatformOrganizationVisibility;
|
|
28
|
+
(function (SdPlatformOrganizationVisibility) {
|
|
29
|
+
SdPlatformOrganizationVisibility["Private"] = "private";
|
|
30
|
+
SdPlatformOrganizationVisibility["Organization"] = "organization";
|
|
31
|
+
SdPlatformOrganizationVisibility["Public"] = "public";
|
|
32
|
+
})(SdPlatformOrganizationVisibility = exports.SdPlatformOrganizationVisibility || (exports.SdPlatformOrganizationVisibility = {}));
|
|
33
|
+
/**
|
|
34
|
+
* Visibility for saved states
|
|
35
|
+
*/
|
|
36
|
+
var SdPlatformSavedStateVisibility;
|
|
37
|
+
(function (SdPlatformSavedStateVisibility) {
|
|
38
|
+
SdPlatformSavedStateVisibility["Private"] = "private";
|
|
39
|
+
SdPlatformSavedStateVisibility["Public"] = "public";
|
|
40
|
+
SdPlatformSavedStateVisibility["Shared"] = "shared";
|
|
41
|
+
})(SdPlatformSavedStateVisibility = exports.SdPlatformSavedStateVisibility || (exports.SdPlatformSavedStateVisibility = {}));
|
|
42
|
+
;
|
|
43
|
+
//# sourceMappingURL=SdPlatformVisibility.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformVisibility.js","sourceRoot":"","sources":["../../src/commons/SdPlatformVisibility.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAEhC,+CAAmB,CAAA;IACnB,yDAA6B,CAAA;IAC7B,6CAAiB,CAAA;AACrB,CAAC,EALW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAKnC;AAED;;GAEG;AACH,IAAY,yBAOX;AAPD,WAAY,yBAAyB;IAEjC,gDAAmB,CAAA;IACnB,0DAA6B,CAAA;IAC7B,8CAAiB,CAAA;IACjB,oDAAoD;IACpD,8CAAiB,CAAA;AACrB,CAAC,EAPW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAOpC;AAED;;GAEG;AACH,IAAY,gCAKX;AALD,WAAY,gCAAgC;IAExC,uDAAmB,CAAA;IACnB,iEAA6B,CAAA;IAC7B,qDAAiB,CAAA;AACrB,CAAC,EALW,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAK3C;AAED;;GAEG;AACH,IAAY,8BAKX;AALD,WAAY,8BAA8B;IAEtC,qDAAmB,CAAA;IACnB,mDAAiB,CAAA;IACjB,mDAAiB,CAAA;AACrB,CAAC,EALW,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAKzC;AAAA,CAAC"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export * from "./commons/SdPlatformApiTokenScopes";
|
|
2
|
+
export * from "./commons/SdPlatformNotificationCommons";
|
|
3
|
+
export * from "./commons/SdPlatformChargebee";
|
|
4
|
+
export * from "./commons/SdPlatformModelCommons";
|
|
5
|
+
export * from "./commons/SdPlatformModelTokenScopes";
|
|
6
|
+
export * from "./commons/SdPlatformOrganizationCommons";
|
|
7
|
+
export * from "./commons/SdPlatformPolicyCommons";
|
|
8
|
+
export * from "./commons/SdPlatformUsedCredits";
|
|
9
|
+
export * from "./commons/SdPlatformVisibility";
|
|
10
|
+
export * from "./request/SdPlatformAuthRequest";
|
|
11
|
+
export * from "./request/SdPlatformBaseRequestTypes";
|
|
12
|
+
export * from "./request/SdPlatformRequestApiToken";
|
|
13
|
+
export * from "./request/SdPlatformRequestBackendSystem";
|
|
14
|
+
export * from "./request/SdPlatformRequestBookmark";
|
|
15
|
+
export * from "./request/SdPlatformRequestChargebee";
|
|
16
|
+
export * from "./request/SdPlatformRequestDomain";
|
|
17
|
+
export * from "./request/SdPlatformRequestImage";
|
|
18
|
+
export * from "./request/SdPlatformRequestModel";
|
|
19
|
+
export * from "./request/SdPlatformRequestModelSharing";
|
|
20
|
+
export * from "./request/SdPlatformRequestNotification";
|
|
21
|
+
export * from "./request/SdPlatformRequestModelToken";
|
|
22
|
+
export * from "./request/SdPlatformRequestModelTransfer";
|
|
23
|
+
export * from "./request/SdPlatformRequestOrganization";
|
|
24
|
+
export * from "./request/SdPlatformRequestPolicy";
|
|
25
|
+
export * from "./request/SdPlatformRequestSavedState";
|
|
26
|
+
export * from "./request/SdPlatformRequestSavedStateSharing";
|
|
27
|
+
export * from "./request/SdPlatformRequestUser";
|
|
28
|
+
export * from "./request/SdPlatformRequestWebhook";
|
|
29
|
+
export * from "./response/SdPlatformAuthResponse";
|
|
30
|
+
export * from "./response/SdPlatformBaseResponseTypes";
|
|
31
|
+
export * from "./response/SdPlatformResponseAnalytics";
|
|
32
|
+
export * from "./response/SdPlatformResponseApiToken";
|
|
33
|
+
export * from "./response/SdPlatformResponseBackendSystem";
|
|
34
|
+
export * from "./response/SdPlatformResponseChargebee";
|
|
35
|
+
export * from "./response/SdPlatformResponseDocument";
|
|
36
|
+
export * from "./response/SdPlatformResponseDomain";
|
|
37
|
+
export * from "./response/SdPlatformResponseFeatures";
|
|
38
|
+
export * from "./response/SdPlatformResponseHttpLog";
|
|
39
|
+
export * from "./response/SdPlatformResponseImage";
|
|
40
|
+
export * from "./response/SdPlatformResponseModel";
|
|
41
|
+
export * from "./response/SdPlatformResponseModelSharing";
|
|
42
|
+
export * from "./response/SdPlatformResponseModelToken";
|
|
43
|
+
export * from "./response/SdPlatformResponseNotification";
|
|
44
|
+
export * from "./response/SdPlatformResponseOrganization";
|
|
45
|
+
export * from "./response/SdPlatformResponsePolicy";
|
|
46
|
+
export * from "./response/SdPlatformResponseSavedState";
|
|
47
|
+
export * from "./response/SdPlatformResponseSavedStateSharing";
|
|
48
|
+
export * from "./response/SdPlatformResponseTag";
|
|
49
|
+
export * from "./response/SdPlatformResponseUser";
|
|
50
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAA;AAClD,cAAc,yCAAyC,CAAA;AACvD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,kCAAkC,CAAA;AAChD,cAAc,sCAAsC,CAAA;AACpD,cAAc,yCAAyC,CAAA;AACvD,cAAc,mCAAmC,CAAA;AACjD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,sCAAsC,CAAA;AACpD,cAAc,qCAAqC,CAAA;AACnD,cAAc,0CAA0C,CAAA;AACxD,cAAc,qCAAqC,CAAA;AACnD,cAAc,sCAAsC,CAAA;AACpD,cAAc,mCAAmC,CAAA;AACjD,cAAc,kCAAkC,CAAA;AAChD,cAAc,kCAAkC,CAAA;AAChD,cAAc,yCAAyC,CAAA;AACvD,cAAc,yCAAyC,CAAA;AACvD,cAAc,uCAAuC,CAAA;AACrD,cAAc,0CAA0C,CAAA;AACxD,cAAc,yCAAyC,CAAA;AACvD,cAAc,mCAAmC,CAAA;AACjD,cAAc,uCAAuC,CAAA;AACrD,cAAc,8CAA8C,CAAA;AAC5D,cAAc,iCAAiC,CAAA;AAC/C,cAAc,oCAAoC,CAAA;AAClD,cAAc,mCAAmC,CAAA;AACjD,cAAc,wCAAwC,CAAA;AACtD,cAAc,wCAAwC,CAAA;AACtD,cAAc,uCAAuC,CAAA;AACrD,cAAc,4CAA4C,CAAA;AAC1D,cAAc,wCAAwC,CAAA;AACtD,cAAc,uCAAuC,CAAA;AACrD,cAAc,qCAAqC,CAAA;AACnD,cAAc,uCAAuC,CAAA;AACrD,cAAc,sCAAsC,CAAA;AACpD,cAAc,oCAAoC,CAAA;AAClD,cAAc,oCAAoC,CAAA;AAClD,cAAc,2CAA2C,CAAA;AACzD,cAAc,yCAAyC,CAAA;AACvD,cAAc,2CAA2C,CAAA;AACzD,cAAc,2CAA2C,CAAA;AACzD,cAAc,qCAAqC,CAAA;AACnD,cAAc,yCAAyC,CAAA;AACvD,cAAc,gDAAgD,CAAA;AAC9D,cAAc,kCAAkC,CAAA;AAChD,cAAc,mCAAmC,CAAA"}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./commons/SdPlatformApiTokenScopes"), exports);
|
|
18
|
+
__exportStar(require("./commons/SdPlatformNotificationCommons"), exports);
|
|
19
|
+
__exportStar(require("./commons/SdPlatformChargebee"), exports);
|
|
20
|
+
__exportStar(require("./commons/SdPlatformModelCommons"), exports);
|
|
21
|
+
__exportStar(require("./commons/SdPlatformModelTokenScopes"), exports);
|
|
22
|
+
__exportStar(require("./commons/SdPlatformOrganizationCommons"), exports);
|
|
23
|
+
__exportStar(require("./commons/SdPlatformPolicyCommons"), exports);
|
|
24
|
+
__exportStar(require("./commons/SdPlatformUsedCredits"), exports);
|
|
25
|
+
__exportStar(require("./commons/SdPlatformVisibility"), exports);
|
|
26
|
+
__exportStar(require("./request/SdPlatformAuthRequest"), exports);
|
|
27
|
+
__exportStar(require("./request/SdPlatformBaseRequestTypes"), exports);
|
|
28
|
+
__exportStar(require("./request/SdPlatformRequestApiToken"), exports);
|
|
29
|
+
__exportStar(require("./request/SdPlatformRequestBackendSystem"), exports);
|
|
30
|
+
__exportStar(require("./request/SdPlatformRequestBookmark"), exports);
|
|
31
|
+
__exportStar(require("./request/SdPlatformRequestChargebee"), exports);
|
|
32
|
+
__exportStar(require("./request/SdPlatformRequestDomain"), exports);
|
|
33
|
+
__exportStar(require("./request/SdPlatformRequestImage"), exports);
|
|
34
|
+
__exportStar(require("./request/SdPlatformRequestModel"), exports);
|
|
35
|
+
__exportStar(require("./request/SdPlatformRequestModelSharing"), exports);
|
|
36
|
+
__exportStar(require("./request/SdPlatformRequestNotification"), exports);
|
|
37
|
+
__exportStar(require("./request/SdPlatformRequestModelToken"), exports);
|
|
38
|
+
__exportStar(require("./request/SdPlatformRequestModelTransfer"), exports);
|
|
39
|
+
__exportStar(require("./request/SdPlatformRequestOrganization"), exports);
|
|
40
|
+
__exportStar(require("./request/SdPlatformRequestPolicy"), exports);
|
|
41
|
+
__exportStar(require("./request/SdPlatformRequestSavedState"), exports);
|
|
42
|
+
__exportStar(require("./request/SdPlatformRequestSavedStateSharing"), exports);
|
|
43
|
+
__exportStar(require("./request/SdPlatformRequestUser"), exports);
|
|
44
|
+
__exportStar(require("./request/SdPlatformRequestWebhook"), exports);
|
|
45
|
+
__exportStar(require("./response/SdPlatformAuthResponse"), exports);
|
|
46
|
+
__exportStar(require("./response/SdPlatformBaseResponseTypes"), exports);
|
|
47
|
+
__exportStar(require("./response/SdPlatformResponseAnalytics"), exports);
|
|
48
|
+
__exportStar(require("./response/SdPlatformResponseApiToken"), exports);
|
|
49
|
+
__exportStar(require("./response/SdPlatformResponseBackendSystem"), exports);
|
|
50
|
+
__exportStar(require("./response/SdPlatformResponseChargebee"), exports);
|
|
51
|
+
__exportStar(require("./response/SdPlatformResponseDocument"), exports);
|
|
52
|
+
__exportStar(require("./response/SdPlatformResponseDomain"), exports);
|
|
53
|
+
__exportStar(require("./response/SdPlatformResponseFeatures"), exports);
|
|
54
|
+
__exportStar(require("./response/SdPlatformResponseHttpLog"), exports);
|
|
55
|
+
__exportStar(require("./response/SdPlatformResponseImage"), exports);
|
|
56
|
+
__exportStar(require("./response/SdPlatformResponseModel"), exports);
|
|
57
|
+
__exportStar(require("./response/SdPlatformResponseModelSharing"), exports);
|
|
58
|
+
__exportStar(require("./response/SdPlatformResponseModelToken"), exports);
|
|
59
|
+
__exportStar(require("./response/SdPlatformResponseNotification"), exports);
|
|
60
|
+
__exportStar(require("./response/SdPlatformResponseOrganization"), exports);
|
|
61
|
+
__exportStar(require("./response/SdPlatformResponsePolicy"), exports);
|
|
62
|
+
__exportStar(require("./response/SdPlatformResponseSavedState"), exports);
|
|
63
|
+
__exportStar(require("./response/SdPlatformResponseSavedStateSharing"), exports);
|
|
64
|
+
__exportStar(require("./response/SdPlatformResponseTag"), exports);
|
|
65
|
+
__exportStar(require("./response/SdPlatformResponseUser"), exports);
|
|
66
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qEAAkD;AAClD,0EAAuD;AACvD,gEAA6C;AAC7C,mEAAgD;AAChD,uEAAoD;AACpD,0EAAuD;AACvD,oEAAiD;AACjD,kEAA+C;AAC/C,iEAA8C;AAC9C,kEAA+C;AAC/C,uEAAoD;AACpD,sEAAmD;AACnD,2EAAwD;AACxD,sEAAmD;AACnD,uEAAoD;AACpD,oEAAiD;AACjD,mEAAgD;AAChD,mEAAgD;AAChD,0EAAuD;AACvD,0EAAuD;AACvD,wEAAqD;AACrD,2EAAwD;AACxD,0EAAuD;AACvD,oEAAiD;AACjD,wEAAqD;AACrD,+EAA4D;AAC5D,kEAA+C;AAC/C,qEAAkD;AAClD,oEAAiD;AACjD,yEAAsD;AACtD,yEAAsD;AACtD,wEAAqD;AACrD,6EAA0D;AAC1D,yEAAsD;AACtD,wEAAqD;AACrD,sEAAmD;AACnD,wEAAqD;AACrD,uEAAoD;AACpD,qEAAkD;AAClD,qEAAkD;AAClD,4EAAyD;AACzD,0EAAuD;AACvD,4EAAyD;AACzD,4EAAyD;AACzD,sEAAmD;AACnD,0EAAuD;AACvD,iFAA8D;AAC9D,mEAAgD;AAChD,oEAAiD"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OAuth 2.0 grant type
|
|
3
|
+
*/
|
|
4
|
+
export declare enum SdPlatformAuthGrantType {
|
|
5
|
+
Password = "password",
|
|
6
|
+
RefreshToken = "refresh_token",
|
|
7
|
+
Code = "authorization_code"
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* DTO for ShapeDiver Platform Authentication API (OAuth 2.0)
|
|
11
|
+
*/
|
|
12
|
+
export interface SdPlatformAuthRequest {
|
|
13
|
+
grant_type: SdPlatformAuthGrantType;
|
|
14
|
+
client_id?: string | null;
|
|
15
|
+
client_secret?: string | null;
|
|
16
|
+
refresh_token?: string | null;
|
|
17
|
+
username?: string | null;
|
|
18
|
+
password?: string | null;
|
|
19
|
+
code?: string | null;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=SdPlatformAuthRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformAuthRequest.d.ts","sourceRoot":"","sources":["../../src/request/SdPlatformAuthRequest.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,uBAAuB;IAE/B,QAAQ,aAAa;IACrB,YAAY,kBAAkB;IAC9B,IAAI,uBAAuB;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAElC,UAAU,EAAE,uBAAuB,CAAC;IACpC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SdPlatformAuthGrantType = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* OAuth 2.0 grant type
|
|
6
|
+
*/
|
|
7
|
+
var SdPlatformAuthGrantType;
|
|
8
|
+
(function (SdPlatformAuthGrantType) {
|
|
9
|
+
SdPlatformAuthGrantType["Password"] = "password";
|
|
10
|
+
SdPlatformAuthGrantType["RefreshToken"] = "refresh_token";
|
|
11
|
+
SdPlatformAuthGrantType["Code"] = "authorization_code";
|
|
12
|
+
})(SdPlatformAuthGrantType = exports.SdPlatformAuthGrantType || (exports.SdPlatformAuthGrantType = {}));
|
|
13
|
+
//# sourceMappingURL=SdPlatformAuthRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformAuthRequest.js","sourceRoot":"","sources":["../../src/request/SdPlatformAuthRequest.ts"],"names":[],"mappings":";;;AACA;;GAEG;AACH,IAAY,uBAKX;AALD,WAAY,uBAAuB;IAE/B,gDAAqB,CAAA;IACrB,yDAA8B,CAAA;IAC9B,sDAA2B,CAAA;AAC/B,CAAC,EALW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAKlC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pagination parameters for query requests.
|
|
3
|
+
*/
|
|
4
|
+
interface SdPlatformPaginationParameters {
|
|
5
|
+
/** Maximum number of items to fetch */
|
|
6
|
+
limit?: number | null;
|
|
7
|
+
/** If set to true the limit will be attained if possible (if there are enough items left) */
|
|
8
|
+
strict_limit?: boolean | null;
|
|
9
|
+
/**
|
|
10
|
+
* Offset is used to fetch next set of results.
|
|
11
|
+
*/
|
|
12
|
+
offset?: string | null;
|
|
13
|
+
}
|
|
14
|
+
export declare enum SdPlatformSortingOrder {
|
|
15
|
+
Asc = "asc",
|
|
16
|
+
Desc = "desc"
|
|
17
|
+
}
|
|
18
|
+
export declare type SdPlatformFilterValue = string | number | boolean | null | Array<SdPlatformFilterValue>;
|
|
19
|
+
/**
|
|
20
|
+
* Filtering parameters for query calls.
|
|
21
|
+
*/
|
|
22
|
+
interface SdPlatformFilterParameters {
|
|
23
|
+
filters?: {
|
|
24
|
+
[filter_expression: string]: SdPlatformFilterValue;
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Sorting parameters for query calls.
|
|
29
|
+
*/
|
|
30
|
+
interface SdPlatformSorterParameters {
|
|
31
|
+
sorters?: {
|
|
32
|
+
[column: string]: SdPlatformSortingOrder;
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Embedding parameters.
|
|
37
|
+
*/
|
|
38
|
+
interface SdPlatformEmbedParameters<TEmbeddableResource> {
|
|
39
|
+
embed?: Array<TEmbeddableResource>;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Parameters for querying resources.
|
|
43
|
+
*/
|
|
44
|
+
export declare type SdPlatformQueryParameters<TEmbeddableResource> = SdPlatformPaginationParameters & SdPlatformFilterParameters & SdPlatformSorterParameters & SdPlatformEmbedParameters<TEmbeddableResource>;
|
|
45
|
+
export {};
|
|
46
|
+
//# sourceMappingURL=SdPlatformBaseRequestTypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformBaseRequestTypes.d.ts","sourceRoot":"","sources":["../../src/request/SdPlatformBaseRequestTypes.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,UAAU,8BAA8B;IAEpC,uCAAuC;IACvC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,6FAA6F;IAC7F,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC9B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B;AAED,oBAAY,sBAAsB;IAE9B,GAAG,QAAQ;IACX,IAAI,SAAS;CAChB;AAED,oBAAY,qBAAqB,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,KAAK,CAAC,qBAAqB,CAAC,CAAC;AAEpG;;GAEG;AACH,UAAU,0BAA0B;IAEhC,OAAO,CAAC,EAAE;QAAE,CAAC,iBAAiB,EAAE,MAAM,GAAG,qBAAqB,CAAA;KAAE,CAAC;CACpE;AAED;;GAEG;AACH,UAAU,0BAA0B;IAEhC,OAAO,CAAC,EAAG;QAAE,CAAC,MAAM,EAAE,MAAM,GAAG,sBAAsB,CAAA;KAAE,CAAA;CAC1D;AAED;;GAEG;AACH,UAAU,yBAAyB,CAAE,mBAAmB;IAEpD,KAAK,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAA;CACrC;AAED;;GAEG;AACH,oBAAY,yBAAyB,CAAC,mBAAmB,IAAI,8BAA8B,GAAG,0BAA0B,GAAG,0BAA0B,GAAG,yBAAyB,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SdPlatformSortingOrder = void 0;
|
|
4
|
+
var SdPlatformSortingOrder;
|
|
5
|
+
(function (SdPlatformSortingOrder) {
|
|
6
|
+
SdPlatformSortingOrder["Asc"] = "asc";
|
|
7
|
+
SdPlatformSortingOrder["Desc"] = "desc";
|
|
8
|
+
})(SdPlatformSortingOrder = exports.SdPlatformSortingOrder || (exports.SdPlatformSortingOrder = {}));
|
|
9
|
+
//# sourceMappingURL=SdPlatformBaseRequestTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformBaseRequestTypes.js","sourceRoot":"","sources":["../../src/request/SdPlatformBaseRequestTypes.ts"],"names":[],"mappings":";;;AAeA,IAAY,sBAIX;AAJD,WAAY,sBAAsB;IAE9B,qCAAW,CAAA;IACX,uCAAa,CAAA;AACjB,CAAC,EAJW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAIjC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SdPlatformApiTokenScopes } from "../commons/SdPlatformApiTokenScopes";
|
|
2
|
+
/**
|
|
3
|
+
* DTO for creating an API token
|
|
4
|
+
*/
|
|
5
|
+
export interface SdPlatformRequestApiTokenCreate {
|
|
6
|
+
/** mandatory description of the API token */
|
|
7
|
+
description: string;
|
|
8
|
+
/** scopes which the API token shall be limited to */
|
|
9
|
+
scope: Array<SdPlatformApiTokenScopes>;
|
|
10
|
+
/** epoch timestamp until which the API token shall be valid */
|
|
11
|
+
valid_until?: number;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* DTO for patching an API token
|
|
15
|
+
*/
|
|
16
|
+
export interface SdPlatformRequestApiTokenPatch {
|
|
17
|
+
/** description of the API token */
|
|
18
|
+
description?: string;
|
|
19
|
+
/** epoch timestamp until which the API token shall be valid */
|
|
20
|
+
valid_until?: number;
|
|
21
|
+
/** activate or deactivate the API token */
|
|
22
|
+
active?: boolean;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=SdPlatformRequestApiToken.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformRequestApiToken.d.ts","sourceRoot":"","sources":["../../src/request/SdPlatformRequestApiToken.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAE/E;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAE5C,6CAA6C;IAC7C,WAAW,EAAE,MAAM,CAAC;IACpB,qDAAqD;IACrD,KAAK,EAAE,KAAK,CAAC,wBAAwB,CAAC,CAAC;IACvC,+DAA+D;IAC/D,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAE3C,mCAAmC;IACnC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,+DAA+D;IAC/D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,2CAA2C;IAC3C,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformRequestApiToken.js","sourceRoot":"","sources":["../../src/request/SdPlatformRequestApiToken.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DTO for creating a ShapeDiver Geometry Backend System
|
|
3
|
+
*/
|
|
4
|
+
export interface SdPlatformRequestBackendSystemCreate {
|
|
5
|
+
/** The endpoint of the ShapeDiver Geometry Backend System */
|
|
6
|
+
model_view_url: string;
|
|
7
|
+
/** obsolete, will be phased out */
|
|
8
|
+
model_view_user?: string;
|
|
9
|
+
/** obsolete, will be phased out */
|
|
10
|
+
model_view_pass?: string;
|
|
11
|
+
/** The endpoint of the ShapeDiver Geometry Backend System. Obsolete, will be phased out */
|
|
12
|
+
model_mgmt_url: string;
|
|
13
|
+
/** obsolete, will be phased out */
|
|
14
|
+
model_mgmt_user?: string;
|
|
15
|
+
/** obsolete, will be phased out */
|
|
16
|
+
model_mgmt_pass?: string;
|
|
17
|
+
/** obsolete, will be phased out */
|
|
18
|
+
use_token_authentication?: boolean;
|
|
19
|
+
/** Shall this backend system be used by default? */
|
|
20
|
+
use_by_default?: boolean;
|
|
21
|
+
/** Is this a productive backend system? */
|
|
22
|
+
is_production?: boolean;
|
|
23
|
+
/** Maximum allowed value of max_comp_time for models on this system */
|
|
24
|
+
max_max_comp_time?: number;
|
|
25
|
+
/** Maximum allowed value of num_loaded_max for models on this system */
|
|
26
|
+
max_num_loaded_max?: number;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* DTO for patching a ShapeDiver Geometry Backend System
|
|
30
|
+
*/
|
|
31
|
+
export interface SdPlatformRequestBackendSystemPatch {
|
|
32
|
+
/** The endpoint of the ShapeDiver Geometry Backend System */
|
|
33
|
+
model_view_url?: string;
|
|
34
|
+
/** obsolete, will be phased out */
|
|
35
|
+
model_view_user?: string;
|
|
36
|
+
/** obsolete, will be phased out */
|
|
37
|
+
model_view_pass?: string;
|
|
38
|
+
/** The endpoint of the ShapeDiver Geometry Backend System. Obsolete, will be phased out */
|
|
39
|
+
model_mgmt_url?: string;
|
|
40
|
+
/** obsolete, will be phased out */
|
|
41
|
+
model_mgmt_user?: string;
|
|
42
|
+
/** obsolete, will be phased out */
|
|
43
|
+
model_mgmt_pass?: string;
|
|
44
|
+
/** obsolete, will be phased out */
|
|
45
|
+
use_token_authentication?: boolean;
|
|
46
|
+
/** Shall this backend system be used by default? */
|
|
47
|
+
use_by_default?: boolean;
|
|
48
|
+
/** Is this a productive backend system? */
|
|
49
|
+
is_production?: boolean;
|
|
50
|
+
/** Maximum allowed value of max_comp_time for models on this system */
|
|
51
|
+
max_max_comp_time?: number;
|
|
52
|
+
/** Maximum allowed value of num_loaded_max for models on this system */
|
|
53
|
+
max_num_loaded_max?: number;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* DTO for creating a token for accessing a ShapeDiver Geometry Backend System
|
|
57
|
+
*/
|
|
58
|
+
export interface SdPlatformRequestBackendSystemToken {
|
|
59
|
+
/** Id of the ShapeDiver Geometry Backend System */
|
|
60
|
+
id: string;
|
|
61
|
+
/** Scopes to create the token for */
|
|
62
|
+
scopes: Array<string>;
|
|
63
|
+
}
|
|
64
|
+
//# sourceMappingURL=SdPlatformRequestBackendSystem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformRequestBackendSystem.d.ts","sourceRoot":"","sources":["../../src/request/SdPlatformRequestBackendSystem.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,oCAAoC;IAEjD,6DAA6D;IAC7D,cAAc,EAAE,MAAM,CAAC;IAEvB,mCAAmC;IACnC,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,mCAAmC;IACnC,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,2FAA2F;IAC3F,cAAc,EAAE,MAAM,CAAC;IAEvB,mCAAmC;IACnC,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,mCAAmC;IACnC,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,mCAAmC;IACnC,wBAAwB,CAAC,EAAE,OAAO,CAAC;IAEnC,oDAAoD;IACpD,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB,2CAA2C;IAC3C,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,uEAAuE;IACvE,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,wEAAwE;IACxE,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAEhD,6DAA6D;IAC7D,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,mCAAmC;IACnC,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,mCAAmC;IACnC,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,2FAA2F;IAC3F,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,mCAAmC;IACnC,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,mCAAmC;IACnC,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,mCAAmC;IACnC,wBAAwB,CAAC,EAAE,OAAO,CAAC;IAEnC,oDAAoD;IACpD,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB,2CAA2C;IAC3C,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,uEAAuE;IACvE,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,wEAAwE;IACxE,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAEhD,mDAAmD;IACnD,EAAE,EAAE,MAAM,CAAC;IACX,qCAAqC;IACrC,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformRequestBackendSystem.js","sourceRoot":"","sources":["../../src/request/SdPlatformRequestBackendSystem.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformRequestBookmark.d.ts","sourceRoot":"","sources":["../../src/request/SdPlatformRequestBookmark.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAE5C,sCAAsC;IACtC,QAAQ,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformRequestBookmark.js","sourceRoot":"","sources":["../../src/request/SdPlatformRequestBookmark.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface SdPlatformRequestChargebeeHostedPage {
|
|
2
|
+
plan_id: string;
|
|
3
|
+
customer_id?: string;
|
|
4
|
+
}
|
|
5
|
+
export interface SdPlatformRequestChargebeeHostedPageUpdatePaymentMethod {
|
|
6
|
+
customer_id: string;
|
|
7
|
+
}
|
|
8
|
+
export interface SdPlatformRequestChargebeePortalSession {
|
|
9
|
+
customer_id: string;
|
|
10
|
+
redirect_url: string;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=SdPlatformRequestChargebee.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformRequestChargebee.d.ts","sourceRoot":"","sources":["../../src/request/SdPlatformRequestChargebee.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,oCAAoC;IAEjD,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,uDAAuD;IAEpE,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,uCAAuC;IAEpD,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformRequestChargebee.js","sourceRoot":"","sources":["../../src/request/SdPlatformRequestChargebee.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DTO for creating an image
|
|
3
|
+
*/
|
|
4
|
+
export interface SdPlatformRequestDomainCreate {
|
|
5
|
+
/** name of the domain, e.g. www.shapediver.com or 127.0.0.1:8080 */
|
|
6
|
+
name: string;
|
|
7
|
+
/** uuids of models the domain should be attached to */
|
|
8
|
+
models?: Array<string>;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* DTO for patching an image
|
|
12
|
+
*/
|
|
13
|
+
export interface SdPlatformRequestDomainPatch {
|
|
14
|
+
/** name of the domain, e.g. www.shapediver.com or 127.0.0.1:8080 */
|
|
15
|
+
name?: string;
|
|
16
|
+
/** uuids of models the domain should be attached to */
|
|
17
|
+
models?: Array<string>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=SdPlatformRequestDomain.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformRequestDomain.d.ts","sourceRoot":"","sources":["../../src/request/SdPlatformRequestDomain.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAE1C,oEAAoE;IACpE,IAAI,EAAE,MAAM,CAAC;IACb,uDAAuD;IACvD,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAEzC,oEAAoE;IACpE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,uDAAuD;IACvD,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformRequestDomain.js","sourceRoot":"","sources":["../../src/request/SdPlatformRequestDomain.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DTO for creating an image
|
|
3
|
+
*/
|
|
4
|
+
export interface SdPlatformRequestImageCreate {
|
|
5
|
+
/** The image alt description */
|
|
6
|
+
alt?: string;
|
|
7
|
+
/** An optional alias to use for the image */
|
|
8
|
+
alias?: string;
|
|
9
|
+
/**
|
|
10
|
+
* base 64 encoded representation of image
|
|
11
|
+
* Examples:
|
|
12
|
+
* * "data:image/png;base64,ACTUAL_BASE64_ENCODED_IMAGE"
|
|
13
|
+
* * "ACTUAL_BASE64_ENCODED_IMAGE"
|
|
14
|
+
*/
|
|
15
|
+
imageData: string;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=SdPlatformRequestImage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformRequestImage.d.ts","sourceRoot":"","sources":["../../src/request/SdPlatformRequestImage.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAEzC,gCAAgC;IAChC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,6CAA6C;IAC7C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;OAKG;IACH,SAAS,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformRequestImage.js","sourceRoot":"","sources":["../../src/request/SdPlatformRequestImage.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { SdPlatformModelFileType } from "../commons/SdPlatformModelCommons";
|
|
2
|
+
import { SdPlatformModelVisibility } from "../commons/SdPlatformVisibility";
|
|
3
|
+
export declare enum SdPlatformRequestModelStatus {
|
|
4
|
+
Done = "done",
|
|
5
|
+
ErrorUpload = "error_upload"
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* DTO for patching a model
|
|
9
|
+
*/
|
|
10
|
+
export interface SdPlatformRequestModelPatch {
|
|
11
|
+
title?: string;
|
|
12
|
+
filename?: string;
|
|
13
|
+
description?: string;
|
|
14
|
+
tags?: Array<string>;
|
|
15
|
+
decoration?: Array<string>;
|
|
16
|
+
accessdomains?: Array<string>;
|
|
17
|
+
use_global_accessdomains?: boolean;
|
|
18
|
+
backendaccess?: boolean;
|
|
19
|
+
status?: SdPlatformRequestModelStatus;
|
|
20
|
+
visibility?: SdPlatformModelVisibility;
|
|
21
|
+
link_sharing?: boolean;
|
|
22
|
+
slug?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* DTO for patching a model - admin access level
|
|
26
|
+
*/
|
|
27
|
+
export interface SdPlatformRequestModelPatchAdmin extends SdPlatformRequestModelPatch {
|
|
28
|
+
user_id?: string;
|
|
29
|
+
backend_system_id?: string;
|
|
30
|
+
featured?: boolean;
|
|
31
|
+
deleted_at?: null;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* DTO for creating a model.
|
|
35
|
+
*/
|
|
36
|
+
export interface SdPlatformRequestModelCreate {
|
|
37
|
+
title?: string;
|
|
38
|
+
filename?: string;
|
|
39
|
+
ftype?: SdPlatformModelFileType;
|
|
40
|
+
description?: string;
|
|
41
|
+
tags?: Array<string>;
|
|
42
|
+
accessdomains?: Array<string>;
|
|
43
|
+
use_global_accessdomains?: boolean;
|
|
44
|
+
backendaccess?: boolean;
|
|
45
|
+
visibility?: SdPlatformModelVisibility;
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=SdPlatformRequestModel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformRequestModel.d.ts","sourceRoot":"","sources":["../../src/request/SdPlatformRequestModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AAC5E,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAE5E,oBAAY,4BAA4B;IAEpC,IAAI,SAAS;IACb,WAAW,iBAAiB;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAExC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IAC1B,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,MAAM,CAAC,EAAE,4BAA4B,CAAC;IACtC,UAAU,CAAC,EAAE,yBAAyB,CAAC;IACvC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,gCAAiC,SAAQ,2BAA2B;IAEjF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,IAAI,CAAC;CACrB;AAGD;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAEzC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,uBAAuB,CAAA;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,yBAAyB,CAAC;CAE1C"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SdPlatformRequestModelStatus = void 0;
|
|
4
|
+
var SdPlatformRequestModelStatus;
|
|
5
|
+
(function (SdPlatformRequestModelStatus) {
|
|
6
|
+
SdPlatformRequestModelStatus["Done"] = "done";
|
|
7
|
+
SdPlatformRequestModelStatus["ErrorUpload"] = "error_upload";
|
|
8
|
+
})(SdPlatformRequestModelStatus = exports.SdPlatformRequestModelStatus || (exports.SdPlatformRequestModelStatus = {}));
|
|
9
|
+
//# sourceMappingURL=SdPlatformRequestModel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SdPlatformRequestModel.js","sourceRoot":"","sources":["../../src/request/SdPlatformRequestModel.ts"],"names":[],"mappings":";;;AAGA,IAAY,4BAIX;AAJD,WAAY,4BAA4B;IAEpC,6CAAa,CAAA;IACb,4DAA4B,CAAA;AAChC,CAAC,EAJW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAIvC"}
|