@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,50 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 1,
|
|
4
|
+
"name": "Super Admin",
|
|
5
|
+
"identifier": "super-admin",
|
|
6
|
+
"weight": 0,
|
|
7
|
+
"description": "Super admin role which has access to all resources",
|
|
8
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
|
9
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
|
10
|
+
"deleted_at": null,
|
|
11
|
+
"created_by": 2,
|
|
12
|
+
"updated_by": 2
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": 2,
|
|
16
|
+
"name": "Public",
|
|
17
|
+
"identifier": "public",
|
|
18
|
+
"weight": 100000,
|
|
19
|
+
"description": "for all users shall fall into this group",
|
|
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": 3,
|
|
28
|
+
"name": "Internal",
|
|
29
|
+
"identifier": "internal",
|
|
30
|
+
"weight": 10,
|
|
31
|
+
"description": "All users who is part of the organization will be able to see this one",
|
|
32
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
|
33
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
|
34
|
+
"deleted_at": null,
|
|
35
|
+
"created_by": 2,
|
|
36
|
+
"updated_by": 2
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"id": 4,
|
|
40
|
+
"name": "Developer",
|
|
41
|
+
"identifier": "developer",
|
|
42
|
+
"weight": 10,
|
|
43
|
+
"description": "all the people who work as the developer",
|
|
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
|
+
]
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 3,
|
|
4
|
+
"name": "*.created_at",
|
|
5
|
+
"description": "who columns cannot be added or inserted or updated",
|
|
6
|
+
"source_type": null,
|
|
7
|
+
"source_id": null,
|
|
8
|
+
"operation": "-ae-",
|
|
9
|
+
"filter_condition_id": null,
|
|
10
|
+
"script_id": 1,
|
|
11
|
+
"active": true,
|
|
12
|
+
"created_at": "2021-04-23 18:32:54.495325",
|
|
13
|
+
"updated_at": "2021-04-23 18:32:54.495325",
|
|
14
|
+
"deleted_at": null,
|
|
15
|
+
"created_by": 2,
|
|
16
|
+
"updated_by": 2
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": 4,
|
|
20
|
+
"name": "*.updated_at",
|
|
21
|
+
"description": "who columns cannot be added or inserted or updated",
|
|
22
|
+
"source_type": null,
|
|
23
|
+
"source_id": null,
|
|
24
|
+
"operation": "-ae-",
|
|
25
|
+
"filter_condition_id": null,
|
|
26
|
+
"script_id": 1,
|
|
27
|
+
"active": true,
|
|
28
|
+
"created_at": "2021-04-23 18:32:54.495325",
|
|
29
|
+
"updated_at": "2021-04-23 18:32:54.495325",
|
|
30
|
+
"deleted_at": null,
|
|
31
|
+
"created_by": 2,
|
|
32
|
+
"updated_by": 2
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": 5,
|
|
36
|
+
"name": "*.deleted_at",
|
|
37
|
+
"description": "who columns cannot be added or inserted or updated",
|
|
38
|
+
"source_type": null,
|
|
39
|
+
"source_id": null,
|
|
40
|
+
"operation": "-ae-",
|
|
41
|
+
"filter_condition_id": null,
|
|
42
|
+
"script_id": 1,
|
|
43
|
+
"active": true,
|
|
44
|
+
"created_at": "2021-04-23 18:32:54.495325",
|
|
45
|
+
"updated_at": "2021-04-23 18:32:54.495325",
|
|
46
|
+
"deleted_at": null,
|
|
47
|
+
"created_by": 2,
|
|
48
|
+
"updated_by": 2
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": 6,
|
|
52
|
+
"name": "*.created_by",
|
|
53
|
+
"description": "who columns cannot be added or inserted or updated",
|
|
54
|
+
"source_type": null,
|
|
55
|
+
"source_id": null,
|
|
56
|
+
"operation": "-ae-",
|
|
57
|
+
"filter_condition_id": null,
|
|
58
|
+
"script_id": 1,
|
|
59
|
+
"active": true,
|
|
60
|
+
"created_at": "2021-04-23 18:32:54.495325",
|
|
61
|
+
"updated_at": "2021-04-23 18:32:54.495325",
|
|
62
|
+
"deleted_at": null,
|
|
63
|
+
"created_by": 2,
|
|
64
|
+
"updated_by": 2
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": 7,
|
|
68
|
+
"name": "*.updated_by",
|
|
69
|
+
"description": "who columns cannot be added or inserted or updated",
|
|
70
|
+
"source_type": null,
|
|
71
|
+
"source_id": null,
|
|
72
|
+
"operation": "-ae-",
|
|
73
|
+
"filter_condition_id": null,
|
|
74
|
+
"script_id": 1,
|
|
75
|
+
"active": true,
|
|
76
|
+
"created_at": "2021-04-23 18:32:54.495325",
|
|
77
|
+
"updated_at": "2021-04-23 18:32:54.495325",
|
|
78
|
+
"deleted_at": null,
|
|
79
|
+
"created_by": 2,
|
|
80
|
+
"updated_by": 2
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": 8,
|
|
84
|
+
"name": "*.id",
|
|
85
|
+
"description": "who columns cannot be added or inserted or updated",
|
|
86
|
+
"source_type": null,
|
|
87
|
+
"source_id": null,
|
|
88
|
+
"operation": "-ae-",
|
|
89
|
+
"filter_condition_id": null,
|
|
90
|
+
"script_id": 1,
|
|
91
|
+
"active": true,
|
|
92
|
+
"created_at": "2021-04-23 18:32:54.495325",
|
|
93
|
+
"updated_at": "2021-04-23 18:32:54.495325",
|
|
94
|
+
"deleted_at": null,
|
|
95
|
+
"created_by": 2,
|
|
96
|
+
"updated_by": 2
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": 1,
|
|
100
|
+
"name": "*.source_id",
|
|
101
|
+
"description": "source type cannot be allowed for insertion",
|
|
102
|
+
"source_type": null,
|
|
103
|
+
"source_id": null,
|
|
104
|
+
"operation": "-ae-",
|
|
105
|
+
"filter_condition_id": null,
|
|
106
|
+
"script_id": 1,
|
|
107
|
+
"active": true,
|
|
108
|
+
"created_at": "2021-04-23 18:32:54.495325",
|
|
109
|
+
"updated_at": "2021-04-23 18:32:54.495325",
|
|
110
|
+
"deleted_at": null,
|
|
111
|
+
"created_by": 2,
|
|
112
|
+
"updated_by": 2
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": 2,
|
|
116
|
+
"name": "*.source_type",
|
|
117
|
+
"description": "source type cannot be allowed for insertion",
|
|
118
|
+
"source_type": null,
|
|
119
|
+
"source_id": null,
|
|
120
|
+
"operation": "-ae-",
|
|
121
|
+
"filter_condition_id": null,
|
|
122
|
+
"script_id": 1,
|
|
123
|
+
"active": true,
|
|
124
|
+
"created_at": "2021-04-23 18:32:54.495325",
|
|
125
|
+
"updated_at": "2021-04-23 18:32:54.495325",
|
|
126
|
+
"deleted_at": null,
|
|
127
|
+
"created_by": 2,
|
|
128
|
+
"updated_by": 2
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": 10,
|
|
132
|
+
"name": "sys_event_queues.start_time",
|
|
133
|
+
"description": "Do not allow start time in event queue to be added by user",
|
|
134
|
+
"source_type": null,
|
|
135
|
+
"source_id": null,
|
|
136
|
+
"operation": "-ae-",
|
|
137
|
+
"filter_condition_id": null,
|
|
138
|
+
"script_id": 1,
|
|
139
|
+
"active": true,
|
|
140
|
+
"created_at": "2021-04-24 02:54:13.007",
|
|
141
|
+
"updated_at": "2021-04-24 02:54:13.007",
|
|
142
|
+
"deleted_at": null,
|
|
143
|
+
"created_by": 1,
|
|
144
|
+
"updated_by": 1
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"id": 11,
|
|
148
|
+
"name": "sys_event_queues.end_time",
|
|
149
|
+
"description": "Do not allow start time in event queue to be added by user",
|
|
150
|
+
"source_type": null,
|
|
151
|
+
"source_id": null,
|
|
152
|
+
"operation": "-ae-",
|
|
153
|
+
"filter_condition_id": null,
|
|
154
|
+
"script_id": 1,
|
|
155
|
+
"active": true,
|
|
156
|
+
"created_at": "2021-04-24 02:54:41.526",
|
|
157
|
+
"updated_at": "2021-04-24 02:54:41.526",
|
|
158
|
+
"deleted_at": null,
|
|
159
|
+
"created_by": 1,
|
|
160
|
+
"updated_by": 1
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": 9,
|
|
164
|
+
"name": "*.script_id",
|
|
165
|
+
"description": "script id cannot be added at the time of insertion",
|
|
166
|
+
"source_type": null,
|
|
167
|
+
"source_id": null,
|
|
168
|
+
"operation": "----",
|
|
169
|
+
"filter_condition_id": null,
|
|
170
|
+
"script_id": 1,
|
|
171
|
+
"active": true,
|
|
172
|
+
"created_at": "2021-04-24 02:40:46.198",
|
|
173
|
+
"updated_at": "2021-04-24 02:40:46.198",
|
|
174
|
+
"deleted_at": null,
|
|
175
|
+
"created_by": 1,
|
|
176
|
+
"updated_by": 1
|
|
177
|
+
}
|
|
178
|
+
]
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 1,
|
|
4
|
+
"name": "Reject Directly",
|
|
5
|
+
"source_type": null,
|
|
6
|
+
"source_id": null,
|
|
7
|
+
"type_id": 11,
|
|
8
|
+
"script": "answer = false;",
|
|
9
|
+
"created_at": "2021-04-23 18:32:54.495325",
|
|
10
|
+
"updated_at": "2021-04-23 18:32:54.495325",
|
|
11
|
+
"deleted_at": null,
|
|
12
|
+
"created_by": 2,
|
|
13
|
+
"updated_by": 2
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"id": 101,
|
|
17
|
+
"name": "UiActionEntity Script",
|
|
18
|
+
"source_type": null,
|
|
19
|
+
"source_id": 6,
|
|
20
|
+
"type_id": null,
|
|
21
|
+
"script": "let url = 'menu/'+page.getData().id;\npage.redirect(url);",
|
|
22
|
+
"created_at": "2021-04-24 01:58:33.871",
|
|
23
|
+
"updated_at": "2021-04-24 02:13:57.145",
|
|
24
|
+
"deleted_at": null,
|
|
25
|
+
"created_by": 1,
|
|
26
|
+
"updated_by": 1
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"id": 102,
|
|
30
|
+
"name": "UiActionEntity Script",
|
|
31
|
+
"source_type": null,
|
|
32
|
+
"source_id": 7,
|
|
33
|
+
"type_id": null,
|
|
34
|
+
"script": "let url = '/model/'+page.getData().id;\r\npage.redirect(url);\r\n",
|
|
35
|
+
"created_at": "2021-04-24 02:46:54.442",
|
|
36
|
+
"updated_at": "2021-04-24 02:47:21.985",
|
|
37
|
+
"deleted_at": null,
|
|
38
|
+
"created_by": 1,
|
|
39
|
+
"updated_by": 1
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"id": 103,
|
|
43
|
+
"name": "UiActionEntity Script",
|
|
44
|
+
"source_type": null,
|
|
45
|
+
"source_id": 8,
|
|
46
|
+
"type_id": null,
|
|
47
|
+
"script": "let url = '/form/'+page.getData().id;\npage.redirect(url);\n",
|
|
48
|
+
"created_at": "2021-04-24 03:07:30.312",
|
|
49
|
+
"updated_at": "2021-04-24 03:07:41.486",
|
|
50
|
+
"deleted_at": null,
|
|
51
|
+
"created_by": 1,
|
|
52
|
+
"updated_by": 1
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"id": 104,
|
|
56
|
+
"name": "UiActionEntity Script",
|
|
57
|
+
"source_type": null,
|
|
58
|
+
"source_id": 9,
|
|
59
|
+
"type_id": null,
|
|
60
|
+
"script": "let url = '/lookup/'+page.getData().id;\npage.redirect(url);\n",
|
|
61
|
+
"created_at": "2021-04-24 03:22:54.682",
|
|
62
|
+
"updated_at": "2021-04-24 03:23:30.913",
|
|
63
|
+
"deleted_at": null,
|
|
64
|
+
"created_by": 1,
|
|
65
|
+
"updated_by": 1
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"id": 105,
|
|
69
|
+
"name": "UiActionEntity Script",
|
|
70
|
+
"source_type": null,
|
|
71
|
+
"source_id": 10,
|
|
72
|
+
"type_id": null,
|
|
73
|
+
"script": "let url = '/module/'+page.getData().id;\npage.redirect(url);\n",
|
|
74
|
+
"created_at": "2021-04-24 03:28:49.162",
|
|
75
|
+
"updated_at": "2021-04-24 03:28:57.349",
|
|
76
|
+
"deleted_at": null,
|
|
77
|
+
"created_by": 1,
|
|
78
|
+
"updated_by": 1
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": 106,
|
|
82
|
+
"name": "UiActionEntity Script",
|
|
83
|
+
"source_type": null,
|
|
84
|
+
"source_id": 11,
|
|
85
|
+
"type_id": null,
|
|
86
|
+
"script": "let url = '/report/'+page.getData().id;\npage.redirect(url);\n",
|
|
87
|
+
"created_at": "2021-04-24 03:38:31.97",
|
|
88
|
+
"updated_at": "2021-04-24 03:38:42.39",
|
|
89
|
+
"deleted_at": null,
|
|
90
|
+
"created_by": 1,
|
|
91
|
+
"updated_by": 1
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"id": 107,
|
|
95
|
+
"name": "UiActionEntity Script",
|
|
96
|
+
"source_type": null,
|
|
97
|
+
"source_id": 12,
|
|
98
|
+
"type_id": null,
|
|
99
|
+
"script": "let url = '/scheduledJob/'+page.getData().id;\npage.redirect(url);\n",
|
|
100
|
+
"created_at": "2021-04-24 03:52:39.197",
|
|
101
|
+
"updated_at": "2021-04-24 03:53:04.279",
|
|
102
|
+
"deleted_at": null,
|
|
103
|
+
"created_by": 1,
|
|
104
|
+
"updated_by": 1
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"id": 108,
|
|
108
|
+
"name": "UiActionEntity Script",
|
|
109
|
+
"source_type": null,
|
|
110
|
+
"source_id": 13,
|
|
111
|
+
"type_id": null,
|
|
112
|
+
"script": "let url = '/securityRule/'+page.getData().id;\npage.redirect(url);\n",
|
|
113
|
+
"created_at": "2021-04-24 04:15:31.113",
|
|
114
|
+
"updated_at": "2021-04-24 04:15:43.951",
|
|
115
|
+
"deleted_at": null,
|
|
116
|
+
"created_by": 1,
|
|
117
|
+
"updated_by": 1
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"id": 109,
|
|
121
|
+
"name": "UiActionEntity Script",
|
|
122
|
+
"source_type": null,
|
|
123
|
+
"source_id": 14,
|
|
124
|
+
"type_id": null,
|
|
125
|
+
"script": "let url = '/userGroup/'+page.getData().id;\npage.redirect(url);\n",
|
|
126
|
+
"created_at": "2021-04-24 04:31:22.07",
|
|
127
|
+
"updated_at": "2021-04-24 04:31:32.72",
|
|
128
|
+
"deleted_at": null,
|
|
129
|
+
"created_by": 1,
|
|
130
|
+
"updated_by": 1
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"id": 110,
|
|
134
|
+
"name": "UiActionEntity Script",
|
|
135
|
+
"source_type": null,
|
|
136
|
+
"source_id": 16,
|
|
137
|
+
"type_id": null,
|
|
138
|
+
"script": "let url = '/user/'+page.getData().id;\npage.redirect(url);\n",
|
|
139
|
+
"created_at": "2021-04-24 04:43:21.981",
|
|
140
|
+
"updated_at": "2021-04-24 04:43:33.91",
|
|
141
|
+
"deleted_at": null,
|
|
142
|
+
"created_by": 1,
|
|
143
|
+
"updated_by": 1
|
|
144
|
+
}
|
|
145
|
+
]
|