automation-lib 4.9.40 → 4.9.42

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 CHANGED
@@ -908,26 +908,24 @@ interface IAccountEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
908
908
  status: EStatusEmail;
909
909
  }
910
910
 
911
- interface IAccountAIImageChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
912
- model: EAIModelImage;
913
- name: string;
914
- url: string;
915
- color: string;
916
- }
917
-
918
911
  interface IAccountAIImageInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
919
- accountAI: string | IAccountAIImage;
920
912
  model: EAIModelImage;
921
913
  provider: string;
922
914
  versionModel: EAIVersionImage;
923
915
  emailAccount: string | IAccountEmail;
924
916
  password: string;
925
917
  code2FA: string;
926
- channels: string[] | IAccountAIImageChannel[];
927
918
  isActive: boolean;
928
919
  status: EStatusAccountAI;
929
920
  }
930
921
 
922
+ interface IAccountAIImageChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
923
+ model: EAIModelImage;
924
+ name: string;
925
+ url: string;
926
+ color: string;
927
+ }
928
+
931
929
  interface IAccountAIImage extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
932
930
  listGroupsAI: string[] | IAccountAIImageGroup[];
933
931
  ideaManagerWork: string | IManagerWork;
@@ -951,25 +949,23 @@ interface IAccountAIVoiceGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoI
951
949
  slug: string;
952
950
  }
953
951
 
954
- interface IAccountAIVoiceChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
955
- model: EAIModelVoice;
956
- name: string;
957
- url: string;
958
- color: string;
959
- }
960
-
961
952
  interface IAccountAIVoiceInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
962
- accountAI: string | IAccountAIVoice;
963
953
  model: EAIModelVoice;
964
954
  provider: string;
965
955
  versionModel: EAIVersionVoice;
966
956
  emailAccount: string | IAccountEmail;
967
957
  password: string;
968
958
  code2FA: string;
969
- channels: string[] | IAccountAIVoiceChannel[];
970
959
  isActive: boolean;
971
960
  }
972
961
 
962
+ interface IAccountAIVoiceChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
963
+ model: EAIModelVoice;
964
+ name: string;
965
+ url: string;
966
+ color: string;
967
+ }
968
+
973
969
  interface IAccountAIVoice extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
974
970
  listGroupsAI: string[] | IAccountAIVoiceGroup[];
975
971
  ideaManagerWork: string | IManagerWork;
@@ -1001,14 +997,12 @@ interface IAccountAIChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInte
1001
997
  }
1002
998
 
1003
999
  interface IAccountAIInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1004
- accountAI: string | IAccountAI;
1005
1000
  model: EAIModelContent;
1006
1001
  provider: string;
1007
1002
  versionModel: EAIVersionGPT | EAIVersionPerplexity;
1008
1003
  emailAccount: string | IAccountEmail;
1009
1004
  password: string;
1010
1005
  code2FA: string;
1011
- channels: string[] | IAccountAIChannel[];
1012
1006
  isActive: boolean;
1013
1007
  status: EStatusAccountAI;
1014
1008
  }
package/dist/index.d.ts CHANGED
@@ -908,26 +908,24 @@ interface IAccountEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
908
908
  status: EStatusEmail;
909
909
  }
910
910
 
911
- interface IAccountAIImageChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
912
- model: EAIModelImage;
913
- name: string;
914
- url: string;
915
- color: string;
916
- }
917
-
918
911
  interface IAccountAIImageInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
919
- accountAI: string | IAccountAIImage;
920
912
  model: EAIModelImage;
921
913
  provider: string;
922
914
  versionModel: EAIVersionImage;
923
915
  emailAccount: string | IAccountEmail;
924
916
  password: string;
925
917
  code2FA: string;
926
- channels: string[] | IAccountAIImageChannel[];
927
918
  isActive: boolean;
928
919
  status: EStatusAccountAI;
929
920
  }
930
921
 
922
+ interface IAccountAIImageChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
923
+ model: EAIModelImage;
924
+ name: string;
925
+ url: string;
926
+ color: string;
927
+ }
928
+
931
929
  interface IAccountAIImage extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
932
930
  listGroupsAI: string[] | IAccountAIImageGroup[];
933
931
  ideaManagerWork: string | IManagerWork;
@@ -951,25 +949,23 @@ interface IAccountAIVoiceGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoI
951
949
  slug: string;
952
950
  }
953
951
 
954
- interface IAccountAIVoiceChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
955
- model: EAIModelVoice;
956
- name: string;
957
- url: string;
958
- color: string;
959
- }
960
-
961
952
  interface IAccountAIVoiceInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
962
- accountAI: string | IAccountAIVoice;
963
953
  model: EAIModelVoice;
964
954
  provider: string;
965
955
  versionModel: EAIVersionVoice;
966
956
  emailAccount: string | IAccountEmail;
967
957
  password: string;
968
958
  code2FA: string;
969
- channels: string[] | IAccountAIVoiceChannel[];
970
959
  isActive: boolean;
971
960
  }
972
961
 
962
+ interface IAccountAIVoiceChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
963
+ model: EAIModelVoice;
964
+ name: string;
965
+ url: string;
966
+ color: string;
967
+ }
968
+
973
969
  interface IAccountAIVoice extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
974
970
  listGroupsAI: string[] | IAccountAIVoiceGroup[];
975
971
  ideaManagerWork: string | IManagerWork;
@@ -1001,14 +997,12 @@ interface IAccountAIChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInte
1001
997
  }
1002
998
 
1003
999
  interface IAccountAIInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1004
- accountAI: string | IAccountAI;
1005
1000
  model: EAIModelContent;
1006
1001
  provider: string;
1007
1002
  versionModel: EAIVersionGPT | EAIVersionPerplexity;
1008
1003
  emailAccount: string | IAccountEmail;
1009
1004
  password: string;
1010
1005
  code2FA: string;
1011
- channels: string[] | IAccountAIChannel[];
1012
1006
  isActive: boolean;
1013
1007
  status: EStatusAccountAI;
1014
1008
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.9.40",
3
+ "version": "4.9.42",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",