@universis/accommodation 1.1.1 → 1.1.2

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 (44) hide show
  1. package/dist/config/models/AccommodationChildFinancialAttribute.json +5 -0
  2. package/dist/config/models/AccommodationGuardianFinancialAttribute.json +5 -0
  3. package/dist/config/models/AccommodationPlace.json +5 -0
  4. package/dist/config/models/AccommodationPlaceLocale.json +5 -0
  5. package/dist/config/models/AccommodationRequestAction.json +10 -0
  6. package/dist/config/models/AccommodationRequestActionMessage.json +5 -0
  7. package/dist/config/models/AccommodationRequestActionReview.json +5 -0
  8. package/dist/config/models/AccommodationRequestAttachmentConfiguration.json +5 -0
  9. package/dist/config/models/AccommodationRequestCategory.json +19 -14
  10. package/dist/config/models/AccommodationRequestEvent.json +19 -14
  11. package/dist/config/models/AccommodationRequestFinancialAttribute.json +5 -0
  12. package/dist/config/models/AccommodationRoom.json +5 -0
  13. package/dist/config/models/AccommodationRoomLocale.json +5 -0
  14. package/dist/config/models/AccommodationSiblingFinancialAttribute.json +1 -7
  15. package/dist/config/models/CancelAccommodationCardAction.json +10 -4
  16. package/dist/config/models/GuardianType.json +5 -0
  17. package/dist/config/models/Review.json +5 -0
  18. package/dist/config/models/RoomType.json +5 -0
  19. package/dist/config/models/RoomTypeLocale.json +19 -14
  20. package/dist/config/models/StudentAccommodationCard.json +5 -0
  21. package/dist/config/scope.access.js +269 -80
  22. package/dist/config/scope.access.js.map +1 -1
  23. package/package.json +1 -1
  24. package/src/config/models/AccommodationChildFinancialAttribute.json +5 -0
  25. package/src/config/models/AccommodationGuardianFinancialAttribute.json +5 -0
  26. package/src/config/models/AccommodationPlace.json +5 -0
  27. package/src/config/models/AccommodationPlaceLocale.json +5 -0
  28. package/src/config/models/AccommodationRequestAction.json +10 -0
  29. package/src/config/models/AccommodationRequestActionMessage.json +5 -0
  30. package/src/config/models/AccommodationRequestActionReview.json +5 -0
  31. package/src/config/models/AccommodationRequestAttachmentConfiguration.json +5 -0
  32. package/src/config/models/AccommodationRequestCategory.json +19 -14
  33. package/src/config/models/AccommodationRequestEvent.json +19 -14
  34. package/src/config/models/AccommodationRequestFinancialAttribute.json +5 -0
  35. package/src/config/models/AccommodationRoom.json +5 -0
  36. package/src/config/models/AccommodationRoomLocale.json +5 -0
  37. package/src/config/models/AccommodationSiblingFinancialAttribute.json +1 -7
  38. package/src/config/models/CancelAccommodationCardAction.json +10 -4
  39. package/src/config/models/GuardianType.json +5 -0
  40. package/src/config/models/Review.json +5 -0
  41. package/src/config/models/RoomType.json +5 -0
  42. package/src/config/models/RoomTypeLocale.json +19 -14
  43. package/src/config/models/StudentAccommodationCard.json +5 -0
  44. package/src/config/scope.access.js +269 -80
