automation-lib 5.7.19 → 5.7.20

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
@@ -11179,6 +11179,8 @@ interface FindDeviceLogDto extends IFindBaseDto {
11179
11179
  interface CreateManagerImageAIInstagramDto {
11180
11180
  listAccountSocialIds: string[];
11181
11181
  folderName: string;
11182
+ sheetUrl: string;
11183
+ sheetName: string;
11182
11184
  model: EManagerImageAIInstagramModel;
11183
11185
  ideaId: string;
11184
11186
  nicheIds: string[];
@@ -11310,6 +11312,8 @@ interface IManagerImageAIInstagramItemStore extends IBaseModel, ITrackingModel {
11310
11312
 
11311
11313
  interface IManagerImageAIInstagramLog extends IBaseModel, ITrackingModel {
11312
11314
  folderID: string;
11315
+ sheetUrl: string;
11316
+ sheetName: string;
11313
11317
  processStep: EManagerImageAIInstagramLog;
11314
11318
  status: EStatusInstagramImageLog;
11315
11319
  time: number;
package/dist/index.d.ts CHANGED
@@ -11179,6 +11179,8 @@ interface FindDeviceLogDto extends IFindBaseDto {
11179
11179
  interface CreateManagerImageAIInstagramDto {
11180
11180
  listAccountSocialIds: string[];
11181
11181
  folderName: string;
11182
+ sheetUrl: string;
11183
+ sheetName: string;
11182
11184
  model: EManagerImageAIInstagramModel;
11183
11185
  ideaId: string;
11184
11186
  nicheIds: string[];
@@ -11310,6 +11312,8 @@ interface IManagerImageAIInstagramItemStore extends IBaseModel, ITrackingModel {
11310
11312
 
11311
11313
  interface IManagerImageAIInstagramLog extends IBaseModel, ITrackingModel {
11312
11314
  folderID: string;
11315
+ sheetUrl: string;
11316
+ sheetName: string;
11313
11317
  processStep: EManagerImageAIInstagramLog;
11314
11318
  status: EStatusInstagramImageLog;
11315
11319
  time: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.7.19",
3
+ "version": "5.7.20",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",