automation-lib 5.8.3 → 5.8.4
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 +8 -4
- package/dist/index.d.ts +8 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -12136,10 +12136,12 @@ interface DataPCBrowserAndSheetPostImageVideoVoiceCanvaDto {
|
|
|
12136
12136
|
pcGUID: string;
|
|
12137
12137
|
pcStatus: EStatusPC;
|
|
12138
12138
|
userAssign: string;
|
|
12139
|
-
|
|
12140
|
-
|
|
12141
|
-
|
|
12142
|
-
|
|
12139
|
+
sheets: Array<{
|
|
12140
|
+
sheetID: string;
|
|
12141
|
+
sheetUrl: string;
|
|
12142
|
+
sheetName: string;
|
|
12143
|
+
sheetStartStop: EStartStop;
|
|
12144
|
+
}>;
|
|
12143
12145
|
}
|
|
12144
12146
|
interface ImageVideoVoiceDetailDto {
|
|
12145
12147
|
infoMonitorGenImageVideoVoice: {
|
|
@@ -12550,6 +12552,8 @@ interface FindTaskAIImageVideoVoiceCanvaInstagramDto extends IFindBaseDto {
|
|
|
12550
12552
|
timeImageVideoVoiceAiGen: Date;
|
|
12551
12553
|
}
|
|
12552
12554
|
interface FilterTaskAIImageVideoVoiceCanvaInstagramDto extends IFilterBaseDto {
|
|
12555
|
+
pc: string[];
|
|
12556
|
+
sheetId: string[];
|
|
12553
12557
|
username: string[];
|
|
12554
12558
|
ratio: ERatioImage[];
|
|
12555
12559
|
statusTaskImageVideo: ETaskStatus[];
|
package/dist/index.d.ts
CHANGED
|
@@ -12136,10 +12136,12 @@ interface DataPCBrowserAndSheetPostImageVideoVoiceCanvaDto {
|
|
|
12136
12136
|
pcGUID: string;
|
|
12137
12137
|
pcStatus: EStatusPC;
|
|
12138
12138
|
userAssign: string;
|
|
12139
|
-
|
|
12140
|
-
|
|
12141
|
-
|
|
12142
|
-
|
|
12139
|
+
sheets: Array<{
|
|
12140
|
+
sheetID: string;
|
|
12141
|
+
sheetUrl: string;
|
|
12142
|
+
sheetName: string;
|
|
12143
|
+
sheetStartStop: EStartStop;
|
|
12144
|
+
}>;
|
|
12143
12145
|
}
|
|
12144
12146
|
interface ImageVideoVoiceDetailDto {
|
|
12145
12147
|
infoMonitorGenImageVideoVoice: {
|
|
@@ -12550,6 +12552,8 @@ interface FindTaskAIImageVideoVoiceCanvaInstagramDto extends IFindBaseDto {
|
|
|
12550
12552
|
timeImageVideoVoiceAiGen: Date;
|
|
12551
12553
|
}
|
|
12552
12554
|
interface FilterTaskAIImageVideoVoiceCanvaInstagramDto extends IFilterBaseDto {
|
|
12555
|
+
pc: string[];
|
|
12556
|
+
sheetId: string[];
|
|
12553
12557
|
username: string[];
|
|
12554
12558
|
ratio: ERatioImage[];
|
|
12555
12559
|
statusTaskImageVideo: ETaskStatus[];
|