automation-lib 4.9.36 → 4.9.37
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -928,7 +928,7 @@ interface IAccountAIImageInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
|
|
|
928
928
|
model: EAIModelImage;
|
|
929
929
|
provider: string;
|
|
930
930
|
versionModel: EAIVersionImage;
|
|
931
|
-
|
|
931
|
+
emailAccount: string | IAccountEmail;
|
|
932
932
|
password: string;
|
|
933
933
|
code2FA: string;
|
|
934
934
|
channels: string[] | IAccountAIImageChannel[];
|
|
@@ -960,9 +960,9 @@ interface IAccountAIVoiceInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
|
|
|
960
960
|
model: EAIModelVoice;
|
|
961
961
|
provider: string;
|
|
962
962
|
versionModel: EAIVersionVoice;
|
|
963
|
+
emailAccount: string | IAccountEmail;
|
|
963
964
|
password: string;
|
|
964
965
|
code2FA: string;
|
|
965
|
-
emailManager: string | IAccountEmail;
|
|
966
966
|
channels: string[] | IAccountAIImageChannel[];
|
|
967
967
|
isActive: boolean;
|
|
968
968
|
}
|
|
@@ -1003,7 +1003,7 @@ interface IAccountAIInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfa
|
|
|
1003
1003
|
model: EAIModelText;
|
|
1004
1004
|
provider: string;
|
|
1005
1005
|
versionModel: EAIVersionGPT | EAIVersionPerplexity;
|
|
1006
|
-
|
|
1006
|
+
emailAccount: string | IAccountEmail;
|
|
1007
1007
|
password: string;
|
|
1008
1008
|
code2FA: string;
|
|
1009
1009
|
channels: string[] | IAccountAIChannel[];
|
package/dist/index.d.ts
CHANGED
|
@@ -928,7 +928,7 @@ interface IAccountAIImageInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
|
|
|
928
928
|
model: EAIModelImage;
|
|
929
929
|
provider: string;
|
|
930
930
|
versionModel: EAIVersionImage;
|
|
931
|
-
|
|
931
|
+
emailAccount: string | IAccountEmail;
|
|
932
932
|
password: string;
|
|
933
933
|
code2FA: string;
|
|
934
934
|
channels: string[] | IAccountAIImageChannel[];
|
|
@@ -960,9 +960,9 @@ interface IAccountAIVoiceInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
|
|
|
960
960
|
model: EAIModelVoice;
|
|
961
961
|
provider: string;
|
|
962
962
|
versionModel: EAIVersionVoice;
|
|
963
|
+
emailAccount: string | IAccountEmail;
|
|
963
964
|
password: string;
|
|
964
965
|
code2FA: string;
|
|
965
|
-
emailManager: string | IAccountEmail;
|
|
966
966
|
channels: string[] | IAccountAIImageChannel[];
|
|
967
967
|
isActive: boolean;
|
|
968
968
|
}
|
|
@@ -1003,7 +1003,7 @@ interface IAccountAIInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfa
|
|
|
1003
1003
|
model: EAIModelText;
|
|
1004
1004
|
provider: string;
|
|
1005
1005
|
versionModel: EAIVersionGPT | EAIVersionPerplexity;
|
|
1006
|
-
|
|
1006
|
+
emailAccount: string | IAccountEmail;
|
|
1007
1007
|
password: string;
|
|
1008
1008
|
code2FA: string;
|
|
1009
1009
|
channels: string[] | IAccountAIChannel[];
|