automation-lib 5.0.9 → 5.0.14
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 +33 -10
- package/dist/index.d.ts +33 -10
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { BoInterfaceModelsCommon } from 'bodevops-be-common';
|
|
2
2
|
import { BoInterfaceModelsCommon as BoInterfaceModelsCommon$1 } from 'bodevops-be-common/dist';
|
|
3
|
-
import { AutoEnums } from 'automation-lib/dist';
|
|
4
3
|
|
|
5
4
|
declare const CONST_API_OTP: {
|
|
6
5
|
SEND: string;
|
|
@@ -923,7 +922,7 @@ interface IManagerSheetGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInt
|
|
|
923
922
|
|
|
924
923
|
interface IManagerSheet extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
925
924
|
key: string;
|
|
926
|
-
typeSocial:
|
|
925
|
+
typeSocial: ETypeSocial;
|
|
927
926
|
group: string | IManagerSheetGroup;
|
|
928
927
|
standardColumn: string;
|
|
929
928
|
url: string;
|
|
@@ -1473,7 +1472,7 @@ interface IProxySetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
1473
1472
|
interface IProxySettingForAccount extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
1474
1473
|
proxy: IProxy | string;
|
|
1475
1474
|
proxySetting: IProxySetting | string;
|
|
1476
|
-
typeSocial:
|
|
1475
|
+
typeSocial: ETypeSocial;
|
|
1477
1476
|
accountSocial: IAccount | string;
|
|
1478
1477
|
}
|
|
1479
1478
|
|
|
@@ -1530,7 +1529,7 @@ interface ITaskToolSocials extends BoInterfaceModelsCommon.IBaseModel, BoInterfa
|
|
|
1530
1529
|
action: string;
|
|
1531
1530
|
dayOfWeek: string;
|
|
1532
1531
|
sheetTool: ISheetsTool | string;
|
|
1533
|
-
|
|
1532
|
+
taskRowId: string;
|
|
1534
1533
|
status: EStatusTaskToolSocials;
|
|
1535
1534
|
note: string;
|
|
1536
1535
|
}
|
|
@@ -1581,7 +1580,8 @@ interface ITaskAIImageVoiceCanva extends BoInterfaceModelsCommon.IBaseModel, BoI
|
|
|
1581
1580
|
accountSocial: string | IAccount;
|
|
1582
1581
|
typeRatioImage: ETypeRatioImage;
|
|
1583
1582
|
channelImage: string | IAccountAIImageChannel;
|
|
1584
|
-
|
|
1583
|
+
accountAIImageInfo: string | IAccountAIImageInfo;
|
|
1584
|
+
accountEmailImage: string | IAccountEmail;
|
|
1585
1585
|
promptThumbInput: string;
|
|
1586
1586
|
thumbOutputUrl: string;
|
|
1587
1587
|
promptPage1Input: string;
|
|
@@ -1595,7 +1595,8 @@ interface ITaskAIImageVoiceCanva extends BoInterfaceModelsCommon.IBaseModel, BoI
|
|
|
1595
1595
|
promptNichePage5Input: string;
|
|
1596
1596
|
nichePage5OutputUrl: string;
|
|
1597
1597
|
channelVoice: string | IAccountAIVoiceChannel;
|
|
1598
|
-
|
|
1598
|
+
accountAIVoiceInfo: string | IAccountAIVoiceInfo;
|
|
1599
|
+
accountEmailVoice: string | IAccountEmail;
|
|
1599
1600
|
promptVoicePage1Input: string;
|
|
1600
1601
|
voicePage1OutputUrl: string;
|
|
1601
1602
|
promptVoicePage3456Input: string;
|
|
@@ -1723,12 +1724,11 @@ interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel
|
|
|
1723
1724
|
sheetName: string;
|
|
1724
1725
|
rowID: string;
|
|
1725
1726
|
row: number;
|
|
1726
|
-
typeRatioImage: ETypeRatioImage;
|
|
1727
1727
|
accountSocial: string | IAccount;
|
|
1728
|
+
typeRatioImage: ETypeRatioImage;
|
|
1728
1729
|
channelImage: string | IAccountAIImageChannel;
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
accountAIVoice: string | IAccountAIVoice;
|
|
1730
|
+
accountEmailImage: string | IAccountEmail;
|
|
1731
|
+
accountAIImageInfo: string | IAccountAIImageInfo;
|
|
1732
1732
|
promptThumbInput: string;
|
|
1733
1733
|
thumbOutputUrl: string;
|
|
1734
1734
|
promptPage1Input: string;
|
|
@@ -1741,12 +1741,35 @@ interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel
|
|
|
1741
1741
|
nichePage4OutputUrl: string;
|
|
1742
1742
|
promptNichePage5Input: string;
|
|
1743
1743
|
nichePage5OutputUrl: string;
|
|
1744
|
+
channelVoice: string | IAccountAIVoiceChannel;
|
|
1745
|
+
accountEmailVoice: string | IAccountEmail;
|
|
1746
|
+
accountAIVoiceInfo: string | IAccountAIVoiceInfo;
|
|
1744
1747
|
promptVoicePage1Input: string;
|
|
1745
1748
|
voicePage1OutputUrl: string;
|
|
1746
1749
|
promptVoicePage3456Input: string;
|
|
1747
1750
|
voicePage3456OutputUrl: string;
|
|
1748
1751
|
billetCharacterVoiceSpeaker1: string;
|
|
1749
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;
|
|
1750
1773
|
status: EStatusTaskImageVoiceCanva;
|
|
1751
1774
|
}
|
|
1752
1775
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { BoInterfaceModelsCommon } from 'bodevops-be-common';
|
|
2
2
|
import { BoInterfaceModelsCommon as BoInterfaceModelsCommon$1 } from 'bodevops-be-common/dist';
|
|
3
|
-
import { AutoEnums } from 'automation-lib/dist';
|
|
4
3
|
|
|
5
4
|
declare const CONST_API_OTP: {
|
|
6
5
|
SEND: string;
|
|
@@ -923,7 +922,7 @@ interface IManagerSheetGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInt
|
|
|
923
922
|
|
|
924
923
|
interface IManagerSheet extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
925
924
|
key: string;
|
|
926
|
-
typeSocial:
|
|
925
|
+
typeSocial: ETypeSocial;
|
|
927
926
|
group: string | IManagerSheetGroup;
|
|
928
927
|
standardColumn: string;
|
|
929
928
|
url: string;
|
|
@@ -1473,7 +1472,7 @@ interface IProxySetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
1473
1472
|
interface IProxySettingForAccount extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
1474
1473
|
proxy: IProxy | string;
|
|
1475
1474
|
proxySetting: IProxySetting | string;
|
|
1476
|
-
typeSocial:
|
|
1475
|
+
typeSocial: ETypeSocial;
|
|
1477
1476
|
accountSocial: IAccount | string;
|
|
1478
1477
|
}
|
|
1479
1478
|
|
|
@@ -1530,7 +1529,7 @@ interface ITaskToolSocials extends BoInterfaceModelsCommon.IBaseModel, BoInterfa
|
|
|
1530
1529
|
action: string;
|
|
1531
1530
|
dayOfWeek: string;
|
|
1532
1531
|
sheetTool: ISheetsTool | string;
|
|
1533
|
-
|
|
1532
|
+
taskRowId: string;
|
|
1534
1533
|
status: EStatusTaskToolSocials;
|
|
1535
1534
|
note: string;
|
|
1536
1535
|
}
|
|
@@ -1581,7 +1580,8 @@ interface ITaskAIImageVoiceCanva extends BoInterfaceModelsCommon.IBaseModel, BoI
|
|
|
1581
1580
|
accountSocial: string | IAccount;
|
|
1582
1581
|
typeRatioImage: ETypeRatioImage;
|
|
1583
1582
|
channelImage: string | IAccountAIImageChannel;
|
|
1584
|
-
|
|
1583
|
+
accountAIImageInfo: string | IAccountAIImageInfo;
|
|
1584
|
+
accountEmailImage: string | IAccountEmail;
|
|
1585
1585
|
promptThumbInput: string;
|
|
1586
1586
|
thumbOutputUrl: string;
|
|
1587
1587
|
promptPage1Input: string;
|
|
@@ -1595,7 +1595,8 @@ interface ITaskAIImageVoiceCanva extends BoInterfaceModelsCommon.IBaseModel, BoI
|
|
|
1595
1595
|
promptNichePage5Input: string;
|
|
1596
1596
|
nichePage5OutputUrl: string;
|
|
1597
1597
|
channelVoice: string | IAccountAIVoiceChannel;
|
|
1598
|
-
|
|
1598
|
+
accountAIVoiceInfo: string | IAccountAIVoiceInfo;
|
|
1599
|
+
accountEmailVoice: string | IAccountEmail;
|
|
1599
1600
|
promptVoicePage1Input: string;
|
|
1600
1601
|
voicePage1OutputUrl: string;
|
|
1601
1602
|
promptVoicePage3456Input: string;
|
|
@@ -1723,12 +1724,11 @@ interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel
|
|
|
1723
1724
|
sheetName: string;
|
|
1724
1725
|
rowID: string;
|
|
1725
1726
|
row: number;
|
|
1726
|
-
typeRatioImage: ETypeRatioImage;
|
|
1727
1727
|
accountSocial: string | IAccount;
|
|
1728
|
+
typeRatioImage: ETypeRatioImage;
|
|
1728
1729
|
channelImage: string | IAccountAIImageChannel;
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
accountAIVoice: string | IAccountAIVoice;
|
|
1730
|
+
accountEmailImage: string | IAccountEmail;
|
|
1731
|
+
accountAIImageInfo: string | IAccountAIImageInfo;
|
|
1732
1732
|
promptThumbInput: string;
|
|
1733
1733
|
thumbOutputUrl: string;
|
|
1734
1734
|
promptPage1Input: string;
|
|
@@ -1741,12 +1741,35 @@ interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel
|
|
|
1741
1741
|
nichePage4OutputUrl: string;
|
|
1742
1742
|
promptNichePage5Input: string;
|
|
1743
1743
|
nichePage5OutputUrl: string;
|
|
1744
|
+
channelVoice: string | IAccountAIVoiceChannel;
|
|
1745
|
+
accountEmailVoice: string | IAccountEmail;
|
|
1746
|
+
accountAIVoiceInfo: string | IAccountAIVoiceInfo;
|
|
1744
1747
|
promptVoicePage1Input: string;
|
|
1745
1748
|
voicePage1OutputUrl: string;
|
|
1746
1749
|
promptVoicePage3456Input: string;
|
|
1747
1750
|
voicePage3456OutputUrl: string;
|
|
1748
1751
|
billetCharacterVoiceSpeaker1: string;
|
|
1749
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;
|
|
1750
1773
|
status: EStatusTaskImageVoiceCanva;
|
|
1751
1774
|
}
|
|
1752
1775
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "automation-lib",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.14",
|
|
4
4
|
"description": "Common features and type of applications auto",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"typescript": "^5.4.5"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"automation-lib": "
|
|
30
|
+
"automation-lib": "5.0.9",
|
|
31
31
|
"bodevops-be-common": "^3.5.3",
|
|
32
32
|
"http-status-codes": "^2.3.0",
|
|
33
33
|
"nodemailer": "^6.9.13",
|