@hed-hog/category 0.0.68 → 0.0.103

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-access
@@ -4,45 +4,61 @@
4
4
  role:
5
5
  - where:
6
6
  slug: admin
7
+ - where:
8
+ slug: admin-access
7
9
  - url: /category
8
10
  method: POST
9
11
  relations:
10
12
  role:
11
13
  - where:
12
14
  slug: admin
15
+ - where:
16
+ slug: admin-access
13
17
  - url: /category/stats
14
18
  method: GET
15
19
  relations:
16
20
  role:
17
- - where:
18
- slug: admin
21
+ - where:
22
+ slug: admin
23
+ - where:
24
+ slug: admin-access
19
25
  - url: /category/root
20
26
  method: GET
21
27
  relations:
22
28
  role:
23
- - where:
24
- slug: admin
29
+ - where:
30
+ slug: admin
31
+ - where:
32
+ slug: admin-access
25
33
  - url: /category/:id
26
34
  method: GET
27
35
  relations:
28
36
  role:
29
37
  - where:
30
38
  slug: admin
39
+ - where:
40
+ slug: admin-access
31
41
  - url: /category/parent/:categoryId
32
42
  method: GET
33
43
  relations:
34
44
  role:
35
45
  - where:
36
46
  slug: admin
47
+ - where:
48
+ slug: admin-access
37
49
  - url: /category/:id
38
50
  method: PATCH
39
51
  relations:
40
- role:
52
+ role:
41
53
  - where:
42
54
  slug: admin
55
+ - where:
56
+ slug: admin-access
43
57
  - url: /category/:id
44
58
  method: DELETE
45
59
  relations:
46
60
  role:
47
- - where:
48
- slug: admin
61
+ - where:
62
+ slug: admin
63
+ - where:
64
+ slug: admin-access
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/category",
3
- "version": "0.0.68",
3
+ "version": "0.0.103",
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/core": "0.0.68",
13
- "@hed-hog/api": "0.0.3",
12
+ "@hed-hog/core": "0.0.103",
14
13
  "@hed-hog/api-locale": "0.0.10",
15
- "@hed-hog/api-pagination": "0.0.4",
16
- "@hed-hog/api-prisma": "0.0.4"
14
+ "@hed-hog/api": "0.0.3",
15
+ "@hed-hog/api-prisma": "0.0.4",
16
+ "@hed-hog/api-pagination": "0.0.4"
17
17
  },
18
18
  "exports": {
19
19
  ".": {