automation-lib 4.9.36 → 4.9.38

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
@@ -436,7 +436,7 @@ declare namespace index$a {
436
436
  export { index$a_EStatusBlog as EStatusBlog, index$a_EStatusCommon as EStatusCommon, index$a_EStatusExecuteCommon as EStatusExecuteCommon, index$a_EStatusLoginAccountEmail as EStatusLoginAccountEmail, index$a_EStatusLoginAccountSocial as EStatusLoginAccountSocial, index$a_EStatusSheetWork as EStatusSheetWork, index$a_EStatusTaskAI as EStatusTaskAI, index$a_EStatusTaskJob as EStatusTaskJob, index$a_EStatusTaskJobGroup as EStatusTaskJobGroup, index$a_EStatusTaskTool as EStatusTaskTool, index$a_EStatusVPS as EStatusVPS };
437
437
  }
438
438
 
439
- declare enum EAIModelText {
439
+ declare enum EAIModelContent {
440
440
  GPT = "GPT",
441
441
  Perplexity = "Perplexity"
442
442
  }
@@ -488,10 +488,10 @@ declare enum EStatusEmail {
488
488
  WrongPassword = "WrongPassword"
489
489
  }
490
490
 
491
+ type index$9_EAIModelContent = EAIModelContent;
492
+ declare const index$9_EAIModelContent: typeof EAIModelContent;
491
493
  type index$9_EAIModelImage = EAIModelImage;
492
494
  declare const index$9_EAIModelImage: typeof EAIModelImage;
493
- type index$9_EAIModelText = EAIModelText;
494
- declare const index$9_EAIModelText: typeof EAIModelText;
495
495
  type index$9_EAIModelVoice = EAIModelVoice;
496
496
  declare const index$9_EAIModelVoice: typeof EAIModelVoice;
497
497
  type index$9_EAIVersionGPT = EAIVersionGPT;
@@ -507,7 +507,7 @@ declare const index$9_EStatusAccountAI: typeof EStatusAccountAI;
507
507
  type index$9_EStatusEmail = EStatusEmail;
508
508
  declare const index$9_EStatusEmail: typeof EStatusEmail;
509
509
  declare namespace index$9 {
510
- export { index$9_EAIModelImage as EAIModelImage, index$9_EAIModelText as EAIModelText, index$9_EAIModelVoice as EAIModelVoice, index$9_EAIVersionGPT as EAIVersionGPT, index$9_EAIVersionImage as EAIVersionImage, index$9_EAIVersionPerplexity as EAIVersionPerplexity, index$9_EAIVersionVoice as EAIVersionVoice, index$9_EStatusAccountAI as EStatusAccountAI, index$9_EStatusEmail as EStatusEmail };
510
+ export { index$9_EAIModelContent as EAIModelContent, index$9_EAIModelImage as EAIModelImage, index$9_EAIModelVoice as EAIModelVoice, index$9_EAIVersionGPT as EAIVersionGPT, index$9_EAIVersionImage as EAIVersionImage, index$9_EAIVersionPerplexity as EAIVersionPerplexity, index$9_EAIVersionVoice as EAIVersionVoice, index$9_EStatusAccountAI as EStatusAccountAI, index$9_EStatusEmail as EStatusEmail };
511
511
  }
512
512
 
513
513
  declare enum ELarkMessageCommon {
@@ -918,6 +918,7 @@ interface IAccountEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
918
918
  }
919
919
 
920
920
  interface IAccountAIImageChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
921
+ model: EAIModelImage;
921
922
  name: string;
922
923
  url: string;
923
924
  color: string;
@@ -928,7 +929,7 @@ interface IAccountAIImageInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
928
929
  model: EAIModelImage;
929
930
  provider: string;
930
931
  versionModel: EAIVersionImage;
931
- emailManager: string | IAccountEmail;
932
+ emailAccount: string | IAccountEmail;
932
933
  password: string;
933
934
  code2FA: string;
934
935
  channels: string[] | IAccountAIImageChannel[];
@@ -960,14 +961,15 @@ interface IAccountAIVoiceInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
960
961
  model: EAIModelVoice;
961
962
  provider: string;
962
963
  versionModel: EAIVersionVoice;
964
+ emailAccount: string | IAccountEmail;
963
965
  password: string;
964
966
  code2FA: string;
965
- emailManager: string | IAccountEmail;
966
967
  channels: string[] | IAccountAIImageChannel[];
967
968
  isActive: boolean;
968
969
  }
969
970
 
970
971
  interface IAccountAIVoiceChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
972
+ model: EAIModelVoice;
971
973
  name: string;
972
974
  url: string;
973
975
  color: string;
@@ -993,6 +995,7 @@ interface IAccountAI extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceMo
993
995
  }
994
996
 
995
997
  interface IAccountAIChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
998
+ model: EAIModelContent;
996
999
  name: string;
997
1000
  url: string;
