automation-lib 6.6.274 → 6.6.276

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.
package/dist/index.d.mts CHANGED
@@ -13093,11 +13093,11 @@ interface FindBlogCategorySystemDto extends IFindBaseDto {
13093
13093
  name: string;
13094
13094
  hexColor: string;
13095
13095
  description: string;
13096
- firstParent: {
13096
+ firstParentCategory: {
13097
13097
  id: string;
13098
13098
  name: string;
13099
13099
  };
13100
- parentCategory: {
13100
+ currentParentCategory: {
13101
13101
  id: string;
13102
13102
  name: string;
13103
13103
  };
package/dist/index.d.ts CHANGED
@@ -13093,11 +13093,11 @@ interface FindBlogCategorySystemDto extends IFindBaseDto {
13093
13093
  name: string;
13094
13094
  hexColor: string;
13095
13095
  description: string;
13096
- firstParent: {
13096
+ firstParentCategory: {
13097
13097
  id: string;
13098
13098
  name: string;
13099
13099
  };
13100
- parentCategory: {
13100
+ currentParentCategory: {
13101
13101
  id: string;
13102
13102
  name: string;
13103
13103
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.274",
3
+ "version": "6.6.276",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",