@hed-hog/core 0.0.71 → 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.
@@ -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.71",
3
+ "version": "0.0.72",
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-mail": "0.0.7",
33
32
  "@hed-hog/api-pagination": "0.0.4",
34
- "@hed-hog/api-prisma": "0.0.4",
33
+ "@hed-hog/api-mail": "0.0.7",
35
34
  "@hed-hog/types": "0.0.1",
35
+ "@hed-hog/api-prisma": "0.0.4",
36
36
  "@hed-hog/api-locale": "0.0.10",
37
37
  "@hed-hog/api": "0.0.3"
38
38
  },