@hed-hog/catalog 0.0.296 → 0.0.297
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.
|
@@ -18,7 +18,7 @@ export declare class CatalogController {
|
|
|
18
18
|
slug: string;
|
|
19
19
|
normalized_name: string | null;
|
|
20
20
|
description: string | null;
|
|
21
|
-
status: import("
|
|
21
|
+
status: import("@prisma/client").$Enums.catalog_category_status_90fff1b9f8_enum;
|
|
22
22
|
parent_category_id: number | null;
|
|
23
23
|
comparison_enabled: boolean;
|
|
24
24
|
sort_order: number;
|
|
@@ -41,7 +41,7 @@ export declare class CatalogController {
|
|
|
41
41
|
slug: string;
|
|
42
42
|
normalized_name: string | null;
|
|
43
43
|
description: string | null;
|
|
44
|
-
status: import("
|
|
44
|
+
status: import("@prisma/client").$Enums.catalog_category_status_90fff1b9f8_enum;
|
|
45
45
|
parent_category_id: number | null;
|
|
46
46
|
comparison_enabled: boolean;
|
|
47
47
|
sort_order: number;
|
|
@@ -65,7 +65,7 @@ export declare class CatalogController {
|
|
|
65
65
|
slug: string;
|
|
66
66
|
normalized_name: string | null;
|
|
67
67
|
description: string | null;
|
|
68
|
-
status: import("
|
|
68
|
+
status: import("@prisma/client").$Enums.catalog_category_status_90fff1b9f8_enum;
|
|
69
69
|
parent_category_id: number | null;
|
|
70
70
|
comparison_enabled: boolean;
|
|
71
71
|
sort_order: number;
|
|
@@ -295,7 +295,7 @@ export declare class CatalogController {
|
|
|
295
295
|
slug: string;
|
|
296
296
|
normalized_name: string | null;
|
|
297
297
|
description: string | null;
|
|
298
|
-
status: import("
|
|
298
|
+
status: import("@prisma/client").$Enums.catalog_category_status_90fff1b9f8_enum;
|
|
299
299
|
parent_category_id: number | null;
|
|
300
300
|
comparison_enabled: boolean;
|
|
301
301
|
sort_order: number;
|
|
@@ -143,7 +143,7 @@ export declare class CatalogService {
|
|
|
143
143
|
slug: string;
|
|
144
144
|
normalized_name: string | null;
|
|
145
145
|
description: string | null;
|
|
146
|
-
status: import("
|
|
146
|
+
status: import("@prisma/client").$Enums.catalog_category_status_90fff1b9f8_enum;
|
|
147
147
|
parent_category_id: number | null;
|
|
148
148
|
comparison_enabled: boolean;
|
|
149
149
|
sort_order: number;
|
|
@@ -161,7 +161,7 @@ export declare class CatalogService {
|
|
|
161
161
|
slug: string;
|
|
162
162
|
normalized_name: string | null;
|
|
163
163
|
description: string | null;
|
|
164
|
-
status: import("
|
|
164
|
+
status: import("@prisma/client").$Enums.catalog_category_status_90fff1b9f8_enum;
|
|
165
165
|
parent_category_id: number | null;
|
|
166
166
|
comparison_enabled: boolean;
|
|
167
167
|
sort_order: number;
|
|
@@ -180,7 +180,7 @@ export declare class CatalogService {
|
|
|
180
180
|
slug: string;
|
|
181
181
|
normalized_name: string | null;
|
|
182
182
|
description: string | null;
|
|
183
|
-
status: import("
|
|
183
|
+
status: import("@prisma/client").$Enums.catalog_category_status_90fff1b9f8_enum;
|
|
184
184
|
parent_category_id: number | null;
|
|
185
185
|
comparison_enabled: boolean;
|
|
186
186
|
sort_order: number;
|
|
@@ -222,7 +222,7 @@ export declare class CatalogService {
|
|
|
222
222
|
slug: string;
|
|
223
223
|
normalized_name: string | null;
|
|
224
224
|
description: string | null;
|
|
225
|
-
status: import("
|
|
225
|
+
status: import("@prisma/client").$Enums.catalog_category_status_90fff1b9f8_enum;
|
|
226
226
|
parent_category_id: number | null;
|
|
227
227
|
comparison_enabled: boolean;
|
|
228
228
|
sort_order: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hed-hog/catalog",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.297",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
"@nestjs/core": "^11",
|
|
10
10
|
"@nestjs/jwt": "^11",
|
|
11
11
|
"@nestjs/mapped-types": "*",
|
|
12
|
-
"@hed-hog/core": "0.0.296",
|
|
13
12
|
"@hed-hog/api": "0.0.6",
|
|
14
|
-
"@hed-hog/
|
|
15
|
-
"@hed-hog/api-locale": "0.0.14",
|
|
13
|
+
"@hed-hog/core": "0.0.297",
|
|
16
14
|
"@hed-hog/api-pagination": "0.0.7",
|
|
17
|
-
"@hed-hog/
|
|
18
|
-
"@hed-hog/
|
|
19
|
-
"@hed-hog/
|
|
15
|
+
"@hed-hog/content": "0.0.297",
|
|
16
|
+
"@hed-hog/api-prisma": "0.0.6",
|
|
17
|
+
"@hed-hog/tag": "0.0.297",
|
|
18
|
+
"@hed-hog/category": "0.0.297",
|
|
19
|
+
"@hed-hog/api-locale": "0.0.14"
|
|
20
20
|
},
|
|
21
21
|
"exports": {
|
|
22
22
|
".": {
|