@shapediver/api.platform-api-dto-v1 2.14.2 → 2.14.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/README.md +14 -14
  2. package/dist/commons/SdPlatformApiTokenScopes.d.ts +173 -173
  3. package/dist/commons/SdPlatformApiTokenScopes.js +177 -177
  4. package/dist/commons/SdPlatformChargebee.d.ts +31 -31
  5. package/dist/commons/SdPlatformChargebee.js +2 -2
  6. package/dist/commons/SdPlatformModelCommons.d.ts +13 -13
  7. package/dist/commons/SdPlatformModelCommons.js +17 -17
  8. package/dist/commons/SdPlatformModelTokenScopes.d.ts +21 -21
  9. package/dist/commons/SdPlatformModelTokenScopes.js +25 -25
  10. package/dist/commons/SdPlatformNotificationCommons.d.ts +78 -78
  11. package/dist/commons/SdPlatformNotificationCommons.js +88 -88
  12. package/dist/commons/SdPlatformOrganizationCommons.d.ts +29 -29
  13. package/dist/commons/SdPlatformOrganizationCommons.js +33 -33
  14. package/dist/commons/SdPlatformPolicyCommons.d.ts +344 -344
  15. package/dist/commons/SdPlatformPolicyCommons.js +291 -291
  16. package/dist/commons/SdPlatformUsedCredits.d.ts +9 -9
  17. package/dist/commons/SdPlatformUsedCredits.js +2 -2
  18. package/dist/commons/SdPlatformVisibility.d.ts +76 -76
  19. package/dist/commons/SdPlatformVisibility.js +83 -83
  20. package/dist/index.d.ts +56 -55
  21. package/dist/index.d.ts.map +1 -1
  22. package/dist/index.js +72 -71
  23. package/dist/index.js.map +1 -1
  24. package/dist/request/SdPlatformAuthRequest.d.ts +77 -77
  25. package/dist/request/SdPlatformAuthRequest.js +20 -20
  26. package/dist/request/SdPlatformBaseRequestTypes.d.ts +65 -65
  27. package/dist/request/SdPlatformBaseRequestTypes.js +14 -14
  28. package/dist/request/SdPlatformRequestApiClients.d.ts +68 -68
  29. package/dist/request/SdPlatformRequestApiClients.js +2 -2
  30. package/dist/request/SdPlatformRequestApiToken.d.ts +23 -23
  31. package/dist/request/SdPlatformRequestApiToken.js +2 -2
  32. package/dist/request/SdPlatformRequestBackendSystem.d.ts +73 -73
  33. package/dist/request/SdPlatformRequestBackendSystem.js +2 -2
  34. package/dist/request/SdPlatformRequestBookmark.d.ts +7 -7
  35. package/dist/request/SdPlatformRequestBookmark.js +2 -2
  36. package/dist/request/SdPlatformRequestChargebee.d.ts +39 -39
  37. package/dist/request/SdPlatformRequestChargebee.js +2 -2
  38. package/dist/request/SdPlatformRequestDocument.d.ts +46 -46
  39. package/dist/request/SdPlatformRequestDocument.js +2 -2
  40. package/dist/request/SdPlatformRequestDomain.d.ts +18 -18
  41. package/dist/request/SdPlatformRequestDomain.js +2 -2
  42. package/dist/request/SdPlatformRequestImage.d.ts +16 -16
  43. package/dist/request/SdPlatformRequestImage.js +2 -2
  44. package/dist/request/SdPlatformRequestModel.d.ts +102 -102
  45. package/dist/request/SdPlatformRequestModel.js +10 -10
  46. package/dist/request/SdPlatformRequestModelSharing.d.ts +34 -34
  47. package/dist/request/SdPlatformRequestModelSharing.js +2 -2
  48. package/dist/request/SdPlatformRequestModelToken.d.ts +22 -22
  49. package/dist/request/SdPlatformRequestModelToken.js +2 -2
  50. package/dist/request/SdPlatformRequestModelTransfer.d.ts +15 -15
  51. package/dist/request/SdPlatformRequestModelTransfer.js +2 -2
  52. package/dist/request/SdPlatformRequestNotification.d.ts +40 -40
  53. package/dist/request/SdPlatformRequestNotification.js +2 -2
  54. package/dist/request/SdPlatformRequestOpenIDProvider.d.ts +140 -140
  55. package/dist/request/SdPlatformRequestOpenIDProvider.js +2 -2
  56. package/dist/request/SdPlatformRequestOrganization.d.ts +117 -117
  57. package/dist/request/SdPlatformRequestOrganization.js +2 -2
  58. package/dist/request/SdPlatformRequestPolicy.d.ts +39 -39
  59. package/dist/request/SdPlatformRequestPolicy.js +2 -2
  60. package/dist/request/SdPlatformRequestSavedState.d.ts +80 -80
  61. package/dist/request/SdPlatformRequestSavedState.js +2 -2
  62. package/dist/request/SdPlatformRequestSavedStateSharing.d.ts +34 -34
  63. package/dist/request/SdPlatformRequestSavedStateSharing.js +2 -2
  64. package/dist/request/SdPlatformRequestUser.d.ts +209 -209
  65. package/dist/request/SdPlatformRequestUser.js +2 -2
  66. package/dist/request/SdPlatformRequestWebhook.d.ts +39 -39
  67. package/dist/request/SdPlatformRequestWebhook.js +2 -2
  68. package/dist/response/SdPlatformAuthResponse.d.ts +20 -20
  69. package/dist/response/SdPlatformAuthResponse.js +2 -2
  70. package/dist/response/SdPlatformBaseResponseTypes.d.ts +107 -107
  71. package/dist/response/SdPlatformBaseResponseTypes.js +2 -2
  72. package/dist/response/SdPlatformJobLogResponse.d.ts +26 -26
  73. package/dist/response/SdPlatformJobLogResponse.js +2 -2
  74. package/dist/response/SdPlatformResponseAnalytics.d.ts +173 -173
  75. package/dist/response/SdPlatformResponseAnalytics.js +11 -11
  76. package/dist/response/SdPlatformResponseApiClient.d.ts +41 -41
  77. package/dist/response/SdPlatformResponseApiClient.js +2 -2
  78. package/dist/response/SdPlatformResponseApiToken.d.ts +24 -24
  79. package/dist/response/SdPlatformResponseApiToken.js +2 -2
  80. package/dist/response/SdPlatformResponseBackendSystem.d.ts +55 -55
  81. package/dist/response/SdPlatformResponseBackendSystem.js +2 -2
  82. package/dist/response/SdPlatformResponseChargebee.d.ts +113 -113
  83. package/dist/response/SdPlatformResponseChargebee.js +29 -29
  84. package/dist/response/SdPlatformResponseDocument.d.ts +112 -112
  85. package/dist/response/SdPlatformResponseDocument.js +2 -2
  86. package/dist/response/SdPlatformResponseDomain.d.ts +25 -25
  87. package/dist/response/SdPlatformResponseDomain.js +2 -2
  88. package/dist/response/SdPlatformResponseFeatures.d.ts +57 -57
  89. package/dist/response/SdPlatformResponseFeatures.js +2 -2
  90. package/dist/response/SdPlatformResponseHttpLog.d.ts +43 -43
  91. package/dist/response/SdPlatformResponseHttpLog.js +2 -2
  92. package/dist/response/SdPlatformResponseImage.d.ts +34 -34
  93. package/dist/response/SdPlatformResponseImage.js +2 -2
  94. package/dist/response/SdPlatformResponseModel.d.ts +313 -313
  95. package/dist/response/SdPlatformResponseModel.js +53 -53
  96. package/dist/response/SdPlatformResponseModelSharing.d.ts +62 -62
  97. package/dist/response/SdPlatformResponseModelSharing.js +2 -2
  98. package/dist/response/SdPlatformResponseModelToken.d.ts +23 -23
  99. package/dist/response/SdPlatformResponseModelToken.js +2 -2
  100. package/dist/response/SdPlatformResponseNotification.d.ts +66 -66
  101. package/dist/response/SdPlatformResponseNotification.js +2 -2
  102. package/dist/response/SdPlatformResponseOpenIDProvider.d.ts +90 -90
  103. package/dist/response/SdPlatformResponseOpenIDProvider.js +2 -2
  104. package/dist/response/SdPlatformResponseOrganization.d.ts +133 -133
  105. package/dist/response/SdPlatformResponseOrganization.js +2 -2
  106. package/dist/response/SdPlatformResponsePolicy.d.ts +57 -57
  107. package/dist/response/SdPlatformResponsePolicy.js +2 -2
  108. package/dist/response/SdPlatformResponseSavedState.d.ts +107 -107
  109. package/dist/response/SdPlatformResponseSavedState.js +2 -2
  110. package/dist/response/SdPlatformResponseSavedStateSharing.d.ts +62 -62
  111. package/dist/response/SdPlatformResponseSavedStateSharing.js +2 -2
  112. package/dist/response/SdPlatformResponseStargate.d.ts +16 -0
  113. package/dist/response/SdPlatformResponseStargate.d.ts.map +1 -0
  114. package/dist/response/SdPlatformResponseStargate.js +3 -0
  115. package/dist/response/SdPlatformResponseStargate.js.map +1 -0
  116. package/dist/response/SdPlatformResponseTag.d.ts +34 -34
  117. package/dist/response/SdPlatformResponseTag.js +2 -2
  118. package/dist/response/SdPlatformResponseUser.d.ts +300 -300
  119. package/dist/response/SdPlatformResponseUser.js +2 -2
  120. package/package.json +8 -6