@@ -1,138 +1,327 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.default = void 0;var _default = [
2
2
  {
3
- "scope": [
4
- "registrar"],
3
+ 'scope': [
4
+ 'accommodation'],
5
5
 
6
- "resource": "/api/TestActions/?$",
7
- "access": [
8
- "read",
9
- "write"]
6
+ 'resource': '/api/users/me',
7
+ 'access': [
8
+ 'read']
10
9
 
11
10
  },
12
11
  {
13
- "scope": [
14
- "registrar"],
12
+ 'scope': [
13
+ 'accommodation'],
15
14
 
16
- "resource": "/api/AccommodationPlaces/?$",
17
- "access": [
18
- "read",
19
- "write"]
15
+ 'resource': '/api/content/private',
16
+ 'access': [
17
+ 'read']
20
18
 
21
19
  },
22
20
  {
23
- "scope": [
24
- "students"],
21
+ 'scope': [
22
+ 'accommodation'],
25
23
 
26
- "resource": "/api/TestActions/?$",
27
- "access": [
28
- "read",
29
- "write"]
24
+ 'resource': '/api/ActionStatusTypes',
25
+ 'access': [
26
+ 'read']
30
27
 
31
28
  },
32
29
  {
33
- "scope": [
34
- "students"],
30
+ 'scope': [
31
+ 'accommodation'],
35
32
 
36
- "resource": "/api/Accommodations/?$",
37
- "access": [
38
- "read"]
33
+ 'resource': '/api/StudentStatuses',
34
+ 'access': [
35
+ 'read']
39
36
 
40
37
  },
41
38
  {
42
- "scope": [
43
- "students"],
39
+ 'scope': [
40
+ 'accommodation'],
44
41
 
45
- "resource": "/api/AccommodationRequestActions",
46
- "access": [
47
- "read",
48
- "write"]
42
+ 'resource': '/api/StudentCategories',
43
+ 'access': [
44
+ 'read']
49
45
 
50
46
  },
51
47
  {
52
- "scope": [
53
- "students"],
48
+ 'scope': [
49
+ 'accommodation'],
54
50
 
55
- "resource": "/api/AccommodationRequestEvents",
56
- "access": [
57
- "read"]
51
+ 'resource': '/api/FamilyStatuses',
52
+ 'access': [
53
+ 'read']
58
54
 
59
55
  },
60
56
  {
61
- "scope": [
62
- "students"],
57
+ 'scope': [
58
+ 'accommodation'],
63
59
 
64
- "resource": "/api/AccommodationRequestCategories",
65
- "access": [
66
- "read"]
60
+ 'resource': '/api/LocalDepartments',
61
+ 'access': [
62
+ 'read']
67
63
 
68
64
  },
69
65
  {
70
- "scope": [
71
- "students"],
66
+ 'scope': [
67
+ 'accommodation'],
72
68
 
73
- "resource": "/api/StudentAccommodationCards",
74
- "access": [
75
- "read"]
69
+ 'resource': '/api/EventStatusTypes',
70
+ 'access': [
71
+ 'read']
76
72
 
77
73
  },
78
74
  {
79
- "scope": [
80
- "registrar"],
75
+ 'scope': [
76
+ 'accommodation'],
81
77
 
82
- "resource": "/api/AccommodationRequestActions",
83
- "access": [
84
- "read",
85
- "write"]
78
+ 'resource': '/api/JsonAttachments',
79
+ 'access': [
80
+ 'read']
86
81
 
87
82
  },
88
83
  {
89
- "scope": [
90
- "registrar"],
84
+ 'scope': [
85
+ 'registrar',
86
+ 'accommodation'],
91
87
 
92
- "resource": "/api/AccommodationRequestEvents",
93
- "access": [
94
- "read",
95
- "write"]
88
+ 'resource': '/api/AccommodationInscriptionModeTags',
89
+ 'access': [
90
+ 'read',
91
+ 'write']
96
92
 
97
93
  },
98
94
  {
99
- "scope": [
100
- "registrar"],
95
+ 'scope': [
96
+ 'accommodation'],
101
97
 
102
- "resource": "/api/AccommodationRequestEffectiveStatusTypes",
103
- "access": [
104
- "read",
105
- "write"]
98
+ 'resource': '/api/AccommodationRequestActions',
99
+ 'access': [
100
+ 'read',
101
+ 'write']
106
102
 
107
103
  },
108
104
  {
109
- "scope": [
110
- "registrar"],
105
+ 'scope': [
106
+ 'accommodation'],
111
107
 
112
- "resource": "/api/AccommodationCardEffectiveStatusTypes",
113
- "access": [
114
- "read",
115
- "write"]
108
+ 'resource': '/api/SpecialAccommodationRequestActions',
109
+ 'access': [
110
+ 'read',
111
+ 'write']
116
112
 
117
113
  },
118
114
  {
119
- "scope": [
120
- "registrar"],
115
+ 'scope': [
116
+ 'accommodation'],
121
117
 
122
- "resource": "/api/AccommodationRequestCategories",
123
- "access": [
124
- "read",
125
- "write"]
118
+ 'resource': '/api/AccommodationRequestActionMessages',
119
+ 'access': [
120
+ 'read',
121
+ 'write']
126
122
 
127
123
  },
128
124
  {
129
- "scope": [
130
- "registrar"],
125
+ 'scope': [
126
+ 'accommodation'],
131
127
 
132
- "resource": "/api/StudentAccommodationCards/?$",
133
- "access": [
134
- "read",
135
- "write"]
128
+ 'resource': '/api/AccommodationRequestActionReviews',
129
+ 'access': [
130
+ 'read',
131
+ 'write']
132
+
133
+ },
134
+ {
135
+ 'scope': [
136
+ 'accommodation'],
137
+
138
+ 'resource': '/api/AccommodationRequestAttachmentConfigurations',
139
+ 'access': [
140
+ 'read',
141
+ 'write']
142
+
143
+ },
144
+ {
145
+ 'scope': [
146
+ 'registrar',
147
+ 'accommodation'],
148
+
149
+ 'resource': '/api/AccommodationRequestEffectiveStatusTypes',
150
+ 'access': [
151
+ 'read',
152
+ 'write']
153
+
154
+ },
155
+ {
156
+ 'scope': [
157
+ 'accommodation'],
158
+
159
+ 'resource': '/api/AccommodationRequestEvents',
160
+ 'access': [
161
+ 'read',
162
+ 'write']
163
+
164
+ },
165
+ {
166
+ 'scope': [
167
+ 'accommodation'],
168
+
169
+ 'resource': '/api/AcademicYears',
170
+ 'access': [
171
+ 'read']
172
+
173
+ },
174
+ {
175
+ 'scope': [
176
+ 'accommodation'],
177
+
178
+ 'resource': '/api/AcademicPeriods',
179
+ 'access': [
180
+ 'read']
181
+
182
+ },
183
+ {
184
+ 'scope': [
185
+ 'accommodation'],
186
+
187
+ 'resource': '/api/StudentAccommodationCards',
188
+ 'access': [
189
+ 'read',
190
+ 'write']
191
+
192
+ },
193
+ {
194
+ 'scope': [
195
+ 'accommodation'],
196
+
197
+ 'resource': '/api/AccommodationPlaces',
198
+ 'access': [
199
+ 'read',
200
+ 'write']
201
+
202
+ },
203
+ {
204
+ 'scope': [
205
+ 'accommodation'],
206
+
207
+ 'resource': '/api/AccommodationRooms',
208
+ 'access': [
209
+ 'read',
210
+ 'write']
211
+
212
+ },
213
+ {
214
+ 'scope': [
215
+ 'accommodation'],
216
+
217
+ 'resource': '/api/AccommodationConfigurations',
218
+ 'access': [
219
+ 'read',
220
+ 'write']
221
+
222
+ },
223
+ {
224
+ 'scope': [
225
+ 'accommodation'],
226
+
227
+ 'resource': '/api/ReportTemplates',
228
+ 'access': [
229
+ 'read',
230
+ 'write']
231
+
232
+ },
233
+ {
234
+ 'scope': [
235
+ 'accommodation'],
236
+
237
+ 'resource': '/api/AccommodationRequestCategories',
238
+ 'access': [
239
+ 'read',
240
+ 'write']
241
+
242
+ },
243
+ {
244
+ 'scope': [
245
+ 'accommodation'],
246
+
247
+ 'resource': '/api/AccommodationRequestPreferences',
248
+ 'access': [
249
+ 'read']
250
+
251
+ },
252
+ {
253
+ 'scope': [
254
+ 'accommodation'],
255
+
256
+ 'resource': '/api/UpdateAccommodationRequestEventActions',
257
+ 'access': [
258
+ 'read',
259
+ 'write']
260
+
261
+ },
262
+ {
263
+ 'scope': [
264
+ 'accommodation'],
265
+
266
+ 'resource': '/api/Institutes',
267
+ 'access': [
268
+ 'read']
269
+
270
+ },
271
+ {
272
+ 'scope': [
273
+ 'students'],
274
+
275
+ 'resource': '/api/TestActions/?$',
276
+ 'access': [
277
+ 'read',
278
+ 'write']
279
+
280
+ },
281
+ {
282
+ 'scope': [
283
+ 'students'],
284
+
285
+ 'resource': '/api/Accommodations/?$',
286
+ 'access': [
287
+ 'read']
288
+
289
+ },
290
+ {
291
+ 'scope': [
292
+ 'students'],
293
+
294
+ 'resource': '/api/AccommodationRequestActions',
295
+ 'access': [
296
+ 'read',
297
+ 'write']
298
+
299
+ },
300
+ {
301
+ 'scope': [
302
+ 'students'],
303
+
304
+ 'resource': '/api/AccommodationRequestEvents',
305
+ 'access': [
306
+ 'read']
307
+
308
+ },
309
+ {
310
+ 'scope': [
311
+ 'students'],
312
+
313
+ 'resource': '/api/AccommodationRequestCategories',
314
+ 'access': [
315
+ 'read']
316
+
317
+ },
318
+ {
319
+ 'scope': [
320
+ 'students'],
321
+
322
+ 'resource': '/api/StudentAccommodationCards',
323
+ 'access': [
324
+ 'read']
136
325
 
137
326
  }];exports.default = _default;
