automation-lib 6.6.185 → 6.6.187

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
@@ -12923,7 +12923,8 @@ interface IBlogCategorySystem extends IBaseModel, ITrackingModel {
12923
12923
  parentId: string | IBlogCategorySystem;
12924
12924
  viewableTeams: string[] | ITeam[];
12925
12925
  pin: EYesNo;
12926
- order: number;
12926
+ preCatChild: string | IBlogCategorySystem;
12927
+ nextCatChild: string | IBlogCategorySystem;
12927
12928
  }
12928
12929
 
12929
12930
  interface IBlogPost extends IBaseModel, ITrackingModel {
package/dist/index.d.ts CHANGED
@@ -12923,7 +12923,8 @@ interface IBlogCategorySystem extends IBaseModel, ITrackingModel {
12923
12923
  parentId: string | IBlogCategorySystem;
12924
12924
  viewableTeams: string[] | ITeam[];
12925
12925
  pin: EYesNo;
12926
- order: number;
12926
+ preCatChild: string | IBlogCategorySystem;
12927
+ nextCatChild: string | IBlogCategorySystem;
12927
12928
  }
12928
12929
 
12929
12930
  interface IBlogPost extends IBaseModel, ITrackingModel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.185",
3
+ "version": "6.6.187",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",