@hed-hog/contact 0.0.104 → 0.0.115

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.
@@ -10,6 +10,8 @@
10
10
  slug: admin
11
11
  - where:
12
12
  slug: admin-access
13
+ - where:
14
+ slug: admin-contact
13
15
  - menu_id:
14
16
  where:
15
17
  slug: /management
@@ -24,6 +26,8 @@
24
26
  slug: admin
25
27
  - where:
26
28
  slug: admin-access
29
+ - where:
30
+ slug: admin-contact
27
31
  - menu_id:
28
32
  where:
29
33
  slug: /management/person
@@ -39,6 +43,8 @@
39
43
  slug: admin
40
44
  - where:
41
45
  slug: admin-access
46
+ - where:
47
+ slug: admin-contact
42
48
  - menu_id:
43
49
  where:
44
50
  slug: /management/person
@@ -54,6 +60,8 @@
54
60
  slug: admin
55
61
  - where:
56
62
  slug: admin-access
63
+ - where:
64
+ slug: admin-contact
57
65
  - menu_id:
58
66
  where:
59
67
  slug: /management/person
@@ -68,4 +76,6 @@
68
76
  - where:
69
77
  slug: admin
70
78
  - where:
71
- slug: admin-access
79
+ slug: admin-access
80
+ - where:
81
+ slug: admin-contact
@@ -0,0 +1,7 @@
1
+ - slug: admin-contact
2
+ name:
3
+ en: Contact Administrator
4
+ pt: Administrador de Contacto
5
+ description:
6
+ en: Administrator with full access to contact management.
7
+ pt: Administrador com acesso total à gestão de contactos.
@@ -6,6 +6,8 @@
6
6
  slug: admin
7
7
  - where:
8
8
  slug: admin-access
9
+ - where:
10
+ slug: admin-contact
9
11
  - url: /person/:personId/person-metadata
10
12
  method: POST
11
13
  relations: *a1
@@ -26,6 +28,8 @@
26
28
  slug: admin
27
29
  - where:
28
30
  slug: admin-access
31
+ - where:
32
+ slug: admin-contact
29
33
  - url: /person/stats
30
34
  method: GET
31
35
  relations:
@@ -34,6 +38,8 @@
34
38
  slug: admin
35
39
  - where:
36
40
  slug: admin-access
41
+ - where:
42
+ slug: admin-contact
37
43
  - url: /person
38
44
  method: POST
39
45
  relations: *a3
@@ -54,6 +60,8 @@
54
60
  slug: admin
55
61
  - where:
56
62
  slug: admin-access
63
+ - where:
64
+ slug: admin-contact
57
65
  - url: /person-document-type
58
66
  method: POST
59
67
  relations: *a4
@@ -74,6 +82,8 @@
74
82
  slug: admin
75
83
  - where:
76
84
  slug: admin-access
85
+ - where:
86
+ slug: admin-contact
77
87
  - url: /person/:personId/person-document
78
88
  method: POST
79
89
  relations: *a5
@@ -94,6 +104,8 @@
94
104
  slug: admin
95
105
  - where:
96
106
  slug: admin-access
107
+ - where:
108
+ slug: admin-contact
97
109
  - url: /person/:personId/person-contact
98
110
  method: POST
99
111
  relations: *a6
@@ -114,6 +126,8 @@
114
126
  slug: admin
115
127
  - where:
116
128
  slug: admin-access
129
+ - where:
130
+ slug: admin-contact
117
131
  - url: /person/:personId/person-address
118
132
  method: POST
119
133
  relations: *a7
@@ -134,6 +148,8 @@
134
148
  slug: admin
135
149
  - where:
136
150
  slug: admin-access
151
+ - where:
152
+ slug: admin-contact
137
153
  - url: /person-contact-type
138
154
  method: POST
139
155
  relations: *a8
@@ -154,6 +170,8 @@
154
170
  slug: admin
155
171
  - where:
156
172
  slug: admin-access
173
+ - where:
174
+ slug: admin-contact
157
175
  - url: /person-address-type
158
176
  method: POST
159
177
  relations: *a9
@@ -174,6 +192,8 @@
174
192
  slug: admin
175
193
  - where:
176
194
  slug: admin-access
195
+ - where:
196
+ slug: admin-contact
177
197
  - url: /person-relation-type
178
198
  method: POST
179
199
  relations: *a11
@@ -194,6 +214,8 @@
194
214
  slug: admin
195
215
  - where:
196
216
  slug: admin-access
217
+ - where:
218
+ slug: admin-contact
197
219
  - url: /person/:personId/person-relation
198
220
  method: POST
199
221
  relations: *a12
@@ -214,6 +236,8 @@
214
236
  slug: admin
215
237
  - where:
216
238
  slug: admin-access
239
+ - where:
240
+ slug: admin-contact
217
241
  - url: /person/:personId/person-individual
218
242
  method: POST
219
243
  relations: *a13
@@ -228,6 +252,8 @@
228
252
  slug: admin
229
253
  - where:
230
254
  slug: admin-access
255
+ - where:
256
+ slug: admin-contact
231
257
  - url: /person/:personId/person-company
232
258
  method: POST
233
259
  relations: *a14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/contact",
3
- "version": "0.0.104",
3
+ "version": "0.0.115",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -9,11 +9,11 @@
9
9
  "@nestjs/core": "^11",
10
10
  "@nestjs/jwt": "^11",
11
11
  "@nestjs/mapped-types": "*",
12
+ "@hed-hog/core": "0.0.115",
12
13
  "@hed-hog/api-mail": "0.0.7",
13
- "@hed-hog/core": "0.0.104",
14
- "@hed-hog/api-prisma": "0.0.4",
15
- "@hed-hog/api-locale": "0.0.10",
16
14
  "@hed-hog/api-pagination": "0.0.4",
15
+ "@hed-hog/api-locale": "0.0.10",
16
+ "@hed-hog/api-prisma": "0.0.4",
17
17
  "@hed-hog/api": "0.0.3"
18
18
  },
19
19
  "exports": {