138
327
  //# sourceMappingURL=scope.access.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"scope.access.js","names":["exports","default","_default"],"sources":["../../src/config/scope.access.js"],"sourcesContent":["export default [\n {\n \"scope\": [\n \"registrar\"\n ],\n \"resource\": \"/api/TestActions/?$\",\n \"access\": [\n \"read\",\n \"write\"\n ]\n },\n {\n \"scope\": [\n \"registrar\"\n ],\n \"resource\": \"/api/AccommodationPlaces/?$\",\n \"access\": [\n \"read\",\n \"write\"\n ]\n },\n {\n \"scope\": [\n \"students\"\n ],\n \"resource\": \"/api/TestActions/?$\",\n \"access\": [\n \"read\",\n \"write\"\n ]\n },\n {\n \"scope\": [\n \"students\"\n ],\n \"resource\": \"/api/Accommodations/?$\",\n \"access\": [\n \"read\"\n ]\n },\n {\n \"scope\": [\n \"students\"\n ],\n \"resource\": \"/api/AccommodationRequestActions\",\n \"access\": [\n \"read\",\n \"write\"\n ]\n },\n {\n \"scope\": [\n \"students\"\n ],\n \"resource\": \"/api/AccommodationRequestEvents\",\n \"access\": [\n \"read\"\n ]\n },\n {\n \"scope\": [\n \"students\"\n ],\n \"resource\": \"/api/AccommodationRequestCategories\",\n \"access\": [\n \"read\"\n ]\n },\n {\n \"scope\": [\n \"students\"\n ],\n \"resource\": \"/api/StudentAccommodationCards\",\n \"access\": [\n \"read\"\n ]\n },\n {\n \"scope\": [\n \"registrar\"\n ],\n \"resource\": \"/api/AccommodationRequestActions\",\n \"access\": [\n \"read\",\n \"write\"\n ]\n },\n {\n \"scope\": [\n \"registrar\"\n ],\n \"resource\": \"/api/AccommodationRequestEvents\",\n \"access\": [\n \"read\",\n \"write\"\n ]\n },\n {\n \"scope\": [\n \"registrar\"\n ],\n \"resource\": \"/api/AccommodationRequestEffectiveStatusTypes\",\n \"access\": [\n \"read\",\n \"write\"\n ]\n },\n {\n \"scope\": [\n \"registrar\"\n ],\n \"resource\": \"/api/AccommodationCardEffectiveStatusTypes\",\n \"access\": [\n \"read\",\n \"write\"\n ]\n },\n {\n \"scope\": [\n \"registrar\"\n ],\n \"resource\": \"/api/AccommodationRequestCategories\",\n \"access\": [\n \"read\",\n \"write\"\n ]\n },\n {\n \"scope\": [\n \"registrar\"\n ],\n \"resource\": \"/api/StudentAccommodationCards/?$\",\n \"access\": [\n \"read\",\n \"write\"\n ]\n }\n]\n"],"mappings":"mHAAe;AACX;EACI,OAAO,EAAE;EACL,WAAW,CACd;;EACD,UAAU,EAAE,qBAAqB;EACjC,QAAQ,EAAE;EACN,MAAM;EACN,OAAO;;AAEf,CAAC;AACD;EACI,OAAO,EAAE;EACL,WAAW,CACd;;EACD,UAAU,EAAE,6BAA6B;EACzC,QAAQ,EAAE;EACN,MAAM;EACN,OAAO;;AAEf,CAAC;AACD;EACI,OAAO,EAAE;EACL,UAAU,CACb;;EACD,UAAU,EAAE,qBAAqB;EACjC,QAAQ,EAAE;EACN,MAAM;EACN,OAAO;;AAEf,CAAC;AACD;EACI,OAAO,EAAE;EACL,UAAU,CACb;;EACD,UAAU,EAAE,wBAAwB;EACpC,QAAQ,EAAE;EACN,MAAM;;AAEd,CAAC;AACD;EACI,OAAO,EAAE;EACL,UAAU,CACb;;EACD,UAAU,EAAE,kCAAkC;EAC9C,QAAQ,EAAE;EACN,MAAM;EACN,OAAO;;AAEf,CAAC;AACD;EACI,OAAO,EAAE;EACL,UAAU,CACb;;EACD,UAAU,EAAE,iCAAiC;EAC7C,QAAQ,EAAE;EACN,MAAM;;AAEd,CAAC;AACD;EACI,OAAO,EAAE;EACL,UAAU,CACb;;EACD,UAAU,EAAE,qCAAqC;EACjD,QAAQ,EAAE;EACN,MAAM;;AAEd,CAAC;AACD;EACI,OAAO,EAAE;EACL,UAAU,CACb;;EACD,UAAU,EAAE,gCAAgC;EAC5C,QAAQ,EAAE;EACN,MAAM;;AAEd,CAAC;AACD;EACI,OAAO,EAAE;EACL,WAAW,CACd;;EACD,UAAU,EAAE,kCAAkC;EAC9C,QAAQ,EAAE;EACN,MAAM;EACN,OAAO;;AAEf,CAAC;AACD;EACI,OAAO,EAAE;EACL,WAAW,CACd;;EACD,UAAU,EAAE,iCAAiC;EAC7C,QAAQ,EAAE;EACN,MAAM;EACN,OAAO;;AAEf,CAAC;AACD;EACI,OAAO,EAAE;EACL,WAAW,CACd;;EACD,UAAU,EAAE,+CAA+C;EAC3D,QAAQ,EAAE;EACN,MAAM;EACN,OAAO;;AAEf,CAAC;AACD;EACI,OAAO,EAAE;EACL,WAAW,CACd;;EACD,UAAU,EAAE,4CAA4C;EACxD,QAAQ,EAAE;EACN,MAAM;EACN,OAAO;;AAEf,CAAC;AACD;EACI,OAAO,EAAE;EACL,WAAW,CACd;;EACD,UAAU,EAAE,qCAAqC;EACjD,QAAQ,EAAE;EACN,MAAM;EACN,OAAO;;AAEf,CAAC;AACD;EACI,OAAO,EAAE;EACL,WAAW,CACd;;EACD,UAAU,EAAE,mCAAmC;EAC/C,QAAQ,EAAE;EACN,MAAM;EACN,OAAO;;AAEf,CAAC,CACJ,CAAAA,OAAA,CAAAC,OAAA,GAAAC,QAAA"}
