@hed-hog/content 0.0.114 → 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.
@@ -7,4 +7,6 @@
7
7
  relations:
8
8
  role:
9
9
  - where:
10
- slug: admin
10
+ slug: admin
11
+ - where:
12
+ slug: admin-content
@@ -0,0 +1,7 @@
1
+ - slug: admin-content
2
+ name:
3
+ en: Content Administrator
4
+ pt: Administrador de Conteúdo
5
+ description:
6
+ en: Administrator with full access to content management.
7
+ pt: Administrador com acesso total à gestão de conteúdos.
@@ -14,8 +14,8 @@
14
14
  method: GET
15
15
  relations:
16
16
  role:
17
- - where:
18
- slug: admin
17
+ - where:
18
+ slug: admin
19
19
  - url: /content/:id
20
20
  method: GET
21
21
  relations:
@@ -25,12 +25,16 @@
25
25
  - url: /content/:id
26
26
  method: PATCH
27
27
  relations:
28
- role:
28
+ role:
29
29
  - where:
30
30
  slug: admin
31
31
  - url: /content/:id
32
32
  method: DELETE
33
33
  relations:
34
34
  role:
35
- - where:
36
- slug: admin
35
+ - where:
36
+ slug: admin
37
+ - where:
38
+ slug: admin-access
39
+ - where:
40
+ slug: admin-content
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/content",
3
- "version": "0.0.114",
3
+ "version": "0.0.122",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -9,11 +9,11 @@
9
9
  "@nestjs/core": "^11",
10
10
  "@nestjs/jwt": "^11",
11
11
  "@nestjs/mapped-types": "*",
12
- "@hed-hog/api-locale": "0.0.10",
13
- "@hed-hog/api-prisma": "0.0.4",
12
+ "@hed-hog/core": "0.0.122",
14
13
  "@hed-hog/api": "0.0.3",
15
- "@hed-hog/api-pagination": "0.0.4",
16
- "@hed-hog/core": "0.0.114"
14
+ "@hed-hog/api-prisma": "0.0.4",
15
+ "@hed-hog/api-locale": "0.0.10",
16
+ "@hed-hog/api-pagination": "0.0.4"
17
17
  },
18
18
  "exports": {
19
19
  ".": {