automation-lib 5.8.1 → 5.8.3
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -12545,9 +12545,9 @@ interface FindTaskAIImageVideoVoiceCanvaInstagramDto extends IFindBaseDto {
|
|
|
12545
12545
|
statusCredit: EAccountAIModelCreditStatus;
|
|
12546
12546
|
emailCanvaAccount: string;
|
|
12547
12547
|
timeStartEditCanva: Date;
|
|
12548
|
-
|
|
12549
|
-
|
|
12550
|
-
|
|
12548
|
+
canvaSourceType: string;
|
|
12549
|
+
canvaEditTask: string;
|
|
12550
|
+
timeImageVideoVoiceAiGen: Date;
|
|
12551
12551
|
}
|
|
12552
12552
|
interface FilterTaskAIImageVideoVoiceCanvaInstagramDto extends IFilterBaseDto {
|
|
12553
12553
|
username: string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -12545,9 +12545,9 @@ interface FindTaskAIImageVideoVoiceCanvaInstagramDto extends IFindBaseDto {
|
|
|
12545
12545
|
statusCredit: EAccountAIModelCreditStatus;
|
|
12546
12546
|
emailCanvaAccount: string;
|
|
12547
12547
|
timeStartEditCanva: Date;
|
|
12548
|
-
|
|
12549
|
-
|
|
12550
|
-
|
|
12548
|
+
canvaSourceType: string;
|
|
12549
|
+
canvaEditTask: string;
|
|
12550
|
+
timeImageVideoVoiceAiGen: Date;
|
|
12551
12551
|
}
|
|
12552
12552
|
interface FilterTaskAIImageVideoVoiceCanvaInstagramDto extends IFilterBaseDto {
|
|
12553
12553
|
username: string[];
|