automation-lib 6.6.261 → 6.6.263
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 +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -12939,7 +12939,7 @@ declare enum EVisibleTeamBlogCategory {
|
|
|
12939
12939
|
|
|
12940
12940
|
interface CreateBlogPostDto {
|
|
12941
12941
|
title: string;
|
|
12942
|
-
|
|
12942
|
+
description: string;
|
|
12943
12943
|
content: string;
|
|
12944
12944
|
thumbnail: {
|
|
12945
12945
|
id: string;
|
|
@@ -12951,7 +12951,6 @@ interface CreateBlogPostDto {
|
|
|
12951
12951
|
viewableTeams: string[];
|
|
12952
12952
|
tags: string[];
|
|
12953
12953
|
tagUsers: string[];
|
|
12954
|
-
state: EBlogPostState;
|
|
12955
12954
|
isSendLark: EYesNo;
|
|
12956
12955
|
isSendNotiSystem: EYesNo;
|
|
12957
12956
|
mediaLibrary: Array<{
|
|
@@ -12961,7 +12960,6 @@ interface CreateBlogPostDto {
|
|
|
12961
12960
|
}>;
|
|
12962
12961
|
}
|
|
12963
12962
|
interface UpdateBlogPostDto extends Partial<CreateBlogPostDto> {
|
|
12964
|
-
state: EBlogPostState;
|
|
12965
12963
|
}
|
|
12966
12964
|
interface IViewCountNumberStatusBlogPostDto {
|
|
12967
12965
|
total: number;
|
|
@@ -12985,6 +12983,7 @@ interface IViewViewableBlogPostDto {
|
|
|
12985
12983
|
interface FindBlogPostDto extends IFindBaseDto {
|
|
12986
12984
|
sttPost: number;
|
|
12987
12985
|
title: string;
|
|
12986
|
+
description: string;
|
|
12988
12987
|
slug: string;
|
|
12989
12988
|
content: string;
|
|
12990
12989
|
thumbnail: {
|
|
@@ -13014,6 +13013,7 @@ interface FindBlogPostDto extends IFindBaseDto {
|
|
|
13014
13013
|
interface FindDetailBlogPostDto {
|
|
13015
13014
|
sttPost: number;
|
|
13016
13015
|
title: string;
|
|
13016
|
+
description: string;
|
|
13017
13017
|
slug: string;
|
|
13018
13018
|
content: string;
|
|
13019
13019
|
thumbnail: {
|
|
@@ -13029,7 +13029,6 @@ interface FindDetailBlogPostDto {
|
|
|
13029
13029
|
id: string;
|
|
13030
13030
|
name: string;
|
|
13031
13031
|
}>;
|
|
13032
|
-
state: EBlogPostState;
|
|
13033
13032
|
mediaLibrary: Array<{
|
|
13034
13033
|
id: string;
|
|
13035
13034
|
url: string;
|
|
@@ -13144,6 +13143,7 @@ interface IBlogCategorySystem extends IBaseModel, ITrackingModel {
|
|
|
13144
13143
|
interface IBlogPost extends IBaseModel, ITrackingModel {
|
|
13145
13144
|
sttPost: number;
|
|
13146
13145
|
title: string;
|
|
13146
|
+
description: string;
|
|
13147
13147
|
slug: string;
|
|
13148
13148
|
content: string;
|
|
13149
13149
|
thumbnail: {
|
package/dist/index.d.ts
CHANGED
|
@@ -12939,7 +12939,7 @@ declare enum EVisibleTeamBlogCategory {
|
|
|
12939
12939
|
|
|
12940
12940
|
interface CreateBlogPostDto {
|
|
12941
12941
|
title: string;
|
|
12942
|
-
|
|
12942
|
+
description: string;
|
|
12943
12943
|
content: string;
|
|
12944
12944
|
thumbnail: {
|
|
12945
12945
|
id: string;
|
|
@@ -12951,7 +12951,6 @@ interface CreateBlogPostDto {
|
|
|
12951
12951
|
viewableTeams: string[];
|
|
12952
12952
|
tags: string[];
|
|
12953
12953
|
tagUsers: string[];
|
|
12954
|
-
state: EBlogPostState;
|
|
12955
12954
|
isSendLark: EYesNo;
|
|
12956
12955
|
isSendNotiSystem: EYesNo;
|
|
12957
12956
|
mediaLibrary: Array<{
|
|
@@ -12961,7 +12960,6 @@ interface CreateBlogPostDto {
|
|
|
12961
12960
|
}>;
|
|
12962
12961
|
}
|
|
12963
12962
|
interface UpdateBlogPostDto extends Partial<CreateBlogPostDto> {
|
|
12964
|
-
state: EBlogPostState;
|
|
12965
12963
|
}
|
|
12966
12964
|
interface IViewCountNumberStatusBlogPostDto {
|
|
12967
12965
|
total: number;
|
|
@@ -12985,6 +12983,7 @@ interface IViewViewableBlogPostDto {
|
|
|
12985
12983
|
interface FindBlogPostDto extends IFindBaseDto {
|
|
12986
12984
|
sttPost: number;
|
|
12987
12985
|
title: string;
|
|
12986
|
+
description: string;
|
|
12988
12987
|
slug: string;
|
|
12989
12988
|
content: string;
|
|
12990
12989
|
thumbnail: {
|
|
@@ -13014,6 +13013,7 @@ interface FindBlogPostDto extends IFindBaseDto {
|
|
|
13014
13013
|
interface FindDetailBlogPostDto {
|
|
13015
13014
|
sttPost: number;
|
|
13016
13015
|
title: string;
|
|
13016
|
+
description: string;
|
|
13017
13017
|
slug: string;
|
|
13018
13018
|
content: string;
|
|
13019
13019
|
thumbnail: {
|
|
@@ -13029,7 +13029,6 @@ interface FindDetailBlogPostDto {
|
|
|
13029
13029
|
id: string;
|
|
13030
13030
|
name: string;
|
|
13031
13031
|
}>;
|
|
13032
|
-
state: EBlogPostState;
|
|
13033
13032
|
mediaLibrary: Array<{
|
|
13034
13033
|
id: string;
|
|
13035
13034
|
url: string;
|
|
@@ -13144,6 +13143,7 @@ interface IBlogCategorySystem extends IBaseModel, ITrackingModel {
|
|
|
13144
13143
|
interface IBlogPost extends IBaseModel, ITrackingModel {
|
|
13145
13144
|
sttPost: number;
|
|
13146
13145
|
title: string;
|
|
13146
|
+
description: string;
|
|
13147
13147
|
slug: string;
|
|
13148
13148
|
content: string;
|
|
13149
13149
|
thumbnail: {
|