1
+ {"version":3,"file":"scope.access.js","names":["exports","default","_default"],"sources":["../../src/config/scope.access.js"],"sourcesContent":["export default [\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/users/me',\n 'access': [\n 'read'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/content/private',\n 'access': [\n 'read'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/ActionStatusTypes',\n 'access': [\n 'read'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/StudentStatuses',\n 'access': [\n 'read'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/StudentCategories',\n 'access': [\n 'read'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/FamilyStatuses',\n 'access': [\n 'read'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/LocalDepartments',\n 'access': [\n 'read'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/EventStatusTypes',\n 'access': [\n 'read'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/JsonAttachments',\n 'access': [\n 'read'\n ]\n },\n {\n 'scope': [\n 'registrar',\n 'accommodation'\n ],\n 'resource': '/api/AccommodationInscriptionModeTags',\n 'access': [\n 'read',\n 'write'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/AccommodationRequestActions',\n 'access': [\n 'read',\n 'write'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/SpecialAccommodationRequestActions',\n 'access': [\n 'read',\n 'write'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/AccommodationRequestActionMessages',\n 'access': [\n 'read',\n 'write'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/AccommodationRequestActionReviews',\n 'access': [\n 'read',\n 'write'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/AccommodationRequestAttachmentConfigurations',\n 'access': [\n 'read',\n 'write'\n ]\n },\n {\n 'scope': [\n 'registrar',\n 'accommodation'\n ],\n 'resource': '/api/AccommodationRequestEffectiveStatusTypes',\n 'access': [\n 'read',\n 'write'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/AccommodationRequestEvents',\n 'access': [\n 'read',\n 'write'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/AcademicYears',\n 'access': [\n 'read'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/AcademicPeriods',\n 'access': [\n 'read'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/StudentAccommodationCards',\n 'access': [\n 'read',\n 'write'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/AccommodationPlaces',\n 'access': [\n 'read',\n 'write'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/AccommodationRooms',\n 'access': [\n 'read',\n 'write'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/AccommodationConfigurations',\n 'access': [\n 'read',\n 'write'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/ReportTemplates',\n 'access': [\n 'read',\n 'write'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/AccommodationRequestCategories',\n 'access': [\n 'read',\n 'write'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/AccommodationRequestPreferences',\n 'access': [\n 'read'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/UpdateAccommodationRequestEventActions',\n 'access': [\n 'read',\n 'write'\n ]\n },\n {\n 'scope': [\n 'accommodation'\n ],\n 'resource': '/api/Institutes',\n 'access': [\n 'read'\n ]\n },\n {\n 'scope': [\n 'students'\n ],\n 'resource': '/api/TestActions/?$',\n 'access': [\n 'read',\n 'write'\n ]\n },\n {\n 'scope': [\n 'students'\n ],\n 'resource': '/api/Accommodations/?$',\n 'access': [\n 'read'\n ]\n },\n {\n 'scope': [\n 'students'\n ],\n 'resource': '/api/AccommodationRequestActions',\n 'access': [\n 'read',\n 'write'\n ]\n },\n {\n 'scope': [\n 'students'\n ],\n 'resource': '/api/AccommodationRequestEvents',\n 'access': [\n 'read'\n ]\n },\n {\n 'scope': [\n 'students'\n ],\n 'resource': '/api/AccommodationRequestCategories',\n 'access': [\n 'read'\n ]\n },\n {\n 'scope': [\n 'students'\n ],\n 'resource': '/api/StudentAccommodationCards',\n 'access': [\n 'read'\n ]\n }\n]\n"],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@universis/accommodation",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Universis api library template",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,6 +25,11 @@
25
25
  "type": "global",
26
26
  "account": "Administrators"
27
27
  },
