@hed-hog/contact 0.0.114 → 0.0.122

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.
@@ -9,7 +9,7 @@
9
9
  - where:
10
10
  slug: admin
11
11
  - where:
12
- slug: admin-access
12
+ slug: admin-contact
13
13
  - menu_id:
14
14
  where:
15
15
  slug: /management
@@ -23,7 +23,7 @@
23
23
  - where:
24
24
  slug: admin
25
25
  - where:
26
- slug: admin-access
26
+ slug: admin-contact
27
27
  - menu_id:
28
28
  where:
29
29
  slug: /management/person
@@ -38,7 +38,7 @@
38
38
  - where:
39
39
  slug: admin
40
40
  - where:
41
- slug: admin-access
41
+ slug: admin-contact
42
42
  - menu_id:
43
43
  where:
44
44
  slug: /management/person
@@ -53,7 +53,7 @@
53
53
  - where:
54
54
  slug: admin
55
55
  - where:
56
- slug: admin-access
56
+ slug: admin-contact
57
57
  - menu_id:
58
58
  where:
59
59
  slug: /management/person
@@ -68,4 +68,4 @@
68
68
  - where:
69
69
  slug: admin
70
70
  - where:
71
- slug: admin-access
71
+ 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.
@@ -5,7 +5,7 @@
5
5
  - where:
6
6
  slug: admin
7
7
  - where:
8
- slug: admin-access
8
+ slug: admin-contact
9
9
  - url: /person/:personId/person-metadata
10
10
  method: POST
11
11
  relations: *a1
@@ -25,7 +25,7 @@
25
25
  - where:
26
26
  slug: admin
27
27
  - where:
28
- slug: admin-access
28
+ slug: admin-contact
29
29
  - url: /person/stats
30
30
  method: GET
31
31
  relations:
@@ -33,7 +33,7 @@
33
33
  - where:
34
34
  slug: admin
35
35
  - where:
36
- slug: admin-access
36
+ slug: admin-contact
37
37
  - url: /person
38
38
  method: POST
39
39
  relations: *a3
@@ -53,7 +53,7 @@
53
53
  - where:
54
54
  slug: admin
55
55
  - where:
56
- slug: admin-access
56
+ slug: admin-contact
57
57
  - url: /person-document-type
58
58
  method: POST
59
59
  relations: *a4
@@ -73,7 +73,7 @@
73
73
  - where:
74
74
  slug: admin
75
75
  - where:
76
- slug: admin-access
76
+ slug: admin-contact
77
77
  - url: /person/:personId/person-document
78
78
  method: POST
79
79
  relations: *a5
@@ -93,7 +93,7 @@
93
93
  - where:
94
94
  slug: admin
95
95
  - where:
96
- slug: admin-access
96
+ slug: admin-contact
97
97
  - url: /person/:personId/person-contact
98
98
  method: POST
99
99
  relations: *a6
@@ -113,7 +113,7 @@
113
113
  - where:
114
114
  slug: admin
115
115
  - where:
116
- slug: admin-access
116
+ slug: admin-contact
117
117
  - url: /person/:personId/person-address
118
118
  method: POST
119
119
  relations: *a7
@@ -133,7 +133,7 @@
133
133
  - where:
134
134
  slug: admin
135
135
  - where:
136
- slug: admin-access
136
+ slug: admin-contact
137
137
  - url: /person-contact-type
138
138
  method: POST
139
139
  relations: *a8
@@ -153,7 +153,7 @@
153
153
  - where:
154
154
  slug: admin
155
155
  - where:
156
- slug: admin-access
156
+ slug: admin-contact
157
157
  - url: /person-address-type
158
158
  method: POST
159
159
  relations: *a9
@@ -173,7 +173,7 @@
173
173
  - where:
174
174
  slug: admin
175
175
  - where:
176
- slug: admin-access
176
+ slug: admin-contact
177
177
  - url: /person-relation-type
178
178
  method: POST
179
179
  relations: *a11
@@ -193,7 +193,7 @@
193
193
  - where:
194
194
  slug: admin
195
195
  - where:
196
- slug: admin-access
196
+ slug: admin-contact
197
197
  - url: /person/:personId/person-relation
198
198
  method: POST
199
199
  relations: *a12
@@ -213,7 +213,7 @@
213
213
  - where:
214
214
  slug: admin
215
215
  - where:
216
- slug: admin-access
216
+ slug: admin-contact
217
217
  - url: /person/:personId/person-individual
218
218
  method: POST
219
219
  relations: *a13
@@ -227,7 +227,7 @@
227
227
  - where:
228
228
  slug: admin
229
229
  - where:
230
- slug: admin-access
230
+ slug: admin-contact
231
231
  - url: /person/:personId/person-company
232
232
  method: POST
233
233
  relations: *a14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/contact",
3
- "version": "0.0.114",
3
+ "version": "0.0.122",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -10,11 +10,11 @@
10
10
  "@nestjs/jwt": "^11",
11
11
  "@nestjs/mapped-types": "*",
12
12
  "@hed-hog/api-mail": "0.0.7",
13
- "@hed-hog/core": "0.0.114",
14
- "@hed-hog/api-prisma": "0.0.4",
15
- "@hed-hog/api-locale": "0.0.10",
16
13
  "@hed-hog/api-pagination": "0.0.4",
17
- "@hed-hog/api": "0.0.3"
14
+ "@hed-hog/core": "0.0.122",
15
+ "@hed-hog/api": "0.0.3",
16
+ "@hed-hog/api-locale": "0.0.10",
17
+ "@hed-hog/api-prisma": "0.0.4"
18
18
  },
19
19
  "exports": {
20
20
  ".": {