package/README.md CHANGED
@@ -1,14 +1,14 @@
1
- <p style="text-align: center">
2
- <a href="https://www.shapediver.com/">
3
- <img
4
- alt="ShapeDiver"
5
- src="https://sduse1-assets.shapediver.com/production/assets/img/apple-icon.png"
6
- />
7
- </a>
8
- </p>
9
-
10
- # `@shapediver/api.platform-api-dto-v1`
11
- This library contains all *Data Transfer Object* (DTO) definitions used to communicate with the ShapeDiver Platform API v1.
12
-
13
- ## Usage
14
- While you could use this package standalone, typically it's used under the hood as a dependency of the [ShapeDiver Platform SDK](https://help.shapediver.com/doc/Platform-Backend.1863876635.html).
1
+ <p style="text-align: center">
2
+ <a href="https://www.shapediver.com/">
3
+ <img
4
+ alt="ShapeDiver"
5
+ src="https://sduse1-assets.shapediver.com/production/assets/img/apple-icon.png"
6
+ />
7
+ </a>
8
+ </p>
9
+
10
+ # `@shapediver/api.platform-api-dto-v1`
11
+ This library contains all *Data Transfer Object* (DTO) definitions used to communicate with the ShapeDiver Platform API v1.
12
+
13
+ ## Usage
14
+ While you could use this package standalone, typically it's used under the hood as a dependency of the [ShapeDiver Platform SDK](https://help.shapediver.com/doc/Platform-Backend.1863876635.html).
@@ -1,174 +1,174 @@
1
- /**
2
- * Scopes which can be used for limiting API tokens {@link SdPlatformResponseApiToken}.
3
- */
4
- export declare enum SdPlatformApiTokenScopes {
5
- /**
6
- * Models readonly.
7
- */
8
- ModelsRead = "models-read",
9
- /**
10
- * Models read-write.
11
- */
12
- ModelsWrite = "models-write",
13
- /**
14
- * Models full.
15
- */
16
- ModelsFull = "models-full",
17
- /**
18
- * Bookmarks full.
19
- */
20
- BookmarksFull = "bookmarks-full",
21
- /**
22
- * Images readonly.
23
- */
24
- ImagesRead = "images-read",
25
- /**
26
- * Images read-write.
27
- */
28
- ImagesWrite = "images-write",
29
- /**
30
- * Images full.
31
- */
32
- ImagesFull = "images-full",
33
- /**
34
- * Geometry backend tokens.
35
- */
36
- Tokens = "tokens",
37
- /**
38
- * Tags readonly.
39
- */
40
- TagsRead = "tags-read",
41
- /**
42
- * Tags read-write.
43
- */
44
- TagsWrite = "tags-write",
45
- /**
46
- * Users readonly.
47
- */
48
- UsersRead = "users-read",
49
- /**
50
- * Users read-write.
51
- */
52
- UsersWrite = "users-write",
53
- /**
54
- * Users full.
55
- */
56
- UsersFull = "users-full",
57
- /**
58
- * User model sessions read.
59
- */
60
- UserModelSessionsRead = "user-model-sessions-read",
61
- /**
62
- * Organization model sessions read.
63
- */
64
- OrganizationModelSessionsRead = "organization-model-sessions-read",
65
- /**
66
- * Model sharing readonly.
67
- */
68
- ModelSharingRead = "model-sharing-read",
69
- /**
70
- * Model sharing read-write.
71
- */
72
- ModelSharingWrite = "model-sharing-write",
73
- /**
74
- * Model sharing full.
75
- */
76
- ModelSharingFull = "model-sharing-full",
77
- /**
78
- * Saved states readonly.
79
- */
80
- SavedStatesRead = "saved-states-read",
81
- /**
82
- * Saved states read-write.
83
- */
84
- SavedStatesWrite = "saved-states-write",
85
- /**
86
- * Saved states full.
87
- */
88
- SavedStatesFull = "saved-states-full",
89
- /**
90
- * Saved state sharing readonly.
91
- */
92
- SavedStateSharingRead = "saved-state-sharing-read",
93
- /**
94
- * Saved state sharing read-write.
95
- */
96
- SavedStateSharingWrite = "saved-state-sharing-write",
97
- /**
98
- * Saved state sharing full.
99
- */
100
- SavedStateSharingFull = "saved-state-sharing-full",
101
- /**
102
- * Actions full.
103
- */
104
- ActionsFull = "actions-full",
105
- /**
106
- * Api clients full.
107
- */
108
- ApiClientsFull = "apiclients-full",
109
- /**
110
- * Geometry backend systems full
111
- */
112
- BackendSystemsFull = "backendsystems-full",
113
- /**
114
- * Domains read.
115
- */
116
- DomainsRead = "domains-read",
117
- /**
118
- * Domains full.
119
- */
120
- DomainsFull = "domains-full",
121
- /**
122
- * Http logs full.
123
- */
124
- HttpLogsFull = "httplogs-full",
125
- /**
126
- * Policies full.
127
- */
128
- PoliciesFull = "policies-full",
129
- /**
130
- * Organizations readonly.
131
- */
132
- OrganizationsRead = "organizations-read",
133
- /**
134
- * Organizations read-write.
135
- */
136
- OrganizationsWrite = "organizations-write",
137
- /**
138
- * Organizations full.
139
- */
140
- OrganizationsFull = "organizations-full",
141
- /**
142
- * Notifications readonly.
143
- */
144
- NotificationsRead = "notifications-read",
145
- /**
146
- * Notifications read-write.
147
- */
148
- NotificationsWrite = "notifications-write",
149
- /**
150
- * Notifications full.
151
- */
152
- NotificationsFull = "notifications-full",
153
- /**
154
- * Documents readonly.
155
- */
156
- DocumentsRead = "documents-read",
157
- /**
158
- * Documents read-write.
159
- */
160
- DocumentsWrite = "documents-write",
161
- /**
162
- * Documents full.
163
- */
164
- DocumentsFull = "documents-full",
165
- /**
166
- *
167
- */
168
- OpenidProviderFull = "openid-provider-full",
169
- /**
170
- * All.
171
- */
172
- All = "*"
173
- }
1
+ /**
2
+ * Scopes which can be used for limiting API tokens {@link SdPlatformResponseApiToken}.
3
+ */
4
+ export declare enum SdPlatformApiTokenScopes {
5
+ /**
6
+ * Models readonly.
7
+ */
8
+ ModelsRead = "models-read",
9
+ /**
10
+ * Models read-write.
11
+ */
12
+ ModelsWrite = "models-write",
13
+ /**
14
+ * Models full.
15
+ */
16
+ ModelsFull = "models-full",
17
+ /**
18
+ * Bookmarks full.
19
+ */
20
+ BookmarksFull = "bookmarks-full",
21
+ /**
22
+ * Images readonly.
23
+ */
24
+ ImagesRead = "images-read",
25
+ /**
26
+ * Images read-write.
27
+ */
28
+ ImagesWrite = "images-write",
29
+ /**
30
+ * Images full.
31
+ */
32
+ ImagesFull = "images-full",
33
+ /**
34
+ * Geometry backend tokens.
35
+ */
36
+ Tokens = "tokens",
37
+ /**
38
+ * Tags readonly.
39
+ */
40
+ TagsRead = "tags-read",
41
+ /**
42
+ * Tags read-write.
43
+ */
44
+ TagsWrite = "tags-write",
45
+ /**
46
+ * Users readonly.
47
+ */
48
+ UsersRead = "users-read",
49
+ /**
50
+ * Users read-write.
51
+ */
52
+ UsersWrite = "users-write",
53
+ /**
54
+ * Users full.
55
+ */
56
+ UsersFull = "users-full",
57
+ /**
58
+ * User model sessions read.
59
+ */
60
+ UserModelSessionsRead = "user-model-sessions-read",
61
+ /**
62
+ * Organization model sessions read.
63
+ */
64
+ OrganizationModelSessionsRead = "organization-model-sessions-read",
65
+ /**
66
+ * Model sharing readonly.
67
+ */
68
+ ModelSharingRead = "model-sharing-read",
69
+ /**
70
+ * Model sharing read-write.
71
+ */
72
+ ModelSharingWrite = "model-sharing-write",
73
+ /**
74
+ * Model sharing full.
75
+ */
76
+ ModelSharingFull = "model-sharing-full",
77
+ /**
78
+ * Saved states readonly.
79
+ */
80
+ SavedStatesRead = "saved-states-read",
81
+ /**
82
+ * Saved states read-write.
83
+ */
84
+ SavedStatesWrite = "saved-states-write",
85
+ /**
86
+ * Saved states full.
87
+ */
88
+ SavedStatesFull = "saved-states-full",
89
+ /**
90
+ * Saved state sharing readonly.
91
+ */
92
+ SavedStateSharingRead = "saved-state-sharing-read",
93
+ /**
94
+ * Saved state sharing read-write.
95
+ */
96
+ SavedStateSharingWrite = "saved-state-sharing-write",
97
+ /**
98
+ * Saved state sharing full.
99
+ */
100
+ SavedStateSharingFull = "saved-state-sharing-full",
101
+ /**
102
+ * Actions full.
103
+ */
104
+ ActionsFull = "actions-full",
105
+ /**
106
+ * Api clients full.
107
+ */
108
+ ApiClientsFull = "apiclients-full",
109
+ /**
110
+ * Geometry backend systems full
111
+ */
112
+ BackendSystemsFull = "backendsystems-full",
113
+ /**
114
+ * Domains read.
115
+ */
116
+ DomainsRead = "domains-read",
117
+ /**
118
+ * Domains full.
119
+ */
120
+ DomainsFull = "domains-full",
121
+ /**
122
+ * Http logs full.
123
+ */
124
+ HttpLogsFull = "httplogs-full",
125
+ /**
126
+ * Policies full.
127
+ */
128
+ PoliciesFull = "policies-full",
129
+ /**
130
+ * Organizations readonly.
131
+ */
132
+ OrganizationsRead = "organizations-read",
133
+ /**
134
+ * Organizations read-write.
135
+ */
136
+ OrganizationsWrite = "organizations-write",
137
+ /**
138
+ * Organizations full.
139
+ */
140
+ OrganizationsFull = "organizations-full",
141
+ /**
142
+ * Notifications readonly.
143
+ */
144
+ NotificationsRead = "notifications-read",
145
+ /**
146
+ * Notifications read-write.
147
+ */
148
+ NotificationsWrite = "notifications-write",
149
+ /**
150
+ * Notifications full.
151
+ */
152
+ NotificationsFull = "notifications-full",
153
+ /**
154
+ * Documents readonly.
155
+ */
156
+ DocumentsRead = "documents-read",
157
+ /**
158
+ * Documents read-write.
159
+ */
160
+ DocumentsWrite = "documents-write",
161
+ /**
162
+ * Documents full.
163
+ */
164
+ DocumentsFull = "documents-full",
165
+ /**
166
+ *
167
+ */
168
+ OpenidProviderFull = "openid-provider-full",
169
+ /**
170
+ * All.
171
+ */
172
+ All = "*"
173
+ }
174
174
  //# sourceMappingURL=SdPlatformApiTokenScopes.d.ts.map