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 CHANGED
@@ -12136,10 +12136,12 @@ interface DataPCBrowserAndSheetPostImageVideoVoiceCanvaDto {
12136
12136
  pcGUID: string;
12137
12137
  pcStatus: EStatusPC;
12138
12138
  userAssign: string;
12139
- sheetID: string;
12140
- sheetUrl: string;
12141
- sheetName: string;
12142
- sheetStartStop: EStartStop;
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
- sheetID: string;
12140
- sheetUrl: string;
12141
- sheetName: string;
12142
- sheetStartStop: EStartStop;
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.8.3",
3
+ "version": "5.8.4",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",