automation-lib 4.9.65 → 4.9.66
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 +0 -3
- package/dist/index.d.ts +0 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -932,7 +932,6 @@ interface IAccountAIImageInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
|
|
|
932
932
|
emailAccount: string | IAccountEmail;
|
|
933
933
|
password: string;
|
|
934
934
|
code2FA: string;
|
|
935
|
-
isActive: boolean;
|
|
936
935
|
status: EStatusAccountAI;
|
|
937
936
|
}
|
|
938
937
|
|
|
@@ -982,7 +981,6 @@ interface IAccountAIVoiceInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
|
|
|
982
981
|
emailAccount: string | IAccountEmail;
|
|
983
982
|
password: string;
|
|
984
983
|
code2FA: string;
|
|
985
|
-
isActive: boolean;
|
|
986
984
|
status: EStatusAccountAI;
|
|
987
985
|
}
|
|
988
986
|
|
|
@@ -1034,7 +1032,6 @@ interface IAccountAIInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfa
|
|
|
1034
1032
|
emailAccount: string | IAccountEmail;
|
|
1035
1033
|
password: string;
|
|
1036
1034
|
code2FA: string;
|
|
1037
|
-
isActive: boolean;
|
|
1038
1035
|
status: EStatusAccountAI;
|
|
1039
1036
|
}
|
|
1040
1037
|
|
package/dist/index.d.ts
CHANGED
|
@@ -932,7 +932,6 @@ interface IAccountAIImageInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
|
|
|
932
932
|
emailAccount: string | IAccountEmail;
|
|
933
933
|
password: string;
|
|
934
934
|
code2FA: string;
|
|
935
|
-
isActive: boolean;
|
|
936
935
|
status: EStatusAccountAI;
|
|
937
936
|
}
|
|
938
937
|
|
|
@@ -982,7 +981,6 @@ interface IAccountAIVoiceInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
|
|
|
982
981
|
emailAccount: string | IAccountEmail;
|
|
983
982
|
password: string;
|
|
984
983
|
code2FA: string;
|
|
985
|
-
isActive: boolean;
|
|
986
984
|
status: EStatusAccountAI;
|
|
987
985
|
}
|
|
988
986
|
|
|
@@ -1034,7 +1032,6 @@ interface IAccountAIInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfa
|
|
|
1034
1032
|
emailAccount: string | IAccountEmail;
|
|
1035
1033
|
password: string;
|
|
1036
1034
|
code2FA: string;
|
|
1037
|
-
isActive: boolean;
|
|
1038
1035
|
status: EStatusAccountAI;
|
|
1039
1036
|
}
|
|
1040
1037
|
|