998
1001
  color: string;
@@ -1000,10 +1003,10 @@ interface IAccountAIChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInte
1000
1003
 
1001
1004
  interface IAccountAIInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1002
1005
  accountAI: string | IAccountAI;
1003
- model: EAIModelText;
1006
+ model: EAIModelContent;
1004
1007
  provider: string;
1005
1008
  versionModel: EAIVersionGPT | EAIVersionPerplexity;
1006
- emailManager: string | IAccountEmail;
1009
+ emailAccount: string | IAccountEmail;
1007
1010
  password: string;
1008
1011
  code2FA: string;
1009
1012
  channels: string[] | IAccountAIChannel[];
package/dist/index.d.ts CHANGED
@@ -436,7 +436,7 @@ declare namespace index$a {
436
436
  export { index$a_EStatusBlog as EStatusBlog, index$a_EStatusCommon as EStatusCommon, index$a_EStatusExecuteCommon as EStatusExecuteCommon, index$a_EStatusLoginAccountEmail as EStatusLoginAccountEmail, index$a_EStatusLoginAccountSocial as EStatusLoginAccountSocial, index$a_EStatusSheetWork as EStatusSheetWork, index$a_EStatusTaskAI as EStatusTaskAI, index$a_EStatusTaskJob as EStatusTaskJob, index$a_EStatusTaskJobGroup as EStatusTaskJobGroup, index$a_EStatusTaskTool as EStatusTaskTool, index$a_EStatusVPS as EStatusVPS };
437
437
  }
438
438
 
439
- declare enum EAIModelText {
439
+ declare enum EAIModelContent {
440
440
  GPT = "GPT",
441
441
  Perplexity = "Perplexity"
442
442
  }
@@ -488,10 +488,10 @@ declare enum EStatusEmail {
488
488
  WrongPassword = "WrongPassword"
489
489
  }
490
490
 
491
+ type index$9_EAIModelContent = EAIModelContent;
492
+ declare const index$9_EAIModelContent: typeof EAIModelContent;
491
493
  type index$9_EAIModelImage = EAIModelImage;
492
494
  declare const index$9_EAIModelImage: typeof EAIModelImage;
493
- type index$9_EAIModelText = EAIModelText;
494
- declare const index$9_EAIModelText: typeof EAIModelText;
495
495
  type index$9_EAIModelVoice = EAIModelVoice;
496
496
  declare const index$9_EAIModelVoice: typeof EAIModelVoice;
497
497
  type index$9_EAIVersionGPT = EAIVersionGPT;
@@ -507,7 +507,7 @@ declare const index$9_EStatusAccountAI: typeof EStatusAccountAI;
507
507
  type index$9_EStatusEmail = EStatusEmail;
508
508
  declare const index$9_EStatusEmail: typeof EStatusEmail;
509
509
  declare namespace index$9 {
510
- export { index$9_EAIModelImage as EAIModelImage, index$9_EAIModelText as EAIModelText, index$9_EAIModelVoice as EAIModelVoice, index$9_EAIVersionGPT as EAIVersionGPT, index$9_EAIVersionImage as EAIVersionImage, index$9_EAIVersionPerplexity as EAIVersionPerplexity, index$9_EAIVersionVoice as EAIVersionVoice, index$9_EStatusAccountAI as EStatusAccountAI, index$9_EStatusEmail as EStatusEmail };
510
+ export { index$9_EAIModelContent as EAIModelContent, index$9_EAIModelImage as EAIModelImage, index$9_EAIModelVoice as EAIModelVoice, index$9_EAIVersionGPT as EAIVersionGPT, index$9_EAIVersionImage as EAIVersionImage, index$9_EAIVersionPerplexity as EAIVersionPerplexity, index$9_EAIVersionVoice as EAIVersionVoice, index$9_EStatusAccountAI as EStatusAccountAI, index$9_EStatusEmail as EStatusEmail };
511
511
  }
512
512
 
513
513
  declare enum ELarkMessageCommon {
@@ -918,6 +918,7 @@ interface IAccountEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
918
918
  }
919
919
 
920
920
  interface IAccountAIImageChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
921
+ model: EAIModelImage;
921
922
  name: string;
922
923
  url: string;
923
924
  color: string;
@@ -928,7 +929,7 @@ interface IAccountAIImageInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
928
929
  model: EAIModelImage;
929
930
  provider: string;
930
931
  versionModel: EAIVersionImage;
931
- emailManager: string | IAccountEmail;
932
+ emailAccount: string | IAccountEmail;
932
933
  password: string;
933
934
  code2FA: string;
934
935
  channels: string[] | IAccountAIImageChannel[];
@@ -960,14 +961,15 @@ interface IAccountAIVoiceInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
960
961
  model: EAIModelVoice;
961
962
  provider: string;
962
963
  versionModel: EAIVersionVoice;
964
+ emailAccount: string | IAccountEmail;
963
965
  password: string;
964
966
  code2FA: string;
965
- emailManager: string | IAccountEmail;
966
967
  channels: string[] | IAccountAIImageChannel[];
967
968
  isActive: boolean;
968
969
  }
