automation-lib 5.0.8 → 5.0.13
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 +9 -8
- package/dist/index.d.ts +9 -8
- 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;
|
|
@@ -1727,8 +1728,8 @@ interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel
|
|
|
1727
1728
|
accountSocial: string | IAccount;
|
|
1728
1729
|
channelImage: string | IAccountAIImageChannel;
|
|
1729
1730
|
channelVoice: string | IAccountAIVoiceChannel;
|
|
1730
|
-
|
|
1731
|
-
|
|
1731
|
+
accountAIImageInfo: string | IAccountAIImageInfo;
|
|
1732
|
+
accountAIVoiceInfo: string | IAccountAIVoiceInfo;
|
|
1732
1733
|
promptThumbInput: string;
|
|
1733
1734
|
thumbOutputUrl: string;
|
|
1734
1735
|
promptPage1Input: string;
|
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;
|
|
@@ -1727,8 +1728,8 @@ interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel
|
|
|
1727
1728
|
accountSocial: string | IAccount;
|
|
1728
1729
|
channelImage: string | IAccountAIImageChannel;
|
|
1729
1730
|
channelVoice: string | IAccountAIVoiceChannel;
|
|
1730
|
-
|
|
1731
|
-
|
|
1731
|
+
accountAIImageInfo: string | IAccountAIImageInfo;
|
|
1732
|
+
accountAIVoiceInfo: string | IAccountAIVoiceInfo;
|
|
1732
1733
|
promptThumbInput: string;
|
|
1733
1734
|
thumbOutputUrl: string;
|
|
1734
1735
|
promptPage1Input: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "automation-lib",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.13",
|
|
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",
|