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 +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
12926
|
+
preCatChild: string | IBlogCategorySystem;
|
|
12927
|
+
nextCatChild: string | IBlogCategorySystem;
|
|
12927
12928
|
}
|
|
12928
12929
|
|
|
12929
12930
|
interface IBlogPost extends IBaseModel, ITrackingModel {
|