@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,178 +1,178 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SdPlatformApiTokenScopes = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Scopes which can be used for limiting API tokens {@link SdPlatformResponseApiToken}.
|
|
6
|
-
*/
|
|
7
|
-
var SdPlatformApiTokenScopes;
|
|
8
|
-
(function (SdPlatformApiTokenScopes) {
|
|
9
|
-
/**
|
|
10
|
-
* Models readonly.
|
|
11
|
-
*/
|
|
12
|
-
SdPlatformApiTokenScopes["ModelsRead"] = "models-read";
|
|
13
|
-
/**
|
|
14
|
-
* Models read-write.
|
|
15
|
-
*/
|
|
16
|
-
SdPlatformApiTokenScopes["ModelsWrite"] = "models-write";
|
|
17
|
-
/**
|
|
18
|
-
* Models full.
|
|
19
|
-
*/
|
|
20
|
-
SdPlatformApiTokenScopes["ModelsFull"] = "models-full";
|
|
21
|
-
/**
|
|
22
|
-
* Bookmarks full.
|
|
23
|
-
*/
|
|
24
|
-
SdPlatformApiTokenScopes["BookmarksFull"] = "bookmarks-full";
|
|
25
|
-
/**
|
|
26
|
-
* Images readonly.
|
|
27
|
-
*/
|
|
28
|
-
SdPlatformApiTokenScopes["ImagesRead"] = "images-read";
|
|
29
|
-
/**
|
|
30
|
-
* Images read-write.
|
|
31
|
-
*/
|
|
32
|
-
SdPlatformApiTokenScopes["ImagesWrite"] = "images-write";
|
|
33
|
-
/**
|
|
34
|
-
* Images full.
|
|
35
|
-
*/
|
|
36
|
-
SdPlatformApiTokenScopes["ImagesFull"] = "images-full";
|
|
37
|
-
/**
|
|
38
|
-
* Geometry backend tokens.
|
|
39
|
-
*/
|
|
40
|
-
SdPlatformApiTokenScopes["Tokens"] = "tokens";
|
|
41
|
-
/**
|
|
42
|
-
* Tags readonly.
|
|
43
|
-
*/
|
|
44
|
-
SdPlatformApiTokenScopes["TagsRead"] = "tags-read";
|
|
45
|
-
/**
|
|
46
|
-
* Tags read-write.
|
|
47
|
-
*/
|
|
48
|
-
SdPlatformApiTokenScopes["TagsWrite"] = "tags-write";
|
|
49
|
-
/**
|
|
50
|
-
* Users readonly.
|
|
51
|
-
*/
|
|
52
|
-
SdPlatformApiTokenScopes["UsersRead"] = "users-read";
|
|
53
|
-
/**
|
|
54
|
-
* Users read-write.
|
|
55
|
-
*/
|
|
56
|
-
SdPlatformApiTokenScopes["UsersWrite"] = "users-write";
|
|
57
|
-
/**
|
|
58
|
-
* Users full.
|
|
59
|
-
*/
|
|
60
|
-
SdPlatformApiTokenScopes["UsersFull"] = "users-full";
|
|
61
|
-
/**
|
|
62
|
-
* User model sessions read.
|
|
63
|
-
*/
|
|
64
|
-
SdPlatformApiTokenScopes["UserModelSessionsRead"] = "user-model-sessions-read";
|
|
65
|
-
/**
|
|
66
|
-
* Organization model sessions read.
|
|
67
|
-
*/
|
|
68
|
-
SdPlatformApiTokenScopes["OrganizationModelSessionsRead"] = "organization-model-sessions-read";
|
|
69
|
-
/**
|
|
70
|
-
* Model sharing readonly.
|
|
71
|
-
*/
|
|
72
|
-
SdPlatformApiTokenScopes["ModelSharingRead"] = "model-sharing-read";
|
|
73
|
-
/**
|
|
74
|
-
* Model sharing read-write.
|
|
75
|
-
*/
|
|
76
|
-
SdPlatformApiTokenScopes["ModelSharingWrite"] = "model-sharing-write";
|
|
77
|
-
/**
|
|
78
|
-
* Model sharing full.
|
|
79
|
-
*/
|
|
80
|
-
SdPlatformApiTokenScopes["ModelSharingFull"] = "model-sharing-full";
|
|
81
|
-
/**
|
|
82
|
-
* Saved states readonly.
|
|
83
|
-
*/
|
|
84
|
-
SdPlatformApiTokenScopes["SavedStatesRead"] = "saved-states-read";
|
|
85
|
-
/**
|
|
86
|
-
* Saved states read-write.
|
|
87
|
-
*/
|
|
88
|
-
SdPlatformApiTokenScopes["SavedStatesWrite"] = "saved-states-write";
|
|
89
|
-
/**
|
|
90
|
-
* Saved states full.
|
|
91
|
-
*/
|
|
92
|
-
SdPlatformApiTokenScopes["SavedStatesFull"] = "saved-states-full";
|
|
93
|
-
/**
|
|
94
|
-
* Saved state sharing readonly.
|
|
95
|
-
*/
|
|
96
|
-
SdPlatformApiTokenScopes["SavedStateSharingRead"] = "saved-state-sharing-read";
|
|
97
|
-
/**
|
|
98
|
-
* Saved state sharing read-write.
|
|
99
|
-
*/
|
|
100
|
-
SdPlatformApiTokenScopes["SavedStateSharingWrite"] = "saved-state-sharing-write";
|
|
101
|
-
/**
|
|
102
|
-
* Saved state sharing full.
|
|
103
|
-
*/
|
|
104
|
-
SdPlatformApiTokenScopes["SavedStateSharingFull"] = "saved-state-sharing-full";
|
|
105
|
-
/**
|
|
106
|
-
* Actions full.
|
|
107
|
-
*/
|
|
108
|
-
SdPlatformApiTokenScopes["ActionsFull"] = "actions-full";
|
|
109
|
-
/**
|
|
110
|
-
* Api clients full.
|
|
111
|
-
*/
|
|
112
|
-
SdPlatformApiTokenScopes["ApiClientsFull"] = "apiclients-full";
|
|
113
|
-
/**
|
|
114
|
-
* Geometry backend systems full
|
|
115
|
-
*/
|
|
116
|
-
SdPlatformApiTokenScopes["BackendSystemsFull"] = "backendsystems-full";
|
|
117
|
-
/**
|
|
118
|
-
* Domains read.
|
|
119
|
-
*/
|
|
120
|
-
SdPlatformApiTokenScopes["DomainsRead"] = "domains-read";
|
|
121
|
-
/**
|
|
122
|
-
* Domains full.
|
|
123
|
-
*/
|
|
124
|
-
SdPlatformApiTokenScopes["DomainsFull"] = "domains-full";
|
|
125
|
-
/**
|
|
126
|
-
* Http logs full.
|
|
127
|
-
*/
|
|
128
|
-
SdPlatformApiTokenScopes["HttpLogsFull"] = "httplogs-full";
|
|
129
|
-
/**
|
|
130
|
-
* Policies full.
|
|
131
|
-
*/
|
|
132
|
-
SdPlatformApiTokenScopes["PoliciesFull"] = "policies-full";
|
|
133
|
-
/**
|
|
134
|
-
* Organizations readonly.
|
|
135
|
-
*/
|
|
136
|
-
SdPlatformApiTokenScopes["OrganizationsRead"] = "organizations-read";
|
|
137
|
-
/**
|
|
138
|
-
* Organizations read-write.
|
|
139
|
-
*/
|
|
140
|
-
SdPlatformApiTokenScopes["OrganizationsWrite"] = "organizations-write";
|
|
141
|
-
/**
|
|
142
|
-
* Organizations full.
|
|
143
|
-
*/
|
|
144
|
-
SdPlatformApiTokenScopes["OrganizationsFull"] = "organizations-full";
|
|
145
|
-
/**
|
|
146
|
-
* Notifications readonly.
|
|
147
|
-
*/
|
|
148
|
-
SdPlatformApiTokenScopes["NotificationsRead"] = "notifications-read";
|
|
149
|
-
/**
|
|
150
|
-
* Notifications read-write.
|
|
151
|
-
*/
|
|
152
|
-
SdPlatformApiTokenScopes["NotificationsWrite"] = "notifications-write";
|
|
153
|
-
/**
|
|
154
|
-
* Notifications full.
|
|
155
|
-
*/
|
|
156
|
-
SdPlatformApiTokenScopes["NotificationsFull"] = "notifications-full";
|
|
157
|
-
/**
|
|
158
|
-
* Documents readonly.
|
|
159
|
-
*/
|
|
160
|
-
SdPlatformApiTokenScopes["DocumentsRead"] = "documents-read";
|
|
161
|
-
/**
|
|
162
|
-
* Documents read-write.
|
|
163
|
-
*/
|
|
164
|
-
SdPlatformApiTokenScopes["DocumentsWrite"] = "documents-write";
|
|
165
|
-
/**
|
|
166
|
-
* Documents full.
|
|
167
|
-
*/
|
|
168
|
-
SdPlatformApiTokenScopes["DocumentsFull"] = "documents-full";
|
|
169
|
-
/**
|
|
170
|
-
*
|
|
171
|
-
*/
|
|
172
|
-
SdPlatformApiTokenScopes["OpenidProviderFull"] = "openid-provider-full";
|
|
173
|
-
/**
|
|
174
|
-
* All.
|
|
175
|
-
*/
|
|
176
|
-
SdPlatformApiTokenScopes["All"] = "*";
|
|
177
|
-
})(SdPlatformApiTokenScopes = exports.SdPlatformApiTokenScopes || (exports.SdPlatformApiTokenScopes = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SdPlatformApiTokenScopes = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Scopes which can be used for limiting API tokens {@link SdPlatformResponseApiToken}.
|
|
6
|
+
*/
|
|
7
|
+
var SdPlatformApiTokenScopes;
|
|
8
|
+
(function (SdPlatformApiTokenScopes) {
|
|
9
|
+
/**
|
|
10
|
+
* Models readonly.
|
|
11
|
+
*/
|
|
12
|
+
SdPlatformApiTokenScopes["ModelsRead"] = "models-read";
|
|
13
|
+
/**
|
|
14
|
+
* Models read-write.
|
|
15
|
+
*/
|
|
16
|
+
SdPlatformApiTokenScopes["ModelsWrite"] = "models-write";
|
|
17
|
+
/**
|
|
18
|
+
* Models full.
|
|
19
|
+
*/
|
|
20
|
+
SdPlatformApiTokenScopes["ModelsFull"] = "models-full";
|
|
21
|
+
/**
|
|
22
|
+
* Bookmarks full.
|
|
23
|
+
*/
|
|
24
|
+
SdPlatformApiTokenScopes["BookmarksFull"] = "bookmarks-full";
|
|
25
|
+
/**
|
|
26
|
+
* Images readonly.
|
|
27
|
+
*/
|
|
28
|
+
SdPlatformApiTokenScopes["ImagesRead"] = "images-read";
|
|
29
|
+
/**
|
|
30
|
+
* Images read-write.
|
|
31
|
+
*/
|
|
32
|
+
SdPlatformApiTokenScopes["ImagesWrite"] = "images-write";
|
|
33
|
+
/**
|
|
34
|
+
* Images full.
|
|
35
|
+
*/
|
|
36
|
+
SdPlatformApiTokenScopes["ImagesFull"] = "images-full";
|
|
37
|
+
/**
|
|
38
|
+
* Geometry backend tokens.
|
|
39
|
+
*/
|
|
40
|
+
SdPlatformApiTokenScopes["Tokens"] = "tokens";
|
|
41
|
+
/**
|
|
42
|
+
* Tags readonly.
|
|
43
|
+
*/
|
|
44
|
+
SdPlatformApiTokenScopes["TagsRead"] = "tags-read";
|
|
45
|
+
/**
|
|
46
|
+
* Tags read-write.
|
|
47
|
+
*/
|
|
48
|
+
SdPlatformApiTokenScopes["TagsWrite"] = "tags-write";
|
|
49
|
+
/**
|
|
50
|
+
* Users readonly.
|
|
51
|
+
*/
|
|
52
|
+
SdPlatformApiTokenScopes["UsersRead"] = "users-read";
|
|
53
|
+
/**
|
|
54
|
+
* Users read-write.
|
|
55
|
+
*/
|
|
56
|
+
SdPlatformApiTokenScopes["UsersWrite"] = "users-write";
|
|
57
|
+
/**
|
|
58
|
+
* Users full.
|
|
59
|
+
*/
|
|
60
|
+
SdPlatformApiTokenScopes["UsersFull"] = "users-full";
|
|
61
|
+
/**
|
|
62
|
+
* User model sessions read.
|
|
63
|
+
*/
|
|
64
|
+
SdPlatformApiTokenScopes["UserModelSessionsRead"] = "user-model-sessions-read";
|
|
65
|
+
/**
|
|
66
|
+
* Organization model sessions read.
|
|
67
|
+
*/
|
|
68
|
+
SdPlatformApiTokenScopes["OrganizationModelSessionsRead"] = "organization-model-sessions-read";
|
|
69
|
+
/**
|
|
70
|
+
* Model sharing readonly.
|
|
71
|
+
*/
|
|
72
|
+
SdPlatformApiTokenScopes["ModelSharingRead"] = "model-sharing-read";
|
|
73
|
+
/**
|
|
74
|
+
* Model sharing read-write.
|
|
75
|
+
*/
|
|
76
|
+
SdPlatformApiTokenScopes["ModelSharingWrite"] = "model-sharing-write";
|
|
77
|
+
/**
|
|
78
|
+
* Model sharing full.
|
|
79
|
+
*/
|
|
80
|
+
SdPlatformApiTokenScopes["ModelSharingFull"] = "model-sharing-full";
|
|
81
|
+
/**
|
|
82
|
+
* Saved states readonly.
|
|
83
|
+
*/
|
|
84
|
+
SdPlatformApiTokenScopes["SavedStatesRead"] = "saved-states-read";
|
|
85
|
+
/**
|
|
86
|
+
* Saved states read-write.
|
|
87
|
+
*/
|
|
88
|
+
SdPlatformApiTokenScopes["SavedStatesWrite"] = "saved-states-write";
|
|
89
|
+
/**
|
|
90
|
+
* Saved states full.
|
|
91
|
+
*/
|
|
92
|
+
SdPlatformApiTokenScopes["SavedStatesFull"] = "saved-states-full";
|
|
93
|
+
/**
|
|
94
|
+
* Saved state sharing readonly.
|
|
95
|
+
*/
|
|
96
|
+
SdPlatformApiTokenScopes["SavedStateSharingRead"] = "saved-state-sharing-read";
|
|
97
|
+
/**
|
|
98
|
+
* Saved state sharing read-write.
|
|
99
|
+
*/
|
|
100
|
+
SdPlatformApiTokenScopes["SavedStateSharingWrite"] = "saved-state-sharing-write";
|
|
101
|
+
/**
|
|
102
|
+
* Saved state sharing full.
|
|
103
|
+
*/
|
|
104
|
+
SdPlatformApiTokenScopes["SavedStateSharingFull"] = "saved-state-sharing-full";
|
|
105
|
+
/**
|
|
106
|
+
* Actions full.
|
|
107
|
+
*/
|
|
108
|
+
SdPlatformApiTokenScopes["ActionsFull"] = "actions-full";
|
|
109
|
+
/**
|
|
110
|
+
* Api clients full.
|
|
111
|
+
*/
|
|
112
|
+
SdPlatformApiTokenScopes["ApiClientsFull"] = "apiclients-full";
|
|
113
|
+
/**
|
|
114
|
+
* Geometry backend systems full
|
|
115
|
+
*/
|
|
116
|
+
SdPlatformApiTokenScopes["BackendSystemsFull"] = "backendsystems-full";
|
|
117
|
+
/**
|
|
118
|
+
* Domains read.
|
|
119
|
+
*/
|
|
120
|
+
SdPlatformApiTokenScopes["DomainsRead"] = "domains-read";
|
|
121
|
+
/**
|
|
122
|
+
* Domains full.
|
|
123
|
+
*/
|
|
124
|
+
SdPlatformApiTokenScopes["DomainsFull"] = "domains-full";
|
|
125
|
+
/**
|
|
126
|
+
* Http logs full.
|
|
127
|
+
*/
|
|
128
|
+
SdPlatformApiTokenScopes["HttpLogsFull"] = "httplogs-full";
|
|
129
|
+
/**
|
|
130
|
+
* Policies full.
|
|
131
|
+
*/
|
|
132
|
+
SdPlatformApiTokenScopes["PoliciesFull"] = "policies-full";
|
|
133
|
+
/**
|
|
134
|
+
* Organizations readonly.
|
|
135
|
+
*/
|
|
136
|
+
SdPlatformApiTokenScopes["OrganizationsRead"] = "organizations-read";
|
|
137
|
+
/**
|
|
138
|
+
* Organizations read-write.
|
|
139
|
+
*/
|
|
140
|
+
SdPlatformApiTokenScopes["OrganizationsWrite"] = "organizations-write";
|
|
141
|
+
/**
|
|
142
|
+
* Organizations full.
|
|
143
|
+
*/
|
|
144
|
+
SdPlatformApiTokenScopes["OrganizationsFull"] = "organizations-full";
|
|
145
|
+
/**
|
|
146
|
+
* Notifications readonly.
|
|
147
|
+
*/
|
|
148
|
+
SdPlatformApiTokenScopes["NotificationsRead"] = "notifications-read";
|
|
149
|
+
/**
|
|
150
|
+
* Notifications read-write.
|
|
151
|
+
*/
|
|
152
|
+
SdPlatformApiTokenScopes["NotificationsWrite"] = "notifications-write";
|
|
153
|
+
/**
|
|
154
|
+
* Notifications full.
|
|
155
|
+
*/
|
|
156
|
+
SdPlatformApiTokenScopes["NotificationsFull"] = "notifications-full";
|
|
157
|
+
/**
|
|
158
|
+
* Documents readonly.
|
|
159
|
+
*/
|
|
160
|
+
SdPlatformApiTokenScopes["DocumentsRead"] = "documents-read";
|
|
161
|
+
/**
|
|
162
|
+
* Documents read-write.
|
|
163
|
+
*/
|
|
164
|
+
SdPlatformApiTokenScopes["DocumentsWrite"] = "documents-write";
|
|
165
|
+
/**
|
|
166
|
+
* Documents full.
|
|
167
|
+
*/
|
|
168
|
+
SdPlatformApiTokenScopes["DocumentsFull"] = "documents-full";
|
|
169
|
+
/**
|
|
170
|
+
*
|
|
171
|
+
*/
|
|
172
|
+
SdPlatformApiTokenScopes["OpenidProviderFull"] = "openid-provider-full";
|
|
173
|
+
/**
|
|
174
|
+
* All.
|
|
175
|
+
*/
|
|
176
|
+
SdPlatformApiTokenScopes["All"] = "*";
|
|
177
|
+
})(SdPlatformApiTokenScopes = exports.SdPlatformApiTokenScopes || (exports.SdPlatformApiTokenScopes = {}));
|
|
178
178
|
//# sourceMappingURL=SdPlatformApiTokenScopes.js.map
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { Customer, Plan, Subscription, Addon, HostedPage, PortalSession } from "chargebee-typescript/lib/resources";
|
|
2
|
-
/**
|
|
3
|
-
* The Chargebee customer.
|
|
4
|
-
* @see [Chargebee Customer](https://apidocs.chargebee.com/docs/api/customers?prod_cat_ver=2#customer_attributes}
|
|
5
|
-
*/
|
|
6
|
-
export declare type SdPlatformChargebeeCustomer = Customer;
|
|
7
|
-
/**
|
|
8
|
-
* The Chargebee subscription.
|
|
9
|
-
* @see [Chargebee Subscription](https://apidocs.chargebee.com/docs/api/subscriptions?prod_cat_ver=2#subscription_attributes)
|
|
10
|
-
*/
|
|
11
|
-
export declare type SdPlatformChargebeeSubscription = Subscription;
|
|
12
|
-
/**
|
|
13
|
-
* The Chargebee addon.
|
|
14
|
-
* @see [Chargebee Addon](https://apidocs.chargebee.com/docs/api/attached_items?prod_cat_ver=2)
|
|
15
|
-
*/
|
|
16
|
-
export declare type SdPlatformChargebeeAddon = Addon;
|
|
17
|
-
/**
|
|
18
|
-
* The Chargbee plan.
|
|
19
|
-
* @see [Chargebee Plan](https://apidocs.chargebee.com/docs/api/items?prod_cat_ver=2#item_attributes)
|
|
20
|
-
*/
|
|
21
|
-
export declare type SdPlatformChargebeePlan = Plan;
|
|
22
|
-
/**
|
|
23
|
-
* The Chargebee hosted page.
|
|
24
|
-
* @see [Hosted Page](https://apidocs.chargebee.com/docs/api/hosted_pages?prod_cat_ver=2#hosted_page_attributes)
|
|
25
|
-
*/
|
|
26
|
-
export declare type SdPlatformChargebeeHostedPage = HostedPage;
|
|
27
|
-
/**
|
|
28
|
-
* The Chargebee portal session.
|
|
29
|
-
* @see [Portal Session](https://apidocs.chargebee.com/docs/api/portal_sessions?prod_cat_ver=2#portal_session_attributes)
|
|
30
|
-
*/
|
|
31
|
-
export declare type SdPlatformChargebeePortalSession = PortalSession;
|
|
1
|
+
import { Customer, Plan, Subscription, Addon, HostedPage, PortalSession } from "chargebee-typescript/lib/resources";
|
|
2
|
+
/**
|
|
3
|
+
* The Chargebee customer.
|
|
4
|
+
* @see [Chargebee Customer](https://apidocs.chargebee.com/docs/api/customers?prod_cat_ver=2#customer_attributes}
|
|
5
|
+
*/
|
|
6
|
+
export declare type SdPlatformChargebeeCustomer = Customer;
|
|
7
|
+
/**
|
|
8
|
+
* The Chargebee subscription.
|
|
9
|
+
* @see [Chargebee Subscription](https://apidocs.chargebee.com/docs/api/subscriptions?prod_cat_ver=2#subscription_attributes)
|
|
10
|
+
*/
|
|
11
|
+
export declare type SdPlatformChargebeeSubscription = Subscription;
|
|
12
|
+
/**
|
|
13
|
+
* The Chargebee addon.
|
|
14
|
+
* @see [Chargebee Addon](https://apidocs.chargebee.com/docs/api/attached_items?prod_cat_ver=2)
|
|
15
|
+
*/
|
|
16
|
+
export declare type SdPlatformChargebeeAddon = Addon;
|
|
17
|
+
/**
|
|
18
|
+
* The Chargbee plan.
|
|
19
|
+
* @see [Chargebee Plan](https://apidocs.chargebee.com/docs/api/items?prod_cat_ver=2#item_attributes)
|
|
20
|
+
*/
|
|
21
|
+
export declare type SdPlatformChargebeePlan = Plan;
|
|
22
|
+
/**
|
|
23
|
+
* The Chargebee hosted page.
|
|
24
|
+
* @see [Hosted Page](https://apidocs.chargebee.com/docs/api/hosted_pages?prod_cat_ver=2#hosted_page_attributes)
|
|
25
|
+
*/
|
|
26
|
+
export declare type SdPlatformChargebeeHostedPage = HostedPage;
|
|
27
|
+
/**
|
|
28
|
+
* The Chargebee portal session.
|
|
29
|
+
* @see [Portal Session](https://apidocs.chargebee.com/docs/api/portal_sessions?prod_cat_ver=2#portal_session_attributes)
|
|
30
|
+
*/
|
|
31
|
+
export declare type SdPlatformChargebeePortalSession = PortalSession;
|
|
32
32
|
//# sourceMappingURL=SdPlatformChargebee.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=SdPlatformChargebee.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Model file type.
|
|
3
|
-
*/
|
|
4
|
-
export declare enum SdPlatformModelFileType {
|
|
5
|
-
/**
|
|
6
|
-
* Grasshopper binary file.
|
|
7
|
-
*/
|
|
8
|
-
GH = "gh",
|
|
9
|
-
/**
|
|
10
|
-
* Grasshopper XML file.
|
|
11
|
-
*/
|
|
12
|
-
GHX = "ghx"
|
|
13
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* Model file type.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum SdPlatformModelFileType {
|
|
5
|
+
/**
|
|
6
|
+
* Grasshopper binary file.
|
|
7
|
+
*/
|
|
8
|
+
GH = "gh",
|
|
9
|
+
/**
|
|
10
|
+
* Grasshopper XML file.
|
|
11
|
+
*/
|
|
12
|
+
GHX = "ghx"
|
|
13
|
+
}
|
|
14
14
|
//# sourceMappingURL=SdPlatformModelCommons.d.ts.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SdPlatformModelFileType = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Model file type.
|
|
6
|
-
*/
|
|
7
|
-
var SdPlatformModelFileType;
|
|
8
|
-
(function (SdPlatformModelFileType) {
|
|
9
|
-
/**
|
|
10
|
-
* Grasshopper binary file.
|
|
11
|
-
*/
|
|
12
|
-
SdPlatformModelFileType["GH"] = "gh";
|
|
13
|
-
/**
|
|
14
|
-
* Grasshopper XML file.
|
|
15
|
-
*/
|
|
16
|
-
SdPlatformModelFileType["GHX"] = "ghx";
|
|
17
|
-
})(SdPlatformModelFileType = exports.SdPlatformModelFileType || (exports.SdPlatformModelFileType = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SdPlatformModelFileType = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Model file type.
|
|
6
|
+
*/
|
|
7
|
+
var SdPlatformModelFileType;
|
|
8
|
+
(function (SdPlatformModelFileType) {
|
|
9
|
+
/**
|
|
10
|
+
* Grasshopper binary file.
|
|
11
|
+
*/
|
|
12
|
+
SdPlatformModelFileType["GH"] = "gh";
|
|
13
|
+
/**
|
|
14
|
+
* Grasshopper XML file.
|
|
15
|
+
*/
|
|
16
|
+
SdPlatformModelFileType["GHX"] = "ghx";
|
|
17
|
+
})(SdPlatformModelFileType = exports.SdPlatformModelFileType || (exports.SdPlatformModelFileType = {}));
|
|
18
18
|
//# sourceMappingURL=SdPlatformModelCommons.js.map
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Scopes for access to models on ShapeDiver Geometry Backend systems.
|
|
3
|
-
*/
|
|
4
|
-
export declare enum SdPlatformModelTokenScopes {
|
|
5
|
-
/**
|
|
6
|
-
* Group scope "group.view" (viewing permissions for model).
|
|
7
|
-
*/
|
|
8
|
-
GroupView = "group.view",
|
|
9
|
-
/**
|
|
10
|
-
* Group scope "group.export" (export permissions for model).
|
|
11
|
-
*/
|
|
12
|
-
GroupExport = "group.export",
|
|
13
|
-
/**
|
|
14
|
-
* Group scope "group.owner" (authoring permissions for model).
|
|
15
|
-
*/
|
|
16
|
-
GroupOwner = "group.owner",
|
|
17
|
-
/**
|
|
18
|
-
* Group scope "group.analytics" (analytics permissions for model).
|
|
19
|
-
*/
|
|
20
|
-
GroupAnalytics = "group.analytics"
|
|
21
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* Scopes for access to models on ShapeDiver Geometry Backend systems.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum SdPlatformModelTokenScopes {
|
|
5
|
+
/**
|
|
6
|
+
* Group scope "group.view" (viewing permissions for model).
|
|
7
|
+
*/
|
|
8
|
+
GroupView = "group.view",
|
|
9
|
+
/**
|
|
10
|
+
* Group scope "group.export" (export permissions for model).
|
|
11
|
+
*/
|
|
12
|
+
GroupExport = "group.export",
|
|
13
|
+
/**
|
|
14
|
+
* Group scope "group.owner" (authoring permissions for model).
|
|
15
|
+
*/
|
|
16
|
+
GroupOwner = "group.owner",
|
|
17
|
+
/**
|
|
18
|
+
* Group scope "group.analytics" (analytics permissions for model).
|
|
19
|
+
*/
|
|
20
|
+
GroupAnalytics = "group.analytics"
|
|
21
|
+
}
|
|
22
22
|
//# sourceMappingURL=SdPlatformModelTokenScopes.d.ts.map
|
|
@@ -1,26 +1,26 @@
|
|
|
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
|
-
/**
|
|
10
|
-
* Group scope "group.view" (viewing permissions for model).
|
|
11
|
-
*/
|
|
12
|
-
SdPlatformModelTokenScopes["GroupView"] = "group.view";
|
|
13
|
-
/**
|
|
14
|
-
* Group scope "group.export" (export permissions for model).
|
|
15
|
-
*/
|
|
16
|
-
SdPlatformModelTokenScopes["GroupExport"] = "group.export";
|
|
17
|
-
/**
|
|
18
|
-
* Group scope "group.owner" (authoring permissions for model).
|
|
19
|
-
*/
|
|
20
|
-
SdPlatformModelTokenScopes["GroupOwner"] = "group.owner";
|
|
21
|
-
/**
|
|
22
|
-
* Group scope "group.analytics" (analytics permissions for model).
|
|
23
|
-
*/
|
|
24
|
-
SdPlatformModelTokenScopes["GroupAnalytics"] = "group.analytics";
|
|
25
|
-
})(SdPlatformModelTokenScopes = exports.SdPlatformModelTokenScopes || (exports.SdPlatformModelTokenScopes = {}));
|
|
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
|
+
/**
|
|
10
|
+
* Group scope "group.view" (viewing permissions for model).
|
|
11
|
+
*/
|
|
12
|
+
SdPlatformModelTokenScopes["GroupView"] = "group.view";
|
|
13
|
+
/**
|
|
14
|
+
* Group scope "group.export" (export permissions for model).
|
|
15
|
+
*/
|
|
16
|
+
SdPlatformModelTokenScopes["GroupExport"] = "group.export";
|
|
17
|
+
/**
|
|
18
|
+
* Group scope "group.owner" (authoring permissions for model).
|
|
19
|
+
*/
|
|
20
|
+
SdPlatformModelTokenScopes["GroupOwner"] = "group.owner";
|
|
21
|
+
/**
|
|
22
|
+
* Group scope "group.analytics" (analytics permissions for model).
|
|
23
|
+
*/
|
|
24
|
+
SdPlatformModelTokenScopes["GroupAnalytics"] = "group.analytics";
|
|
25
|
+
})(SdPlatformModelTokenScopes = exports.SdPlatformModelTokenScopes || (exports.SdPlatformModelTokenScopes = {}));
|
|
26
26
|
//# sourceMappingURL=SdPlatformModelTokenScopes.js.map
|