28
+ {
29
+ "mask": 15,
30
+ "type": "global",
31
+ "account": "AccommodationAdministrators"
32
+ },
28
33
  {
29
34
  "mask": 1,
30
35
  "type": "self",
@@ -25,6 +25,11 @@
25
25
  "type": "global",
26
26
  "account": "Administrators"
27
27
  },
28
+ {
29
+ "mask": 15,
30
+ "type": "global",
31
+ "account": "AccommodationAdministrators"
32
+ },
28
33
  {
29
34
  "mask": 1,
30
35
  "type": "self",
@@ -138,6 +138,11 @@
138
138
  "mask": 15,
139
139
  "type": "global",
140
140
  "account": "Administrators"
141
+ },
142
+ {
143
+ "mask": 15,
144
+ "type": "global",
145
+ "account": "AccommodationAdministrators"
141
146
  }
142
147
  ]
143
148
  }
@@ -81,6 +81,11 @@
81
81
  "mask": 15,
82
82
  "type": "global",
83
83
  "account": "Administrators"
84
+ },
85
+ {
86
+ "mask": 15,
87
+ "type": "global",
88
+ "account": "AccommodationAdministrators"
84
89
  }
85
90
  ]
86
91
  }
@@ -401,6 +401,11 @@
401
401
  "mask": 15,
