@hed-hog/core 0.0.70 → 0.0.72

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
 
@@ -766,6 +766,12 @@
766
766
  role:
767
767
  - where:
768
768
  slug: admin
769
+ - url: /mail-sent
770
+ method: GET
771
+ relations:
772
+ role:
773
+ - where:
774
+ slug: admin
769
775
  - url: /mail/:id
770
776
  method: GET
771
777
  relations:
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.72",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {