automation-lib 4.9.39 → 4.9.41
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 +49 -40
- package/dist/index.d.ts +49 -40
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -901,15 +901,6 @@ interface IAccountAIImageGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoI
|
|
|
901
901
|
slug: string;
|
|
902
902
|
}
|
|
903
903
|
|
|
904
|
-
interface IAccountAIImage extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
905
|
-
listGroupsAI: string[] | IAccountAIImageGroup[];
|
|
906
|
-
ideaManagerWork: string | IManagerWork;
|
|
907
|
-
nicheManagerWork: string[] | IManagerWork[];
|
|
908
|
-
subNicheManagerWork: string[] | IManagerWork[];
|
|
909
|
-
tags: string[] | IAccountAIImageTag[];
|
|
910
|
-
membersAssigned: string[] | IUser[];
|
|
911
|
-
}
|
|
912
|
-
|
|
913
904
|
interface IAccountEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
914
905
|
email: string;
|
|
915
906
|
password: string;
|
|
@@ -917,13 +908,6 @@ interface IAccountEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
917
908
|
status: EStatusEmail;
|
|
918
909
|
}
|
|
919
910
|
|
|
920
|
-
interface IAccountAIImageChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
921
|
-
model: EAIModelImage;
|
|
922
|
-
name: string;
|
|
923
|
-
url: string;
|
|
924
|
-
color: string;
|
|
925
|
-
}
|
|
926
|
-
|
|
927
911
|
interface IAccountAIImageInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
928
912
|
accountAI: string | IAccountAIImage;
|
|
929
913
|
model: EAIModelImage;
|
|
@@ -932,37 +916,40 @@ interface IAccountAIImageInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
|
|
|
932
916
|
emailAccount: string | IAccountEmail;
|
|
933
917
|
password: string;
|
|
934
918
|
code2FA: string;
|
|
935
|
-
channels: string[] | IAccountAIImageChannel[];
|
|
936
919
|
isActive: boolean;
|
|
937
920
|
status: EStatusAccountAI;
|
|
938
921
|
}
|
|
939
922
|
|
|
940
|
-
interface
|
|
923
|
+
interface IAccountAIImageChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
924
|
+
model: EAIModelImage;
|
|
941
925
|
name: string;
|
|
926
|
+
url: string;
|
|
942
927
|
color: string;
|
|
943
928
|
}
|
|
944
929
|
|
|
945
|
-
interface
|
|
946
|
-
|
|
947
|
-
slug: string;
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
interface IAccountAIVoice extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
951
|
-
listGroupsAI: string[] | IAccountAIVoiceGroup[];
|
|
930
|
+
interface IAccountAIImage extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
931
|
+
listGroupsAI: string[] | IAccountAIImageGroup[];
|
|
952
932
|
ideaManagerWork: string | IManagerWork;
|
|
953
933
|
nicheManagerWork: string[] | IManagerWork[];
|
|
954
934
|
subNicheManagerWork: string[] | IManagerWork[];
|
|
955
|
-
tags: string[] |
|
|
935
|
+
tags: string[] | IAccountAIImageTag[];
|
|
956
936
|
membersAssigned: string[] | IUser[];
|
|
937
|
+
listAccountInfoChannels: Array<{
|
|
938
|
+
accountInfo: IAccountAIImageInfo | string;
|
|
939
|
+
listChannels: IAccountAIImageChannel[] | string[];
|
|
940
|
+
}>;
|
|
957
941
|
}
|
|
958
942
|
|
|
959
|
-
interface
|
|
960
|
-
model: EAIModelVoice;
|
|
943
|
+
interface IAccountAIVoiceTag extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
961
944
|
name: string;
|
|
962
|
-
url: string;
|
|
963
945
|
color: string;
|
|
964
946
|
}
|
|
965
947
|
|
|
948
|
+
interface IAccountAIVoiceGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
949
|
+
name: string;
|
|
950
|
+
slug: string;
|
|
951
|
+
}
|
|
952
|
+
|
|
966
953
|
interface IAccountAIVoiceInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
967
954
|
accountAI: string | IAccountAIVoice;
|
|
968
955
|
model: EAIModelVoice;
|
|
@@ -971,27 +958,37 @@ interface IAccountAIVoiceInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
|
|
|
971
958
|
emailAccount: string | IAccountEmail;
|
|
972
959
|
password: string;
|
|
973
960
|
code2FA: string;
|
|
974
|
-
channels: string[] | IAccountAIVoiceChannel[];
|
|
975
961
|
isActive: boolean;
|
|
976
962
|
}
|
|
977
963
|
|
|
978
|
-
interface
|
|
964
|
+
interface IAccountAIVoiceChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
965
|
+
model: EAIModelVoice;
|
|
979
966
|
name: string;
|
|
967
|
+
url: string;
|
|
980
968
|
color: string;
|
|
981
969
|
}
|
|
982
970
|
|
|
983
|
-
interface
|
|
984
|
-
|
|
985
|
-
slug: string;
|
|
986
|
-
}
|
|
987
|
-
|
|
988
|
-
interface IAccountAI extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
989
|
-
listGroupsAI: string[] | IAccountAIGroup[];
|
|
971
|
+
interface IAccountAIVoice extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
972
|
+
listGroupsAI: string[] | IAccountAIVoiceGroup[];
|
|
990
973
|
ideaManagerWork: string | IManagerWork;
|
|
991
974
|
nicheManagerWork: string[] | IManagerWork[];
|
|
992
975
|
subNicheManagerWork: string[] | IManagerWork[];
|
|
993
|
-
tags: string[] |
|
|
976
|
+
tags: string[] | IAccountAIVoiceTag[];
|
|
994
977
|
membersAssigned: string[] | IUser[];
|
|
978
|
+
listAccountInfoChannels: Array<{
|
|
979
|
+
accountInfo: IAccountAIVoiceInfo | string;
|
|
980
|
+
listChannels: IAccountAIVoiceChannel[] | string[];
|
|
981
|
+
}>;
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
interface IAccountAITag extends BoInterfaceModelsCommon$1.IBaseModel {
|
|
985
|
+
name: string;
|
|
986
|
+
color: string;
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
interface IAccountAIGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
990
|
+
name: string;
|
|
991
|
+
slug: string;
|
|
995
992
|
}
|
|
996
993
|
|
|
997
994
|
interface IAccountAIChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
@@ -1009,11 +1006,23 @@ interface IAccountAIInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfa
|
|
|
1009
1006
|
emailAccount: string | IAccountEmail;
|
|
1010
1007
|
password: string;
|
|
1011
1008
|
code2FA: string;
|
|
1012
|
-
channels: string[] | IAccountAIChannel[];
|
|
1013
1009
|
isActive: boolean;
|
|
1014
1010
|
status: EStatusAccountAI;
|
|
1015
1011
|
}
|
|
1016
1012
|
|
|
1013
|
+
interface IAccountAI extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
1014
|
+
listGroupsAI: string[] | IAccountAIGroup[];
|
|
1015
|
+
ideaManagerWork: string | IManagerWork;
|
|
1016
|
+
nicheManagerWork: string[] | IManagerWork[];
|
|
1017
|
+
subNicheManagerWork: string[] | IManagerWork[];
|
|
1018
|
+
tags: string[] | IAccountAITag[];
|
|
1019
|
+
membersAssigned: string[] | IUser[];
|
|
1020
|
+
listAccountInfoChannels: Array<{
|
|
1021
|
+
accountInfo: IAccountAIInfo | string;
|
|
1022
|
+
listChannels: IAccountAIChannel[] | string[];
|
|
1023
|
+
}>;
|
|
1024
|
+
}
|
|
1025
|
+
|
|
1017
1026
|
interface IAccountVPSGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
1018
1027
|
name: string;
|
|
1019
1028
|
slug: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -901,15 +901,6 @@ interface IAccountAIImageGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoI
|
|
|
901
901
|
slug: string;
|
|
902
902
|
}
|
|
903
903
|
|
|
904
|
-
interface IAccountAIImage extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
905
|
-
listGroupsAI: string[] | IAccountAIImageGroup[];
|
|
906
|
-
ideaManagerWork: string | IManagerWork;
|
|
907
|
-
nicheManagerWork: string[] | IManagerWork[];
|
|
908
|
-
subNicheManagerWork: string[] | IManagerWork[];
|
|
909
|
-
tags: string[] | IAccountAIImageTag[];
|
|
910
|
-
membersAssigned: string[] | IUser[];
|
|
911
|
-
}
|
|
912
|
-
|
|
913
904
|
interface IAccountEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
914
905
|
email: string;
|
|
915
906
|
password: string;
|
|
@@ -917,13 +908,6 @@ interface IAccountEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
917
908
|
status: EStatusEmail;
|
|
918
909
|
}
|
|
919
910
|
|
|
920
|
-
interface IAccountAIImageChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
921
|
-
model: EAIModelImage;
|
|
922
|
-
name: string;
|
|
923
|
-
url: string;
|
|
924
|
-
color: string;
|
|
925
|
-
}
|
|
926
|
-
|
|
927
911
|
interface IAccountAIImageInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
928
912
|
accountAI: string | IAccountAIImage;
|
|
929
913
|
model: EAIModelImage;
|
|
@@ -932,37 +916,40 @@ interface IAccountAIImageInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
|
|
|
932
916
|
emailAccount: string | IAccountEmail;
|
|
933
917
|
password: string;
|
|
934
918
|
code2FA: string;
|
|
935
|
-
channels: string[] | IAccountAIImageChannel[];
|
|
936
919
|
isActive: boolean;
|
|
937
920
|
status: EStatusAccountAI;
|
|
938
921
|
}
|
|
939
922
|
|
|
940
|
-
interface
|
|
923
|
+
interface IAccountAIImageChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
924
|
+
model: EAIModelImage;
|
|
941
925
|
name: string;
|
|
926
|
+
url: string;
|
|
942
927
|
color: string;
|
|
943
928
|
}
|
|
944
929
|
|
|
945
|
-
interface
|
|
946
|
-
|
|
947
|
-
slug: string;
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
interface IAccountAIVoice extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
951
|
-
listGroupsAI: string[] | IAccountAIVoiceGroup[];
|
|
930
|
+
interface IAccountAIImage extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
931
|
+
listGroupsAI: string[] | IAccountAIImageGroup[];
|
|
952
932
|
ideaManagerWork: string | IManagerWork;
|
|
953
933
|
nicheManagerWork: string[] | IManagerWork[];
|
|
954
934
|
subNicheManagerWork: string[] | IManagerWork[];
|
|
955
|
-
tags: string[] |
|
|
935
|
+
tags: string[] | IAccountAIImageTag[];
|
|
956
936
|
membersAssigned: string[] | IUser[];
|
|
937
|
+
listAccountInfoChannels: Array<{
|
|
938
|
+
accountInfo: IAccountAIImageInfo | string;
|
|
939
|
+
listChannels: IAccountAIImageChannel[] | string[];
|
|
940
|
+
}>;
|
|
957
941
|
}
|
|
958
942
|
|
|
959
|
-
interface
|
|
960
|
-
model: EAIModelVoice;
|
|
943
|
+
interface IAccountAIVoiceTag extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
961
944
|
name: string;
|
|
962
|
-
url: string;
|
|
963
945
|
color: string;
|
|
964
946
|
}
|
|
965
947
|
|
|
948
|
+
interface IAccountAIVoiceGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
949
|
+
name: string;
|
|
950
|
+
slug: string;
|
|
951
|
+
}
|
|
952
|
+
|
|
966
953
|
interface IAccountAIVoiceInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
967
954
|
accountAI: string | IAccountAIVoice;
|
|
968
955
|
model: EAIModelVoice;
|
|
@@ -971,27 +958,37 @@ interface IAccountAIVoiceInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
|
|
|
971
958
|
emailAccount: string | IAccountEmail;
|
|
972
959
|
password: string;
|
|
973
960
|
code2FA: string;
|
|
974
|
-
channels: string[] | IAccountAIVoiceChannel[];
|
|
975
961
|
isActive: boolean;
|
|
976
962
|
}
|
|
977
963
|
|
|
978
|
-
interface
|
|
964
|
+
interface IAccountAIVoiceChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
965
|
+
model: EAIModelVoice;
|
|
979
966
|
name: string;
|
|
967
|
+
url: string;
|
|
980
968
|
color: string;
|
|
981
969
|
}
|
|
982
970
|
|
|
983
|
-
interface
|
|
984
|
-
|
|
985
|
-
slug: string;
|
|
986
|
-
}
|
|
987
|
-
|
|
988
|
-
interface IAccountAI extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
989
|
-
listGroupsAI: string[] | IAccountAIGroup[];
|
|
971
|
+
interface IAccountAIVoice extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
972
|
+
listGroupsAI: string[] | IAccountAIVoiceGroup[];
|
|
990
973
|
ideaManagerWork: string | IManagerWork;
|
|
991
974
|
nicheManagerWork: string[] | IManagerWork[];
|
|
992
975
|
subNicheManagerWork: string[] | IManagerWork[];
|
|
993
|
-
tags: string[] |
|
|
976
|
+
tags: string[] | IAccountAIVoiceTag[];
|
|
994
977
|
membersAssigned: string[] | IUser[];
|
|
978
|
+
listAccountInfoChannels: Array<{
|
|
979
|
+
accountInfo: IAccountAIVoiceInfo | string;
|
|
980
|
+
listChannels: IAccountAIVoiceChannel[] | string[];
|
|
981
|
+
}>;
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
interface IAccountAITag extends BoInterfaceModelsCommon$1.IBaseModel {
|
|
985
|
+
name: string;
|
|
986
|
+
color: string;
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
interface IAccountAIGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
990
|
+
name: string;
|
|
991
|
+
slug: string;
|
|
995
992
|
}
|
|
996
993
|
|
|
997
994
|
interface IAccountAIChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
@@ -1009,11 +1006,23 @@ interface IAccountAIInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfa
|
|
|
1009
1006
|
emailAccount: string | IAccountEmail;
|
|
1010
1007
|
password: string;
|
|
1011
1008
|
code2FA: string;
|
|
1012
|
-
channels: string[] | IAccountAIChannel[];
|
|
1013
1009
|
isActive: boolean;
|
|
1014
1010
|
status: EStatusAccountAI;
|
|
1015
1011
|
}
|
|
1016
1012
|
|
|
1013
|
+
interface IAccountAI extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
1014
|
+
listGroupsAI: string[] | IAccountAIGroup[];
|
|
1015
|
+
ideaManagerWork: string | IManagerWork;
|
|
1016
|
+
nicheManagerWork: string[] | IManagerWork[];
|
|
1017
|
+
subNicheManagerWork: string[] | IManagerWork[];
|
|
1018
|
+
tags: string[] | IAccountAITag[];
|
|
1019
|
+
membersAssigned: string[] | IUser[];
|
|
1020
|
+
listAccountInfoChannels: Array<{
|
|
1021
|
+
accountInfo: IAccountAIInfo | string;
|
|
1022
|
+
listChannels: IAccountAIChannel[] | string[];
|
|
1023
|
+
}>;
|
|
1024
|
+
}
|
|
1025
|
+
|
|
1017
1026
|
interface IAccountVPSGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
1018
1027
|
name: string;
|
|
1019
1028
|
slug: string;
|