automation-lib 4.9.34 → 4.9.35
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 +10 -10
- package/dist/index.d.ts +10 -10
- package/package.json +1 -1
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.
|
|
913
|
+
interface IAccountEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
914
914
|
email: string;
|
|
915
915
|
password: string;
|
|
916
916
|
code2FA: string;
|
|
@@ -1076,6 +1076,15 @@ interface IDevice extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
|
|
|
1076
1076
|
device_note: string;
|
|
1077
1077
|
}
|
|
1078
1078
|
|
|
1079
|
+
interface IProxySetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1080
|
+
ps_proxy: IProxy | string;
|
|
1081
|
+
ps_typeSocial: ETypeSocial;
|
|
1082
|
+
ps_maximumAccountApply: number;
|
|
1083
|
+
ps_isFulled: boolean;
|
|
1084
|
+
ps_numberAccountApplied: number;
|
|
1085
|
+
ps_accountApplied: IAccount[] | string[];
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1079
1088
|
interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1080
1089
|
pt_url: string;
|
|
1081
1090
|
pt_name: string;
|
|
@@ -1086,15 +1095,6 @@ interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterface
|
|
|
1086
1095
|
pt_department: IDepartment | string;
|
|
1087
1096
|
}
|
|
1088
1097
|
|
|
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
1098
|
interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1099
1099
|
proxy_ip: string;
|
|
1100
1100
|
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.
|
|
913
|
+
interface IAccountEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
914
914
|
email: string;
|
|
915
915
|
password: string;
|
|
916
916
|
code2FA: string;
|
|
@@ -1076,6 +1076,15 @@ interface IDevice extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
|
|
|
1076
1076
|
device_note: string;
|
|
1077
1077
|
}
|
|
1078
1078
|
|
|
1079
|
+
interface IProxySetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1080
|
+
ps_proxy: IProxy | string;
|
|
1081
|
+
ps_typeSocial: ETypeSocial;
|
|
1082
|
+
ps_maximumAccountApply: number;
|
|
1083
|
+
ps_isFulled: boolean;
|
|
1084
|
+
ps_numberAccountApplied: number;
|
|
1085
|
+
ps_accountApplied: IAccount[] | string[];
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1079
1088
|
interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1080
1089
|
pt_url: string;
|
|
1081
1090
|
pt_name: string;
|
|
@@ -1086,15 +1095,6 @@ interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterface
|
|
|
1086
1095
|
pt_department: IDepartment | string;
|
|
1087
1096
|
}
|
|
1088
1097
|
|
|
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
1098
|
interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1099
1099
|
proxy_ip: string;
|
|
1100
1100
|
proxy_key: string;
|