402
402
  "type": "global",
403
403
  "account": "Administrators"
404
+ },
405
+ {
406
+ "mask": 15,
407
+ "type": "global",
408
+ "account": "AccommodationAdministrators"
404
409
  }
405
410
  ]
406
411
  }
@@ -443,6 +448,11 @@
443
448
  "type": "global",
444
449
  "account": "Administrators"
445
450
  },
451
+ {
452
+ "mask": 15,
453
+ "type": "global",
454
+ "account": "AccommodationAdministrators"
455
+ },
446
456
  {
447
457
  "mask": 1,
448
458
  "type": "self",
@@ -30,6 +30,11 @@
30
30
  "type": "global",
31
31
  "account": "Administrators"
32
32
  },
33
+ {
34
+ "mask": 15,
35
+ "type": "global",
36
+ "account": "AccommodationAdministrators"
37
+ },
33
38
  {
34
39
  "mask": 1,
35
40
  "type": "self",
@@ -26,6 +26,11 @@
26
26
  "mask": 15,
27
27
  "type": "global",
28
28
  "account": "Administrators"
29
+ },
30
+ {
31
+ "mask": 15,
32
+ "type": "global",
33
+ "account": "AccommodationAdministrators"
29
34
  }
30
35
  ]
31
36
  }
@@ -67,6 +67,11 @@
67
67
  "mask": 15,
