@shapediver/api.platform-api-dto-v1 2.12.9 → 2.13.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.
Files changed (85) hide show
  1. package/dist/commons/SdPlatformApiTokenScopes.d.ts +127 -1
  2. package/dist/commons/SdPlatformApiTokenScopes.d.ts.map +1 -1
  3. package/dist/commons/SdPlatformApiTokenScopes.js +127 -1
  4. package/dist/commons/SdPlatformApiTokenScopes.js.map +1 -1
  5. package/dist/commons/SdPlatformChargebee.d.ts +24 -0
  6. package/dist/commons/SdPlatformChargebee.d.ts.map +1 -1
  7. package/dist/commons/SdPlatformModelCommons.d.ts +9 -0
  8. package/dist/commons/SdPlatformModelCommons.d.ts.map +1 -1
  9. package/dist/commons/SdPlatformModelCommons.js +9 -0
  10. package/dist/commons/SdPlatformModelCommons.js.map +1 -1
  11. package/dist/commons/SdPlatformModelTokenScopes.d.ts +12 -0
  12. package/dist/commons/SdPlatformModelTokenScopes.d.ts.map +1 -1
  13. package/dist/commons/SdPlatformModelTokenScopes.js +12 -0
  14. package/dist/commons/SdPlatformModelTokenScopes.js.map +1 -1
  15. package/dist/commons/SdPlatformNotificationCommons.d.ts +7 -3
  16. package/dist/commons/SdPlatformNotificationCommons.d.ts.map +1 -1
  17. package/dist/commons/SdPlatformNotificationCommons.js +6 -2
  18. package/dist/commons/SdPlatformNotificationCommons.js.map +1 -1
  19. package/dist/commons/SdPlatformPolicyCommons.d.ts +44 -1
  20. package/dist/commons/SdPlatformPolicyCommons.d.ts.map +1 -1
  21. package/dist/commons/SdPlatformPolicyCommons.js +1 -0
  22. package/dist/commons/SdPlatformPolicyCommons.js.map +1 -1
  23. package/dist/commons/SdPlatformUsedCredits.d.ts +3 -0
  24. package/dist/commons/SdPlatformUsedCredits.d.ts.map +1 -1
  25. package/dist/commons/SdPlatformVisibility.d.ts +42 -2
  26. package/dist/commons/SdPlatformVisibility.d.ts.map +1 -1
  27. package/dist/commons/SdPlatformVisibility.js +42 -2
  28. package/dist/commons/SdPlatformVisibility.js.map +1 -1
  29. package/dist/index.d.ts +1 -0
  30. package/dist/index.d.ts.map +1 -1
  31. package/dist/index.js +1 -0
  32. package/dist/index.js.map +1 -1
  33. package/dist/request/SdPlatformAuthRequest.d.ts +24 -0
  34. package/dist/request/SdPlatformAuthRequest.d.ts.map +1 -1
  35. package/dist/request/SdPlatformAuthRequest.js.map +1 -1
  36. package/dist/request/SdPlatformBaseRequestTypes.d.ts +23 -3
  37. package/dist/request/SdPlatformBaseRequestTypes.d.ts.map +1 -1
  38. package/dist/request/SdPlatformBaseRequestTypes.js +6 -0
  39. package/dist/request/SdPlatformBaseRequestTypes.js.map +1 -1
  40. package/dist/request/SdPlatformRequestApiClients.d.ts +48 -0
  41. package/dist/request/SdPlatformRequestApiClients.d.ts.map +1 -1
  42. package/dist/request/SdPlatformRequestBackendSystem.d.ts +4 -0
  43. package/dist/request/SdPlatformRequestBackendSystem.d.ts.map +1 -1
  44. package/dist/request/SdPlatformRequestModel.d.ts +39 -0
  45. package/dist/request/SdPlatformRequestModel.d.ts.map +1 -1
  46. package/dist/request/SdPlatformRequestModelToken.d.ts +12 -1
  47. package/dist/request/SdPlatformRequestModelToken.d.ts.map +1 -1
  48. package/dist/request/SdPlatformRequestOpenIDProvider.d.ts +40 -0
  49. package/dist/request/SdPlatformRequestOpenIDProvider.d.ts.map +1 -1
  50. package/dist/request/SdPlatformRequestOrganization.d.ts +61 -1
  51. package/dist/request/SdPlatformRequestOrganization.d.ts.map +1 -1
  52. package/dist/request/SdPlatformRequestSavedState.d.ts +45 -0
  53. package/dist/request/SdPlatformRequestSavedState.d.ts.map +1 -1
  54. package/dist/request/SdPlatformRequestUser.d.ts +120 -0
  55. package/dist/request/SdPlatformRequestUser.d.ts.map +1 -1
  56. package/dist/response/SdPlatformAuthResponse.d.ts +4 -1
  57. package/dist/response/SdPlatformAuthResponse.d.ts.map +1 -1
  58. package/dist/response/SdPlatformBaseResponseTypes.d.ts +67 -7
  59. package/dist/response/SdPlatformBaseResponseTypes.d.ts.map +1 -1
  60. package/dist/response/SdPlatformJobLogResponse.d.ts +27 -0
  61. package/dist/response/SdPlatformJobLogResponse.d.ts.map +1 -0
  62. package/dist/response/SdPlatformJobLogResponse.js +3 -0
  63. package/dist/response/SdPlatformJobLogResponse.js.map +1 -0
  64. package/dist/response/SdPlatformResponseBackendSystem.d.ts +2 -0
  65. package/dist/response/SdPlatformResponseBackendSystem.d.ts.map +1 -1
  66. package/dist/response/SdPlatformResponseChargebee.d.ts +81 -0
  67. package/dist/response/SdPlatformResponseChargebee.d.ts.map +1 -1
  68. package/dist/response/SdPlatformResponseChargebee.js +20 -1
  69. package/dist/response/SdPlatformResponseChargebee.js.map +1 -1
  70. package/dist/response/SdPlatformResponseFeatures.d.ts +3 -3
  71. package/dist/response/SdPlatformResponseModel.d.ts +3 -0
  72. package/dist/response/SdPlatformResponseModel.d.ts.map +1 -1
  73. package/dist/response/SdPlatformResponseNotification.d.ts +2 -0
  74. package/dist/response/SdPlatformResponseNotification.d.ts.map +1 -1
  75. package/dist/response/SdPlatformResponseOpenIDProvider.d.ts +20 -0
  76. package/dist/response/SdPlatformResponseOpenIDProvider.d.ts.map +1 -1
  77. package/dist/response/SdPlatformResponseOrganization.d.ts +69 -0
  78. package/dist/response/SdPlatformResponseOrganization.d.ts.map +1 -1
  79. package/dist/response/SdPlatformResponseSavedState.d.ts +51 -0
  80. package/dist/response/SdPlatformResponseSavedState.d.ts.map +1 -1
  81. package/dist/response/SdPlatformResponseTag.d.ts +18 -0
  82. package/dist/response/SdPlatformResponseTag.d.ts.map +1 -1
  83. package/dist/response/SdPlatformResponseUser.d.ts +168 -0
  84. package/dist/response/SdPlatformResponseUser.d.ts.map +1 -1
  85. package/package.json +1 -1
