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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
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
|
-
|
|
13096
|
+
firstParentCategory: {
|
|
13097
13097
|
id: string;
|
|
13098
13098
|
name: string;
|
|
13099
13099
|
};
|
|
13100
|
-
|
|
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
|
-
|
|
13096
|
+
firstParentCategory: {
|
|
13097
13097
|
id: string;
|
|
13098
13098
|
name: string;
|
|
13099
13099
|
};
|
|
13100
|
-
|
|
13100
|
+
currentParentCategory: {
|
|
13101
13101
|
id: string;
|
|
13102
13102
|
name: string;
|
|
13103
13103
|
};
|