@hed-hog/core 0.0.70 → 0.0.71

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.
@@ -28,8 +28,7 @@
28
28
  role:
29
29
  - where:
30
30
  slug: admin
31
- - url: /mail
32
- icon: mail
31
+ - icon: mail
33
32
  name:
34
33
  en: E-mail
35
34
  pt: E-mail
@@ -38,4 +37,30 @@
38
37
  role:
39
38
  - where:
40
39
  slug: admin
40
+ - menu_id:
41
+ where:
42
+ slug: /mail
43
+ url: /mail/template
44
+ icon: mail
45
+ name:
46
+ en: Templates
47
+ pt: Templates
48
+ slug: /mail-template
49
+ relations:
50
+ role:
51
+ - where:
52
+ slug: admin
53
+ - menu_id:
54
+ where:
55
+ slug: /mail
56
+ url: /mail/log
57
+ icon: file-text
58
+ name:
59
+ en: Logs
60
+ pt: Logs
61
+ slug: /mail-log
62
+ relations:
63
+ role:
64
+ - where:
65
+ slug: admin
41
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/core",
3
- "version": "0.0.70",
3
+ "version": "0.0.71",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -29,10 +29,10 @@
29
29
  "sharp": "^0.34.2",
30
30
  "speakeasy": "^2.0.0",
31
31
  "uuid": "^11.1.0",
32
- "@hed-hog/api-pagination": "0.0.4",
33
32
  "@hed-hog/api-mail": "0.0.7",
34
- "@hed-hog/types": "0.0.1",
33
+ "@hed-hog/api-pagination": "0.0.4",
35
34
  "@hed-hog/api-prisma": "0.0.4",
35
+ "@hed-hog/types": "0.0.1",
36
36
  "@hed-hog/api-locale": "0.0.10",
37
37
  "@hed-hog/api": "0.0.3"
38
38
  },