automation-lib 6.4.39 → 6.4.40

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
@@ -14469,6 +14469,12 @@ interface DataUpsertImageVideoVoiceCanvaInstagramDto {
14469
14469
  code2FABackup: string;
14470
14470
  }>;
14471
14471
  accountAIUsedId: string;
14472
+ listAccountCanva: Array<{
14473
+ email: string;
14474
+ password: string;
14475
+ code2FA: string;
14476
+ }>;
14477
+ accountCanvaUsedId: string;
14472
14478
  subjectImageUrl: string;
14473
14479
  sceneImageUrl: string[];
14474
14480
  styleImageUrl: string;
@@ -14660,6 +14666,7 @@ interface ITaskAIImageVideoVoiceCanvaInstagram extends IBaseModel, ITrackingMode
14660
14666
  proxyMain: string | IProxy;
14661
14667
  accountDriveMain: string | IAccountDrive;
14662
14668
  accountAIMain: string | IAccountAI;
14669
+ accountCanvaMain: string | IAccountCanva;
14663
14670
  subjectImageUrl: string;
14664
14671
  sceneImageUrl: string[];
14665
14672
  styleImageUrl: string;
package/dist/index.d.ts CHANGED
@@ -14469,6 +14469,12 @@ interface DataUpsertImageVideoVoiceCanvaInstagramDto {
14469
14469
  code2FABackup: string;
14470
14470
  }>;
14471
14471
  accountAIUsedId: string;
14472
+ listAccountCanva: Array<{
14473
+ email: string;
14474
+ password: string;
14475
+ code2FA: string;
14476
+ }>;
14477
+ accountCanvaUsedId: string;
14472
14478
  subjectImageUrl: string;
14473
14479
  sceneImageUrl: string[];
14474
14480
  styleImageUrl: string;
@@ -14660,6 +14666,7 @@ interface ITaskAIImageVideoVoiceCanvaInstagram extends IBaseModel, ITrackingMode
14660
14666
  proxyMain: string | IProxy;
14661
14667
  accountDriveMain: string | IAccountDrive;
14662
14668
  accountAIMain: string | IAccountAI;
14669
+ accountCanvaMain: string | IAccountCanva;
14663
14670
  subjectImageUrl: string;
14664
14671
  sceneImageUrl: string[];
14665
14672
  styleImageUrl: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.4.39",
3
+ "version": "6.4.40",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",