@@ -1,48 +1,174 @@
1
1
  /**
2
- * Scopes for limiting Platform API tokens
2
+ * Scopes which can be used for limiting API tokens {@link SdPlatformResponseApiToken}.
3
3
  */
4
4
  export declare enum SdPlatformApiTokenScopes {
5
+ /**
6
+ * Models readonly.
7
+ */
5
8
  ModelsRead = "models-read",
9
+ /**
10
+ * Models read-write.
11
+ */
6
12
  ModelsWrite = "models-write",
13
+ /**
14
+ * Models full.
15
+ */
7
16
  ModelsFull = "models-full",
17
+ /**
18
+ * Bookmarks full.
19
+ */
8
20
  BookmarksFull = "bookmarks-full",
21
+ /**
22
+ * Images readonly.
23
+ */
9
24
  ImagesRead = "images-read",
25
+ /**
26
+ * Images read-write.
27
+ */
10
28
  ImagesWrite = "images-write",
29
+ /**
30
+ * Images full.
31
+ */
11
32
  ImagesFull = "images-full",
33
+ /**
34
+ * Geometry backend tokens.
35
+ */
12
36
  Tokens = "tokens",
37
+ /**
38
+ * Tags readonly.
39
+ */
13
40
  TagsRead = "tags-read",
41
+ /**
42
+ * Tags read-write.
43
+ */
14
44
  TagsWrite = "tags-write",
45
+ /**
46
+ * Users readonly.
47
+ */
15
48
  UsersRead = "users-read",
49
+ /**
50
+ * Users read-write.
51
+ */
16
52
  UsersWrite = "users-write",
53
+ /**
54
+ * Users full.
55
+ */
17
56
  UsersFull = "users-full",
57
+ /**
58
+ * User model sessions read.
59
+ */
18
60
  UserModelSessionsRead = "user-model-sessions-read",
61
+ /**
62
+ * Organization model sessions read.
63
+ */
19
64
  OrganizationModelSessionsRead = "organization-model-sessions-read",
65
+ /**
66
+ * Model sharing readonly.
67
+ */
20
68
  ModelSharingRead = "model-sharing-read",
69
+ /**
70
+ * Model sharing read-write.
71
+ */
21
72
  ModelSharingWrite = "model-sharing-write",
73
+ /**
74
+ * Model sharing full.
75
+ */
22
76
  ModelSharingFull = "model-sharing-full",
77
+ /**
78
+ * Saved states readonly.
79
+ */
23
80
  SavedStatesRead = "saved-states-read",
81
+ /**
82
+ * Saved states read-write.
83
+ */
24
84
  SavedStatesWrite = "saved-states-write",
85
+ /**
86
+ * Saved states full.
87
+ */
25
88
  SavedStatesFull = "saved-states-full",
89
+ /**
90
+ * Saved state sharing readonly.
91
+ */
26
92
  SavedStateSharingRead = "saved-state-sharing-read",
93
+ /**
94
+ * Saved state sharing read-write.
95
+ */
27
96
  SavedStateSharingWrite = "saved-state-sharing-write",
97
+ /**
98
+ * Saved state sharing full.
99
+ */
28
100
  SavedStateSharingFull = "saved-state-sharing-full",
101
+ /**
102
+ * Actions full.
103
+ */
29
104
  ActionsFull = "actions-full",
105
+ /**
106
+ * Api clients full.
107
+ */
30
108
  ApiClientsFull = "apiclients-full",
109
+ /**
110
+ * Geometry backend systems full
111
+ */
31
112
  BackendSystemsFull = "backendsystems-full",
113
+ /**
114
+ * Domains read.
115
+ */
32
116
  DomainsRead = "domains-read",
117
+ /**
118
+ * Domains full.
119
+ */
33
120
  DomainsFull = "domains-full",
121
+ /**
122
+ * Http logs full.
123
+ */
34
124
  HttpLogsFull = "httplogs-full",
125
+ /**
126
+ * Policies full.
127
+ */
35
128
  PoliciesFull = "policies-full",
129
+ /**
130
+ * Organizations readonly.
131
+ */
36
132
  OrganizationsRead = "organizations-read",
133
+ /**
134
+ * Organizations read-write.
135
+ */
37
136
  OrganizationsWrite = "organizations-write",
137
+ /**
138
+ * Organizations full.
139
+ */
38
140
  OrganizationsFull = "organizations-full",
141
+ /**
142
+ * Notifications readonly.
143
+ */
39
144
  NotificationsRead = "notifications-read",
145
+ /**
146
+ * Notifications read-write.
147
+ */
40
148
  NotificationsWrite = "notifications-write",
149
+ /**
150
+ * Notifications full.
151
+ */
41
152
  NotificationsFull = "notifications-full",
153
+ /**
154
+ * Documents readonly.
155
+ */
42
156
  DocumentsRead = "documents-read",
157
+ /**
158
+ * Documents read-write.
159
+ */
43
160
  DocumentsWrite = "documents-write",
161
+ /**
162
+ * Documents full.
163
+ */
44
164
  DocumentsFull = "documents-full",
165
+ /**
166
+ *
167
+ */
45
168
  OpenidProviderFull = "openid-provider-full",
169
+ /**
170
+ * All.
171
+ */
46
172
  All = "*"
47
173
  }
48
174
  //# sourceMappingURL=SdPlatformApiTokenScopes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SdPlatformApiTokenScopes.d.ts","sourceRoot":"","sources":["../../src/commons/SdPlatformApiTokenScopes.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,wBAAwB;IAEhC,UAAU,gBAAgB;IAC1B,WAAW,iBAAiB;IAC5B,UAAU,gBAAgB;IAC1B,aAAa,mBAAmB;IAChC,UAAU,gBAAgB;IAC1B,WAAW,iBAAiB;IAC5B,UAAU,gBAAgB;IAC1B,MAAM,WAAW;IACjB,QAAQ,cAAc;IACtB,SAAS,eAAe;IACxB,SAAS,eAAe;IACxB,UAAU,gBAAgB;IAC1B,SAAS,eAAe;IACxB,qBAAqB,6BAA6B;IAClD,6BAA6B,qCAAqC;IAClE,gBAAgB,uBAAuB;IACvC,iBAAiB,wBAAwB;IACzC,gBAAgB,uBAAuB;IACvC,eAAe,sBAAsB;IACrC,gBAAgB,uBAAuB;IACvC,eAAe,sBAAsB;IACrC,qBAAqB,6BAA6B;IAClD,sBAAsB,8BAA8B;IACpD,qBAAqB,6BAA6B;IAClD,WAAW,iBAAiB;IAC5B,cAAc,oBAAoB;IAClC,kBAAkB,wBAAwB;IAC1C,WAAW,iBAAiB;IAC5B,WAAW,iBAAiB;IAC5B,YAAY,kBAAkB;IAC9B,YAAY,kBAAkB;IAC9B,iBAAiB,uBAAuB;IACxC,kBAAkB,wBAAwB;IAC1C,iBAAiB,uBAAuB;IACxC,iBAAiB,uBAAuB;IACxC,kBAAkB,wBAAwB;IAC1C,iBAAiB,uBAAuB;IACxC,aAAa,mBAAmB;IAChC,cAAc,oBAAoB;IAClC,aAAa,mBAAmB;IAChC,kBAAkB,yBAAyB;IAC3C,GAAG,MAAM;CACZ"}
