automation-lib 6.6.262 → 6.6.264

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
@@ -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;
@@ -13031,7 +13029,6 @@ interface FindDetailBlogPostDto {
13031
13029
  id: string;
13032
13030
  name: string;
13033
13031
  }>;
13034
- state: EBlogPostState;
13035
13032
  mediaLibrary: Array<{
13036
13033
  id: string;
13037
13034
  url: string;
@@ -13155,7 +13152,6 @@ interface IBlogPost extends IBaseModel, ITrackingModel {
13155
13152
  };
13156
13153
  pin: EYesNo;
13157
13154
  status: EBlogPostStatus;
13158
- state: EBlogPostState;
13159
13155
  tags: string[];
13160
13156
  tagUsers: string[] | IUser;
13161
13157
  blogChildCategories: string[] | IBlogCategorySystem[];
package/dist/index.d.ts CHANGED
@@ -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;
@@ -13031,7 +13029,6 @@ interface FindDetailBlogPostDto {
13031
13029
  id: string;
13032
13030
  name: string;
13033
13031
  }>;
13034
- state: EBlogPostState;
13035
13032
  mediaLibrary: Array<{
13036
13033
  id: string;
13037
13034
  url: string;
@@ -13155,7 +13152,6 @@ interface IBlogPost extends IBaseModel, ITrackingModel {
13155
13152
  };
13156
13153
  pin: EYesNo;
13157
13154
  status: EBlogPostStatus;
13158
- state: EBlogPostState;
13159
13155
  tags: string[];
13160
13156
  tagUsers: string[] | IUser;
13161
13157
  blogChildCategories: string[] | IBlogCategorySystem[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.262",
3
+ "version": "6.6.264",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",