@hed-hog/contact 0.0.41 → 0.0.45

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.
@@ -1,5 +1,5 @@
1
1
  - url: /contact/person
2
- icon: user-check
2
+ icon: users
3
3
  name:
4
4
  en: Contact
5
5
  pt: Contatos
@@ -11,7 +11,7 @@
11
11
  - menu_id:
12
12
  where:
13
13
  slug: /management
14
- icon: user-check
14
+ icon: user
15
15
  name:
16
16
  en: Person
17
17
  pt: Pessoas
@@ -24,7 +24,7 @@
24
24
  where:
25
25
  slug: /management/person
26
26
  url: /contact/address-type
27
- icon: home-link
27
+ icon: map-pin
28
28
  name:
29
29
  en: Address Type
30
30
  pt: Tipos de Endereço
@@ -37,7 +37,7 @@
37
37
  where:
38
38
  slug: /management/person
39
39
  url: /contact/contact-type
40
- icon: address-book
40
+ icon: phone
41
41
  name:
42
42
  en: Contact Type
43
43
  pt: Tipos de Contato
@@ -50,7 +50,7 @@
50
50
  where:
51
51
  slug: /management/person
52
52
  url: /contact/document-type
53
- icon: file-search
53
+ icon: file-text
54
54
  name:
55
55
  en: Document Type
56
56
  pt: Tipos de Documento
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/contact",
3
- "version": "0.0.41",
3
+ "version": "0.0.45",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -9,10 +9,10 @@
9
9
  "@nestjs/core": "^11",
10
10
  "@nestjs/jwt": "^11",
11
11
  "@nestjs/mapped-types": "*",
12
- "@hed-hog/api-pagination": "0.0.3",
13
12
  "@hed-hog/api-prisma": "0.0.4",
14
- "@hed-hog/api": "0.0.3",
15
13
  "@hed-hog/api-locale": "0.0.10",
14
+ "@hed-hog/api-pagination": "0.0.3",
15
+ "@hed-hog/api": "0.0.3",
16
16
  "@hed-hog/api-mail": "0.0.7",
17
17
  "@hed-hog/admin": "0.0.130"
18
18
  },