@hed-hog/operations 0.0.298 → 0.0.300

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 (34) hide show
  1. package/dist/operations.service.js +1193 -1193
  2. package/hedhog/data/menu.yaml +198 -198
  3. package/hedhog/data/role.yaml +23 -23
  4. package/hedhog/data/route.yaml +317 -317
  5. package/hedhog/table/operations_approval.yaml +49 -49
  6. package/hedhog/table/operations_approval_history.yaml +29 -29
  7. package/hedhog/table/operations_collaborator.yaml +67 -67
  8. package/hedhog/table/operations_collaborator_schedule_day.yaml +34 -34
  9. package/hedhog/table/operations_contract.yaml +100 -100
  10. package/hedhog/table/operations_contract_document.yaml +39 -39
  11. package/hedhog/table/operations_contract_financial_term.yaml +40 -40
  12. package/hedhog/table/operations_contract_history.yaml +27 -27
  13. package/hedhog/table/operations_contract_party.yaml +46 -46
  14. package/hedhog/table/operations_contract_revision.yaml +38 -38
  15. package/hedhog/table/operations_contract_signature.yaml +38 -38
  16. package/hedhog/table/operations_project.yaml +54 -54
  17. package/hedhog/table/operations_project_assignment.yaml +55 -55
  18. package/hedhog/table/operations_schedule_adjustment_day.yaml +34 -34
  19. package/hedhog/table/operations_schedule_adjustment_request.yaml +53 -53
  20. package/hedhog/table/operations_time_off_request.yaml +57 -57
  21. package/hedhog/table/operations_timesheet.yaml +41 -41
  22. package/hedhog/table/operations_timesheet_entry.yaml +40 -40
  23. package/package.json +4 -4
  24. package/src/operations.controller.ts +182 -182
  25. package/src/operations.module.ts +22 -22
  26. package/src/operations.service.ts +3595 -3595
  27. package/dist/operations-data.controller.d.ts +0 -139
  28. package/dist/operations-data.controller.d.ts.map +0 -1
  29. package/dist/operations-data.controller.js +0 -113
  30. package/dist/operations-data.controller.js.map +0 -1
  31. package/dist/operations-growth.controller.d.ts +0 -48
  32. package/dist/operations-growth.controller.d.ts.map +0 -1
  33. package/dist/operations-growth.controller.js +0 -90
  34. package/dist/operations-growth.controller.js.map +0 -1
