automation-lib 4.9.55 → 4.9.57

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
@@ -916,9 +916,9 @@ interface IAccountEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
916
916
  password: string;
917
917
  code2FA: string;
918
918
  code2FABackup: string;
919
- listTypeContent: Array<EAIModelContent>;
920
- listTypeImage: Array<EAIModelImage>;
921
- listTypeVoice: Array<EAIModelVoice>;
919
+ typeContent: EAIModelContent;
920
+ typeImage: EAIModelImage;
921
+ typeVoice: EAIModelVoice;
922
922
  status: EStatusEmail;
923
923
  }
924
924
 
package/dist/index.d.ts CHANGED
@@ -916,9 +916,9 @@ interface IAccountEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
916
916
  password: string;
917
917
  code2FA: string;
918
918
  code2FABackup: string;
919
- listTypeContent: Array<EAIModelContent>;
920
- listTypeImage: Array<EAIModelImage>;
921
- listTypeVoice: Array<EAIModelVoice>;
919
+ typeContent: EAIModelContent;
920
+ typeImage: EAIModelImage;
921
+ typeVoice: EAIModelVoice;
922
922
  status: EStatusEmail;
923
923
  }
924
924
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.9.55",
3
+ "version": "4.9.57",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",