@hed-hog/contact 0.0.115 → 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.
@@ -8,8 +8,6 @@
8
8
  role:
9
9
  - where:
10
10
  slug: admin
11
- - where:
12
- slug: admin-access
13
11
  - where:
14
12
  slug: admin-contact
15
13
  - menu_id:
@@ -24,8 +22,6 @@
24
22
  role:
25
23
  - where:
26
24
  slug: admin
27
- - where:
28
- slug: admin-access
29
25
  - where:
30
26
  slug: admin-contact
31
27
  - menu_id:
@@ -41,8 +37,6 @@
41
37
  role:
42
38
  - where:
43
39
  slug: admin
44
- - where:
45
- slug: admin-access
46
40
  - where:
47
41
  slug: admin-contact
48
42
  - menu_id:
@@ -58,8 +52,6 @@
58
52
  role:
59
53
  - where:
60
54
  slug: admin
61
- - where:
62
- slug: admin-access
63
55
  - where:
64
56
  slug: admin-contact
65
57
  - menu_id:
@@ -75,7 +67,5 @@
75
67
  role:
76
68
  - where:
77
69
  slug: admin
78
- - where:
79
- slug: admin-access
80
70
  - where:
81
71
  slug: admin-contact
@@ -4,8 +4,6 @@
4
4
  role:
5
5
  - where:
6
6
  slug: admin
7
- - where:
8
- slug: admin-access
9
7
  - where:
10
8
  slug: admin-contact
11
9
  - url: /person/:personId/person-metadata
@@ -26,8 +24,6 @@
26
24
  role:
27
25
  - where:
28
26
  slug: admin
29
- - where:
30
- slug: admin-access
31
27
  - where:
32
28
  slug: admin-contact
33
29
  - url: /person/stats
@@ -36,8 +32,6 @@
36
32
  role:
37
33
  - where:
38
34
  slug: admin
39
- - where:
40
- slug: admin-access
41
35
  - where:
42
36
  slug: admin-contact
43
37
  - url: /person
@@ -58,8 +52,6 @@
58
52
  role:
59
53
  - where:
60
54
  slug: admin
61
- - where:
62
- slug: admin-access
63
55
  - where:
64
56
  slug: admin-contact
65
57
  - url: /person-document-type
@@ -80,8 +72,6 @@
80
72
  role:
81
73
  - where:
82
74
  slug: admin
83
- - where:
84
- slug: admin-access
85
75
  - where:
86
76
  slug: admin-contact
87
77
  - url: /person/:personId/person-document
@@ -102,8 +92,6 @@
102
92
  role:
103
93
  - where:
104
94
  slug: admin
105
- - where:
106
- slug: admin-access
107
95
  - where:
108
96
  slug: admin-contact
109
97
  - url: /person/:personId/person-contact
@@ -124,8 +112,6 @@
124
112
  role:
125
113
  - where:
126
114
  slug: admin
127
- - where:
128
- slug: admin-access
129
115
  - where:
130
116
  slug: admin-contact
131
117
  - url: /person/:personId/person-address
@@ -146,8 +132,6 @@
146
132
  role:
147
133
  - where:
148
134
  slug: admin
149
- - where:
150
- slug: admin-access
151
135
  - where:
152
136
  slug: admin-contact
153
137
  - url: /person-contact-type
@@ -168,8 +152,6 @@
168
152
  role:
169
153
  - where:
170
154
  slug: admin
171
- - where:
172
- slug: admin-access
173
155
  - where:
174
156
  slug: admin-contact
175
157
  - url: /person-address-type
@@ -190,8 +172,6 @@
190
172
  role:
191
173
  - where:
192
174
  slug: admin
193
- - where:
194
- slug: admin-access
195
175
  - where:
196
176
  slug: admin-contact
197
177
  - url: /person-relation-type
@@ -212,8 +192,6 @@
212
192
  role:
213
193
  - where:
214
194
  slug: admin
215
- - where:
216
- slug: admin-access
217
195
  - where:
218
196
  slug: admin-contact
219
197
  - url: /person/:personId/person-relation
@@ -234,8 +212,6 @@
234
212
  role:
235
213
  - where:
236
214
  slug: admin
237
- - where:
238
- slug: admin-access
239
215
  - where:
240
216
  slug: admin-contact
241
217
  - url: /person/:personId/person-individual
@@ -250,8 +226,6 @@
250
226
  role:
251
227
  - where:
252
228
  slug: admin
253
- - where:
254
- slug: admin-access
255
229
  - where:
256
230
  slug: admin-contact
257
231
  - url: /person/:personId/person-company
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/contact",
3
- "version": "0.0.115",
3
+ "version": "0.0.122",
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/core": "0.0.115",
13
12
  "@hed-hog/api-mail": "0.0.7",
14
13
  "@hed-hog/api-pagination": "0.0.4",
14
+ "@hed-hog/core": "0.0.122",
15
+ "@hed-hog/api": "0.0.3",
15
16
  "@hed-hog/api-locale": "0.0.10",
16
- "@hed-hog/api-prisma": "0.0.4",
17
- "@hed-hog/api": "0.0.3"
17
+ "@hed-hog/api-prisma": "0.0.4"
18
18
  },
19
19
  "exports": {
20
20
  ".": {