68
68
  "type": "global",
69
69
  "account": "Administrators"
70
+ },
71
+ {
72
+ "mask": 15,
73
+ "type": "global",
74
+ "account": "AccommodationAdministrators"
70
75
  }
71
76
  ]
72
77
  }
@@ -23,20 +23,25 @@
23
23
  }
24
24
  ],
25
25
  "privileges": [
26
- {
27
- "mask": 1,
28
- "type": "global",
29
- "account": "*"
30
- },
31
- {
32
- "mask": 15,
33
- "type": "global"
34
- },
35
- {
36
- "mask": 15,
37
- "type": "global",
38
- "account": "Administrators"
39
- }
26
+ {
27
+ "mask": 1,
28
+ "type": "global",
29
+ "account": "*"
30
+ },
31
+ {
32
+ "mask": 15,
33
+ "type": "global"
34
+ },
35
+ {
36
+ "mask": 15,
37
+ "type": "global",
38
+ "account": "Administrators"
39
+ },
40
+ {
41
+ "mask": 15,
42
+ "type": "global",
43
+ "account": "AccommodationAdministrators"
44
+ }
40
45
  ],
41
46
  "constraints": [
42
47
  {
@@ -99,19 +99,24 @@
99
99
  }
100
100
  ],
101
101
  "privileges": [
102
- {
103
- "mask": 15,
104
- "type": "global"
105
- },
106
- {
107
- "mask": 1,
108
- "type": "global",
109
- "account": "*"
110
- },
111
- {
112
- "mask": 15,
113
- "type": "global",
114
- "account": "Administrators"
115
- }
102
+ {
103
+ "mask": 15,
104
+ "type": "global"
105
+ },
106
+ {
107
+ "mask": 1,
108
+ "type": "global",
109
+ "account": "*"
110
+ },
111
+ {
112
+ "mask": 15,
113
+ "type": "global",
114
+ "account": "Administrators"
115
+ },
116
+ {
117
+ "mask": 15,
118
+ "type": "global",
119
+ "account": "AccommodationAdministrators"
120
+ }
116
121
  ]
117
122
  }
@@ -48,6 +48,11 @@
48
48
  "mask": 15,
49
49
  "type": "global",
50
50
  "account": "Administrators"
51
+ },
52
+ {
53
+ "mask": 15,
54
+ "type": "global",
55
+ "account": "AccommodationAdministrators"
51
56
  }
52
57
  ]
53
58
  }