automation-lib 4.9.34 → 4.9.36

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
@@ -910,7 +910,7 @@ interface IAccountAIImage extends BoInterfaceModelsCommon$1.IBaseModel, BoInterf
910
910
  membersAssigned: string[] | IUser[];
911
911
  }
912
912
 
913
- interface IAccountEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
913
+ interface IAccountEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
914
914
  email: string;
915
915
  password: string;
916
916
  code2FA: string;
@@ -928,9 +928,9 @@ interface IAccountAIImageInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
928
928
  model: EAIModelImage;
929
929
  provider: string;
930
930
  versionModel: EAIVersionImage;
931
+ emailManager: string | IAccountEmail;
931
932
  password: string;
932
933
  code2FA: string;
933
- managerEmail: string | IAccountEmail;
934
934
  channels: string[] | IAccountAIImageChannel[];
935
935
  isActive: boolean;
936
936
  status: EStatusAccountAI;
@@ -962,7 +962,7 @@ interface IAccountAIVoiceInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
962
962
  versionModel: EAIVersionVoice;
963
963
  password: string;
964
964
  code2FA: string;
965
- managerEmail: string | IAccountEmail;
965
+ emailManager: string | IAccountEmail;
966
966
  channels: string[] | IAccountAIImageChannel[];
967
967
  isActive: boolean;
968
968
  }
@@ -1003,10 +1003,9 @@ interface IAccountAIInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfa
1003
1003
  model: EAIModelText;
1004
1004
  provider: string;
1005
1005
  versionModel: EAIVersionGPT | EAIVersionPerplexity;
1006
- email: string;
1006
+ emailManager: string | IAccountEmail;
1007
1007
  password: string;
1008
1008
  code2FA: string;
1009
- managerEmail: string | IAccountEmail;
1010
1009
  channels: string[] | IAccountAIChannel[];
1011
1010
  isActive: boolean;
1012
1011
  status: EStatusAccountAI;
@@ -1076,6 +1075,15 @@ interface IDevice extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
1076
1075
  device_note: string;
1077
1076
  }
1078
1077
 
1078
+ interface IProxySetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1079
+ ps_proxy: IProxy | string;
1080
+ ps_typeSocial: ETypeSocial;
1081
+ ps_maximumAccountApply: number;
1082
+ ps_isFulled: boolean;
1083
+ ps_numberAccountApplied: number;
1084
+ ps_accountApplied: IAccount[] | string[];
1085
+ }
1086
+
1079
1087
  interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1080
1088
  pt_url: string;
1081
1089
  pt_name: string;
@@ -1086,15 +1094,6 @@ interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterface
1086
1094
  pt_department: IDepartment | string;
1087
1095
  }
1088
1096
 
1089
- interface IProxySetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1090
- ps_proxy: IProxy | string;
1091
- ps_typeSocial: ETypeSocial;
1092
- ps_maximumAccountApply: number;
1093
- ps_isFulled: boolean;
1094
- ps_numberAccountApplied: number;
1095
- ps_accountApplied: IAccount[] | string[];
1096
- }
1097
-
1098
1097
  interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1099
1098
  proxy_ip: string;
1100
1099
  proxy_key: string;
package/dist/index.d.ts CHANGED
@@ -910,7 +910,7 @@ interface IAccountAIImage extends BoInterfaceModelsCommon$1.IBaseModel, BoInterf
910
910
  membersAssigned: string[] | IUser[];
911
911
  }
912
912
 
913
- interface IAccountEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
913
+ interface IAccountEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
914
914
  email: string;
915
915
  password: string;
916
916
  code2FA: string;
@@ -928,9 +928,9 @@ interface IAccountAIImageInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
928
928
  model: EAIModelImage;
929
929
  provider: string;
930
930
  versionModel: EAIVersionImage;
931
+ emailManager: string | IAccountEmail;
931
932
  password: string;
932
933
  code2FA: string;
933
- managerEmail: string | IAccountEmail;
934
934
  channels: string[] | IAccountAIImageChannel[];
935
935
  isActive: boolean;
936
936
  status: EStatusAccountAI;
@@ -962,7 +962,7 @@ interface IAccountAIVoiceInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
962
962
  versionModel: EAIVersionVoice;
963
963
  password: string;
964
964
  code2FA: string;
965
- managerEmail: string | IAccountEmail;
965
+ emailManager: string | IAccountEmail;
966
966
  channels: string[] | IAccountAIImageChannel[];
967
967
  isActive: boolean;
968
968
  }
@@ -1003,10 +1003,9 @@ interface IAccountAIInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfa
1003
1003
  model: EAIModelText;
1004
1004
  provider: string;
1005
1005
  versionModel: EAIVersionGPT | EAIVersionPerplexity;
1006
- email: string;
1006
+ emailManager: string | IAccountEmail;
1007
1007
  password: string;
1008
1008
  code2FA: string;
1009
- managerEmail: string | IAccountEmail;
1010
1009
  channels: string[] | IAccountAIChannel[];
1011
1010
  isActive: boolean;
1012
1011
  status: EStatusAccountAI;
@@ -1076,6 +1075,15 @@ interface IDevice extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
1076
1075
  device_note: string;
1077
1076
  }
1078
1077
 
1078
+ interface IProxySetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1079
+ ps_proxy: IProxy | string;
1080
+ ps_typeSocial: ETypeSocial;
1081
+ ps_maximumAccountApply: number;
1082
+ ps_isFulled: boolean;
1083
+ ps_numberAccountApplied: number;
1084
+ ps_accountApplied: IAccount[] | string[];
1085
+ }
1086
+
1079
1087
  interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1080
1088
  pt_url: string;
1081
1089
  pt_name: string;
@@ -1086,15 +1094,6 @@ interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterface
1086
1094
  pt_department: IDepartment | string;
1087
1095
  }
1088
1096
 
1089
- interface IProxySetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1090
- ps_proxy: IProxy | string;
1091
- ps_typeSocial: ETypeSocial;
1092
- ps_maximumAccountApply: number;
1093
- ps_isFulled: boolean;
1094
- ps_numberAccountApplied: number;
1095
- ps_accountApplied: IAccount[] | string[];
1096
- }
1097
-
1098
1097
  interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1099
1098
  proxy_ip: string;
1100
1099
  proxy_key: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.9.34",
3
+ "version": "4.9.36",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",