nextemos 3.6.1 → 3.6.2

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.
@@ -73,7 +73,7 @@ interface IGetBlogCategoryHierarchyRequest {
73
73
  * Blog kategori ağacı istek arayüzü
74
74
  */
75
75
  interface IGetBlogCategoryTreeRequest {
76
- categoryId: number;
76
+ categoryId?: number;
77
77
  levelCount?: number;
78
78
  key?: string;
79
79
  includes?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",