automation-lib 5.0.13 → 5.0.15
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 +25 -3
- package/dist/index.d.ts +25 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1724,12 +1724,11 @@ interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel
|
|
|
1724
1724
|
sheetName: string;
|
|
1725
1725
|
rowID: string;
|
|
1726
1726
|
row: number;
|
|
1727
|
-
typeRatioImage: ETypeRatioImage;
|
|
1728
1727
|
accountSocial: string | IAccount;
|
|
1728
|
+
typeRatioImage: ETypeRatioImage;
|
|
1729
1729
|
channelImage: string | IAccountAIImageChannel;
|
|
1730
|
-
|
|
1730
|
+
accountEmailImage: string | IAccountEmail;
|
|
1731
1731
|
accountAIImageInfo: string | IAccountAIImageInfo;
|
|
1732
|
-
accountAIVoiceInfo: string | IAccountAIVoiceInfo;
|
|
1733
1732
|
promptThumbInput: string;
|
|
1734
1733
|
thumbOutputUrl: string;
|
|
1735
1734
|
promptPage1Input: string;
|
|
@@ -1742,12 +1741,35 @@ interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel
|
|
|
1742
1741
|
nichePage4OutputUrl: string;
|
|
1743
1742
|
promptNichePage5Input: string;
|
|
1744
1743
|
nichePage5OutputUrl: string;
|
|
1744
|
+
channelVoice: string | IAccountAIVoiceChannel;
|
|
1745
|
+
accountEmailVoice: string | IAccountEmail;
|
|
1746
|
+
accountAIVoiceInfo: string | IAccountAIVoiceInfo;
|
|
1745
1747
|
promptVoicePage1Input: string;
|
|
1746
1748
|
voicePage1OutputUrl: string;
|
|
1747
1749
|
promptVoicePage3456Input: string;
|
|
1748
1750
|
voicePage3456OutputUrl: string;
|
|
1749
1751
|
billetCharacterVoiceSpeaker1: string;
|
|
1750
1752
|
billetCharacterVoiceSpeaker2: string;
|
|
1753
|
+
typePost: string;
|
|
1754
|
+
titlePool: string;
|
|
1755
|
+
pool1: string;
|
|
1756
|
+
pool2: string;
|
|
1757
|
+
pool3: string;
|
|
1758
|
+
textFirstPage2: string;
|
|
1759
|
+
textSecondPage2: string;
|
|
1760
|
+
textPage6: string;
|
|
1761
|
+
linkAddHistory: string;
|
|
1762
|
+
nicheLinkCategory: string;
|
|
1763
|
+
styleName: string;
|
|
1764
|
+
backgroundForPage3: string;
|
|
1765
|
+
backgroundForPage4: string;
|
|
1766
|
+
backgroundForPage5: string;
|
|
1767
|
+
backgroundForPage6: string;
|
|
1768
|
+
effectAudioThumbnail: string;
|
|
1769
|
+
effectAudioPage345: string;
|
|
1770
|
+
bgRemoveBackground345: string;
|
|
1771
|
+
fontText1: string;
|
|
1772
|
+
fontText2: string;
|
|
1751
1773
|
status: EStatusTaskImageVoiceCanva;
|
|
1752
1774
|
}
|
|
1753
1775
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1724,12 +1724,11 @@ interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel
|
|
|
1724
1724
|
sheetName: string;
|
|
1725
1725
|
rowID: string;
|
|
1726
1726
|
row: number;
|
|
1727
|
-
typeRatioImage: ETypeRatioImage;
|
|
1728
1727
|
accountSocial: string | IAccount;
|
|
1728
|
+
typeRatioImage: ETypeRatioImage;
|
|
1729
1729
|
channelImage: string | IAccountAIImageChannel;
|
|
1730
|
-
|
|
1730
|
+
accountEmailImage: string | IAccountEmail;
|
|
1731
1731
|
accountAIImageInfo: string | IAccountAIImageInfo;
|
|
1732
|
-
accountAIVoiceInfo: string | IAccountAIVoiceInfo;
|
|
1733
1732
|
promptThumbInput: string;
|
|
1734
1733
|
thumbOutputUrl: string;
|
|
1735
1734
|
promptPage1Input: string;
|
|
@@ -1742,12 +1741,35 @@ interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel
|
|
|
1742
1741
|
nichePage4OutputUrl: string;
|
|
1743
1742
|
promptNichePage5Input: string;
|
|
1744
1743
|
nichePage5OutputUrl: string;
|
|
1744
|
+
channelVoice: string | IAccountAIVoiceChannel;
|
|
1745
|
+
accountEmailVoice: string | IAccountEmail;
|
|
1746
|
+
accountAIVoiceInfo: string | IAccountAIVoiceInfo;
|
|
1745
1747
|
promptVoicePage1Input: string;
|
|
1746
1748
|
voicePage1OutputUrl: string;
|
|
1747
1749
|
promptVoicePage3456Input: string;
|
|
1748
1750
|
voicePage3456OutputUrl: string;
|
|
1749
1751
|
billetCharacterVoiceSpeaker1: string;
|
|
1750
1752
|
billetCharacterVoiceSpeaker2: string;
|
|
1753
|
+
typePost: string;
|
|
1754
|
+
titlePool: string;
|
|
1755
|
+
pool1: string;
|
|
1756
|
+
pool2: string;
|
|
1757
|
+
pool3: string;
|
|
1758
|
+
textFirstPage2: string;
|
|
1759
|
+
textSecondPage2: string;
|
|
1760
|
+
textPage6: string;
|
|
1761
|
+
linkAddHistory: string;
|
|
1762
|
+
nicheLinkCategory: string;
|
|
1763
|
+
styleName: string;
|
|
1764
|
+
backgroundForPage3: string;
|
|
1765
|
+
backgroundForPage4: string;
|
|
1766
|
+
backgroundForPage5: string;
|
|
1767
|
+
backgroundForPage6: string;
|
|
1768
|
+
effectAudioThumbnail: string;
|
|
1769
|
+
effectAudioPage345: string;
|
|
1770
|
+
bgRemoveBackground345: string;
|
|
1771
|
+
fontText1: string;
|
|
1772
|
+
fontText2: string;
|
|
1751
1773
|
status: EStatusTaskImageVoiceCanva;
|
|
1752
1774
|
}
|
|
1753
1775
|
|