automation-lib 6.6.623 → 6.6.624
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -18216,7 +18216,7 @@ interface ITaskAIImageVideoVoiceCanvaInstagram extends IBaseModel, ITrackingMode
|
|
|
18216
18216
|
folderTemplate: "vertical" | "horizontal" | "square" | "square_product";
|
|
18217
18217
|
styleName: string;
|
|
18218
18218
|
effectAudioPage1: string;
|
|
18219
|
-
|
|
18219
|
+
effectAudioPage2345678: string;
|
|
18220
18220
|
backgroundVideoPage2: string;
|
|
18221
18221
|
backgroundImagePage3: string;
|
|
18222
18222
|
backgroundVideoPage4: string;
|
|
@@ -19636,7 +19636,7 @@ interface ITaskAIImageVideoVoiceCanvaThreads extends IBaseModel, ITrackingModel
|
|
|
19636
19636
|
folderTemplate: "vertical" | "horizontal" | "square" | "square_product";
|
|
19637
19637
|
styleName: string;
|
|
19638
19638
|
effectAudioPage1: string;
|
|
19639
|
-
|
|
19639
|
+
effectAudioPage2345678: string;
|
|
19640
19640
|
backgroundVideoPage2: string;
|
|
19641
19641
|
backgroundImagePage3: string;
|
|
19642
19642
|
backgroundVideoPage4: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -18216,7 +18216,7 @@ interface ITaskAIImageVideoVoiceCanvaInstagram extends IBaseModel, ITrackingMode
|
|
|
18216
18216
|
folderTemplate: "vertical" | "horizontal" | "square" | "square_product";
|
|
18217
18217
|
styleName: string;
|
|
18218
18218
|
effectAudioPage1: string;
|
|
18219
|
-
|
|
18219
|
+
effectAudioPage2345678: string;
|
|
18220
18220
|
backgroundVideoPage2: string;
|
|
18221
18221
|
backgroundImagePage3: string;
|
|
18222
18222
|
backgroundVideoPage4: string;
|
|
@@ -19636,7 +19636,7 @@ interface ITaskAIImageVideoVoiceCanvaThreads extends IBaseModel, ITrackingModel
|
|
|
19636
19636
|
folderTemplate: "vertical" | "horizontal" | "square" | "square_product";
|
|
19637
19637
|
styleName: string;
|
|
19638
19638
|
effectAudioPage1: string;
|
|
19639
|
-
|
|
19639
|
+
effectAudioPage2345678: string;
|
|
19640
19640
|
backgroundVideoPage2: string;
|
|
19641
19641
|
backgroundImagePage3: string;
|
|
19642
19642
|
backgroundVideoPage4: string;
|