@servicelabsco/nestjs-utility-services 1.2.14 → 1.2.15
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/migrations/1619296224563-AddMasterSeedersDataSeederTable.d.ts +8 -0
- package/dist/migrations/1619296224563-AddMasterSeedersDataSeederTable.js +59 -0
- package/dist/migrations/1619296224563-AddMasterSeedersDataSeederTable.js.map +1 -0
- package/dist/seeders/sys_column_definitions.json +255 -0
- package/dist/seeders/sys_lookup_types.json +102 -0
- package/dist/seeders/sys_lookup_values.json +386 -0
- package/dist/seeders/sys_menu_details.json +622 -0
- package/dist/seeders/sys_menu_roles.json +202 -0
- package/dist/seeders/sys_module_details.json +26 -0
- package/dist/seeders/sys_module_menus.json +222 -0
- package/dist/seeders/sys_page_definitions.json +112 -0
- package/dist/seeders/sys_parent_menus.json +112 -0
- package/dist/seeders/sys_roles.json +50 -0
- package/dist/seeders/sys_security_rules.json +178 -0
- package/dist/seeders/sys_system_scripts.json +145 -0
- package/dist/seeders/sys_ui_actions.json +386 -0
- package/dist/seeders/sys_user_roles.json +12 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
@@ -0,0 +1,386 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"id": 1,
|
4
|
+
"name": "addGeneric",
|
5
|
+
"description": "Add Generic Record",
|
6
|
+
"source_type": null,
|
7
|
+
"source_id": null,
|
8
|
+
"display_order": 1,
|
9
|
+
"image": "fa-plus",
|
10
|
+
"form_id": null,
|
11
|
+
"filter_condition_id": null,
|
12
|
+
"script_id": null,
|
13
|
+
"as_header": true,
|
14
|
+
"as_footer": false,
|
15
|
+
"as_dropdown": false,
|
16
|
+
"as_context": false,
|
17
|
+
"as_record": false,
|
18
|
+
"active": true,
|
19
|
+
"is_multi_operation": false,
|
20
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
21
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
22
|
+
"deleted_at": null,
|
23
|
+
"created_by": 2,
|
24
|
+
"updated_by": 2
|
25
|
+
},
|
26
|
+
{
|
27
|
+
"id": 2,
|
28
|
+
"name": "editGeneric",
|
29
|
+
"description": "Edit Generic Record",
|
30
|
+
"source_type": null,
|
31
|
+
"source_id": null,
|
32
|
+
"display_order": 1,
|
33
|
+
"image": "fa-pencil",
|
34
|
+
"form_id": null,
|
35
|
+
"filter_condition_id": null,
|
36
|
+
"script_id": null,
|
37
|
+
"as_header": false,
|
38
|
+
"as_footer": false,
|
39
|
+
"as_dropdown": false,
|
40
|
+
"as_context": true,
|
41
|
+
"as_record": true,
|
42
|
+
"active": true,
|
43
|
+
"is_multi_operation": false,
|
44
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
45
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
46
|
+
"deleted_at": null,
|
47
|
+
"created_by": 2,
|
48
|
+
"updated_by": 2
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"id": 3,
|
52
|
+
"name": "deleteGeneric",
|
53
|
+
"description": "Delete Generic Record",
|
54
|
+
"source_type": null,
|
55
|
+
"source_id": null,
|
56
|
+
"display_order": 2,
|
57
|
+
"image": "fa-trash",
|
58
|
+
"form_id": null,
|
59
|
+
"filter_condition_id": null,
|
60
|
+
"script_id": null,
|
61
|
+
"as_header": false,
|
62
|
+
"as_footer": false,
|
63
|
+
"as_dropdown": false,
|
64
|
+
"as_context": true,
|
65
|
+
"as_record": true,
|
66
|
+
"active": true,
|
67
|
+
"is_multi_operation": false,
|
68
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
69
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
70
|
+
"deleted_at": null,
|
71
|
+
"created_by": 2,
|
72
|
+
"updated_by": 2
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"id": 4,
|
76
|
+
"name": "auditGeneric",
|
77
|
+
"description": "Audit Generic Record",
|
78
|
+
"source_type": null,
|
79
|
+
"source_id": null,
|
80
|
+
"display_order": 1,
|
81
|
+
"image": "fa-eye",
|
82
|
+
"form_id": null,
|
83
|
+
"filter_condition_id": null,
|
84
|
+
"script_id": null,
|
85
|
+
"as_header": false,
|
86
|
+
"as_footer": false,
|
87
|
+
"as_dropdown": false,
|
88
|
+
"as_context": true,
|
89
|
+
"as_record": true,
|
90
|
+
"active": true,
|
91
|
+
"is_multi_operation": false,
|
92
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
93
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
94
|
+
"deleted_at": null,
|
95
|
+
"created_by": 2,
|
96
|
+
"updated_by": 2
|
97
|
+
},
|
98
|
+
{
|
99
|
+
"id": 5,
|
100
|
+
"name": "copyGeneric",
|
101
|
+
"description": "Copy Generic Record",
|
102
|
+
"source_type": null,
|
103
|
+
"source_id": null,
|
104
|
+
"display_order": 1,
|
105
|
+
"image": "fa-copy",
|
106
|
+
"form_id": null,
|
107
|
+
"filter_condition_id": null,
|
108
|
+
"script_id": null,
|
109
|
+
"as_header": false,
|
110
|
+
"as_footer": false,
|
111
|
+
"as_dropdown": false,
|
112
|
+
"as_context": true,
|
113
|
+
"as_record": true,
|
114
|
+
"active": true,
|
115
|
+
"is_multi_operation": false,
|
116
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
117
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
118
|
+
"deleted_at": null,
|
119
|
+
"created_by": 2,
|
120
|
+
"updated_by": 2
|
121
|
+
},
|
122
|
+
{
|
123
|
+
"id": 6,
|
124
|
+
"name": "Redirect to menu details",
|
125
|
+
"description": "Redirect to menu details",
|
126
|
+
"source_type": "1ef387eee5c23a8d3c8f6a3130e1c397",
|
127
|
+
"source_id": 3,
|
128
|
+
"display_order": 0,
|
129
|
+
"image": "fa-info-circle",
|
130
|
+
"form_id": null,
|
131
|
+
"filter_condition_id": null,
|
132
|
+
"script_id": 101,
|
133
|
+
"as_header": false,
|
134
|
+
"as_footer": false,
|
135
|
+
"as_dropdown": false,
|
136
|
+
"as_context": false,
|
137
|
+
"as_record": true,
|
138
|
+
"active": true,
|
139
|
+
"is_multi_operation": false,
|
140
|
+
"created_at": "2021-04-24 01:47:25.172",
|
141
|
+
"updated_at": "2021-04-24 02:02:19.854",
|
142
|
+
"deleted_at": null,
|
143
|
+
"created_by": 1,
|
144
|
+
"updated_by": 1
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"id": 7,
|
148
|
+
"name": "Redirect to model details",
|
149
|
+
"description": null,
|
150
|
+
"source_type": "1ef387eee5c23a8d3c8f6a3130e1c397",
|
151
|
+
"source_id": 4,
|
152
|
+
"display_order": 0,
|
153
|
+
"image": "fa-info-circle",
|
154
|
+
"form_id": null,
|
155
|
+
"filter_condition_id": null,
|
156
|
+
"script_id": 102,
|
157
|
+
"as_header": false,
|
158
|
+
"as_footer": false,
|
159
|
+
"as_dropdown": false,
|
160
|
+
"as_context": false,
|
161
|
+
"as_record": true,
|
162
|
+
"active": true,
|
163
|
+
"is_multi_operation": false,
|
164
|
+
"created_at": "2021-04-24 02:46:28.403",
|
165
|
+
"updated_at": "2021-04-24 02:47:32.457",
|
166
|
+
"deleted_at": null,
|
167
|
+
"created_by": 1,
|
168
|
+
"updated_by": 1
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"id": 8,
|
172
|
+
"name": "Redirect to form details page",
|
173
|
+
"description": "redirects to the form details page",
|
174
|
+
"source_type": "1ef387eee5c23a8d3c8f6a3130e1c397",
|
175
|
+
"source_id": 18,
|
176
|
+
"display_order": 0,
|
177
|
+
"image": "fa-info-circle",
|
178
|
+
"form_id": null,
|
179
|
+
"filter_condition_id": null,
|
180
|
+
"script_id": 103,
|
181
|
+
"as_header": false,
|
182
|
+
"as_footer": false,
|
183
|
+
"as_dropdown": false,
|
184
|
+
"as_context": false,
|
185
|
+
"as_record": true,
|
186
|
+
"active": true,
|
187
|
+
"is_multi_operation": false,
|
188
|
+
"created_at": "2021-04-24 03:07:02.549",
|
189
|
+
"updated_at": "2021-04-24 03:07:30.552",
|
190
|
+
"deleted_at": null,
|
191
|
+
"created_by": 1,
|
192
|
+
"updated_by": 1
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"id": 9,
|
196
|
+
"name": "Redirect to lookup details page",
|
197
|
+
"description": "Redirect to lookup details page",
|
198
|
+
"source_type": "1ef387eee5c23a8d3c8f6a3130e1c397",
|
199
|
+
"source_id": 6,
|
200
|
+
"display_order": 0,
|
201
|
+
"image": "fa-info-circle",
|
202
|
+
"form_id": null,
|
203
|
+
"filter_condition_id": null,
|
204
|
+
"script_id": 104,
|
205
|
+
"as_header": false,
|
206
|
+
"as_footer": false,
|
207
|
+
"as_dropdown": false,
|
208
|
+
"as_context": false,
|
209
|
+
"as_record": true,
|
210
|
+
"active": true,
|
211
|
+
"is_multi_operation": false,
|
212
|
+
"created_at": "2021-04-24 03:22:13.461",
|
213
|
+
"updated_at": "2021-04-24 03:23:34.774",
|
214
|
+
"deleted_at": null,
|
215
|
+
"created_by": 1,
|
216
|
+
"updated_by": 1
|
217
|
+
},
|
218
|
+
{
|
219
|
+
"id": 10,
|
220
|
+
"name": "Redirect to module details page",
|
221
|
+
"description": "Redirect to module details page",
|
222
|
+
"source_type": "1ef387eee5c23a8d3c8f6a3130e1c397",
|
223
|
+
"source_id": 16,
|
224
|
+
"display_order": 0,
|
225
|
+
"image": "fa-info-circle",
|
226
|
+
"form_id": null,
|
227
|
+
"filter_condition_id": null,
|
228
|
+
"script_id": 105,
|
229
|
+
"as_header": false,
|
230
|
+
"as_footer": false,
|
231
|
+
"as_dropdown": false,
|
232
|
+
"as_context": false,
|
233
|
+
"as_record": true,
|
234
|
+
"active": true,
|
235
|
+
"is_multi_operation": false,
|
236
|
+
"created_at": "2021-04-24 03:28:43.712",
|
237
|
+
"updated_at": "2021-04-24 03:29:00.935",
|
238
|
+
"deleted_at": null,
|
239
|
+
"created_by": 1,
|
240
|
+
"updated_by": 1
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"id": 11,
|
244
|
+
"name": "Redirect to report details ",
|
245
|
+
"description": "redirect to report details",
|
246
|
+
"source_type": "1ef387eee5c23a8d3c8f6a3130e1c397",
|
247
|
+
"source_id": 5,
|
248
|
+
"display_order": 0,
|
249
|
+
"image": "fa-info-circle",
|
250
|
+
"form_id": null,
|
251
|
+
"filter_condition_id": null,
|
252
|
+
"script_id": 106,
|
253
|
+
"as_header": false,
|
254
|
+
"as_footer": false,
|
255
|
+
"as_dropdown": false,
|
256
|
+
"as_context": false,
|
257
|
+
"as_record": true,
|
258
|
+
"active": true,
|
259
|
+
"is_multi_operation": false,
|
260
|
+
"created_at": "2021-04-24 03:38:24.433",
|
261
|
+
"updated_at": "2021-04-24 03:39:20.044",
|
262
|
+
"deleted_at": null,
|
263
|
+
"created_by": 1,
|
264
|
+
"updated_by": 1
|
265
|
+
},
|
266
|
+
{
|
267
|
+
"id": 12,
|
268
|
+
"name": "Redirect to scheduled jobs page",
|
269
|
+
"description": "Redirect to scheduled jobs page",
|
270
|
+
"source_type": "1ef387eee5c23a8d3c8f6a3130e1c397",
|
271
|
+
"source_id": 14,
|
272
|
+
"display_order": 0,
|
273
|
+
"image": "fa-info-circle",
|
274
|
+
"form_id": null,
|
275
|
+
"filter_condition_id": null,
|
276
|
+
"script_id": 107,
|
277
|
+
"as_header": false,
|
278
|
+
"as_footer": false,
|
279
|
+
"as_dropdown": false,
|
280
|
+
"as_context": false,
|
281
|
+
"as_record": true,
|
282
|
+
"active": true,
|
283
|
+
"is_multi_operation": false,
|
284
|
+
"created_at": "2021-04-24 03:52:34.073",
|
285
|
+
"updated_at": "2021-04-24 03:53:07.129",
|
286
|
+
"deleted_at": null,
|
287
|
+
"created_by": 1,
|
288
|
+
"updated_by": 1
|
289
|
+
},
|
290
|
+
{
|
291
|
+
"id": 13,
|
292
|
+
"name": "Redirect to security rule details page",
|
293
|
+
"description": null,
|
294
|
+
"source_type": "1ef387eee5c23a8d3c8f6a3130e1c397",
|
295
|
+
"source_id": 12,
|
296
|
+
"display_order": 0,
|
297
|
+
"image": "fa-info-circle",
|
298
|
+
"form_id": null,
|
299
|
+
"filter_condition_id": null,
|
300
|
+
"script_id": 108,
|
301
|
+
"as_header": false,
|
302
|
+
"as_footer": false,
|
303
|
+
"as_dropdown": false,
|
304
|
+
"as_context": false,
|
305
|
+
"as_record": true,
|
306
|
+
"active": true,
|
307
|
+
"is_multi_operation": false,
|
308
|
+
"created_at": "2021-04-24 04:15:13.603",
|
309
|
+
"updated_at": "2021-04-24 04:15:46.538",
|
310
|
+
"deleted_at": null,
|
311
|
+
"created_by": 1,
|
312
|
+
"updated_by": 1
|
313
|
+
},
|
314
|
+
{
|
315
|
+
"id": 14,
|
316
|
+
"name": "Redirect to user groups ",
|
317
|
+
"description": "redirect to user groups",
|
318
|
+
"source_type": "1ef387eee5c23a8d3c8f6a3130e1c397",
|
319
|
+
"source_id": 11,
|
320
|
+
"display_order": 0,
|
321
|
+
"image": "fa-info-circle",
|
322
|
+
"form_id": null,
|
323
|
+
"filter_condition_id": null,
|
324
|
+
"script_id": 109,
|
325
|
+
"as_header": false,
|
326
|
+
"as_footer": false,
|
327
|
+
"as_dropdown": false,
|
328
|
+
"as_context": false,
|
329
|
+
"as_record": true,
|
330
|
+
"active": true,
|
331
|
+
"is_multi_operation": false,
|
332
|
+
"created_at": "2021-04-24 04:31:16.519",
|
333
|
+
"updated_at": "2021-04-24 04:31:37.991",
|
334
|
+
"deleted_at": null,
|
335
|
+
"created_by": 1,
|
336
|
+
"updated_by": 1
|
337
|
+
},
|
338
|
+
{
|
339
|
+
"id": 16,
|
340
|
+
"name": "redirect to user details page",
|
341
|
+
"description": "redirect to user details page",
|
342
|
+
"source_type": "1ef387eee5c23a8d3c8f6a3130e1c397",
|
343
|
+
"source_id": 101,
|
344
|
+
"display_order": 0,
|
345
|
+
"image": "fa-info-circle",
|
346
|
+
"form_id": null,
|
347
|
+
"filter_condition_id": null,
|
348
|
+
"script_id": 110,
|
349
|
+
"as_header": false,
|
350
|
+
"as_footer": false,
|
351
|
+
"as_dropdown": false,
|
352
|
+
"as_context": false,
|
353
|
+
"as_record": true,
|
354
|
+
"active": true,
|
355
|
+
"is_multi_operation": false,
|
356
|
+
"created_at": "2021-04-24 04:43:16.245",
|
357
|
+
"updated_at": "2021-04-24 04:43:39.039",
|
358
|
+
"deleted_at": null,
|
359
|
+
"created_by": 1,
|
360
|
+
"updated_by": 1
|
361
|
+
},
|
362
|
+
{
|
363
|
+
"id": 1000,
|
364
|
+
"name": "Blocker",
|
365
|
+
"description": null,
|
366
|
+
"source_type": null,
|
367
|
+
"source_id": null,
|
368
|
+
"display_order": null,
|
369
|
+
"image": null,
|
370
|
+
"form_id": null,
|
371
|
+
"filter_condition_id": null,
|
372
|
+
"script_id": null,
|
373
|
+
"as_header": false,
|
374
|
+
"as_footer": false,
|
375
|
+
"as_dropdown": false,
|
376
|
+
"as_context": false,
|
377
|
+
"as_record": false,
|
378
|
+
"active": false,
|
379
|
+
"is_multi_operation": false,
|
380
|
+
"created_at": "2021-04-24 20:18:08.015593",
|
381
|
+
"updated_at": "2021-04-24 20:18:08.015593",
|
382
|
+
"deleted_at": "2021-01-01 00:00:00",
|
383
|
+
"created_by": null,
|
384
|
+
"updated_by": null
|
385
|
+
}
|
386
|
+
]
|