@servicelabsco/nestjs-utility-services 1.2.13 → 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/system/entities/report.entity.d.ts +2 -0
- package/dist/system/entities/report.entity.js +5 -0
- package/dist/system/entities/report.entity.js.map +1 -1
- package/dist/system/es6.classes.d.ts +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
@@ -0,0 +1,202 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"id": 1,
|
4
|
+
"menu_id": 1,
|
5
|
+
"role_id": 4,
|
6
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
7
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
8
|
+
"deleted_at": null,
|
9
|
+
"created_by": 2,
|
10
|
+
"updated_by": 2
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"id": 2,
|
14
|
+
"menu_id": 2,
|
15
|
+
"role_id": 4,
|
16
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
17
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
18
|
+
"deleted_at": null,
|
19
|
+
"created_by": 2,
|
20
|
+
"updated_by": 2
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"id": 3,
|
24
|
+
"menu_id": 3,
|
25
|
+
"role_id": 4,
|
26
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
27
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
28
|
+
"deleted_at": null,
|
29
|
+
"created_by": 2,
|
30
|
+
"updated_by": 2
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"id": 4,
|
34
|
+
"menu_id": 4,
|
35
|
+
"role_id": 4,
|
36
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
37
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
38
|
+
"deleted_at": null,
|
39
|
+
"created_by": 2,
|
40
|
+
"updated_by": 2
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"id": 5,
|
44
|
+
"menu_id": 5,
|
45
|
+
"role_id": 4,
|
46
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
47
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
48
|
+
"deleted_at": null,
|
49
|
+
"created_by": 2,
|
50
|
+
"updated_by": 2
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"id": 6,
|
54
|
+
"menu_id": 6,
|
55
|
+
"role_id": 4,
|
56
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
57
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
58
|
+
"deleted_at": null,
|
59
|
+
"created_by": 2,
|
60
|
+
"updated_by": 2
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"id": 7,
|
64
|
+
"menu_id": 7,
|
65
|
+
"role_id": 4,
|
66
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
67
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
68
|
+
"deleted_at": null,
|
69
|
+
"created_by": 2,
|
70
|
+
"updated_by": 2
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"id": 8,
|
74
|
+
"menu_id": 8,
|
75
|
+
"role_id": 4,
|
76
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
77
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
78
|
+
"deleted_at": null,
|
79
|
+
"created_by": 2,
|
80
|
+
"updated_by": 2
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"id": 9,
|
84
|
+
"menu_id": 9,
|
85
|
+
"role_id": 4,
|
86
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
87
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
88
|
+
"deleted_at": null,
|
89
|
+
"created_by": 2,
|
90
|
+
"updated_by": 2
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"id": 10,
|
94
|
+
"menu_id": 10,
|
95
|
+
"role_id": 4,
|
96
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
97
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
98
|
+
"deleted_at": null,
|
99
|
+
"created_by": 2,
|
100
|
+
"updated_by": 2
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"id": 11,
|
104
|
+
"menu_id": 11,
|
105
|
+
"role_id": 4,
|
106
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
107
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
108
|
+
"deleted_at": null,
|
109
|
+
"created_by": 2,
|
110
|
+
"updated_by": 2
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"id": 12,
|
114
|
+
"menu_id": 12,
|
115
|
+
"role_id": 4,
|
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": 13,
|
124
|
+
"menu_id": 13,
|
125
|
+
"role_id": 4,
|
126
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
127
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
128
|
+
"deleted_at": null,
|
129
|
+
"created_by": 2,
|
130
|
+
"updated_by": 2
|
131
|
+
},
|
132
|
+
{
|
133
|
+
"id": 14,
|
134
|
+
"menu_id": 14,
|
135
|
+
"role_id": 4,
|
136
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
137
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
138
|
+
"deleted_at": null,
|
139
|
+
"created_by": 2,
|
140
|
+
"updated_by": 2
|
141
|
+
},
|
142
|
+
{
|
143
|
+
"id": 15,
|
144
|
+
"menu_id": 15,
|
145
|
+
"role_id": 4,
|
146
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
147
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
148
|
+
"deleted_at": null,
|
149
|
+
"created_by": 2,
|
150
|
+
"updated_by": 2
|
151
|
+
},
|
152
|
+
{
|
153
|
+
"id": 16,
|
154
|
+
"menu_id": 16,
|
155
|
+
"role_id": 4,
|
156
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
157
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
158
|
+
"deleted_at": null,
|
159
|
+
"created_by": 2,
|
160
|
+
"updated_by": 2
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"id": 17,
|
164
|
+
"menu_id": 17,
|
165
|
+
"role_id": 4,
|
166
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
167
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
168
|
+
"deleted_at": null,
|
169
|
+
"created_by": 2,
|
170
|
+
"updated_by": 2
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"id": 18,
|
174
|
+
"menu_id": 18,
|
175
|
+
"role_id": 4,
|
176
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
177
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
178
|
+
"deleted_at": null,
|
179
|
+
"created_by": 2,
|
180
|
+
"updated_by": 2
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"id": 100,
|
184
|
+
"menu_id": 1,
|
185
|
+
"role_id": 4,
|
186
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
187
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
188
|
+
"deleted_at": "2021-01-01 00:00:00",
|
189
|
+
"created_by": 2,
|
190
|
+
"updated_by": 2
|
191
|
+
},
|
192
|
+
{
|
193
|
+
"id": 10000,
|
194
|
+
"menu_id": 1,
|
195
|
+
"role_id": 1,
|
196
|
+
"created_at": "2021-04-24 20:18:21.591233",
|
197
|
+
"updated_at": "2021-04-24 20:18:21.591233",
|
198
|
+
"deleted_at": "2021-01-01 00:00:00",
|
199
|
+
"created_by": null,
|
200
|
+
"updated_by": null
|
201
|
+
}
|
202
|
+
]
|
@@ -0,0 +1,26 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"id": 1,
|
4
|
+
"name": "Developers",
|
5
|
+
"description": "Module for developer ones",
|
6
|
+
"image": "fa-user",
|
7
|
+
"display_order": 100,
|
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": 100,
|
16
|
+
"name": "Blocker",
|
17
|
+
"description": null,
|
18
|
+
"image": "fa-delete",
|
19
|
+
"display_order": 0,
|
20
|
+
"created_at": "2021-04-24 20:16:34.751252",
|
21
|
+
"updated_at": "2021-04-24 20:16:34.751252",
|
22
|
+
"deleted_at": "2021-01-01 00:00:00",
|
23
|
+
"created_by": null,
|
24
|
+
"updated_by": null
|
25
|
+
}
|
26
|
+
]
|
@@ -0,0 +1,222 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"id": 1,
|
4
|
+
"module_id": 1,
|
5
|
+
"menu_id": 1,
|
6
|
+
"display_order": 1,
|
7
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
8
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
9
|
+
"deleted_at": null,
|
10
|
+
"created_by": 2,
|
11
|
+
"updated_by": 2
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"id": 2,
|
15
|
+
"module_id": 1,
|
16
|
+
"menu_id": 2,
|
17
|
+
"display_order": 2,
|
18
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
19
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
20
|
+
"deleted_at": null,
|
21
|
+
"created_by": 2,
|
22
|
+
"updated_by": 2
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"id": 3,
|
26
|
+
"module_id": 1,
|
27
|
+
"menu_id": 3,
|
28
|
+
"display_order": 3,
|
29
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
30
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
31
|
+
"deleted_at": null,
|
32
|
+
"created_by": 2,
|
33
|
+
"updated_by": 2
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"id": 4,
|
37
|
+
"module_id": 1,
|
38
|
+
"menu_id": 4,
|
39
|
+
"display_order": 4,
|
40
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
41
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
42
|
+
"deleted_at": null,
|
43
|
+
"created_by": 2,
|
44
|
+
"updated_by": 2
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"id": 5,
|
48
|
+
"module_id": 1,
|
49
|
+
"menu_id": 5,
|
50
|
+
"display_order": 5,
|
51
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
52
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
53
|
+
"deleted_at": null,
|
54
|
+
"created_by": 2,
|
55
|
+
"updated_by": 2
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"id": 6,
|
59
|
+
"module_id": 1,
|
60
|
+
"menu_id": 6,
|
61
|
+
"display_order": 6,
|
62
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
63
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
64
|
+
"deleted_at": null,
|
65
|
+
"created_by": 2,
|
66
|
+
"updated_by": 2
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"id": 7,
|
70
|
+
"module_id": 1,
|
71
|
+
"menu_id": 7,
|
72
|
+
"display_order": 7,
|
73
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
74
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
75
|
+
"deleted_at": null,
|
76
|
+
"created_by": 2,
|
77
|
+
"updated_by": 2
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"id": 8,
|
81
|
+
"module_id": 1,
|
82
|
+
"menu_id": 8,
|
83
|
+
"display_order": 8,
|
84
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
85
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
86
|
+
"deleted_at": null,
|
87
|
+
"created_by": 2,
|
88
|
+
"updated_by": 2
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"id": 9,
|
92
|
+
"module_id": 1,
|
93
|
+
"menu_id": 9,
|
94
|
+
"display_order": 9,
|
95
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
96
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
97
|
+
"deleted_at": null,
|
98
|
+
"created_by": 2,
|
99
|
+
"updated_by": 2
|
100
|
+
},
|
101
|
+
{
|
102
|
+
"id": 10,
|
103
|
+
"module_id": 1,
|
104
|
+
"menu_id": 10,
|
105
|
+
"display_order": 10,
|
106
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
107
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
108
|
+
"deleted_at": null,
|
109
|
+
"created_by": 2,
|
110
|
+
"updated_by": 2
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"id": 11,
|
114
|
+
"module_id": 1,
|
115
|
+
"menu_id": 11,
|
116
|
+
"display_order": 11,
|
117
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
118
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
119
|
+
"deleted_at": null,
|
120
|
+
"created_by": 2,
|
121
|
+
"updated_by": 2
|
122
|
+
},
|
123
|
+
{
|
124
|
+
"id": 12,
|
125
|
+
"module_id": 1,
|
126
|
+
"menu_id": 12,
|
127
|
+
"display_order": 12,
|
128
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
129
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
130
|
+
"deleted_at": null,
|
131
|
+
"created_by": 2,
|
132
|
+
"updated_by": 2
|
133
|
+
},
|
134
|
+
{
|
135
|
+
"id": 13,
|
136
|
+
"module_id": 1,
|
137
|
+
"menu_id": 13,
|
138
|
+
"display_order": 13,
|
139
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
140
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
141
|
+
"deleted_at": null,
|
142
|
+
"created_by": 2,
|
143
|
+
"updated_by": 2
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"id": 14,
|
147
|
+
"module_id": 1,
|
148
|
+
"menu_id": 14,
|
149
|
+
"display_order": 14,
|
150
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
151
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
152
|
+
"deleted_at": null,
|
153
|
+
"created_by": 2,
|
154
|
+
"updated_by": 2
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"id": 15,
|
158
|
+
"module_id": 1,
|
159
|
+
"menu_id": 15,
|
160
|
+
"display_order": 15,
|
161
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
162
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
163
|
+
"deleted_at": null,
|
164
|
+
"created_by": 2,
|
165
|
+
"updated_by": 2
|
166
|
+
},
|
167
|
+
{
|
168
|
+
"id": 16,
|
169
|
+
"module_id": 1,
|
170
|
+
"menu_id": 16,
|
171
|
+
"display_order": 16,
|
172
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
173
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
174
|
+
"deleted_at": null,
|
175
|
+
"created_by": 2,
|
176
|
+
"updated_by": 2
|
177
|
+
},
|
178
|
+
{
|
179
|
+
"id": 17,
|
180
|
+
"module_id": 1,
|
181
|
+
"menu_id": 17,
|
182
|
+
"display_order": 17,
|
183
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
184
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
185
|
+
"deleted_at": null,
|
186
|
+
"created_by": 2,
|
187
|
+
"updated_by": 2
|
188
|
+
},
|
189
|
+
{
|
190
|
+
"id": 18,
|
191
|
+
"module_id": 1,
|
192
|
+
"menu_id": 18,
|
193
|
+
"display_order": 18,
|
194
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
195
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
196
|
+
"deleted_at": null,
|
197
|
+
"created_by": 2,
|
198
|
+
"updated_by": 2
|
199
|
+
},
|
200
|
+
{
|
201
|
+
"id": 19,
|
202
|
+
"module_id": 1,
|
203
|
+
"menu_id": 101,
|
204
|
+
"display_order": 1,
|
205
|
+
"created_at": "2021-04-24 04:38:40.668",
|
206
|
+
"updated_at": "2021-04-24 04:38:40.668",
|
207
|
+
"deleted_at": null,
|
208
|
+
"created_by": 1,
|
209
|
+
"updated_by": 1
|
210
|
+
},
|
211
|
+
{
|
212
|
+
"id": 1000,
|
213
|
+
"module_id": 100,
|
214
|
+
"menu_id": 1,
|
215
|
+
"display_order": 0,
|
216
|
+
"created_at": "2021-04-24 20:16:49.787745",
|
217
|
+
"updated_at": "2021-04-24 20:16:49.787745",
|
218
|
+
"deleted_at": "2021-01-01 00:00:00",
|
219
|
+
"created_by": null,
|
220
|
+
"updated_by": null
|
221
|
+
}
|
222
|
+
]
|
@@ -0,0 +1,112 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"id": 1,
|
4
|
+
"name": "generic-list",
|
5
|
+
"description": "Generic listing page",
|
6
|
+
"path": "Generic-Listing/genericListing.scene",
|
7
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
8
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
9
|
+
"deleted_at": null,
|
10
|
+
"created_by": 2,
|
11
|
+
"updated_by": 2
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"id": 2,
|
15
|
+
"name": "generic-detail",
|
16
|
+
"description": "Generic detail page",
|
17
|
+
"path": "Generic-Detail/genericDetail.scene",
|
18
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
19
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
20
|
+
"deleted_at": null,
|
21
|
+
"created_by": 2,
|
22
|
+
"updated_by": 2
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"id": 3,
|
26
|
+
"name": "report-detail",
|
27
|
+
"description": "for generic new report",
|
28
|
+
"path": "Report-Detail/reportDetail.scene",
|
29
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
30
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
31
|
+
"deleted_at": null,
|
32
|
+
"created_by": 2,
|
33
|
+
"updated_by": 2
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"id": 4,
|
37
|
+
"name": "client-script-page",
|
38
|
+
"description": "For client script",
|
39
|
+
"path": "Client-Script/clientScript.scene",
|
40
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
41
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
42
|
+
"deleted_at": null,
|
43
|
+
"created_by": 2,
|
44
|
+
"updated_by": 2
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"id": 5,
|
48
|
+
"name": "file-upload\t",
|
49
|
+
"description": "File Upload page",
|
50
|
+
"path": "File-Upload/fileUpload.scene",
|
51
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
52
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
53
|
+
"deleted_at": null,
|
54
|
+
"created_by": 2,
|
55
|
+
"updated_by": 2
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"id": 6,
|
59
|
+
"name": "dashboard-detail-page",
|
60
|
+
"description": "dashboard-detail-page",
|
61
|
+
"path": "Dashboard-Detail/dashboardDetail.scene",
|
62
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
63
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
64
|
+
"deleted_at": null,
|
65
|
+
"created_by": 2,
|
66
|
+
"updated_by": 2
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"id": 7,
|
70
|
+
"name": "form-display",
|
71
|
+
"description": "Form Display page",
|
72
|
+
"path": "Form-Display/formDisplay.component",
|
73
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
74
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
75
|
+
"deleted_at": null,
|
76
|
+
"created_by": 2,
|
77
|
+
"updated_by": 2
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"id": 8,
|
81
|
+
"name": "generic-query",
|
82
|
+
"description": "Generic query page",
|
83
|
+
"path": "Generic-Query/genericQueryDetail.scene",
|
84
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
85
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
86
|
+
"deleted_at": null,
|
87
|
+
"created_by": 2,
|
88
|
+
"updated_by": 2
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"id": 9,
|
92
|
+
"name": "security-rule-page",
|
93
|
+
"description": "For defining security rules",
|
94
|
+
"path": "Security-Rules/securityRule.scene",
|
95
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
96
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
97
|
+
"deleted_at": null,
|
98
|
+
"created_by": 2,
|
99
|
+
"updated_by": 2
|
100
|
+
},
|
101
|
+
{
|
102
|
+
"id": 1000,
|
103
|
+
"name": "Blocker",
|
104
|
+
"description": "blocker",
|
105
|
+
"path": "blocker",
|
106
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
107
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
108
|
+
"deleted_at": "2021-01-01 00:00:00",
|
109
|
+
"created_by": 2,
|
110
|
+
"updated_by": 2
|
111
|
+
}
|
112
|
+
]
|
@@ -0,0 +1,112 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"id": 1,
|
4
|
+
"menu_id": 19,
|
5
|
+
"parent_menu_id": 3,
|
6
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
7
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
8
|
+
"deleted_at": null,
|
9
|
+
"created_by": 2,
|
10
|
+
"updated_by": 2
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"id": 2,
|
14
|
+
"menu_id": 20,
|
15
|
+
"parent_menu_id": 4,
|
16
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
17
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
18
|
+
"deleted_at": null,
|
19
|
+
"created_by": 2,
|
20
|
+
"updated_by": 2
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"id": 3,
|
24
|
+
"menu_id": 27,
|
25
|
+
"parent_menu_id": 4,
|
26
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
27
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
28
|
+
"deleted_at": null,
|
29
|
+
"created_by": 2,
|
30
|
+
"updated_by": 2
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"id": 4,
|
34
|
+
"menu_id": 22,
|
35
|
+
"parent_menu_id": 6,
|
36
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
37
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
38
|
+
"deleted_at": null,
|
39
|
+
"created_by": 2,
|
40
|
+
"updated_by": 2
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"id": 5,
|
44
|
+
"menu_id": 23,
|
45
|
+
"parent_menu_id": 11,
|
46
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
47
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
48
|
+
"deleted_at": null,
|
49
|
+
"created_by": 2,
|
50
|
+
"updated_by": 2
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"id": 6,
|
54
|
+
"menu_id": 102,
|
55
|
+
"parent_menu_id": 101,
|
56
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
57
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
58
|
+
"deleted_at": null,
|
59
|
+
"created_by": 2,
|
60
|
+
"updated_by": 2
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"id": 7,
|
64
|
+
"menu_id": 24,
|
65
|
+
"parent_menu_id": 12,
|
66
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
67
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
68
|
+
"deleted_at": null,
|
69
|
+
"created_by": 2,
|
70
|
+
"updated_by": 2
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"id": 8,
|
74
|
+
"menu_id": 25,
|
75
|
+
"parent_menu_id": 14,
|
76
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
77
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
78
|
+
"deleted_at": null,
|
79
|
+
"created_by": 2,
|
80
|
+
"updated_by": 2
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"id": 9,
|
84
|
+
"menu_id": 21,
|
85
|
+
"parent_menu_id": 5,
|
86
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
87
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
88
|
+
"deleted_at": null,
|
89
|
+
"created_by": 2,
|
90
|
+
"updated_by": 2
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"id": 10,
|
94
|
+
"menu_id": 8,
|
95
|
+
"parent_menu_id": 16,
|
96
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
97
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
98
|
+
"deleted_at": null,
|
99
|
+
"created_by": 2,
|
100
|
+
"updated_by": 2
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"id": 11,
|
104
|
+
"menu_id": 9,
|
105
|
+
"parent_menu_id": 18,
|
106
|
+
"created_at": "2021-04-23 17:50:22.25121",
|
107
|
+
"updated_at": "2021-04-23 17:50:22.25121",
|
108
|
+
"deleted_at": null,
|
109
|
+
"created_by": 2,
|
110
|
+
"updated_by": 2
|
111
|
+
}
|
112
|
+
]
|