@hed-hog/contact 0.0.69 → 0.0.103
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/hedhog/data/menu.yaml +11 -1
- package/hedhog/data/route.yaml +26 -0
- package/package.json +5 -5
package/hedhog/data/menu.yaml
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
role:
|
|
9
9
|
- where:
|
|
10
10
|
slug: admin
|
|
11
|
+
- where:
|
|
12
|
+
slug: admin-access
|
|
11
13
|
- menu_id:
|
|
12
14
|
where:
|
|
13
15
|
slug: /management
|
|
@@ -20,6 +22,8 @@
|
|
|
20
22
|
role:
|
|
21
23
|
- where:
|
|
22
24
|
slug: admin
|
|
25
|
+
- where:
|
|
26
|
+
slug: admin-access
|
|
23
27
|
- menu_id:
|
|
24
28
|
where:
|
|
25
29
|
slug: /management/person
|
|
@@ -33,6 +37,8 @@
|
|
|
33
37
|
role:
|
|
34
38
|
- where:
|
|
35
39
|
slug: admin
|
|
40
|
+
- where:
|
|
41
|
+
slug: admin-access
|
|
36
42
|
- menu_id:
|
|
37
43
|
where:
|
|
38
44
|
slug: /management/person
|
|
@@ -46,6 +52,8 @@
|
|
|
46
52
|
role:
|
|
47
53
|
- where:
|
|
48
54
|
slug: admin
|
|
55
|
+
- where:
|
|
56
|
+
slug: admin-access
|
|
49
57
|
- menu_id:
|
|
50
58
|
where:
|
|
51
59
|
slug: /management/person
|
|
@@ -58,4 +66,6 @@
|
|
|
58
66
|
relations:
|
|
59
67
|
role:
|
|
60
68
|
- where:
|
|
61
|
-
slug: admin
|
|
69
|
+
slug: admin
|
|
70
|
+
- where:
|
|
71
|
+
slug: admin-access
|
package/hedhog/data/route.yaml
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
role:
|
|
5
5
|
- where:
|
|
6
6
|
slug: admin
|
|
7
|
+
- where:
|
|
8
|
+
slug: admin-access
|
|
7
9
|
- url: /person/:personId/person-metadata
|
|
8
10
|
method: POST
|
|
9
11
|
relations: *a1
|
|
@@ -22,12 +24,16 @@
|
|
|
22
24
|
role:
|
|
23
25
|
- where:
|
|
24
26
|
slug: admin
|
|
27
|
+
- where:
|
|
28
|
+
slug: admin-access
|
|
25
29
|
- url: /person/stats
|
|
26
30
|
method: GET
|
|
27
31
|
relations:
|
|
28
32
|
role:
|
|
29
33
|
- where:
|
|
30
34
|
slug: admin
|
|
35
|
+
- where:
|
|
36
|
+
slug: admin-access
|
|
31
37
|
- url: /person
|
|
32
38
|
method: POST
|
|
33
39
|
relations: *a3
|
|
@@ -46,6 +52,8 @@
|
|
|
46
52
|
role:
|
|
47
53
|
- where:
|
|
48
54
|
slug: admin
|
|
55
|
+
- where:
|
|
56
|
+
slug: admin-access
|
|
49
57
|
- url: /person-document-type
|
|
50
58
|
method: POST
|
|
51
59
|
relations: *a4
|
|
@@ -64,6 +72,8 @@
|
|
|
64
72
|
role:
|
|
65
73
|
- where:
|
|
66
74
|
slug: admin
|
|
75
|
+
- where:
|
|
76
|
+
slug: admin-access
|
|
67
77
|
- url: /person/:personId/person-document
|
|
68
78
|
method: POST
|
|
69
79
|
relations: *a5
|
|
@@ -82,6 +92,8 @@
|
|
|
82
92
|
role:
|
|
83
93
|
- where:
|
|
84
94
|
slug: admin
|
|
95
|
+
- where:
|
|
96
|
+
slug: admin-access
|
|
85
97
|
- url: /person/:personId/person-contact
|
|
86
98
|
method: POST
|
|
87
99
|
relations: *a6
|
|
@@ -100,6 +112,8 @@
|
|
|
100
112
|
role:
|
|
101
113
|
- where:
|
|
102
114
|
slug: admin
|
|
115
|
+
- where:
|
|
116
|
+
slug: admin-access
|
|
103
117
|
- url: /person/:personId/person-address
|
|
104
118
|
method: POST
|
|
105
119
|
relations: *a7
|
|
@@ -118,6 +132,8 @@
|
|
|
118
132
|
role:
|
|
119
133
|
- where:
|
|
120
134
|
slug: admin
|
|
135
|
+
- where:
|
|
136
|
+
slug: admin-access
|
|
121
137
|
- url: /person-contact-type
|
|
122
138
|
method: POST
|
|
123
139
|
relations: *a8
|
|
@@ -136,6 +152,8 @@
|
|
|
136
152
|
role:
|
|
137
153
|
- where:
|
|
138
154
|
slug: admin
|
|
155
|
+
- where:
|
|
156
|
+
slug: admin-access
|
|
139
157
|
- url: /person-address-type
|
|
140
158
|
method: POST
|
|
141
159
|
relations: *a9
|
|
@@ -154,6 +172,8 @@
|
|
|
154
172
|
role:
|
|
155
173
|
- where:
|
|
156
174
|
slug: admin
|
|
175
|
+
- where:
|
|
176
|
+
slug: admin-access
|
|
157
177
|
- url: /person-relation-type
|
|
158
178
|
method: POST
|
|
159
179
|
relations: *a11
|
|
@@ -172,6 +192,8 @@
|
|
|
172
192
|
role:
|
|
173
193
|
- where:
|
|
174
194
|
slug: admin
|
|
195
|
+
- where:
|
|
196
|
+
slug: admin-access
|
|
175
197
|
- url: /person/:personId/person-relation
|
|
176
198
|
method: POST
|
|
177
199
|
relations: *a12
|
|
@@ -190,6 +212,8 @@
|
|
|
190
212
|
role:
|
|
191
213
|
- where:
|
|
192
214
|
slug: admin
|
|
215
|
+
- where:
|
|
216
|
+
slug: admin-access
|
|
193
217
|
- url: /person/:personId/person-individual
|
|
194
218
|
method: POST
|
|
195
219
|
relations: *a13
|
|
@@ -202,6 +226,8 @@
|
|
|
202
226
|
role:
|
|
203
227
|
- where:
|
|
204
228
|
slug: admin
|
|
229
|
+
- where:
|
|
230
|
+
slug: admin-access
|
|
205
231
|
- url: /person/:personId/person-company
|
|
206
232
|
method: POST
|
|
207
233
|
relations: *a14
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hed-hog/contact",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.103",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
"@nestjs/core": "^11",
|
|
10
10
|
"@nestjs/jwt": "^11",
|
|
11
11
|
"@nestjs/mapped-types": "*",
|
|
12
|
-
"@hed-hog/api-prisma": "0.0.4",
|
|
13
12
|
"@hed-hog/api-mail": "0.0.7",
|
|
14
|
-
"@hed-hog/
|
|
15
|
-
"@hed-hog/
|
|
13
|
+
"@hed-hog/api-prisma": "0.0.4",
|
|
14
|
+
"@hed-hog/core": "0.0.103",
|
|
16
15
|
"@hed-hog/api-locale": "0.0.10",
|
|
17
|
-
"@hed-hog/api": "0.0.3"
|
|
16
|
+
"@hed-hog/api": "0.0.3",
|
|
17
|
+
"@hed-hog/api-pagination": "0.0.4"
|
|
18
18
|
},
|
|
19
19
|
"exports": {
|
|
20
20
|
".": {
|