@hed-hog/faq 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.
@@ -9,4 +9,4 @@
9
9
  - where:
10
10
  slug: admin
11
11
  - where:
12
- slug: admin-access
12
+ slug: admin-faq
@@ -0,0 +1,7 @@
1
+ - slug: admin-faq
2
+ name:
3
+ en: FAQ Administrator
4
+ pt: Administrador de FAQ
5
+ description:
6
+ en: Administrator with full access to FAQ management.
7
+ pt: Administrador com acesso total à gestão de FAQ.
@@ -5,7 +5,7 @@
5
5
  - where:
6
6
  slug: admin
7
7
  - where:
8
- slug: admin-access
8
+ slug: admin-faq
9
9
  - url: /faq
10
10
  method: POST
11
11
  relations:
@@ -13,7 +13,7 @@
13
13
  - where:
14
14
  slug: admin
15
15
  - where:
16
- slug: admin-access
16
+ slug: admin-faq
17
17
  - url: /faq/stats
18
18
  method: GET
19
19
  relations:
@@ -21,7 +21,7 @@
21
21
  - where:
22
22
  slug: admin
23
23
  - where:
24
- slug: admin-access
24
+ slug: admin-faq
25
25
  - url: /faq/:id
26
26
  method: GET
27
27
  relations:
@@ -29,7 +29,7 @@
29
29
  - where:
30
30
  slug: admin
31
31
  - where:
32
- slug: admin-access
32
+ slug: admin-faq
33
33
  - url: /faq/:id
34
34
  method: PATCH
35
35
  relations:
@@ -37,7 +37,7 @@
37
37
  - where:
38
38
  slug: admin
39
39
  - where:
40
- slug: admin-access
40
+ slug: admin-faq
41
41
  - url: /faq
42
42
  method: DELETE
43
43
  relations:
@@ -45,4 +45,4 @@
45
45
  - where:
46
46
  slug: admin
47
47
  - where:
48
- slug: admin-access
48
+ slug: admin-faq
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/faq",
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": {
@@ -10,10 +10,10 @@
10
10
  "@nestjs/jwt": "^11",
11
11
  "@nestjs/mapped-types": "*",
12
12
  "@hed-hog/api-locale": "0.0.10",
13
- "@hed-hog/core": "0.0.114",
14
- "@hed-hog/api-prisma": "0.0.4",
13
+ "@hed-hog/api-pagination": "0.0.4",
14
+ "@hed-hog/core": "0.0.122",
15
15
  "@hed-hog/api": "0.0.3",
16
- "@hed-hog/api-pagination": "0.0.4"
16
+ "@hed-hog/api-prisma": "0.0.4"
17
17
  },
18
18
  "exports": {
19
19
  ".": {