automation-lib 6.6.176 → 6.6.178
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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -12881,6 +12881,7 @@ interface FindBlogCategorySystemDto extends IFindBaseDto {
|
|
|
12881
12881
|
description: string;
|
|
12882
12882
|
state: EBlogCategoryState;
|
|
12883
12883
|
parentCategoryName: string;
|
|
12884
|
+
viewable: string;
|
|
12884
12885
|
childCategory: IViewChildBlogCategorySystemDto[];
|
|
12885
12886
|
countPost: number;
|
|
12886
12887
|
pin: EYesNo;
|
|
@@ -16052,6 +16053,7 @@ interface ITaskAIAccountCanva extends IBaseModel, ITrackingModel {
|
|
|
16052
16053
|
}
|
|
16053
16054
|
|
|
16054
16055
|
interface ITaskAIAvatarCoverInstagram extends IBaseModel, ITrackingModel {
|
|
16056
|
+
statusAll: ETaskStatus;
|
|
16055
16057
|
typeSocial: ETypeSocial.Instagram;
|
|
16056
16058
|
sheetID: string;
|
|
16057
16059
|
sheetUrl: string;
|
|
@@ -16123,6 +16125,7 @@ interface ITaskAIAvatarCoverCanvaInstagramStep extends IBaseModel, ITrackingMode
|
|
|
16123
16125
|
}
|
|
16124
16126
|
|
|
16125
16127
|
interface ITaskAIImageVideoVoiceCanvaInstagram extends IBaseModel, ITrackingModel {
|
|
16128
|
+
statusAll: ETaskStatus;
|
|
16126
16129
|
typeSocial: ETypeSocial.Instagram;
|
|
16127
16130
|
sheetID: string;
|
|
16128
16131
|
sheetUrl: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -12881,6 +12881,7 @@ interface FindBlogCategorySystemDto extends IFindBaseDto {
|
|
|
12881
12881
|
description: string;
|
|
12882
12882
|
state: EBlogCategoryState;
|
|
12883
12883
|
parentCategoryName: string;
|
|
12884
|
+
viewable: string;
|
|
12884
12885
|
childCategory: IViewChildBlogCategorySystemDto[];
|
|
12885
12886
|
countPost: number;
|
|
12886
12887
|
pin: EYesNo;
|
|
@@ -16052,6 +16053,7 @@ interface ITaskAIAccountCanva extends IBaseModel, ITrackingModel {
|
|
|
16052
16053
|
}
|
|
16053
16054
|
|
|
16054
16055
|
interface ITaskAIAvatarCoverInstagram extends IBaseModel, ITrackingModel {
|
|
16056
|
+
statusAll: ETaskStatus;
|
|
16055
16057
|
typeSocial: ETypeSocial.Instagram;
|
|
16056
16058
|
sheetID: string;
|
|
16057
16059
|
sheetUrl: string;
|
|
@@ -16123,6 +16125,7 @@ interface ITaskAIAvatarCoverCanvaInstagramStep extends IBaseModel, ITrackingMode
|
|
|
16123
16125
|
}
|
|
16124
16126
|
|
|
16125
16127
|
interface ITaskAIImageVideoVoiceCanvaInstagram extends IBaseModel, ITrackingModel {
|
|
16128
|
+
statusAll: ETaskStatus;
|
|
16126
16129
|
typeSocial: ETypeSocial.Instagram;
|
|
16127
16130
|
sheetID: string;
|
|
16128
16131
|
sheetUrl: string;
|