@campxdev/server-shared 1.1.4 → 1.1.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/dist/domain/entities/profile.entity.d.ts +1 -0
- package/dist/domain/entities/profile.entity.d.ts.map +1 -1
- package/dist/domain/entities/profile.entity.js +1 -0
- package/dist/domain/entities/profile.entity.js.map +1 -1
- package/dist/permissions/app-permissions/enroll-x-permissions.d.ts +38 -5
- package/dist/permissions/app-permissions/enroll-x-permissions.d.ts.map +1 -1
- package/dist/permissions/app-permissions/enroll-x-permissions.js +44 -11
- package/dist/permissions/app-permissions/enroll-x-permissions.js.map +1 -1
- package/dist/permissions/app-permissions/exams-permissions.d.ts +33 -15
- package/dist/permissions/app-permissions/exams-permissions.d.ts.map +1 -1
- package/dist/permissions/app-permissions/exams-permissions.js +68 -15
- package/dist/permissions/app-permissions/exams-permissions.js.map +1 -1
- package/dist/permissions/app-permissions/hostels-permissions.d.ts +240 -0
- package/dist/permissions/app-permissions/hostels-permissions.d.ts.map +1 -0
- package/dist/permissions/app-permissions/hostels-permissions.js +244 -0
- package/dist/permissions/app-permissions/hostels-permissions.js.map +1 -0
- package/dist/permissions/app-permissions/square-permissions.d.ts +0 -237
- package/dist/permissions/app-permissions/square-permissions.d.ts.map +1 -1
- package/dist/permissions/app-permissions/square-permissions.js +0 -237
- package/dist/permissions/app-permissions/square-permissions.js.map +1 -1
- package/dist/permissions/permissions.d.ts +152 -524
- package/dist/permissions/permissions.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
export declare const EnrollXPermission: {
|
|
2
|
+
manage_hostels_profile_permissions: {
|
|
3
|
+
GROUP: {
|
|
4
|
+
name: string;
|
|
5
|
+
slug: string;
|
|
6
|
+
application: string;
|
|
7
|
+
};
|
|
8
|
+
PERMISSIONS: {
|
|
9
|
+
manage_hostels_profile_permissions_view: {
|
|
10
|
+
name: string;
|
|
11
|
+
slug: string;
|
|
12
|
+
permissions: any[];
|
|
13
|
+
permissionObj: {};
|
|
14
|
+
};
|
|
15
|
+
manage_hostels_profile_permissions_add: {
|
|
16
|
+
name: string;
|
|
17
|
+
slug: string;
|
|
18
|
+
permissions: any[];
|
|
19
|
+
permissionObj: {};
|
|
20
|
+
};
|
|
21
|
+
manage__profile_permissions_edit: {
|
|
22
|
+
name: string;
|
|
23
|
+
slug: string;
|
|
24
|
+
permissions: any[];
|
|
25
|
+
permissionObj: {};
|
|
26
|
+
};
|
|
27
|
+
manage_hostels_profile_permissions_delete: {
|
|
28
|
+
name: string;
|
|
29
|
+
slug: string;
|
|
30
|
+
permissions: any[];
|
|
31
|
+
permissionObj: {};
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
hosteler: {
|
|
36
|
+
GROUP: {
|
|
37
|
+
name: string;
|
|
38
|
+
slug: string;
|
|
39
|
+
application: string;
|
|
40
|
+
};
|
|
41
|
+
PERMISSIONS: {
|
|
42
|
+
hosteler_add: {
|
|
43
|
+
name: string;
|
|
44
|
+
slug: string;
|
|
45
|
+
permissions: string[];
|
|
46
|
+
permissionObj: {
|
|
47
|
+
All: string;
|
|
48
|
+
Assigned: string;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
hosteler_edit: {
|
|
52
|
+
name: string;
|
|
53
|
+
slug: string;
|
|
54
|
+
permissions: string[];
|
|
55
|
+
permissionObj: {
|
|
56
|
+
All: string;
|
|
57
|
+
Assigned: string;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
hosteler_view: {
|
|
61
|
+
name: string;
|
|
62
|
+
slug: string;
|
|
63
|
+
permissions: string[];
|
|
64
|
+
permissionObj: {
|
|
65
|
+
All: string;
|
|
66
|
+
Assigned: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
hosteler_change_status: {
|
|
70
|
+
name: string;
|
|
71
|
+
slug: string;
|
|
72
|
+
permissions: string[];
|
|
73
|
+
permissionObj: {
|
|
74
|
+
All: string;
|
|
75
|
+
Assigned: string;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
hosteler_face_data_reset: {
|
|
79
|
+
name: string;
|
|
80
|
+
slug: string;
|
|
81
|
+
permissions: string[];
|
|
82
|
+
permissionObj: {
|
|
83
|
+
All: string;
|
|
84
|
+
Assigned: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
hosteler_dashboard_view: {
|
|
88
|
+
name: string;
|
|
89
|
+
slug: string;
|
|
90
|
+
permissions: string[];
|
|
91
|
+
permissionObj: {
|
|
92
|
+
All: string;
|
|
93
|
+
Assigned: string;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
hosteler_fee_payments_view: {
|
|
97
|
+
name: string;
|
|
98
|
+
slug: string;
|
|
99
|
+
permissions: string[];
|
|
100
|
+
permissionObj: {
|
|
101
|
+
All: string;
|
|
102
|
+
Assigned: string;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
hosteler_reports_view: {
|
|
106
|
+
name: string;
|
|
107
|
+
slug: string;
|
|
108
|
+
permissions: string[];
|
|
109
|
+
permissionObj: {
|
|
110
|
+
All: string;
|
|
111
|
+
Assigned: string;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
hosteler_settings: {
|
|
117
|
+
GROUP: {
|
|
118
|
+
name: string;
|
|
119
|
+
slug: string;
|
|
120
|
+
application: string;
|
|
121
|
+
};
|
|
122
|
+
PERMISSIONS: {
|
|
123
|
+
hosteler_settings_view_configuration: {
|
|
124
|
+
name: string;
|
|
125
|
+
slug: string;
|
|
126
|
+
permissions: any[];
|
|
127
|
+
permissionObj: {};
|
|
128
|
+
};
|
|
129
|
+
hosteler_settings_edit_configuration: {
|
|
130
|
+
name: string;
|
|
131
|
+
slug: string;
|
|
132
|
+
permissions: any[];
|
|
133
|
+
permissionObj: {};
|
|
134
|
+
};
|
|
135
|
+
hosteler_settings_add_fee_types: {
|
|
136
|
+
name: string;
|
|
137
|
+
slug: string;
|
|
138
|
+
permissions: any[];
|
|
139
|
+
permissionObj: {};
|
|
140
|
+
};
|
|
141
|
+
hosteler_settings_view_fee_types: {
|
|
142
|
+
name: string;
|
|
143
|
+
slug: string;
|
|
144
|
+
permissions: any[];
|
|
145
|
+
permissionObj: {};
|
|
146
|
+
};
|
|
147
|
+
hosteler_settings_edit_fee_types: {
|
|
148
|
+
name: string;
|
|
149
|
+
slug: string;
|
|
150
|
+
permissions: any[];
|
|
151
|
+
permissionObj: {};
|
|
152
|
+
};
|
|
153
|
+
hosteler_settings_delete_fee_types: {
|
|
154
|
+
name: string;
|
|
155
|
+
slug: string;
|
|
156
|
+
permissions: any[];
|
|
157
|
+
permissionObj: {};
|
|
158
|
+
};
|
|
159
|
+
hosteler_settings_blocks_view: {
|
|
160
|
+
name: string;
|
|
161
|
+
slug: string;
|
|
162
|
+
permissions: any[];
|
|
163
|
+
permissionObj: {};
|
|
164
|
+
};
|
|
165
|
+
hosteler_settings_blocks_add: {
|
|
166
|
+
name: string;
|
|
167
|
+
slug: string;
|
|
168
|
+
permissions: any[];
|
|
169
|
+
permissionObj: {};
|
|
170
|
+
};
|
|
171
|
+
hosteler_settings_blocks_edit: {
|
|
172
|
+
name: string;
|
|
173
|
+
slug: string;
|
|
174
|
+
permissions: any[];
|
|
175
|
+
permissionObj: {};
|
|
176
|
+
};
|
|
177
|
+
hosteler_settings_blocks_delete: {
|
|
178
|
+
name: string;
|
|
179
|
+
slug: string;
|
|
180
|
+
permissions: any[];
|
|
181
|
+
permissionObj: {};
|
|
182
|
+
};
|
|
183
|
+
hosteler_settings_rooms_view: {
|
|
184
|
+
name: string;
|
|
185
|
+
slug: string;
|
|
186
|
+
permissions: any[];
|
|
187
|
+
permissionObj: {};
|
|
188
|
+
};
|
|
189
|
+
hosteler_settings_rooms_add: {
|
|
190
|
+
name: string;
|
|
191
|
+
slug: string;
|
|
192
|
+
permissions: any[];
|
|
193
|
+
permissionObj: {};
|
|
194
|
+
};
|
|
195
|
+
hosteler_settings_rooms_edit: {
|
|
196
|
+
name: string;
|
|
197
|
+
slug: string;
|
|
198
|
+
permissions: any[];
|
|
199
|
+
permissionObj: {};
|
|
200
|
+
};
|
|
201
|
+
hosteler_settings_rooms_delete: {
|
|
202
|
+
name: string;
|
|
203
|
+
slug: string;
|
|
204
|
+
permissions: any[];
|
|
205
|
+
permissionObj: {};
|
|
206
|
+
};
|
|
207
|
+
hosteler_settings_amenities_view: {
|
|
208
|
+
name: string;
|
|
209
|
+
slug: string;
|
|
210
|
+
permissions: any[];
|
|
211
|
+
permissionObj: {};
|
|
212
|
+
};
|
|
213
|
+
hosteler_settings_amenities_add: {
|
|
214
|
+
name: string;
|
|
215
|
+
slug: string;
|
|
216
|
+
permissions: any[];
|
|
217
|
+
permissionObj: {};
|
|
218
|
+
};
|
|
219
|
+
hosteler_settings_amenities_edit: {
|
|
220
|
+
name: string;
|
|
221
|
+
slug: string;
|
|
222
|
+
permissions: any[];
|
|
223
|
+
permissionObj: {};
|
|
224
|
+
};
|
|
225
|
+
hosteler_settings_amenities_delete: {
|
|
226
|
+
name: string;
|
|
227
|
+
slug: string;
|
|
228
|
+
permissions: any[];
|
|
229
|
+
permissionObj: {};
|
|
230
|
+
};
|
|
231
|
+
hosteler_settings_import_hostel_rooms: {
|
|
232
|
+
name: string;
|
|
233
|
+
slug: string;
|
|
234
|
+
permissions: any[];
|
|
235
|
+
permissionObj: {};
|
|
236
|
+
};
|
|
237
|
+
};
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
//# sourceMappingURL=hostels-permissions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hostels-permissions.d.ts","sourceRoot":"","sources":["../../../src/permissions/app-permissions/hostels-permissions.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8O7B,CAAC"}
|
|
@@ -0,0 +1,244 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EnrollXPermission = void 0;
|
|
4
|
+
const domain_1 = require("../../domain");
|
|
5
|
+
exports.EnrollXPermission = {
|
|
6
|
+
manage_hostels_profile_permissions: {
|
|
7
|
+
GROUP: {
|
|
8
|
+
name: 'Manage enrol_x Profile Permissions',
|
|
9
|
+
slug: 'manage_enrol_x_profile_permissions',
|
|
10
|
+
application: domain_1.ProfileApplicationType.hostels,
|
|
11
|
+
},
|
|
12
|
+
PERMISSIONS: {
|
|
13
|
+
manage_hostels_profile_permissions_view: {
|
|
14
|
+
name: 'View',
|
|
15
|
+
slug: 'manage_hostels_profile_permissions_view',
|
|
16
|
+
permissions: [],
|
|
17
|
+
permissionObj: {},
|
|
18
|
+
},
|
|
19
|
+
manage_hostels_profile_permissions_add: {
|
|
20
|
+
name: 'Add',
|
|
21
|
+
slug: 'manage_hostels_profile_permissions_add',
|
|
22
|
+
permissions: [],
|
|
23
|
+
permissionObj: {},
|
|
24
|
+
},
|
|
25
|
+
manage__profile_permissions_edit: {
|
|
26
|
+
name: 'Edit',
|
|
27
|
+
slug: 'manage_hostels_profile_permissions_edit',
|
|
28
|
+
permissions: [],
|
|
29
|
+
permissionObj: {},
|
|
30
|
+
},
|
|
31
|
+
manage_hostels_profile_permissions_delete: {
|
|
32
|
+
name: 'Delete',
|
|
33
|
+
slug: 'manage_hostels_profile_permissions_delete',
|
|
34
|
+
permissions: [],
|
|
35
|
+
permissionObj: {},
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
},
|
|
39
|
+
hosteler: {
|
|
40
|
+
GROUP: {
|
|
41
|
+
name: 'Hosteler',
|
|
42
|
+
slug: 'hosteler',
|
|
43
|
+
application: domain_1.ProfileApplicationType.hostels,
|
|
44
|
+
},
|
|
45
|
+
PERMISSIONS: {
|
|
46
|
+
hosteler_add: {
|
|
47
|
+
name: 'Add',
|
|
48
|
+
slug: 'hosteler_add',
|
|
49
|
+
permissions: ['All', 'Assigned'],
|
|
50
|
+
permissionObj: {
|
|
51
|
+
All: 'All',
|
|
52
|
+
Assigned: 'Assigned',
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
hosteler_edit: {
|
|
56
|
+
name: 'Edit',
|
|
57
|
+
slug: 'hosteler_edit',
|
|
58
|
+
permissions: ['All', 'Assigned'],
|
|
59
|
+
permissionObj: {
|
|
60
|
+
All: 'All',
|
|
61
|
+
Assigned: 'Assigned',
|
|
62
|
+
},
|
|
63
|
+
},
|
|
64
|
+
hosteler_view: {
|
|
65
|
+
name: 'View',
|
|
66
|
+
slug: 'hosteler_view',
|
|
67
|
+
permissions: ['All', 'Assigned'],
|
|
68
|
+
permissionObj: {
|
|
69
|
+
All: 'All',
|
|
70
|
+
Assigned: 'Assigned',
|
|
71
|
+
},
|
|
72
|
+
},
|
|
73
|
+
hosteler_change_status: {
|
|
74
|
+
name: 'Change Status',
|
|
75
|
+
slug: 'hosteler_change_status',
|
|
76
|
+
permissions: ['All', 'Assigned'],
|
|
77
|
+
permissionObj: {
|
|
78
|
+
All: 'All',
|
|
79
|
+
Assigned: 'Assigned',
|
|
80
|
+
},
|
|
81
|
+
},
|
|
82
|
+
hosteler_face_data_reset: {
|
|
83
|
+
name: 'Face Data Reset',
|
|
84
|
+
slug: 'hosteler_face_data_reset',
|
|
85
|
+
permissions: ['All', 'Assigned'],
|
|
86
|
+
permissionObj: {
|
|
87
|
+
All: 'All',
|
|
88
|
+
Assigned: 'Assigned',
|
|
89
|
+
},
|
|
90
|
+
},
|
|
91
|
+
hosteler_dashboard_view: {
|
|
92
|
+
name: 'Dashboard view',
|
|
93
|
+
slug: 'hosteler_dashboard_view',
|
|
94
|
+
permissions: ['All', 'Assigned'],
|
|
95
|
+
permissionObj: {
|
|
96
|
+
All: 'All',
|
|
97
|
+
Assigned: 'Assigned',
|
|
98
|
+
},
|
|
99
|
+
},
|
|
100
|
+
hosteler_fee_payments_view: {
|
|
101
|
+
name: 'Fee payments view',
|
|
102
|
+
slug: 'hosteler_fee_payments_view',
|
|
103
|
+
permissions: ['All', 'Assigned'],
|
|
104
|
+
permissionObj: {
|
|
105
|
+
All: 'All',
|
|
106
|
+
Assigned: 'Assigned',
|
|
107
|
+
},
|
|
108
|
+
},
|
|
109
|
+
hosteler_reports_view: {
|
|
110
|
+
name: 'Reports view',
|
|
111
|
+
slug: 'hosteler_reports_view',
|
|
112
|
+
permissions: ['All', 'Assigned'],
|
|
113
|
+
permissionObj: {
|
|
114
|
+
All: 'All',
|
|
115
|
+
Assigned: 'Assigned',
|
|
116
|
+
},
|
|
117
|
+
},
|
|
118
|
+
},
|
|
119
|
+
},
|
|
120
|
+
hosteler_settings: {
|
|
121
|
+
GROUP: {
|
|
122
|
+
name: 'Hosteler Settings',
|
|
123
|
+
slug: 'hosteler_settings',
|
|
124
|
+
application: domain_1.ProfileApplicationType.hostels,
|
|
125
|
+
},
|
|
126
|
+
PERMISSIONS: {
|
|
127
|
+
hosteler_settings_view_configuration: {
|
|
128
|
+
name: 'View Configuration',
|
|
129
|
+
slug: 'hosteler_settings_view_configuration',
|
|
130
|
+
permissions: [],
|
|
131
|
+
permissionObj: {},
|
|
132
|
+
},
|
|
133
|
+
hosteler_settings_edit_configuration: {
|
|
134
|
+
name: 'Edit Configuration',
|
|
135
|
+
slug: 'hosteler_settings_edit_configuration',
|
|
136
|
+
permissions: [],
|
|
137
|
+
permissionObj: {},
|
|
138
|
+
},
|
|
139
|
+
hosteler_settings_add_fee_types: {
|
|
140
|
+
name: 'Add Fee Types',
|
|
141
|
+
slug: 'hosteler_settings_add_fee_types',
|
|
142
|
+
permissions: [],
|
|
143
|
+
permissionObj: {},
|
|
144
|
+
},
|
|
145
|
+
hosteler_settings_view_fee_types: {
|
|
146
|
+
name: 'View Fee Types',
|
|
147
|
+
slug: 'hosteler_settings_view_fee_types',
|
|
148
|
+
permissions: [],
|
|
149
|
+
permissionObj: {},
|
|
150
|
+
},
|
|
151
|
+
hosteler_settings_edit_fee_types: {
|
|
152
|
+
name: 'Edit Fee Types',
|
|
153
|
+
slug: 'hosteler_settings_edit_fee_types',
|
|
154
|
+
permissions: [],
|
|
155
|
+
permissionObj: {},
|
|
156
|
+
},
|
|
157
|
+
hosteler_settings_delete_fee_types: {
|
|
158
|
+
name: 'Delete Fee Types',
|
|
159
|
+
slug: 'hosteler_settings_delete_fee_types',
|
|
160
|
+
permissions: [],
|
|
161
|
+
permissionObj: {},
|
|
162
|
+
},
|
|
163
|
+
hosteler_settings_blocks_view: {
|
|
164
|
+
name: 'Blocks View',
|
|
165
|
+
slug: 'hosteler_settings_blocks_view',
|
|
166
|
+
permissions: [],
|
|
167
|
+
permissionObj: {},
|
|
168
|
+
},
|
|
169
|
+
hosteler_settings_blocks_add: {
|
|
170
|
+
name: 'Blocks Add',
|
|
171
|
+
slug: 'hosteler_settings_blocks_add',
|
|
172
|
+
permissions: [],
|
|
173
|
+
permissionObj: {},
|
|
174
|
+
},
|
|
175
|
+
hosteler_settings_blocks_edit: {
|
|
176
|
+
name: 'Blocks Edit',
|
|
177
|
+
slug: 'hosteler_settings_blocks_edit',
|
|
178
|
+
permissions: [],
|
|
179
|
+
permissionObj: {},
|
|
180
|
+
},
|
|
181
|
+
hosteler_settings_blocks_delete: {
|
|
182
|
+
name: 'Blocks Delete',
|
|
183
|
+
slug: 'hosteler_settings_blocks_delete',
|
|
184
|
+
permissions: [],
|
|
185
|
+
permissionObj: {},
|
|
186
|
+
},
|
|
187
|
+
hosteler_settings_rooms_view: {
|
|
188
|
+
name: 'Rooms View',
|
|
189
|
+
slug: 'hosteler_settings_rooms_view',
|
|
190
|
+
permissions: [],
|
|
191
|
+
permissionObj: {},
|
|
192
|
+
},
|
|
193
|
+
hosteler_settings_rooms_add: {
|
|
194
|
+
name: 'Rooms Add',
|
|
195
|
+
slug: 'hosteler_settings_rooms_add',
|
|
196
|
+
permissions: [],
|
|
197
|
+
permissionObj: {},
|
|
198
|
+
},
|
|
199
|
+
hosteler_settings_rooms_edit: {
|
|
200
|
+
name: 'Rooms Edit',
|
|
201
|
+
slug: 'hosteler_settings_rooms_edit',
|
|
202
|
+
permissions: [],
|
|
203
|
+
permissionObj: {},
|
|
204
|
+
},
|
|
205
|
+
hosteler_settings_rooms_delete: {
|
|
206
|
+
name: 'Rooms Delete',
|
|
207
|
+
slug: 'hosteler_settings_rooms_delete',
|
|
208
|
+
permissions: [],
|
|
209
|
+
permissionObj: {},
|
|
210
|
+
},
|
|
211
|
+
hosteler_settings_amenities_view: {
|
|
212
|
+
name: 'Amenities View',
|
|
213
|
+
slug: 'hosteler_settings_amenities_view',
|
|
214
|
+
permissions: [],
|
|
215
|
+
permissionObj: {},
|
|
216
|
+
},
|
|
217
|
+
hosteler_settings_amenities_add: {
|
|
218
|
+
name: 'Amenities Add',
|
|
219
|
+
slug: 'hosteler_settings_amenities_add',
|
|
220
|
+
permissions: [],
|
|
221
|
+
permissionObj: {},
|
|
222
|
+
},
|
|
223
|
+
hosteler_settings_amenities_edit: {
|
|
224
|
+
name: 'Amenities Edit',
|
|
225
|
+
slug: 'hosteler_settings_amenities_edit',
|
|
226
|
+
permissions: [],
|
|
227
|
+
permissionObj: {},
|
|
228
|
+
},
|
|
229
|
+
hosteler_settings_amenities_delete: {
|
|
230
|
+
name: 'Amenities Delete',
|
|
231
|
+
slug: 'hosteler_settings_amenities_delete',
|
|
232
|
+
permissions: [],
|
|
233
|
+
permissionObj: {},
|
|
234
|
+
},
|
|
235
|
+
hosteler_settings_import_hostel_rooms: {
|
|
236
|
+
name: 'Import Hostel Rooms',
|
|
237
|
+
slug: 'hosteler_settings_import_hostel_rooms',
|
|
238
|
+
permissions: [],
|
|
239
|
+
permissionObj: {},
|
|
240
|
+
},
|
|
241
|
+
},
|
|
242
|
+
},
|
|
243
|
+
};
|
|
244
|
+
//# sourceMappingURL=hostels-permissions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hostels-permissions.js","sourceRoot":"","sources":["../../../src/permissions/app-permissions/hostels-permissions.ts"],"names":[],"mappings":";;;AAAA,yCAAsD;AAEzC,QAAA,iBAAiB,GAAG;IAC/B,kCAAkC,EAAE;QAClC,KAAK,EAAE;YACL,IAAI,EAAE,oCAAoC;YAC1C,IAAI,EAAE,oCAAoC;YAC1C,WAAW,EAAE,+BAAsB,CAAC,OAAO;SAC5C;QACD,WAAW,EAAE;YACX,uCAAuC,EAAE;gBACvC,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,yCAAyC;gBAC/C,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,sCAAsC,EAAE;gBACtC,IAAI,EAAE,KAAK;gBACX,IAAI,EAAE,wCAAwC;gBAC9C,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,gCAAgC,EAAE;gBAChC,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,yCAAyC;gBAC/C,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,yCAAyC,EAAE;gBACzC,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,2CAA2C;gBACjD,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;SACF;KACF;IACD,QAAQ,EAAE;QACR,KAAK,EAAE;YACL,IAAI,EAAE,UAAU;YAChB,IAAI,EAAE,UAAU;YAChB,WAAW,EAAE,+BAAsB,CAAC,OAAO;SAC5C;QACD,WAAW,EAAE;YACX,YAAY,EAAE;gBACZ,IAAI,EAAE,KAAK;gBACX,IAAI,EAAE,cAAc;gBACpB,WAAW,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC;gBAChC,aAAa,EAAE;oBACb,GAAG,EAAE,KAAK;oBACV,QAAQ,EAAE,UAAU;iBACrB;aACF;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,eAAe;gBACrB,WAAW,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC;gBAChC,aAAa,EAAE;oBACb,GAAG,EAAE,KAAK;oBACV,QAAQ,EAAE,UAAU;iBACrB;aACF;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,eAAe;gBACrB,WAAW,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC;gBAChC,aAAa,EAAE;oBACb,GAAG,EAAE,KAAK;oBACV,QAAQ,EAAE,UAAU;iBACrB;aACF;YACD,sBAAsB,EAAE;gBACtB,IAAI,EAAE,eAAe;gBACrB,IAAI,EAAE,wBAAwB;gBAC9B,WAAW,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC;gBAChC,aAAa,EAAE;oBACb,GAAG,EAAE,KAAK;oBACV,QAAQ,EAAE,UAAU;iBACrB;aACF;YACD,wBAAwB,EAAE;gBACxB,IAAI,EAAE,iBAAiB;gBACvB,IAAI,EAAE,0BAA0B;gBAChC,WAAW,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC;gBAChC,aAAa,EAAE;oBACb,GAAG,EAAE,KAAK;oBACV,QAAQ,EAAE,UAAU;iBACrB;aACF;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,yBAAyB;gBAC/B,WAAW,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC;gBAChC,aAAa,EAAE;oBACb,GAAG,EAAE,KAAK;oBACV,QAAQ,EAAE,UAAU;iBACrB;aACF;YACD,0BAA0B,EAAE;gBAC1B,IAAI,EAAE,mBAAmB;gBACzB,IAAI,EAAE,4BAA4B;gBAClC,WAAW,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC;gBAChC,aAAa,EAAE;oBACb,GAAG,EAAE,KAAK;oBACV,QAAQ,EAAE,UAAU;iBACrB;aACF;YACD,qBAAqB,EAAE;gBACrB,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,uBAAuB;gBAC7B,WAAW,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC;gBAChC,aAAa,EAAE;oBACb,GAAG,EAAE,KAAK;oBACV,QAAQ,EAAE,UAAU;iBACrB;aACF;SACF;KACF;IACD,iBAAiB,EAAE;QACjB,KAAK,EAAE;YACL,IAAI,EAAE,mBAAmB;YACzB,IAAI,EAAE,mBAAmB;YACzB,WAAW,EAAE,+BAAsB,CAAC,OAAO;SAC5C;QACD,WAAW,EAAE;YACX,oCAAoC,EAAE;gBACpC,IAAI,EAAE,oBAAoB;gBAC1B,IAAI,EAAE,sCAAsC;gBAC5C,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,oCAAoC,EAAE;gBACpC,IAAI,EAAE,oBAAoB;gBAC1B,IAAI,EAAE,sCAAsC;gBAC5C,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,+BAA+B,EAAE;gBAC/B,IAAI,EAAE,eAAe;gBACrB,IAAI,EAAE,iCAAiC;gBACvC,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,gCAAgC,EAAE;gBAChC,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,kCAAkC;gBACxC,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,gCAAgC,EAAE;gBAChC,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,kCAAkC;gBACxC,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,kCAAkC,EAAE;gBAClC,IAAI,EAAE,kBAAkB;gBACxB,IAAI,EAAE,oCAAoC;gBAC1C,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,6BAA6B,EAAE;gBAC7B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,+BAA+B;gBACrC,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,4BAA4B,EAAE;gBAC5B,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,8BAA8B;gBACpC,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,6BAA6B,EAAE;gBAC7B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,+BAA+B;gBACrC,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,+BAA+B,EAAE;gBAC/B,IAAI,EAAE,eAAe;gBACrB,IAAI,EAAE,iCAAiC;gBACvC,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,4BAA4B,EAAE;gBAC5B,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,8BAA8B;gBACpC,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,2BAA2B,EAAE;gBAC3B,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,6BAA6B;gBACnC,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,4BAA4B,EAAE;gBAC5B,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,8BAA8B;gBACpC,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,8BAA8B,EAAE;gBAC9B,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,gCAAgC;gBACtC,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,gCAAgC,EAAE;gBAChC,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,kCAAkC;gBACxC,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,+BAA+B,EAAE;gBAC/B,IAAI,EAAE,eAAe;gBACrB,IAAI,EAAE,iCAAiC;gBACvC,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,gCAAgC,EAAE;gBAChC,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,kCAAkC;gBACxC,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,kCAAkC,EAAE;gBAClC,IAAI,EAAE,kBAAkB;gBACxB,IAAI,EAAE,oCAAoC;gBAC1C,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;YACD,qCAAqC,EAAE;gBACrC,IAAI,EAAE,qBAAqB;gBAC3B,IAAI,EAAE,uCAAuC;gBAC7C,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE;aAClB;SACF;KACF;CACF,CAAC"}
|