automation-lib 6.6.108 → 6.6.109

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
@@ -13316,11 +13316,6 @@ interface FindOverviewManagerImageAIInstagramDto {
13316
13316
  stop: number;
13317
13317
  total: number;
13318
13318
  };
13319
- scene: {
13320
- start: number;
13321
- stop: number;
13322
- total: number;
13323
- };
13324
13319
  style: {
13325
13320
  start: number;
13326
13321
  stop: number;
@@ -13330,7 +13325,7 @@ interface FindOverviewManagerImageAIInstagramDto {
13330
13325
  }
13331
13326
  interface FindManagerImageAIInstagramDto extends IFindBaseDto {
13332
13327
  folderName: string;
13333
- accountGroup: Pick<IAccountSocialGroup, "id" | "name">;
13328
+ accountGroup: Pick<IAccountSocialGroup, 'id' | 'name'>;
13334
13329
  startStop: EStartStop;
13335
13330
  idea: string;
13336
13331
  niches: string[];
@@ -13345,10 +13340,6 @@ interface FindManagerImageAIInstagramDto extends IFindBaseDto {
13345
13340
  countUse: number;
13346
13341
  countDraft: number;
13347
13342
  };
13348
- scene: {
13349
- countUse: number;
13350
- countDraft: number;
13351
- };
13352
13343
  style: {
13353
13344
  countUse: number;
13354
13345
  countDraft: number;
@@ -13362,12 +13353,6 @@ interface FindManagerImageAIInstagramDto extends IFindBaseDto {
13362
13353
  startStopFolderStore: EStartStop;
13363
13354
  timeStartStopFolderStore: Date;
13364
13355
  };
13365
- scene: {
13366
- listImages: string[];
13367
- totalImages: number;
13368
- startStopFolderStore: EStartStop;
13369
- timeStartStopFolderStore: Date;
13370
- };
13371
13356
  style: {
13372
13357
  listImages: string[];
13373
13358
  totalImages: number;
@@ -13522,11 +13507,6 @@ interface FindOverviewManagerImageAIThreadsDto {
13522
13507
  stop: number;
13523
13508
  total: number;
13524
13509
  };
13525
- scene: {
13526
- start: number;
13527
- stop: number;
13528
- total: number;
13529
- };
13530
13510
  style: {
13531
13511
  start: number;
13532
13512
  stop: number;
@@ -13551,10 +13531,6 @@ interface FindManagerImageAIThreadsDto extends IFindBaseDto {
13551
13531
  countUse: number;
13552
13532
  countDraft: number;
13553
13533
  };
13554
- scene: {
13555
- countUse: number;
13556
- countDraft: number;
13557
- };
13558
13534
  style: {
13559
13535
  countUse: number;
13560
13536
  countDraft: number;
@@ -13568,12 +13544,6 @@ interface FindManagerImageAIThreadsDto extends IFindBaseDto {
13568
13544
  startStopFolderStore: EStartStop;
13569
13545
  timeStartStopFolderStore: Date;
13570
13546
  };
13571
- scene: {
13572
- listImages: string[];
13573
- totalImages: number;
13574
- startStopFolderStore: EStartStop;
13575
- timeStartStopFolderStore: Date;
13576
- };
13577
13547
  style: {
13578
13548
  listImages: string[];
13579
13549
  totalImages: number;
package/dist/index.d.ts CHANGED
@@ -13316,11 +13316,6 @@ interface FindOverviewManagerImageAIInstagramDto {
13316
13316
  stop: number;
13317
13317
  total: number;
13318
13318
  };
13319
- scene: {
13320
- start: number;
13321
- stop: number;
13322
- total: number;
13323
- };
13324
13319
  style: {
13325
13320
  start: number;
13326
13321
  stop: number;
@@ -13330,7 +13325,7 @@ interface FindOverviewManagerImageAIInstagramDto {
13330
13325
  }
13331
13326
  interface FindManagerImageAIInstagramDto extends IFindBaseDto {
13332
13327
  folderName: string;
13333
- accountGroup: Pick<IAccountSocialGroup, "id" | "name">;
13328
+ accountGroup: Pick<IAccountSocialGroup, 'id' | 'name'>;
13334
13329
  startStop: EStartStop;
13335
13330
  idea: string;
13336
13331
  niches: string[];
@@ -13345,10 +13340,6 @@ interface FindManagerImageAIInstagramDto extends IFindBaseDto {
13345
13340
  countUse: number;
13346
13341
  countDraft: number;
13347
13342
  };
13348
- scene: {
13349
- countUse: number;
13350
- countDraft: number;
13351
- };
13352
13343
  style: {
13353
13344
  countUse: number;
13354
13345
  countDraft: number;
@@ -13362,12 +13353,6 @@ interface FindManagerImageAIInstagramDto extends IFindBaseDto {
13362
13353
  startStopFolderStore: EStartStop;
13363
13354
  timeStartStopFolderStore: Date;
13364
13355
  };
13365
- scene: {
13366
- listImages: string[];
13367
- totalImages: number;
13368
- startStopFolderStore: EStartStop;
13369
- timeStartStopFolderStore: Date;
13370
- };
13371
13356
  style: {
13372
13357
  listImages: string[];
13373
13358
  totalImages: number;
@@ -13522,11 +13507,6 @@ interface FindOverviewManagerImageAIThreadsDto {
13522
13507
  stop: number;
13523
13508
  total: number;
13524
13509
  };
13525
- scene: {
13526
- start: number;
13527
- stop: number;
13528
- total: number;
13529
- };
13530
13510
  style: {
13531
13511
  start: number;
13532
13512
  stop: number;
@@ -13551,10 +13531,6 @@ interface FindManagerImageAIThreadsDto extends IFindBaseDto {
13551
13531
  countUse: number;
13552
13532
  countDraft: number;
13553
13533
  };
13554
- scene: {
13555
- countUse: number;
13556
- countDraft: number;
13557
- };
13558
13534
  style: {
13559
13535
  countUse: number;
13560
13536
  countDraft: number;
@@ -13568,12 +13544,6 @@ interface FindManagerImageAIThreadsDto extends IFindBaseDto {
13568
13544
  startStopFolderStore: EStartStop;
13569
13545
  timeStartStopFolderStore: Date;
13570
13546
  };
13571
- scene: {
13572
- listImages: string[];
13573
- totalImages: number;
13574
- startStopFolderStore: EStartStop;
13575
- timeStartStopFolderStore: Date;
13576
- };
13577
13547
  style: {
13578
13548
  listImages: string[];
13579
13549
  totalImages: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.108",
3
+ "version": "6.6.109",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",