@shapediver/api.platform-api-dto-v1 2.14.1 → 2.14.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -14
- package/dist/commons/SdPlatformApiTokenScopes.d.ts +173 -173
- package/dist/commons/SdPlatformApiTokenScopes.js +177 -177
- package/dist/commons/SdPlatformChargebee.d.ts +31 -31
- package/dist/commons/SdPlatformChargebee.js +2 -2
- package/dist/commons/SdPlatformModelCommons.d.ts +13 -13
- package/dist/commons/SdPlatformModelCommons.js +17 -17
- package/dist/commons/SdPlatformModelTokenScopes.d.ts +21 -21
- package/dist/commons/SdPlatformModelTokenScopes.js +25 -25
- package/dist/commons/SdPlatformNotificationCommons.d.ts +78 -78
- package/dist/commons/SdPlatformNotificationCommons.js +88 -88
- package/dist/commons/SdPlatformOrganizationCommons.d.ts +29 -29
- package/dist/commons/SdPlatformOrganizationCommons.js +33 -33
- package/dist/commons/SdPlatformPolicyCommons.d.ts +344 -344
- package/dist/commons/SdPlatformPolicyCommons.js +291 -291
- package/dist/commons/SdPlatformUsedCredits.d.ts +9 -9
- package/dist/commons/SdPlatformUsedCredits.js +2 -2
- package/dist/commons/SdPlatformVisibility.d.ts +76 -76
- package/dist/commons/SdPlatformVisibility.js +83 -83
- package/dist/index.d.ts +55 -55
- package/dist/index.js +71 -71
- package/dist/request/SdPlatformAuthRequest.d.ts +77 -77
- package/dist/request/SdPlatformAuthRequest.js +20 -20
- package/dist/request/SdPlatformBaseRequestTypes.d.ts +65 -65
- package/dist/request/SdPlatformBaseRequestTypes.js +14 -14
- package/dist/request/SdPlatformRequestApiClients.d.ts +68 -68
- package/dist/request/SdPlatformRequestApiClients.js +2 -2
- package/dist/request/SdPlatformRequestApiToken.d.ts +23 -23
- package/dist/request/SdPlatformRequestApiToken.js +2 -2
- package/dist/request/SdPlatformRequestBackendSystem.d.ts +73 -73
- package/dist/request/SdPlatformRequestBackendSystem.js +2 -2
- package/dist/request/SdPlatformRequestBookmark.d.ts +7 -7
- package/dist/request/SdPlatformRequestBookmark.js +2 -2
- package/dist/request/SdPlatformRequestChargebee.d.ts +39 -39
- package/dist/request/SdPlatformRequestChargebee.js +2 -2
- package/dist/request/SdPlatformRequestDocument.d.ts +46 -46
- package/dist/request/SdPlatformRequestDocument.js +2 -2
- package/dist/request/SdPlatformRequestDomain.d.ts +18 -18
- package/dist/request/SdPlatformRequestDomain.js +2 -2
- package/dist/request/SdPlatformRequestImage.d.ts +16 -16
- package/dist/request/SdPlatformRequestImage.js +2 -2
- package/dist/request/SdPlatformRequestModel.d.ts +102 -102
- package/dist/request/SdPlatformRequestModel.js +10 -10
- package/dist/request/SdPlatformRequestModelSharing.d.ts +34 -34
- package/dist/request/SdPlatformRequestModelSharing.js +2 -2
- package/dist/request/SdPlatformRequestModelToken.d.ts +22 -22
- package/dist/request/SdPlatformRequestModelToken.js +2 -2
- package/dist/request/SdPlatformRequestModelTransfer.d.ts +15 -15
- package/dist/request/SdPlatformRequestModelTransfer.js +2 -2
- package/dist/request/SdPlatformRequestNotification.d.ts +40 -40
- package/dist/request/SdPlatformRequestNotification.js +2 -2
- package/dist/request/SdPlatformRequestOpenIDProvider.d.ts +140 -140
- package/dist/request/SdPlatformRequestOpenIDProvider.js +2 -2
- package/dist/request/SdPlatformRequestOrganization.d.ts +117 -117
- package/dist/request/SdPlatformRequestOrganization.js +2 -2
- package/dist/request/SdPlatformRequestPolicy.d.ts +39 -39
- package/dist/request/SdPlatformRequestPolicy.js +2 -2
- package/dist/request/SdPlatformRequestSavedState.d.ts +80 -80
- package/dist/request/SdPlatformRequestSavedState.js +2 -2
- package/dist/request/SdPlatformRequestSavedStateSharing.d.ts +34 -34
- package/dist/request/SdPlatformRequestSavedStateSharing.js +2 -2
- package/dist/request/SdPlatformRequestUser.d.ts +209 -209
- package/dist/request/SdPlatformRequestUser.js +2 -2
- package/dist/request/SdPlatformRequestWebhook.d.ts +39 -39
- package/dist/request/SdPlatformRequestWebhook.js +2 -2
- package/dist/response/SdPlatformAuthResponse.d.ts +20 -20
- package/dist/response/SdPlatformAuthResponse.js +2 -2
- package/dist/response/SdPlatformBaseResponseTypes.d.ts +107 -107
- package/dist/response/SdPlatformBaseResponseTypes.js +2 -2
- package/dist/response/SdPlatformJobLogResponse.d.ts +26 -26
- package/dist/response/SdPlatformJobLogResponse.js +2 -2
- package/dist/response/SdPlatformResponseAnalytics.d.ts +173 -173
- package/dist/response/SdPlatformResponseAnalytics.js +11 -11
- package/dist/response/SdPlatformResponseApiClient.d.ts +41 -41
- package/dist/response/SdPlatformResponseApiClient.js +2 -2
- package/dist/response/SdPlatformResponseApiToken.d.ts +24 -24
- package/dist/response/SdPlatformResponseApiToken.js +2 -2
- package/dist/response/SdPlatformResponseBackendSystem.d.ts +55 -55
- package/dist/response/SdPlatformResponseBackendSystem.js +2 -2
- package/dist/response/SdPlatformResponseChargebee.d.ts +113 -113
- package/dist/response/SdPlatformResponseChargebee.js +29 -29
- package/dist/response/SdPlatformResponseDocument.d.ts +112 -112
- package/dist/response/SdPlatformResponseDocument.js +2 -2
- package/dist/response/SdPlatformResponseDomain.d.ts +25 -25
- package/dist/response/SdPlatformResponseDomain.js +2 -2
- package/dist/response/SdPlatformResponseFeatures.d.ts +57 -57
- package/dist/response/SdPlatformResponseFeatures.js +2 -2
- package/dist/response/SdPlatformResponseHttpLog.d.ts +43 -43
- package/dist/response/SdPlatformResponseHttpLog.js +2 -2
- package/dist/response/SdPlatformResponseImage.d.ts +34 -34
- package/dist/response/SdPlatformResponseImage.js +2 -2
- package/dist/response/SdPlatformResponseModel.d.ts +313 -313
- package/dist/response/SdPlatformResponseModel.js +53 -53
- package/dist/response/SdPlatformResponseModelSharing.d.ts +62 -62
- package/dist/response/SdPlatformResponseModelSharing.js +2 -2
- package/dist/response/SdPlatformResponseModelToken.d.ts +23 -23
- package/dist/response/SdPlatformResponseModelToken.js +2 -2
- package/dist/response/SdPlatformResponseNotification.d.ts +66 -66
- package/dist/response/SdPlatformResponseNotification.js +2 -2
- package/dist/response/SdPlatformResponseOpenIDProvider.d.ts +90 -90
- package/dist/response/SdPlatformResponseOpenIDProvider.js +2 -2
- package/dist/response/SdPlatformResponseOrganization.d.ts +133 -133
- package/dist/response/SdPlatformResponseOrganization.js +2 -2
- package/dist/response/SdPlatformResponsePolicy.d.ts +57 -57
- package/dist/response/SdPlatformResponsePolicy.js +2 -2
- package/dist/response/SdPlatformResponseSavedState.d.ts +107 -107
- package/dist/response/SdPlatformResponseSavedState.js +2 -2
- package/dist/response/SdPlatformResponseSavedStateSharing.d.ts +62 -62
- package/dist/response/SdPlatformResponseSavedStateSharing.js +2 -2
- package/dist/response/SdPlatformResponseTag.d.ts +34 -34
- package/dist/response/SdPlatformResponseTag.js +2 -2
- package/dist/response/SdPlatformResponseUser.d.ts +300 -300
- package/dist/response/SdPlatformResponseUser.js +2 -2
- package/dist/response/SdPlatformStargateResponse.d.ts +16 -0
- package/dist/response/SdPlatformStargateResponse.d.ts.map +1 -0
- package/dist/response/SdPlatformStargateResponse.js +3 -0
- package/dist/response/SdPlatformStargateResponse.js.map +1 -0
- package/package.json +8 -6
|
@@ -1,118 +1,118 @@
|
|
|
1
|
-
import { SdPlatformOrganizationVisibility } from "../commons/SdPlatformVisibility";
|
|
2
|
-
/**
|
|
3
|
-
* DTO for creating an organization
|
|
4
|
-
*/
|
|
5
|
-
export interface SdPlatformRequestOrganizationCreate {
|
|
6
|
-
/**
|
|
7
|
-
* Name of the organization, minimum 5 characters.
|
|
8
|
-
*/
|
|
9
|
-
name: string;
|
|
10
|
-
/**
|
|
11
|
-
* Avatar image base64 encoded, maximum 1MB
|
|
12
|
-
*/
|
|
13
|
-
avatar?: string;
|
|
14
|
-
/**
|
|
15
|
-
* Visibility of the organization.
|
|
16
|
-
*/
|
|
17
|
-
visibility?: SdPlatformOrganizationVisibility;
|
|
18
|
-
/**
|
|
19
|
-
* Should sharing be allowed for organization members?
|
|
20
|
-
*/
|
|
21
|
-
allow_sharing?: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* Should private link sharing be allowed for organization members?
|
|
24
|
-
*/
|
|
25
|
-
allow_link_sharing?: boolean;
|
|
26
|
-
/**
|
|
27
|
-
* Should organization members be allowed to expose their email address?
|
|
28
|
-
*/
|
|
29
|
-
allow_expose_email?: boolean;
|
|
30
|
-
/**
|
|
31
|
-
* Website of organization.
|
|
32
|
-
*/
|
|
33
|
-
website?: string;
|
|
34
|
-
/**
|
|
35
|
-
* Description of organization
|
|
36
|
-
*/
|
|
37
|
-
description?: string;
|
|
38
|
-
}
|
|
39
|
-
/**
|
|
40
|
-
* DTO for patching an organization - organization administrator access level
|
|
41
|
-
*/
|
|
42
|
-
export interface SdPlatformRequestOrganizationPatchAdministrator {
|
|
43
|
-
/**
|
|
44
|
-
* Visibility of the organization.
|
|
45
|
-
*/
|
|
46
|
-
visibility?: SdPlatformOrganizationVisibility;
|
|
47
|
-
/**
|
|
48
|
-
* Should sharing be allowed for organization members?
|
|
49
|
-
*/
|
|
50
|
-
allow_sharing?: boolean;
|
|
51
|
-
/**
|
|
52
|
-
* Should private link sharing be allowed for organization members?
|
|
53
|
-
*/
|
|
54
|
-
allow_link_sharing?: boolean;
|
|
55
|
-
/**
|
|
56
|
-
* Should organization members be allowed to expose their email address?
|
|
57
|
-
*/
|
|
58
|
-
allow_expose_email?: boolean;
|
|
59
|
-
/**
|
|
60
|
-
* Website of organization.
|
|
61
|
-
*/
|
|
62
|
-
website?: string;
|
|
63
|
-
/**
|
|
64
|
-
* Description of organization
|
|
65
|
-
*/
|
|
66
|
-
description?: string;
|
|
67
|
-
/**
|
|
68
|
-
* List of host names (optionally including port) to set as allowed domains for embedding.
|
|
69
|
-
*/
|
|
70
|
-
accessdomains?: Array<string>;
|
|
71
|
-
/**
|
|
72
|
-
* Should {@link SdPlatformResponseModelOwner.require_token} be forced to true for all models of the organization?
|
|
73
|
-
*/
|
|
74
|
-
force_require_token?: boolean;
|
|
75
|
-
/**
|
|
76
|
-
* Should credit consumption be limited once the monthly quota has been reached?
|
|
77
|
-
*/
|
|
78
|
-
limit_credit_consumption?: boolean;
|
|
79
|
-
/**
|
|
80
|
-
* updates the default backend system for the organization based on the given backend system alias,
|
|
81
|
-
*/
|
|
82
|
-
backend_system_alias?: string;
|
|
83
|
-
}
|
|
84
|
-
/**
|
|
85
|
-
* DTO for patching an organization - organization owner access level
|
|
86
|
-
*/
|
|
87
|
-
export interface SdPlatformRequestOrganizationPatchOwner extends SdPlatformRequestOrganizationPatchAdministrator {
|
|
88
|
-
/**
|
|
89
|
-
* Name of the organization.
|
|
90
|
-
*/
|
|
91
|
-
name?: string;
|
|
92
|
-
/**
|
|
93
|
-
* avatar image base64 encoded, maximum 1MB
|
|
94
|
-
*/
|
|
95
|
-
avatar?: string;
|
|
96
|
-
/**
|
|
97
|
-
* URL-compatible short name of the organization, minimum 5 characters. Used for links to the organizations's profile on the ShapeDiver Platform.
|
|
98
|
-
*/
|
|
99
|
-
slug?: string;
|
|
100
|
-
}
|
|
101
|
-
/**
|
|
102
|
-
* DTO for patching an organization - admin access level
|
|
103
|
-
*/
|
|
104
|
-
export interface SdPlatformRequestOrganizationPatchAdmin extends SdPlatformRequestOrganizationPatchOwner {
|
|
105
|
-
/**
|
|
106
|
-
* Id of the geometry backend system of the organization.
|
|
107
|
-
*/
|
|
108
|
-
backend_system_id?: string;
|
|
109
|
-
/**
|
|
110
|
-
* Chargebee customer id of the organization.
|
|
111
|
-
*/
|
|
112
|
-
chargebee_customer_id?: string;
|
|
113
|
-
}
|
|
114
|
-
/**
|
|
115
|
-
* DTO for patching an organization - admin access level
|
|
116
|
-
*/
|
|
117
|
-
export declare type SdPlatformRequestOrganizationPatchAny = SdPlatformRequestOrganizationPatchAdmin | SdPlatformRequestOrganizationPatchOwner | SdPlatformRequestOrganizationPatchAdministrator;
|
|
1
|
+
import { SdPlatformOrganizationVisibility } from "../commons/SdPlatformVisibility";
|
|
2
|
+
/**
|
|
3
|
+
* DTO for creating an organization
|
|
4
|
+
*/
|
|
5
|
+
export interface SdPlatformRequestOrganizationCreate {
|
|
6
|
+
/**
|
|
7
|
+
* Name of the organization, minimum 5 characters.
|
|
8
|
+
*/
|
|
9
|
+
name: string;
|
|
10
|
+
/**
|
|
11
|
+
* Avatar image base64 encoded, maximum 1MB
|
|
12
|
+
*/
|
|
13
|
+
avatar?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Visibility of the organization.
|
|
16
|
+
*/
|
|
17
|
+
visibility?: SdPlatformOrganizationVisibility;
|
|
18
|
+
/**
|
|
19
|
+
* Should sharing be allowed for organization members?
|
|
20
|
+
*/
|
|
21
|
+
allow_sharing?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Should private link sharing be allowed for organization members?
|
|
24
|
+
*/
|
|
25
|
+
allow_link_sharing?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Should organization members be allowed to expose their email address?
|
|
28
|
+
*/
|
|
29
|
+
allow_expose_email?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Website of organization.
|
|
32
|
+
*/
|
|
33
|
+
website?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Description of organization
|
|
36
|
+
*/
|
|
37
|
+
description?: string;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* DTO for patching an organization - organization administrator access level
|
|
41
|
+
*/
|
|
42
|
+
export interface SdPlatformRequestOrganizationPatchAdministrator {
|
|
43
|
+
/**
|
|
44
|
+
* Visibility of the organization.
|
|
45
|
+
*/
|
|
46
|
+
visibility?: SdPlatformOrganizationVisibility;
|
|
47
|
+
/**
|
|
48
|
+
* Should sharing be allowed for organization members?
|
|
49
|
+
*/
|
|
50
|
+
allow_sharing?: boolean;
|
|
51
|
+
/**
|
|
52
|
+
* Should private link sharing be allowed for organization members?
|
|
53
|
+
*/
|
|
54
|
+
allow_link_sharing?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Should organization members be allowed to expose their email address?
|
|
57
|
+
*/
|
|
58
|
+
allow_expose_email?: boolean;
|
|
59
|
+
/**
|
|
60
|
+
* Website of organization.
|
|
61
|
+
*/
|
|
62
|
+
website?: string;
|
|
63
|
+
/**
|
|
64
|
+
* Description of organization
|
|
65
|
+
*/
|
|
66
|
+
description?: string;
|
|
67
|
+
/**
|
|
68
|
+
* List of host names (optionally including port) to set as allowed domains for embedding.
|
|
69
|
+
*/
|
|
70
|
+
accessdomains?: Array<string>;
|
|
71
|
+
/**
|
|
72
|
+
* Should {@link SdPlatformResponseModelOwner.require_token} be forced to true for all models of the organization?
|
|
73
|
+
*/
|
|
74
|
+
force_require_token?: boolean;
|
|
75
|
+
/**
|
|
76
|
+
* Should credit consumption be limited once the monthly quota has been reached?
|
|
77
|
+
*/
|
|
78
|
+
limit_credit_consumption?: boolean;
|
|
79
|
+
/**
|
|
80
|
+
* updates the default backend system for the organization based on the given backend system alias,
|
|
81
|
+
*/
|
|
82
|
+
backend_system_alias?: string;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* DTO for patching an organization - organization owner access level
|
|
86
|
+
*/
|
|
87
|
+
export interface SdPlatformRequestOrganizationPatchOwner extends SdPlatformRequestOrganizationPatchAdministrator {
|
|
88
|
+
/**
|
|
89
|
+
* Name of the organization.
|
|
90
|
+
*/
|
|
91
|
+
name?: string;
|
|
92
|
+
/**
|
|
93
|
+
* avatar image base64 encoded, maximum 1MB
|
|
94
|
+
*/
|
|
95
|
+
avatar?: string;
|
|
96
|
+
/**
|
|
97
|
+
* URL-compatible short name of the organization, minimum 5 characters. Used for links to the organizations's profile on the ShapeDiver Platform.
|
|
98
|
+
*/
|
|
99
|
+
slug?: string;
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* DTO for patching an organization - admin access level
|
|
103
|
+
*/
|
|
104
|
+
export interface SdPlatformRequestOrganizationPatchAdmin extends SdPlatformRequestOrganizationPatchOwner {
|
|
105
|
+
/**
|
|
106
|
+
* Id of the geometry backend system of the organization.
|
|
107
|
+
*/
|
|
108
|
+
backend_system_id?: string;
|
|
109
|
+
/**
|
|
110
|
+
* Chargebee customer id of the organization.
|
|
111
|
+
*/
|
|
112
|
+
chargebee_customer_id?: string;
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* DTO for patching an organization - admin access level
|
|
116
|
+
*/
|
|
117
|
+
export declare type SdPlatformRequestOrganizationPatchAny = SdPlatformRequestOrganizationPatchAdmin | SdPlatformRequestOrganizationPatchOwner | SdPlatformRequestOrganizationPatchAdministrator;
|
|
118
118
|
//# sourceMappingURL=SdPlatformRequestOrganization.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=SdPlatformRequestOrganization.js.map
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import { SdPlatformPolicyCommonAliases, SdPlatformPolicyPermissionsType, SdPlatformPolicyRequiredFeatures, SdPlatformPolicyType } from "../commons/SdPlatformPolicyCommons";
|
|
2
|
-
/**
|
|
3
|
-
* DTO for creating a policy
|
|
4
|
-
*/
|
|
5
|
-
export interface SdPlatformRequestPolicyCreate {
|
|
6
|
-
/** type of policy */
|
|
7
|
-
type: SdPlatformPolicyType;
|
|
8
|
-
/** policy alias, used to identify policy in evaluators */
|
|
9
|
-
alias: SdPlatformPolicyCommonAliases | string;
|
|
10
|
-
/** description of policy */
|
|
11
|
-
description?: string;
|
|
12
|
-
/** role required to be granted this policy */
|
|
13
|
-
required_role?: string;
|
|
14
|
-
/** granted permissions */
|
|
15
|
-
allowed_permissions?: SdPlatformPolicyPermissionsType;
|
|
16
|
-
/** explicitely denied permissions */
|
|
17
|
-
denied_permissions?: SdPlatformPolicyPermissionsType;
|
|
18
|
-
/** features required by the receiver of the policy */
|
|
19
|
-
features_receiver?: SdPlatformPolicyRequiredFeatures;
|
|
20
|
-
/** features required by the provider of the policy */
|
|
21
|
-
features_provider?: SdPlatformPolicyRequiredFeatures;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* DTO for patching a policy
|
|
25
|
-
*/
|
|
26
|
-
export interface SdPlatformRequestPolicyPatch {
|
|
27
|
-
/** description of policy */
|
|
28
|
-
description?: string;
|
|
29
|
-
/** role required to be granted this policy */
|
|
30
|
-
required_role?: string;
|
|
31
|
-
/** granted permissions */
|
|
32
|
-
allowed_permissions?: SdPlatformPolicyPermissionsType;
|
|
33
|
-
/** explicitely denied permissions */
|
|
34
|
-
denied_permissions?: SdPlatformPolicyPermissionsType;
|
|
35
|
-
/** features required by the receiver of the policy */
|
|
36
|
-
features_receiver?: SdPlatformPolicyRequiredFeatures;
|
|
37
|
-
/** features required by the provider of the policy */
|
|
38
|
-
features_provider?: SdPlatformPolicyRequiredFeatures;
|
|
39
|
-
}
|
|
1
|
+
import { SdPlatformPolicyCommonAliases, SdPlatformPolicyPermissionsType, SdPlatformPolicyRequiredFeatures, SdPlatformPolicyType } from "../commons/SdPlatformPolicyCommons";
|
|
2
|
+
/**
|
|
3
|
+
* DTO for creating a policy
|
|
4
|
+
*/
|
|
5
|
+
export interface SdPlatformRequestPolicyCreate {
|
|
6
|
+
/** type of policy */
|
|
7
|
+
type: SdPlatformPolicyType;
|
|
8
|
+
/** policy alias, used to identify policy in evaluators */
|
|
9
|
+
alias: SdPlatformPolicyCommonAliases | string;
|
|
10
|
+
/** description of policy */
|
|
11
|
+
description?: string;
|
|
12
|
+
/** role required to be granted this policy */
|
|
13
|
+
required_role?: string;
|
|
14
|
+
/** granted permissions */
|
|
15
|
+
allowed_permissions?: SdPlatformPolicyPermissionsType;
|
|
16
|
+
/** explicitely denied permissions */
|
|
17
|
+
denied_permissions?: SdPlatformPolicyPermissionsType;
|
|
18
|
+
/** features required by the receiver of the policy */
|
|
19
|
+
features_receiver?: SdPlatformPolicyRequiredFeatures;
|
|
20
|
+
/** features required by the provider of the policy */
|
|
21
|
+
features_provider?: SdPlatformPolicyRequiredFeatures;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* DTO for patching a policy
|
|
25
|
+
*/
|
|
26
|
+
export interface SdPlatformRequestPolicyPatch {
|
|
27
|
+
/** description of policy */
|
|
28
|
+
description?: string;
|
|
29
|
+
/** role required to be granted this policy */
|
|
30
|
+
required_role?: string;
|
|
31
|
+
/** granted permissions */
|
|
32
|
+
allowed_permissions?: SdPlatformPolicyPermissionsType;
|
|
33
|
+
/** explicitely denied permissions */
|
|
34
|
+
denied_permissions?: SdPlatformPolicyPermissionsType;
|
|
35
|
+
/** features required by the receiver of the policy */
|
|
36
|
+
features_receiver?: SdPlatformPolicyRequiredFeatures;
|
|
37
|
+
/** features required by the provider of the policy */
|
|
38
|
+
features_provider?: SdPlatformPolicyRequiredFeatures;
|
|
39
|
+
}
|
|
40
40
|
//# sourceMappingURL=SdPlatformRequestPolicy.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=SdPlatformRequestPolicy.js.map
|
|
@@ -1,81 +1,81 @@
|
|
|
1
|
-
import { SdPlatformSavedStateVisibility } from "../commons/SdPlatformVisibility";
|
|
2
|
-
/**
|
|
3
|
-
* The saved state settings.
|
|
4
|
-
*/
|
|
5
|
-
export interface SdPlatformRequestSavedStateSettings {
|
|
6
|
-
/**
|
|
7
|
-
* The version of settings.
|
|
8
|
-
*/
|
|
9
|
-
version: string;
|
|
10
|
-
/**
|
|
11
|
-
* The Viewer Settings.
|
|
12
|
-
*/
|
|
13
|
-
viewer_settings: any;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* DTO for creating a saved state
|
|
17
|
-
*/
|
|
18
|
-
export interface SdPlatformRequestSavedStateCreate {
|
|
19
|
-
/**
|
|
20
|
-
* Name of the saved state.
|
|
21
|
-
*/
|
|
22
|
-
name: string;
|
|
23
|
-
/**
|
|
24
|
-
* Description of the saved state.
|
|
25
|
-
*/
|
|
26
|
-
description: string;
|
|
27
|
-
/**
|
|
28
|
-
* Id of the model of the saved state.
|
|
29
|
-
*/
|
|
30
|
-
model_id: string;
|
|
31
|
-
/**
|
|
32
|
-
* Id of the image of the saved state.
|
|
33
|
-
*/
|
|
34
|
-
image_id?: string;
|
|
35
|
-
/**
|
|
36
|
-
* The parameter values of the model for this saved state. Map from parameter id to parameter string value.
|
|
37
|
-
*/
|
|
38
|
-
parameters: {
|
|
39
|
-
[id: string]: string;
|
|
40
|
-
};
|
|
41
|
-
/**
|
|
42
|
-
* Nominal visibility of the saved state.
|
|
43
|
-
*/
|
|
44
|
-
visibility: SdPlatformSavedStateVisibility;
|
|
45
|
-
/**
|
|
46
|
-
* Settings of the saved state, used to store viewer settings like camera position etc.
|
|
47
|
-
*/
|
|
48
|
-
settings?: SdPlatformRequestSavedStateSettings;
|
|
49
|
-
}
|
|
50
|
-
/**
|
|
51
|
-
* DTO for patching a saved state
|
|
52
|
-
*/
|
|
53
|
-
export interface SdPlatformRequestSavedStatePatch {
|
|
54
|
-
/**
|
|
55
|
-
* Name of the saved state.
|
|
56
|
-
*/
|
|
57
|
-
name?: string;
|
|
58
|
-
/**
|
|
59
|
-
* Description of the saved state.
|
|
60
|
-
*/
|
|
61
|
-
description?: string;
|
|
62
|
-
/**
|
|
63
|
-
* Id of the image of the saved state.
|
|
64
|
-
*/
|
|
65
|
-
image_id?: string;
|
|
66
|
-
/**
|
|
67
|
-
* The parameter values of the model for this saved state. Map from parameter id to parameter string value.
|
|
68
|
-
*/
|
|
69
|
-
parameters?: {
|
|
70
|
-
[id: string]: string;
|
|
71
|
-
};
|
|
72
|
-
/**
|
|
73
|
-
* Nominal visibility of the saved state.
|
|
74
|
-
*/
|
|
75
|
-
visibility?: SdPlatformSavedStateVisibility;
|
|
76
|
-
/**
|
|
77
|
-
* Settings of the saved state, used to store viewer settings like camera position etc.
|
|
78
|
-
*/
|
|
79
|
-
settings?: SdPlatformRequestSavedStateSettings;
|
|
80
|
-
}
|
|
1
|
+
import { SdPlatformSavedStateVisibility } from "../commons/SdPlatformVisibility";
|
|
2
|
+
/**
|
|
3
|
+
* The saved state settings.
|
|
4
|
+
*/
|
|
5
|
+
export interface SdPlatformRequestSavedStateSettings {
|
|
6
|
+
/**
|
|
7
|
+
* The version of settings.
|
|
8
|
+
*/
|
|
9
|
+
version: string;
|
|
10
|
+
/**
|
|
11
|
+
* The Viewer Settings.
|
|
12
|
+
*/
|
|
13
|
+
viewer_settings: any;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* DTO for creating a saved state
|
|
17
|
+
*/
|
|
18
|
+
export interface SdPlatformRequestSavedStateCreate {
|
|
19
|
+
/**
|
|
20
|
+
* Name of the saved state.
|
|
21
|
+
*/
|
|
22
|
+
name: string;
|
|
23
|
+
/**
|
|
24
|
+
* Description of the saved state.
|
|
25
|
+
*/
|
|
26
|
+
description: string;
|
|
27
|
+
/**
|
|
28
|
+
* Id of the model of the saved state.
|
|
29
|
+
*/
|
|
30
|
+
model_id: string;
|
|
31
|
+
/**
|
|
32
|
+
* Id of the image of the saved state.
|
|
33
|
+
*/
|
|
34
|
+
image_id?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The parameter values of the model for this saved state. Map from parameter id to parameter string value.
|
|
37
|
+
*/
|
|
38
|
+
parameters: {
|
|
39
|
+
[id: string]: string;
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* Nominal visibility of the saved state.
|
|
43
|
+
*/
|
|
44
|
+
visibility: SdPlatformSavedStateVisibility;
|
|
45
|
+
/**
|
|
46
|
+
* Settings of the saved state, used to store viewer settings like camera position etc.
|
|
47
|
+
*/
|
|
48
|
+
settings?: SdPlatformRequestSavedStateSettings;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* DTO for patching a saved state
|
|
52
|
+
*/
|
|
53
|
+
export interface SdPlatformRequestSavedStatePatch {
|
|
54
|
+
/**
|
|
55
|
+
* Name of the saved state.
|
|
56
|
+
*/
|
|
57
|
+
name?: string;
|
|
58
|
+
/**
|
|
59
|
+
* Description of the saved state.
|
|
60
|
+
*/
|
|
61
|
+
description?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Id of the image of the saved state.
|
|
64
|
+
*/
|
|
65
|
+
image_id?: string;
|
|
66
|
+
/**
|
|
67
|
+
* The parameter values of the model for this saved state. Map from parameter id to parameter string value.
|
|
68
|
+
*/
|
|
69
|
+
parameters?: {
|
|
70
|
+
[id: string]: string;
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* Nominal visibility of the saved state.
|
|
74
|
+
*/
|
|
75
|
+
visibility?: SdPlatformSavedStateVisibility;
|
|
76
|
+
/**
|
|
77
|
+
* Settings of the saved state, used to store viewer settings like camera position etc.
|
|
78
|
+
*/
|
|
79
|
+
settings?: SdPlatformRequestSavedStateSettings;
|
|
80
|
+
}
|
|
81
81
|
//# sourceMappingURL=SdPlatformRequestSavedState.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=SdPlatformRequestSavedState.js.map
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* DTO for creating a saved state sharing relationship, which shares a policy for accessing a saved state with a receiving user.
|
|
3
|
-
*/
|
|
4
|
-
export interface SdPlatformResponseSavedStateSharingCreate {
|
|
5
|
-
/**
|
|
6
|
-
* Id of the receiving user.
|
|
7
|
-
*/
|
|
8
|
-
user_id: string;
|
|
9
|
-
/**
|
|
10
|
-
* Id of the saved state being shared.
|
|
11
|
-
*/
|
|
12
|
-
saved_state_id: string;
|
|
13
|
-
/**
|
|
14
|
-
* Alias of the policy being shared.
|
|
15
|
-
*/
|
|
16
|
-
policy_alias: string;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* DTO for creating a saved state sharing relationships, which shares policies for accessing a saved state with a receiving user.
|
|
20
|
-
*/
|
|
21
|
-
export interface SdPlatformRequestSavedStateSharingCreateMultiple {
|
|
22
|
-
/**
|
|
23
|
-
* Id of the receiving user.
|
|
24
|
-
*/
|
|
25
|
-
user_id: string;
|
|
26
|
-
/**
|
|
27
|
-
* Id of the saved state being shared.
|
|
28
|
-
*/
|
|
29
|
-
saved_state_id: string;
|
|
30
|
-
/**
|
|
31
|
-
* Aliases of policies being shared.
|
|
32
|
-
*/
|
|
33
|
-
policy_aliases: Array<string>;
|
|
34
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* DTO for creating a saved state sharing relationship, which shares a policy for accessing a saved state with a receiving user.
|
|
3
|
+
*/
|
|
4
|
+
export interface SdPlatformResponseSavedStateSharingCreate {
|
|
5
|
+
/**
|
|
6
|
+
* Id of the receiving user.
|
|
7
|
+
*/
|
|
8
|
+
user_id: string;
|
|
9
|
+
/**
|
|
10
|
+
* Id of the saved state being shared.
|
|
11
|
+
*/
|
|
12
|
+
saved_state_id: string;
|
|
13
|
+
/**
|
|
14
|
+
* Alias of the policy being shared.
|
|
15
|
+
*/
|
|
16
|
+
policy_alias: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* DTO for creating a saved state sharing relationships, which shares policies for accessing a saved state with a receiving user.
|
|
20
|
+
*/
|
|
21
|
+
export interface SdPlatformRequestSavedStateSharingCreateMultiple {
|
|
22
|
+
/**
|
|
23
|
+
* Id of the receiving user.
|
|
24
|
+
*/
|
|
25
|
+
user_id: string;
|
|
26
|
+
/**
|
|
27
|
+
* Id of the saved state being shared.
|
|
28
|
+
*/
|
|
29
|
+
saved_state_id: string;
|
|
30
|
+
/**
|
|
31
|
+
* Aliases of policies being shared.
|
|
32
|
+
*/
|
|
33
|
+
policy_aliases: Array<string>;
|
|
34
|
+
}
|
|
35
35
|
//# sourceMappingURL=SdPlatformRequestSavedStateSharing.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=SdPlatformRequestSavedStateSharing.js.map
|