969
970
 
970
971
  interface IAccountAIVoiceChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
972
+ model: EAIModelVoice;
971
973
  name: string;
972
974
  url: string;
973
975
  color: string;
@@ -993,6 +995,7 @@ interface IAccountAI extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceMo
993
995
  }
994
996
 
995
997
  interface IAccountAIChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
998
+ model: EAIModelContent;
996
999
  name: string;
997
1000
  url: string;
998
1001
  color: string;
@@ -1000,10 +1003,10 @@ interface IAccountAIChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInte
1000
1003
 
1001
1004
  interface IAccountAIInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1002
1005
  accountAI: string | IAccountAI;
1003
- model: EAIModelText;
1006
+ model: EAIModelContent;
1004
1007
  provider: string;
1005
1008
  versionModel: EAIVersionGPT | EAIVersionPerplexity;
1006
- emailManager: string | IAccountEmail;
1009
+ emailAccount: string | IAccountEmail;
1007
1010
  password: string;
1008
1011
  code2FA: string;
1009
1012
  channels: string[] | IAccountAIChannel[];
package/dist/index.js CHANGED
@@ -513,8 +513,8 @@ var EStatusTaskJobGroup = /* @__PURE__ */ ((EStatusTaskJobGroup2) => {
513
513
  // src/enums/ai/index.ts
514
514
  var ai_exports = {};
515
515
  __export(ai_exports, {
516
+ EAIModelContent: () => EAIModelContent,
516
517
  EAIModelImage: () => EAIModelImage,
517
- EAIModelText: () => EAIModelText,
518
518
  EAIModelVoice: () => EAIModelVoice,
519
519
  EAIVersionGPT: () => EAIVersionGPT,
520
520
  EAIVersionImage: () => EAIVersionImage,
@@ -524,12 +524,12 @@ __export(ai_exports, {
524
524
  EStatusEmail: () => EStatusEmail
525
525
  });
526
526
 
527
- // src/enums/ai/EAIModelText.enum.ts
528
- var EAIModelText = /* @__PURE__ */ ((EAIModelText2) => {
529
- EAIModelText2["GPT"] = "GPT";
530
- EAIModelText2["Perplexity"] = "Perplexity";
531
- return EAIModelText2;
532
- })(EAIModelText || {});
527
+ // src/enums/ai/EAIModelContent.enum.ts
528
+ var EAIModelContent = /* @__PURE__ */ ((EAIModelContent2) => {
529
+ EAIModelContent2["GPT"] = "GPT";
530
+ EAIModelContent2["Perplexity"] = "Perplexity";
531
+ return EAIModelContent2;
532
+ })(EAIModelContent || {});
533
533
 
534
534
  // src/enums/ai/EAIModelImage.enum.ts
535
535
  var EAIModelImage = /* @__PURE__ */ ((EAIModelImage2) => {
package/dist/index.mjs CHANGED
@@ -490,8 +490,8 @@ var EStatusTaskJobGroup = /* @__PURE__ */ ((EStatusTaskJobGroup2) => {
490
490
  // src/enums/ai/index.ts
491
491
  var ai_exports = {};
492
492
  __export(ai_exports, {
493
+ EAIModelContent: () => EAIModelContent,
493
494
  EAIModelImage: () => EAIModelImage,
494
- EAIModelText: () => EAIModelText,
495
495
  EAIModelVoice: () => EAIModelVoice,
496
496
  EAIVersionGPT: () => EAIVersionGPT,
497
497
  EAIVersionImage: () => EAIVersionImage,
@@ -501,12 +501,12 @@ __export(ai_exports, {
501
501
  EStatusEmail: () => EStatusEmail
502
502
  });
503
503
 
504
- // src/enums/ai/EAIModelText.enum.ts
505
- var EAIModelText = /* @__PURE__ */ ((EAIModelText2) => {
506
- EAIModelText2["GPT"] = "GPT";
507
- EAIModelText2["Perplexity"] = "Perplexity";
508
- return EAIModelText2;
509
- })(EAIModelText || {});
504
+ // src/enums/ai/EAIModelContent.enum.ts
505
+ var EAIModelContent = /* @__PURE__ */ ((EAIModelContent2) => {
506
+ EAIModelContent2["GPT"] = "GPT";
507
+ EAIModelContent2["Perplexity"] = "Perplexity";
508
+ return EAIModelContent2;
509
+ })(EAIModelContent || {});
510
510
 
511
511
  // src/enums/ai/EAIModelImage.enum.ts
512
512
  var EAIModelImage = /* @__PURE__ */ ((EAIModelImage2) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.9.36",
3
+ "version": "4.9.38",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",