@@ -1,198 +1,198 @@
1
- - icon: briefcase-business
2
- name:
3
- en: Operations
4
- pt: Operacoes
5
- slug: /operations
6
- url: /operations
7
- order: 110
8
- relations:
9
- role:
10
- - where:
11
- slug: admin
12
- - where:
13
- slug: admin-operations-collaborator
14
- - where:
15
- slug: admin-operations-supervisor
16
- - where:
17
- slug: admin-operations-director
18
-
19
- - menu_id:
20
- where:
21
- slug: /operations
22
- icon: layout-dashboard
23
- url: /operations
24
- name:
25
- en: Dashboard
26
- pt: Dashboard
27
- slug: /operations/dashboard
28
- order: 111
29
- relations:
30
- role:
31
- - where:
32
- slug: admin
33
- - where:
34
- slug: admin-operations-collaborator
35
- - where:
36
- slug: admin-operations-supervisor
37
- - where:
38
- slug: admin-operations-director
39
-
40
- - menu_id:
41
- where:
42
- slug: /operations
43
- icon: users-round
44
- url: /operations/collaborators
45
- name:
46
- en: Collaborators
47
- pt: Colaboradores
48
- slug: /operations/collaborators
49
- order: 112
50
- relations:
51
- role:
52
- - where:
53
- slug: admin
54
- - where:
55
- slug: admin-operations-director
56
-
57
- - menu_id:
58
- where:
59
- slug: /operations
60
- icon: folders
61
- url: /operations/projects
62
- name:
63
- en: Projects
64
- pt: Projetos
65
- slug: /operations/projects
66
- order: 113
67
- relations:
68
- role:
69
- - where:
70
- slug: admin
71
- - where:
72
- slug: admin-operations-collaborator
73
- - where:
74
- slug: admin-operations-supervisor
75
- - where:
76
- slug: admin-operations-director
77
-
78
- - menu_id:
79
- where:
80
- slug: /operations
81
- icon: file-text
82
- url: /operations/contracts
83
- name:
84
- en: Contracts
85
- pt: Contratos
86
- slug: /operations/contracts
87
- order: 114
88
- relations:
89
- role:
90
- - where:
91
- slug: admin
92
- - where:
93
- slug: admin-operations-collaborator
94
- - where:
95
- slug: admin-operations-supervisor
96
- - where:
97
- slug: admin-operations-director
98
-
99
- - menu_id:
100
- where:
101
- slug: /operations
102
- icon: clock-3
103
- url: /operations/timesheets
104
- name:
105
- en: Timesheets
106
- pt: Timesheets
107
- slug: /operations/timesheets
108
- order: 115
109
- relations:
110
- role:
111
- - where:
112
- slug: admin
113
- - where:
114
- slug: admin-operations-collaborator
115
- - where:
116
- slug: admin-operations-supervisor
117
- - where:
118
- slug: admin-operations-director
119
-
120
- - menu_id:
121
- where:
122
- slug: /operations
123
- icon: file-check-2
124
- url: /operations/approvals
125
- name:
126
- en: Approvals
127
- pt: Aprovacoes
128
- slug: /operations/approvals
129
- order: 116
130
- relations:
131
- role:
132
- - where:
133
- slug: admin
134
- - where:
135
- slug: admin-operations-supervisor
136
- - where:
137
- slug: admin-operations-director
138
-
139
- - menu_id:
140
- where:
141
- slug: /operations
142
- icon: palm-tree
143
- url: /operations/time-off
144
- name:
145
- en: Time Off
146
- pt: Time Off
147
- slug: /operations/time-off
148
- order: 117
149
- relations:
150
- role:
151
- - where:
152
- slug: admin
153
- - where:
154
- slug: admin-operations-collaborator
155
- - where:
156
- slug: admin-operations-supervisor
157
- - where:
158
- slug: admin-operations-director
159
-
160
- - menu_id:
161
- where:
162
- slug: /operations
163
- icon: calendar-range
164
- url: /operations/schedule-adjustments
165
- name:
166
- en: Schedule Adjustments
167
- pt: Ajustes de Jornada
168
- slug: /operations/schedule-adjustments
169
- order: 118
170
- relations:
171
- role:
172
- - where:
173
- slug: admin
174
- - where:
175
- slug: admin-operations-collaborator
176
- - where:
177
- slug: admin-operations-supervisor
178
- - where:
179
- slug: admin-operations-director
180
-
181
- - menu_id:
182
- where:
183
- slug: /operations
184
- icon: users
185
- url: /operations/team
186
- name:
187
- en: Team
188
- pt: Equipe
189
- slug: /operations/team
190
- order: 119
191
- relations:
192
- role:
193
- - where:
194
- slug: admin
195
- - where:
196
- slug: admin-operations-supervisor
197
- - where:
198
- slug: admin-operations-director
1
+ - icon: briefcase-business
2
+ name:
3
+ en: Operations
4
+ pt: Operacoes
5
+ slug: /operations
6
+ url: /operations
7
+ order: 110
8
+ relations:
9
+ role:
10
+ - where:
11
+ slug: admin
12
+ - where:
13
+ slug: admin-operations-collaborator
14
+ - where:
15
+ slug: admin-operations-supervisor
16
+ - where:
17
+ slug: admin-operations-director
18
+
19
+ - menu_id:
20
+ where:
21
+ slug: /operations
22
+ icon: layout-dashboard
23
+ url: /operations
24
+ name:
25
+ en: Dashboard
26
+ pt: Dashboard
27
+ slug: /operations/dashboard
28
+ order: 111
29
+ relations:
30
+ role:
31
+ - where:
32
+ slug: admin
33
+ - where:
34
+ slug: admin-operations-collaborator
35
+ - where:
36
+ slug: admin-operations-supervisor
37
+ - where:
38
+ slug: admin-operations-director
39
+
40
+ - menu_id:
41
+ where:
42
+ slug: /operations
43
+ icon: users-round
44
+ url: /operations/collaborators
45
+ name:
46
+ en: Collaborators
47
+ pt: Colaboradores
48
+ slug: /operations/collaborators
49
+ order: 112
50
+ relations:
51
+ role:
52
+ - where:
53
+ slug: admin
54
+ - where:
55
+ slug: admin-operations-director
56
+
57
+ - menu_id:
58
+ where:
59
+ slug: /operations
60
+ icon: folders
61
+ url: /operations/projects
62
+ name:
63
+ en: Projects
64
+ pt: Projetos
65
+ slug: /operations/projects
66
+ order: 113
67
+ relations:
68
+ role:
69
+ - where:
70
+ slug: admin
71
+ - where:
72
+ slug: admin-operations-collaborator
73
+ - where:
74
+ slug: admin-operations-supervisor
75
+ - where:
76
+ slug: admin-operations-director
77
+
78
+ - menu_id:
79
+ where:
80
+ slug: /operations
81
+ icon: file-text
82
+ url: /operations/contracts
83
+ name:
84
+ en: Contracts
85
+ pt: Contratos
86
+ slug: /operations/contracts
87
+ order: 114
88
+ relations:
89
+ role:
90
+ - where:
91
+ slug: admin
92
+ - where:
93
+ slug: admin-operations-collaborator
94
+ - where:
95
+ slug: admin-operations-supervisor
96
+ - where:
97
+ slug: admin-operations-director
98
+
99
+ - menu_id:
100
+ where:
101
+ slug: /operations
102
+ icon: clock-3
103
+ url: /operations/timesheets
104
+ name:
105
+ en: Timesheets
106
+ pt: Timesheets
107
+ slug: /operations/timesheets
108
+ order: 115
109
+ relations:
110
+ role:
111
+ - where:
112
+ slug: admin
113
+ - where:
114
+ slug: admin-operations-collaborator
115
+ - where:
116
+ slug: admin-operations-supervisor
117
+ - where:
118
+ slug: admin-operations-director
119
+
120
+ - menu_id:
121
+ where:
122
+ slug: /operations
123
+ icon: file-check-2
124
+ url: /operations/approvals
125
+ name:
126
+ en: Approvals
127
+ pt: Aprovacoes
128
+ slug: /operations/approvals
129
+ order: 116
130
+ relations:
131
+ role:
132
+ - where:
133
+ slug: admin
134
+ - where:
135
+ slug: admin-operations-supervisor
136
+ - where:
137
+ slug: admin-operations-director
138
+
139
+ - menu_id:
140
+ where:
141
+ slug: /operations
142
+ icon: palm-tree
143
+ url: /operations/time-off
144
+ name:
145
+ en: Time Off
146
+ pt: Time Off
147
+ slug: /operations/time-off
148
+ order: 117
149
+ relations:
150
+ role:
151
+ - where:
152
+ slug: admin
153
+ - where:
154
+ slug: admin-operations-collaborator
155
+ - where:
156
+ slug: admin-operations-supervisor
157
+ - where:
158
+ slug: admin-operations-director
159
+
160
+ - menu_id:
161
+ where:
162
+ slug: /operations
163
+ icon: calendar-range
164
+ url: /operations/schedule-adjustments
165
+ name:
166
+ en: Schedule Adjustments
167
+ pt: Ajustes de Jornada
168
+ slug: /operations/schedule-adjustments
169
+ order: 118
170
+ relations:
171
+ role:
172
+ - where:
173
+ slug: admin
174
+ - where:
175
+ slug: admin-operations-collaborator
176
+ - where:
177
+ slug: admin-operations-supervisor
178
+ - where:
179
+ slug: admin-operations-director
180
+
181
+ - menu_id:
182
+ where:
183
+ slug: /operations
184
+ icon: users
185
+ url: /operations/team
186
+ name:
187
+ en: Team
188
+ pt: Equipe
189
+ slug: /operations/team
190
+ order: 119
191
+ relations:
192
+ role:
193
+ - where:
194
+ slug: admin
195
+ - where:
196
+ slug: admin-operations-supervisor
197
+ - where:
198
+ slug: admin-operations-director
@@ -1,23 +1,23 @@
1
- - slug: admin-operations-collaborator
2
- name:
3
- en: Operations Collaborator
4
- pt: Colaborador de Operacoes
5
- description:
6
- en: Self-service access to assigned projects, contracts, timesheets, and requests.
7
- pt: Acesso de autoatendimento a projetos atribuidos, contratos, timesheets e solicitacoes.
8
-
9
- - slug: admin-operations-supervisor
10
- name:
11
- en: Operations Supervisor
12
- pt: Supervisor de Operacoes
13
- description:
14
- en: Team oversight with approval access for subordinate operational requests.
15
- pt: Visao de equipe com acesso de aprovacao para solicitacoes operacionais dos subordinados.
16
-
17
- - slug: admin-operations-director
18
- name:
19
- en: Operations Director
20
- pt: Diretor de Operacoes
21
- description:
22
- en: Full operational access to manage collaborators, projects, contracts, and approvals.
23
- pt: Acesso operacional completo para gerenciar colaboradores, projetos, contratos e aprovacoes.
1
+ - slug: admin-operations-collaborator
2
+ name:
3
+ en: Operations Collaborator
4
+ pt: Colaborador de Operacoes
5
+ description:
6
+ en: Self-service access to assigned projects, contracts, timesheets, and requests.
7
+ pt: Acesso de autoatendimento a projetos atribuidos, contratos, timesheets e solicitacoes.
8
+
9
+ - slug: admin-operations-supervisor
10
+ name:
11
+ en: Operations Supervisor
12
+ pt: Supervisor de Operacoes
13
+ description:
14
+ en: Team oversight with approval access for subordinate operational requests.
15
+ pt: Visao de equipe com acesso de aprovacao para solicitacoes operacionais dos subordinados.
16
+
17
+ - slug: admin-operations-director
18
+ name:
19
+ en: Operations Director
20
+ pt: Diretor de Operacoes
21
+ description:
22
+ en: Full operational access to manage collaborators, projects, contracts, and approvals.
23
+ pt: Acesso operacional completo para gerenciar colaboradores, projetos, contratos e aprovacoes.