automation-lib 6.4.19 → 6.4.23

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
@@ -3493,7 +3493,7 @@ interface AccountAIImportDto {
3493
3493
  }
3494
3494
  interface AccountAICreateDto {
3495
3495
  email: string;
3496
- emailRecover: string;
3496
+ emailRecovery: string;
3497
3497
  password: string;
3498
3498
  code2FA: string;
3499
3499
  code2FABackup: string;
@@ -3536,6 +3536,7 @@ interface AccountAICreateDto {
3536
3536
  interface FindAccountAIDto extends IFindBaseDto {
3537
3537
  typeAccountAI: EEmailTagType;
3538
3538
  typeEmail: EAccountAITypeEmail;
3539
+ status: EAccountAIModelStatus;
3539
3540
  statusAccountAI: {
3540
3541
  value: EAccountAIModelStatus;
3541
3542
  timeChange: Date;
package/dist/index.d.ts CHANGED
@@ -3493,7 +3493,7 @@ interface AccountAIImportDto {
3493
3493
  }
3494
3494
  interface AccountAICreateDto {
3495
3495
  email: string;
3496
- emailRecover: string;
3496
+ emailRecovery: string;
3497
3497
  password: string;
3498
3498
  code2FA: string;
3499
3499
  code2FABackup: string;
@@ -3536,6 +3536,7 @@ interface AccountAICreateDto {
3536
3536
  interface FindAccountAIDto extends IFindBaseDto {
3537
3537
  typeAccountAI: EEmailTagType;
3538
3538
  typeEmail: EAccountAITypeEmail;
3539
+ status: EAccountAIModelStatus;
3539
3540
  statusAccountAI: {
3540
3541
  value: EAccountAIModelStatus;
3541
3542
  timeChange: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.4.19",
3
+ "version": "6.4.23",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",