1
+ {"version":3,"file":"SdPlatformApiTokenScopes.d.ts","sourceRoot":"","sources":["../../src/commons/SdPlatformApiTokenScopes.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,oBAAY,wBAAwB;IAEhC;;OAEG;IACH,UAAU,gBAAgB;IAE1B;;OAEG;IACH,WAAW,iBAAiB;IAC5B;;OAEG;IACH,UAAU,gBAAgB;IAC1B;;OAEG;IACH,aAAa,mBAAmB;IAEhC;;OAEG;IACH,UAAU,gBAAgB;IAE1B;;OAEG;IACH,WAAW,iBAAiB;IAE5B;;OAEG;IACH,UAAU,gBAAgB;IAE1B;;OAEG;IACH,MAAM,WAAW;IAEjB;;OAEG;IACH,QAAQ,cAAc;IAEtB;;OAEG;IACH,SAAS,eAAe;IAExB;;OAEG;IACH,SAAS,eAAe;IAExB;;OAEG;IACH,UAAU,gBAAgB;IAE1B;;OAEG;IACH,SAAS,eAAe;IAExB;;OAEG;IACH,qBAAqB,6BAA6B;IAElD;;OAEG;IACH,6BAA6B,qCAAqC;IAElE;;OAEG;IACH,gBAAgB,uBAAuB;IAEvC;;OAEG;IACH,iBAAiB,wBAAwB;IAEzC;;OAEG;IACH,gBAAgB,uBAAuB;IAEvC;;OAEG;IACH,eAAe,sBAAsB;IAErC;;OAEG;IACH,gBAAgB,uBAAuB;IAEvC;;OAEG;IACH,eAAe,sBAAsB;IAErC;;OAEG;IACH,qBAAqB,6BAA6B;IAElD;;OAEG;IACH,sBAAsB,8BAA8B;IAEpD;;OAEG;IACH,qBAAqB,6BAA6B;IAElD;;OAEG;IACH,WAAW,iBAAiB;IAE5B;;OAEG;IACH,cAAc,oBAAoB;IAElC;;OAEG;IACH,kBAAkB,wBAAwB;IAE1C;;OAEG;IACH,WAAW,iBAAiB;IAE5B;;OAEG;IACH,WAAW,iBAAiB;IAE5B;;OAEG;IACH,YAAY,kBAAkB;IAE9B;;OAEG;IACH,YAAY,kBAAkB;IAE9B;;OAEG;IACH,iBAAiB,uBAAuB;IAExC;;OAEG;IACH,kBAAkB,wBAAwB;IAE1C;;OAEG;IACH,iBAAiB,uBAAuB;IAExC;;OAEG;IACH,iBAAiB,uBAAuB;IAExC;;OAEG;IACH,kBAAkB,wBAAwB;IAE1C;;OAEG;IACH,iBAAiB,uBAAuB;IAExC;;OAEG;IACH,aAAa,mBAAmB;IAEhC;;OAEG;IACH,cAAc,oBAAoB;IAElC;;OAEG;IACH,aAAa,mBAAmB;IAChC;;OAEG;IACH,kBAAkB,yBAAyB;IAC3C;;OAEG;IACH,GAAG,MAAM;CACZ"}
@@ -2,51 +2,177 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SdPlatformApiTokenScopes = void 0;
4
4
  /**
5
- * Scopes for limiting Platform API tokens
5
+ * Scopes which can be used for limiting API tokens {@link SdPlatformResponseApiToken}.
6
6
  */
7
7
  var SdPlatformApiTokenScopes;
8
8
  (function (SdPlatformApiTokenScopes) {
9
+ /**
10
+ * Models readonly.
11
+ */
9
12
  SdPlatformApiTokenScopes["ModelsRead"] = "models-read";
13
+ /**
14
+ * Models read-write.
15
+ */
10
16
  SdPlatformApiTokenScopes["ModelsWrite"] = "models-write";
17
+ /**
18
+ * Models full.
19
+ */
11
20
  SdPlatformApiTokenScopes["ModelsFull"] = "models-full";
21
+ /**
22
+ * Bookmarks full.
23
+ */
12
24
  SdPlatformApiTokenScopes["BookmarksFull"] = "bookmarks-full";
25
+ /**
26
+ * Images readonly.
27
+ */
13
28
  SdPlatformApiTokenScopes["ImagesRead"] = "images-read";
29
+ /**
30
+ * Images read-write.
31
+ */
14
32
  SdPlatformApiTokenScopes["ImagesWrite"] = "images-write";
33
+ /**
34
+ * Images full.
35
+ */
15
36
  SdPlatformApiTokenScopes["ImagesFull"] = "images-full";
37
+ /**
38
+ * Geometry backend tokens.
39
+ */
16
40
  SdPlatformApiTokenScopes["Tokens"] = "tokens";
41
+ /**
42
+ * Tags readonly.
43
+ */
17
44
  SdPlatformApiTokenScopes["TagsRead"] = "tags-read";
45
+ /**
46
+ * Tags read-write.
47
+ */
18
48
  SdPlatformApiTokenScopes["TagsWrite"] = "tags-write";
49
+ /**
50
+ * Users readonly.
51
+ */
19
52
  SdPlatformApiTokenScopes["UsersRead"] = "users-read";
53
+ /**
54
+ * Users read-write.
55
+ */
20
56
  SdPlatformApiTokenScopes["UsersWrite"] = "users-write";
57
+ /**
58
+ * Users full.
59
+ */
21
60
  SdPlatformApiTokenScopes["UsersFull"] = "users-full";
61
+ /**
62
+ * User model sessions read.
63
+ */
22
64
  SdPlatformApiTokenScopes["UserModelSessionsRead"] = "user-model-sessions-read";
65
+ /**
66
+ * Organization model sessions read.
67
+ */
23
68
  SdPlatformApiTokenScopes["OrganizationModelSessionsRead"] = "organization-model-sessions-read";
69
+ /**
70
+ * Model sharing readonly.
71
+ */
24
72
  SdPlatformApiTokenScopes["ModelSharingRead"] = "model-sharing-read";
73
+ /**
74
+ * Model sharing read-write.
75
+ */
25
76
  SdPlatformApiTokenScopes["ModelSharingWrite"] = "model-sharing-write";
77
+ /**
78
+ * Model sharing full.
79
+ */
26
80
  SdPlatformApiTokenScopes["ModelSharingFull"] = "model-sharing-full";
81
+ /**
82
+ * Saved states readonly.
83
+ */
27
84
  SdPlatformApiTokenScopes["SavedStatesRead"] = "saved-states-read";
85
+ /**
86
+ * Saved states read-write.
87
+ */
28
88
  SdPlatformApiTokenScopes["SavedStatesWrite"] = "saved-states-write";
89
+ /**
90
+ * Saved states full.
91
+ */
29
92
  SdPlatformApiTokenScopes["SavedStatesFull"] = "saved-states-full";
93
+ /**
94
+ * Saved state sharing readonly.
95
+ */
30
96
  SdPlatformApiTokenScopes["SavedStateSharingRead"] = "saved-state-sharing-read";
97
+ /**
98
+ * Saved state sharing read-write.
99
+ */
31
100
  SdPlatformApiTokenScopes["SavedStateSharingWrite"] = "saved-state-sharing-write";
101
+ /**
102
+ * Saved state sharing full.
103
+ */
32
104
  SdPlatformApiTokenScopes["SavedStateSharingFull"] = "saved-state-sharing-full";
105
+ /**
106
+ * Actions full.
107
+ */
33
108
  SdPlatformApiTokenScopes["ActionsFull"] = "actions-full";
109
+ /**
110
+ * Api clients full.
111
+ */
34
112
  SdPlatformApiTokenScopes["ApiClientsFull"] = "apiclients-full";
113
+ /**
114
+ * Geometry backend systems full
115
+ */
35
116
  SdPlatformApiTokenScopes["BackendSystemsFull"] = "backendsystems-full";
117
+ /**
118
+ * Domains read.
119
+ */
36
120
  SdPlatformApiTokenScopes["DomainsRead"] = "domains-read";
121
+ /**
122
+ * Domains full.
123
+ */
37
124
  SdPlatformApiTokenScopes["DomainsFull"] = "domains-full";
125
+ /**
126
+ * Http logs full.
127
+ */
38
128
  SdPlatformApiTokenScopes["HttpLogsFull"] = "httplogs-full";
129
+ /**
130
+ * Policies full.
131
+ */
39
132
  SdPlatformApiTokenScopes["PoliciesFull"] = "policies-full";
133
+ /**
134
+ * Organizations readonly.
135
+ */
40
136
  SdPlatformApiTokenScopes["OrganizationsRead"] = "organizations-read";
137
+ /**
138
+ * Organizations read-write.
139
+ */
41
140
  SdPlatformApiTokenScopes["OrganizationsWrite"] = "organizations-write";
141
+ /**
142
+ * Organizations full.
143
+ */
42
144
  SdPlatformApiTokenScopes["OrganizationsFull"] = "organizations-full";
145
+ /**
146
+ * Notifications readonly.
147
+ */
43
148
  SdPlatformApiTokenScopes["NotificationsRead"] = "notifications-read";
149
+ /**
150
+ * Notifications read-write.
151
+ */
44
152
  SdPlatformApiTokenScopes["NotificationsWrite"] = "notifications-write";
153
+ /**
154
+ * Notifications full.
155
+ */
45
156
  SdPlatformApiTokenScopes["NotificationsFull"] = "notifications-full";
157
+ /**
158
+ * Documents readonly.
159
+ */
46
160
  SdPlatformApiTokenScopes["DocumentsRead"] = "documents-read";
161
+ /**
162
+ * Documents read-write.
163
+ */
47
164
  SdPlatformApiTokenScopes["DocumentsWrite"] = "documents-write";
165
+ /**
166
+ * Documents full.
167
+ */
48
168
  SdPlatformApiTokenScopes["DocumentsFull"] = "documents-full";
169
+ /**
170
+ *
171
+ */
49
172
  SdPlatformApiTokenScopes["OpenidProviderFull"] = "openid-provider-full";
173
+ /**
174
+ * All.
175
+ */
50
176
  SdPlatformApiTokenScopes["All"] = "*";
51
177
  })(SdPlatformApiTokenScopes = exports.SdPlatformApiTokenScopes || (exports.SdPlatformApiTokenScopes = {}));
52
178
  //# sourceMappingURL=SdPlatformApiTokenScopes.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SdPlatformApiTokenScopes.js","sourceRoot":"","sources":["../../src/commons/SdPlatformApiTokenScopes.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,IAAY,wBA4CX;AA5CD,WAAY,wBAAwB;IAEhC,sDAA0B,CAAA;IAC1B,wDAA4B,CAAA;IAC5B,sDAA0B,CAAA;IAC1B,4DAAgC,CAAA;IAChC,sDAA0B,CAAA;IAC1B,wDAA4B,CAAA;IAC5B,sDAA0B,CAAA;IAC1B,6CAAiB,CAAA;IACjB,kDAAsB,CAAA;IACtB,oDAAwB,CAAA;IACxB,oDAAwB,CAAA;IACxB,sDAA0B,CAAA;IAC1B,oDAAwB,CAAA;IACxB,8EAAkD,CAAA;IAClD,8FAAkE,CAAA;IAClE,mEAAuC,CAAA;IACvC,qEAAyC,CAAA;IACzC,mEAAuC,CAAA;IACvC,iEAAqC,CAAA;IACrC,mEAAuC,CAAA;IACvC,iEAAqC,CAAA;IACrC,8EAAkD,CAAA;IAClD,gFAAoD,CAAA;IACpD,8EAAkD,CAAA;IAClD,wDAA4B,CAAA;IAC5B,8DAAkC,CAAA;IAClC,sEAA0C,CAAA;IAC1C,wDAA4B,CAAA;IAC5B,wDAA4B,CAAA;IAC5B,0DAA8B,CAAA;IAC9B,0DAA8B,CAAA;IAC9B,oEAAwC,CAAA;IACxC,sEAA0C,CAAA;IAC1C,oEAAwC,CAAA;IACxC,oEAAwC,CAAA;IACxC,sEAA0C,CAAA;IAC1C,oEAAwC,CAAA;IACxC,4DAAgC,CAAA;IAChC,8DAAkC,CAAA;IAClC,4DAAgC,CAAA;IAChC,uEAA2C,CAAA;IAC3C,qCAAS,CAAA;AACb,CAAC,EA5CW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA4CnC"}
1
+ {"version":3,"file":"SdPlatformApiTokenScopes.js","sourceRoot":"","sources":["../../src/commons/SdPlatformApiTokenScopes.ts"],"names":[],"mappings":";;;AAEA;;GAEG;AACH,IAAY,wBA+MX;AA/MD,WAAY,wBAAwB;IAEhC;;OAEG;IACH,sDAA0B,CAAA;IAE1B;;OAEG;IACH,wDAA4B,CAAA;IAC5B;;OAEG;IACH,sDAA0B,CAAA;IAC1B;;OAEG;IACH,4DAAgC,CAAA;IAEhC;;OAEG;IACH,sDAA0B,CAAA;IAE1B;;OAEG;IACH,wDAA4B,CAAA;IAE5B;;OAEG;IACH,sDAA0B,CAAA;IAE1B;;OAEG;IACH,6CAAiB,CAAA;IAEjB;;OAEG;IACH,kDAAsB,CAAA;IAEtB;;OAEG;IACH,oDAAwB,CAAA;IAExB;;OAEG;IACH,oDAAwB,CAAA;IAExB;;OAEG;IACH,sDAA0B,CAAA;IAE1B;;OAEG;IACH,oDAAwB,CAAA;IAExB;;OAEG;IACH,8EAAkD,CAAA;IAElD;;OAEG;IACH,8FAAkE,CAAA;IAElE;;OAEG;IACH,mEAAuC,CAAA;IAEvC;;OAEG;IACH,qEAAyC,CAAA;IAEzC;;OAEG;IACH,mEAAuC,CAAA;IAEvC;;OAEG;IACH,iEAAqC,CAAA;IAErC;;OAEG;IACH,mEAAuC,CAAA;IAEvC;;OAEG;IACH,iEAAqC,CAAA;IAErC;;OAEG;IACH,8EAAkD,CAAA;IAElD;;OAEG;IACH,gFAAoD,CAAA;IAEpD;;OAEG;IACH,8EAAkD,CAAA;IAElD;;OAEG;IACH,wDAA4B,CAAA;IAE5B;;OAEG;IACH,8DAAkC,CAAA;IAElC;;OAEG;IACH,sEAA0C,CAAA;IAE1C;;OAEG;IACH,wDAA4B,CAAA;IAE5B;;OAEG;IACH,wDAA4B,CAAA;IAE5B;;OAEG;IACH,0DAA8B,CAAA;IAE9B;;OAEG;IACH,0DAA8B,CAAA;IAE9B;;OAEG;IACH,oEAAwC,CAAA;IAExC;;OAEG;IACH,sEAA0C,CAAA;IAE1C;;OAEG;IACH,oEAAwC,CAAA;IAExC;;OAEG;IACH,oEAAwC,CAAA;IAExC;;OAEG;IACH,sEAA0C,CAAA;IAE1C;;OAEG;IACH,oEAAwC,CAAA;IAExC;;OAEG;IACH,4DAAgC,CAAA;IAEhC;;OAEG;IACH,8DAAkC,CAAA;IAElC;;OAEG;IACH,4DAAgC,CAAA;IAChC;;OAEG;IACH,uEAA2C,CAAA;IAC3C;;OAEG;IACH,qCAAS,CAAA;AACb,CAAC,EA/MW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA+MnC"}
@@ -1,8 +1,32 @@
1
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
+ */
2
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
+ */
3
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
+ */
4
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
+ */
5
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
+ */
6
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
+ */
7
31
  export declare type SdPlatformChargebeePortalSession = PortalSession;
8
32
  //# sourceMappingURL=SdPlatformChargebee.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SdPlatformChargebee.d.ts","sourceRoot":"","sources":["../../src/commons/SdPlatformChargebee.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAEpH,oBAAY,2BAA2B,GAAG,QAAQ,CAAC;AACnD,oBAAY,+BAA+B,GAAG,YAAY,CAAC;AAC3D,oBAAY,wBAAwB,GAAG,KAAK,CAAC;AAC7C,oBAAY,uBAAuB,GAAG,IAAI,CAAC;AAE3C,oBAAY,6BAA6B,GAAG,UAAU,CAAC;AACvD,oBAAY,gCAAgC,GAAG,aAAa,CAAC"}
1
+ {"version":3,"file":"SdPlatformChargebee.d.ts","sourceRoot":"","sources":["../../src/commons/SdPlatformChargebee.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAEpH;;;GAGG;AACH,oBAAY,2BAA2B,GAAG,QAAQ,CAAC;AAEnD;;;GAGG;AACH,oBAAY,+BAA+B,GAAG,YAAY,CAAC;AAE3D;;;GAGG;AACH,oBAAY,wBAAwB,GAAG,KAAK,CAAC;AAE7C;;;GAGG;AACH,oBAAY,uBAAuB,GAAG,IAAI,CAAC;AAE3C;;;GAGG;AACH,oBAAY,6BAA6B,GAAG,UAAU,CAAC;AAEvD;;;GAGG;AACH,oBAAY,gCAAgC,GAAG,aAAa,CAAC"}
@@ -1,5 +1,14 @@
1
+ /**
2
+ * Model file type.
3
+ */
1
4
  export declare enum SdPlatformModelFileType {
5
+ /**
6
+ * Grasshopper binary file.
7
+ */
2
8
  GH = "gh",
9
+ /**
10
+ * Grasshopper XML file.
11
+ */
3
12
  GHX = "ghx"
4
13
  }
5
14
  //# sourceMappingURL=SdPlatformModelCommons.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SdPlatformModelCommons.d.ts","sourceRoot":"","sources":["../../src/commons/SdPlatformModelCommons.ts"],"names":[],"mappings":"AACA,oBAAY,uBAAuB;IAE/B,EAAE,OAAO;IACT,GAAG,QAAQ;CACd"}
1
+ {"version":3,"file":"SdPlatformModelCommons.d.ts","sourceRoot":"","sources":["../../src/commons/SdPlatformModelCommons.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,uBAAuB;IAE/B;;OAEG;IACH,EAAE,OAAO;IAET;;OAEG;IACH,GAAG,QAAQ;CACd"}
@@ -1,9 +1,18 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SdPlatformModelFileType = void 0;
4
+ /**
5
+ * Model file type.
6
+ */
4
7
  var SdPlatformModelFileType;
5
8
  (function (SdPlatformModelFileType) {
9
+ /**
10
+ * Grasshopper binary file.
11
+ */
6
12
  SdPlatformModelFileType["GH"] = "gh";
13
+ /**
14
+ * Grasshopper XML file.
15
+ */
7
16
  SdPlatformModelFileType["GHX"] = "ghx";
8
17
  })(SdPlatformModelFileType = exports.SdPlatformModelFileType || (exports.SdPlatformModelFileType = {}));
9
18
  //# sourceMappingURL=SdPlatformModelCommons.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SdPlatformModelCommons.js","sourceRoot":"","sources":["../../src/commons/SdPlatformModelCommons.ts"],"names":[],"mappings":";;;AACA,IAAY,uBAIX;AAJD,WAAY,uBAAuB;IAE/B,oCAAS,CAAA;IACT,sCAAW,CAAA;AACf,CAAC,EAJW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAIlC"}
1
+ {"version":3,"file":"SdPlatformModelCommons.js","sourceRoot":"","sources":["../../src/commons/SdPlatformModelCommons.ts"],"names":[],"mappings":";;;AACA;;GAEG;AACH,IAAY,uBAWX;AAXD,WAAY,uBAAuB;IAE/B;;OAEG;IACH,oCAAS,CAAA;IAET;;OAEG;IACH,sCAAW,CAAA;AACf,CAAC,EAXW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWlC"}
@@ -2,9 +2,21 @@
2
2
  * Scopes for access to models on ShapeDiver Geometry Backend systems.
3
3
  */
4
4
  export declare enum SdPlatformModelTokenScopes {
5
+ /**
6
+ * Group scope "group.view" (viewing permissions for model).
7
+ */
5
8
  GroupView = "group.view",
9
+ /**
10
+ * Group scope "group.export" (export permissions for model).
11
+ */
6
12
  GroupExport = "group.export",
13
+ /**
14
+ * Group scope "group.owner" (authoring permissions for model).
15
+ */
7
16
  GroupOwner = "group.owner",
17
+ /**
18
+ * Group scope "group.analytics" (analytics permissions for model).
19
+ */
8
20
  GroupAnalytics = "group.analytics"
9
21
  }
10
22
  //# sourceMappingURL=SdPlatformModelTokenScopes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SdPlatformModelTokenScopes.d.ts","sourceRoot":"","sources":["../../src/commons/SdPlatformModelTokenScopes.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,0BAA0B;IAElC,SAAS,eAAe;IACxB,WAAW,iBAAiB;IAC5B,UAAU,gBAAgB;IAC1B,cAAc,oBAAoB;CACrC"}
1
+ {"version":3,"file":"SdPlatformModelTokenScopes.d.ts","sourceRoot":"","sources":["../../src/commons/SdPlatformModelTokenScopes.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,0BAA0B;IAElC;;OAEG;IACH,SAAS,eAAe;IAExB;;OAEG;IACH,WAAW,iBAAiB;IAE5B;;OAEG;IACH,UAAU,gBAAgB;IAE1B;;OAEG;IACH,cAAc,oBAAoB;CACrC"}
@@ -6,9 +6,21 @@ exports.SdPlatformModelTokenScopes = void 0;
6
6
  */
7
7
  var SdPlatformModelTokenScopes;
8
8
  (function (SdPlatformModelTokenScopes) {
9
+ /**
10
+ * Group scope "group.view" (viewing permissions for model).
11
+ */
9
12
  SdPlatformModelTokenScopes["GroupView"] = "group.view";
13
+ /**
14
+ * Group scope "group.export" (export permissions for model).
15
+ */
10
16
  SdPlatformModelTokenScopes["GroupExport"] = "group.export";
17
+ /**
18
+ * Group scope "group.owner" (authoring permissions for model).
19
+ */
11
20
  SdPlatformModelTokenScopes["GroupOwner"] = "group.owner";
21
+ /**
22
+ * Group scope "group.analytics" (analytics permissions for model).
23
+ */
12
24
  SdPlatformModelTokenScopes["GroupAnalytics"] = "group.analytics";
13
25
  })(SdPlatformModelTokenScopes = exports.SdPlatformModelTokenScopes || (exports.SdPlatformModelTokenScopes = {}));
14
26
  //# sourceMappingURL=SdPlatformModelTokenScopes.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SdPlatformModelTokenScopes.js","sourceRoot":"","sources":["../../src/commons/SdPlatformModelTokenScopes.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,IAAY,0BAMX;AAND,WAAY,0BAA0B;IAElC,sDAAwB,CAAA;IACxB,0DAA4B,CAAA;IAC5B,wDAA0B,CAAA;IAC1B,gEAAkC,CAAA;AACtC,CAAC,EANW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAMrC"}
1
+ {"version":3,"file":"SdPlatformModelTokenScopes.js","sourceRoot":"","sources":["../../src/commons/SdPlatformModelTokenScopes.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,IAAY,0BAqBX;AArBD,WAAY,0BAA0B;IAElC;;OAEG;IACH,sDAAwB,CAAA;IAExB;;OAEG;IACH,0DAA4B,CAAA;IAE5B;;OAEG;IACH,wDAA0B,CAAA;IAE1B;;OAEG;IACH,gEAAkC,CAAA;AACtC,CAAC,EArBW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAqBrC"}
@@ -60,7 +60,7 @@ export declare enum SdPlatformNotificationType {
60
60
  PluginUpdate = "plugin-update",
61
61
  OrganizationUserSuspended = "organization-user-suspended",
62
62
  /**
63
- * (for planned maintenance / downtime)
63
+ * Planned maintenance or downtime.
64
64
  */
65
65
  Maintenance = "maintenance",
66
66
  PlatformFrontendUpdate = "platform-frontend-update",
@@ -68,8 +68,12 @@ export declare enum SdPlatformNotificationType {
68
68
  GeometryBackendUpdate = "geometry-backend-update",
69
69
  PlatformBackendUpdate = "platform-backend-update",
70
70
  /**
71
- * (for updates about other components, e.g. SDKs)
71
+ * Updates about components like SDKs etc.
72
72
  */
73
- GenericUpdate = "generic-update"
73
+ GenericUpdate = "generic-update",
74
+ /**
75
+ * Used whenever a user's or organization's default backend system gets changed by the platform backend.
76
+ */
77
+ BackendSystemChanged = "backend-system-changed"
74
78
  }
75
79
  //# sourceMappingURL=SdPlatformNotificationCommons.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SdPlatformNotificationCommons.d.ts","sourceRoot":"","sources":["../../src/commons/SdPlatformNotificationCommons.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,6BAA6B;IAErC,6CAA6C;IAC7C,QAAQ,aAAa;IACrB,yFAAyF;IACzF,IAAI,SAAS;IACb,sEAAsE;IACtE,OAAO,YAAY;CACtB;AAED;;GAEG;AACH,oBAAY,2BAA2B;IAEnC,wBAAwB;IACxB,IAAI,SAAS;IACb,oBAAoB;IACpB,OAAO,YAAY;IACnB,kBAAkB;IAClB,KAAK,UAAU;CAClB;AAED;;GAEG;AACH,oBAAY,2BAA2B;IAEnC,iCAAiC;IACjC,KAAK,UAAU;IACf,mCAAmC;IACnC,OAAO,YAAY;IACnB,wCAAwC;IACxC,YAAY,iBAAiB;IAC7B,mCAAmC;IACnC,OAAO,YAAY;CACtB;AAED;;GAEG;AACH,oBAAY,0BAA0B;IAElC,oBAAoB,2BAA2B;IAC/C,mBAAmB,0BAA0B;IAC7C,iBAAiB,wBAAwB;IACzC,cAAc,oBAAoB;IAClC,WAAW,iBAAiB;IAC5B,YAAY,kBAAkB;IAC9B,iBAAiB,uBAAuB;IACxC,YAAY,kBAAkB;IAC9B,kBAAkB,yBAAyB;IAC3C,gBAAgB,uBAAuB;IACvC,WAAW,iBAAiB;IAC5B,aAAa,mBAAmB;IAChC,gBAAgB,uBAAuB;IACvC,kBAAkB,yBAAyB;IAC3C,iBAAiB,wBAAwB;IACzC,iBAAiB,wBAAwB;IACzC,sBAAsB,4BAA4B;IAClD,4BAA4B,mCAAmC;IAC/D,6BAA6B,oCAAoC;IACjE,0BAA0B,iCAAiC;IAC3D,YAAY,kBAAkB;IAC9B,yBAAyB,gCAAgC;IACzD;;OAEG;IACH,WAAW,gBAAgB;IAC3B,sBAAsB,6BAA6B;IACnD,YAAY,kBAAkB;IAC9B,qBAAqB,4BAA4B;IACjD,qBAAqB,4BAA4B;IACjD;;OAEG;IACH,aAAa,mBAAmB;CACnC"}
1
+ {"version":3,"file":"SdPlatformNotificationCommons.d.ts","sourceRoot":"","sources":["../../src/commons/SdPlatformNotificationCommons.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,6BAA6B;IAErC,6CAA6C;IAC7C,QAAQ,aAAa;IACrB,yFAAyF;IACzF,IAAI,SAAS;IACb,sEAAsE;IACtE,OAAO,YAAY;CACtB;AAED;;GAEG;AACH,oBAAY,2BAA2B;IAEnC,wBAAwB;IACxB,IAAI,SAAS;IACb,oBAAoB;IACpB,OAAO,YAAY;IACnB,kBAAkB;IAClB,KAAK,UAAU;CAClB;AAED;;GAEG;AACH,oBAAY,2BAA2B;IAEnC,iCAAiC;IACjC,KAAK,UAAU;IACf,mCAAmC;IACnC,OAAO,YAAY;IACnB,wCAAwC;IACxC,YAAY,iBAAiB;IAC7B,mCAAmC;IACnC,OAAO,YAAY;CACtB;AAED;;GAEG;AACH,oBAAY,0BAA0B;IAElC,oBAAoB,2BAA2B;IAC/C,mBAAmB,0BAA0B;IAC7C,iBAAiB,wBAAwB;IACzC,cAAc,oBAAoB;IAClC,WAAW,iBAAiB;IAC5B,YAAY,kBAAkB;IAC9B,iBAAiB,uBAAuB;IACxC,YAAY,kBAAkB;IAC9B,kBAAkB,yBAAyB;IAC3C,gBAAgB,uBAAuB;IACvC,WAAW,iBAAiB;IAC5B,aAAa,mBAAmB;IAChC,gBAAgB,uBAAuB;IACvC,kBAAkB,yBAAyB;IAC3C,iBAAiB,wBAAwB;IACzC,iBAAiB,wBAAwB;IACzC,sBAAsB,4BAA4B;IAClD,4BAA4B,mCAAmC;IAC/D,6BAA6B,oCAAoC;IACjE,0BAA0B,iCAAiC;IAC3D,YAAY,kBAAkB;IAC9B,yBAAyB,gCAAgC;IACzD;;OAEG;IACH,WAAW,gBAAgB;IAC3B,sBAAsB,6BAA6B;IACnD,YAAY,kBAAkB;IAC9B,qBAAqB,4BAA4B;IACjD,qBAAqB,4BAA4B;IACjD;;OAEG;IACH,aAAa,mBAAmB;IAChC;;OAEG;IACH,oBAAoB,2BAA2B;CAClD"}
@@ -70,7 +70,7 @@ var SdPlatformNotificationType;
70
70
  SdPlatformNotificationType["PluginUpdate"] = "plugin-update";
71
71
  SdPlatformNotificationType["OrganizationUserSuspended"] = "organization-user-suspended";
72
72
  /**
73
- * (for planned maintenance / downtime)
73
+ * Planned maintenance or downtime.
74
74
  */
75
75
  SdPlatformNotificationType["Maintenance"] = "maintenance";
76
76
  SdPlatformNotificationType["PlatformFrontendUpdate"] = "platform-frontend-update";
@@ -78,8 +78,12 @@ var SdPlatformNotificationType;
78
78
  SdPlatformNotificationType["GeometryBackendUpdate"] = "geometry-backend-update";
79
79
  SdPlatformNotificationType["PlatformBackendUpdate"] = "platform-backend-update";
80
80
  /**
81
- * (for updates about other components, e.g. SDKs)
81
+ * Updates about components like SDKs etc.
82
82
  */
83
83
  SdPlatformNotificationType["GenericUpdate"] = "generic-update";
84
+ /**
85
+ * Used whenever a user's or organization's default backend system gets changed by the platform backend.
86
+ */
87
+ SdPlatformNotificationType["BackendSystemChanged"] = "backend-system-changed";
84
88
  })(SdPlatformNotificationType = exports.SdPlatformNotificationType || (exports.SdPlatformNotificationType = {}));
85
89
  //# sourceMappingURL=SdPlatformNotificationCommons.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SdPlatformNotificationCommons.js","sourceRoot":"","sources":["../../src/commons/SdPlatformNotificationCommons.ts"],"names":[],"mappings":";;;AACA;;GAEG;AACH,IAAY,6BAQX;AARD,WAAY,6BAA6B;IAErC,6CAA6C;IAC7C,sDAAqB,CAAA;IACrB,yFAAyF;IACzF,8CAAa,CAAA;IACb,sEAAsE;IACtE,oDAAmB,CAAA;AACvB,CAAC,EARW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAQxC;AAAA,CAAC;AAEF;;GAEG;AACH,IAAY,2BAQX;AARD,WAAY,2BAA2B;IAEnC,wBAAwB;IACxB,4CAAa,CAAA;IACb,oBAAoB;IACpB,kDAAmB,CAAA;IACnB,kBAAkB;IAClB,8CAAe,CAAA;AACnB,CAAC,EARW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAQtC;AAAA,CAAC;AAEF;;GAEG;AACH,IAAY,2BAUX;AAVD,WAAY,2BAA2B;IAEnC,iCAAiC;IACjC,8CAAe,CAAA;IACf,mCAAmC;IACnC,kDAAmB,CAAA;IACnB,wCAAwC;IACxC,4DAA6B,CAAA;IAC7B,mCAAmC;IACnC,kDAAmB,CAAA;AACvB,CAAC,EAVW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAUtC;AAAA,CAAC;AAEF;;GAEG;AACH,IAAY,0BAoCX;AApCD,WAAY,0BAA0B;IAElC,6EAA+C,CAAA;IAC/C,2EAA6C,CAAA;IAC7C,uEAAyC,CAAA;IACzC,gEAAkC,CAAA;IAClC,0DAA4B,CAAA;IAC5B,4DAA8B,CAAA;IAC9B,sEAAwC,CAAA;IACxC,4DAA8B,CAAA;IAC9B,yEAA2C,CAAA;IAC3C,qEAAuC,CAAA;IACvC,0DAA4B,CAAA;IAC5B,8DAAgC,CAAA;IAChC,qEAAuC,CAAA;IACvC,yEAA2C,CAAA;IAC3C,uEAAyC,CAAA;IACzC,uEAAyC,CAAA;IACzC,gFAAkD,CAAA;IAClD,6FAA+D,CAAA;IAC/D,+FAAiE,CAAA;IACjE,yFAA2D,CAAA;IAC3D,4DAA8B,CAAA;IAC9B,uFAAyD,CAAA;IACzD;;OAEG;IACH,yDAA2B,CAAA;IAC3B,iFAAmD,CAAA;IACnD,4DAA8B,CAAA;IAC9B,+EAAiD,CAAA;IACjD,+EAAiD,CAAA;IACjD;;OAEG;IACH,8DAAgC,CAAA;AACpC,CAAC,EApCW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAoCrC"}
1
+ {"version":3,"file":"SdPlatformNotificationCommons.js","sourceRoot":"","sources":["../../src/commons/SdPlatformNotificationCommons.ts"],"names":[],"mappings":";;;AACA;;GAEG;AACH,IAAY,6BAQX;AARD,WAAY,6BAA6B;IAErC,6CAA6C;IAC7C,sDAAqB,CAAA;IACrB,yFAAyF;IACzF,8CAAa,CAAA;IACb,sEAAsE;IACtE,oDAAmB,CAAA;AACvB,CAAC,EARW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAQxC;AAAA,CAAC;AAEF;;GAEG;AACH,IAAY,2BAQX;AARD,WAAY,2BAA2B;IAEnC,wBAAwB;IACxB,4CAAa,CAAA;IACb,oBAAoB;IACpB,kDAAmB,CAAA;IACnB,kBAAkB;IAClB,8CAAe,CAAA;AACnB,CAAC,EARW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAQtC;AAAA,CAAC;AAEF;;GAEG;AACH,IAAY,2BAUX;AAVD,WAAY,2BAA2B;IAEnC,iCAAiC;IACjC,8CAAe,CAAA;IACf,mCAAmC;IACnC,kDAAmB,CAAA;IACnB,wCAAwC;IACxC,4DAA6B,CAAA;IAC7B,mCAAmC;IACnC,kDAAmB,CAAA;AACvB,CAAC,EAVW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAUtC;AAAA,CAAC;AAEF;;GAEG;AACH,IAAY,0BAwCX;AAxCD,WAAY,0BAA0B;IAElC,6EAA+C,CAAA;IAC/C,2EAA6C,CAAA;IAC7C,uEAAyC,CAAA;IACzC,gEAAkC,CAAA;IAClC,0DAA4B,CAAA;IAC5B,4DAA8B,CAAA;IAC9B,sEAAwC,CAAA;IACxC,4DAA8B,CAAA;IAC9B,yEAA2C,CAAA;IAC3C,qEAAuC,CAAA;IACvC,0DAA4B,CAAA;IAC5B,8DAAgC,CAAA;IAChC,qEAAuC,CAAA;IACvC,yEAA2C,CAAA;IAC3C,uEAAyC,CAAA;IACzC,uEAAyC,CAAA;IACzC,gFAAkD,CAAA;IAClD,6FAA+D,CAAA;IAC/D,+FAAiE,CAAA;IACjE,yFAA2D,CAAA;IAC3D,4DAA8B,CAAA;IAC9B,uFAAyD,CAAA;IACzD;;OAEG;IACH,yDAA2B,CAAA;IAC3B,iFAAmD,CAAA;IACnD,4DAA8B,CAAA;IAC9B,+EAAiD,CAAA;IACjD,+EAAiD,CAAA;IACjD;;OAEG;IACH,8DAAgC,CAAA;IAChC;;OAEG;IACH,6EAA+C,CAAA;AACnD,CAAC,EAxCW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAwCrC"}
@@ -208,7 +208,8 @@ export declare enum SdPlatformPolicyPermissionsUser {
208
208
  delete = "delete",
209
209
  queryImagesByAll = "query_images_by_all",
210
210
  queryByEmailExact = "query_by_email_exact",
211
- embedOrganization = "embed_organization"
211
+ embedOrganization = "embed_organization",
212
+ getRestModelOrganization = "get_rest_model_organization"
212
213
  }
213
214
  /**
214
215
  * Permissions for saved states
@@ -276,20 +277,62 @@ export declare enum SdPlatformPolicyPermissionsAsset {
276
277
  declare type SdPlatformPolicyPermissionsGeneric<Tpermission extends string, Tvalue> = {
277
278
  [value in Tpermission]?: Tvalue;
278
279
  };
280
+ /**
281
+ * The model type permissions status.
282
+ */
279
283
  export declare type SdPlatformPolicyPermissionsStatusModelType = SdPlatformPolicyPermissionsGeneric<SdPlatformPolicyPermissionsModel, SdPlatformPolicyPermissionStatus>;
284
+ /**
285
+ * The organization type permissions status.
286
+ */
280
287
  export declare type SdPlatformPolicyPermissionsStatusOrganizationType = SdPlatformPolicyPermissionsGeneric<SdPlatformPolicyPermissionsOrganization, SdPlatformPolicyPermissionStatus>;
288
+ /**
289
+ * The user type permissions status.
290
+ */
281
291
  export declare type SdPlatformPolicyPermissionsStatusUserType = SdPlatformPolicyPermissionsGeneric<SdPlatformPolicyPermissionsUser, SdPlatformPolicyPermissionStatus>;
292
+ /**
293
+ * The saved state permissions status.
294
+ */
282
295
  export declare type SdPlatformPolicyPermissionsStatusSavedStateType = SdPlatformPolicyPermissionsGeneric<SdPlatformPolicyPermissionsSavedState, SdPlatformPolicyPermissionStatus>;
296
+ /**
297
+ * The utility type permissions status.
298
+ */
283
299
  export declare type SdPlatformPolicyPermissionsStatusUtiliyType = SdPlatformPolicyPermissionsGeneric<SdPlatformPolicyPermissionsUtility, SdPlatformPolicyPermissionStatus>;
300
+ /**
301
+ * The platform type permissions status.
302
+ */
284
303
  export declare type SdPlatformPolicyPermissionsStatusPlatformType = SdPlatformPolicyPermissionsGeneric<SdPlatformPolicyPermissionsPlatform, SdPlatformPolicyPermissionStatus>;
304
+ /**
305
+ * The asset type permissions status.
306
+ */
285
307
  export declare type SdPlatformPolicyPermissionsStatusAssetType = SdPlatformPolicyPermissionsGeneric<SdPlatformPolicyPermissionsAsset, SdPlatformPolicyPermissionStatus>;
286
308
  export declare type SdPlatformPolicyPermissionsStatusType = SdPlatformPolicyPermissionsStatusModelType | SdPlatformPolicyPermissionsStatusOrganizationType | SdPlatformPolicyPermissionsStatusUserType | SdPlatformPolicyPermissionsStatusSavedStateType | SdPlatformPolicyPermissionsStatusUtiliyType | SdPlatformPolicyPermissionsStatusPlatformType | SdPlatformPolicyPermissionsStatusAssetType;
309
+ /**
310
+ * The model type permissions.
311
+ */
287
312
  export declare type SdPlatformPolicyPermissionsModelType = SdPlatformPolicyPermissionsGeneric<SdPlatformPolicyPermissionsModel, boolean>;
313
+ /**
314
+ * The organization type permissions.
315
+ */
288
316
  export declare type SdPlatformPolicyPermissionsOrganizationType = SdPlatformPolicyPermissionsGeneric<SdPlatformPolicyPermissionsOrganization, boolean>;
317
+ /**
318
+ * The user type permissions.
319
+ */
289
320
  export declare type SdPlatformPolicyPermissionsUserType = SdPlatformPolicyPermissionsGeneric<SdPlatformPolicyPermissionsUser, boolean>;
321
+ /**
322
+ * The saved state type permissions.
323
+ */
290
324
  export declare type SdPlatformPolicyPermissionsSavedStateType = SdPlatformPolicyPermissionsGeneric<SdPlatformPolicyPermissionsSavedState, boolean>;
325
+ /**
326
+ * The utility type permissions.
327
+ */
291
328
  export declare type SdPlatformPolicyPermissionsUtiliyType = SdPlatformPolicyPermissionsGeneric<SdPlatformPolicyPermissionsUtility, boolean>;
329
+ /**
330
+ * The platform type permissions.
331
+ */
292
332
  export declare type SdPlatformPolicyPermissionsPlatformType = SdPlatformPolicyPermissionsGeneric<SdPlatformPolicyPermissionsPlatform, boolean>;
333
+ /**
334
+ * The asset type permissions.
335
+ */
293
336
  export declare type SdPlatformPolicyPermissionsAssetType = SdPlatformPolicyPermissionsGeneric<SdPlatformPolicyPermissionsAsset, boolean>;
294
337
  export declare type SdPlatformPolicyPermissionsType = SdPlatformPolicyPermissionsModelType | SdPlatformPolicyPermissionsOrganizationType | SdPlatformPolicyPermissionsUserType | SdPlatformPolicyPermissionsSavedStateType | SdPlatformPolicyPermissionsUtiliyType | SdPlatformPolicyPermissionsPlatformType | SdPlatformPolicyPermissionsAssetType;
295
338
  /**