automation-lib 5.1.591 → 5.1.594

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
@@ -8623,53 +8623,6 @@ interface FilterManagerImageAIDto extends IFilterBaseDto {
8623
8623
  users: string[];
8624
8624
  }
8625
8625
 
8626
- interface FindOverviewAccountEmailDto {
8627
- totalEmails: number;
8628
- totalStatusNew: number;
8629
- totalStatusActive: number;
8630
- totalStatusSuspend: number;
8631
- totalStatusWrong2FA: number;
8632
- totalStatusWrongPassword: number;
8633
- totalIdeas: number;
8634
- totalNiches: number;
8635
- }
8636
- interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
8637
- provider: string;
8638
- listProxyType: ETypeProxy[];
8639
- listProxy: IProxy[];
8640
- tagWorks?: {
8641
- idea: IManagerWork;
8642
- niches: IManagerWork[];
8643
- }[];
8644
- tagsContent: IAccountEmailTag[];
8645
- tagsImage: IAccountEmailTag[];
8646
- tagsVoice: IAccountEmailTag[];
8647
- listTypeTags: EEmailTagType[];
8648
- listAISynchronized: EEmailTagType[];
8649
- dataStoreGPT: {
8650
- password: string;
8651
- code2FA: string;
8652
- };
8653
- }
8654
- interface FilterAccountEmailDto extends IFilterBaseDto {
8655
- department: string[];
8656
- leader: string[];
8657
- team: string[];
8658
- user: string[];
8659
- createdBy: string[];
8660
- updatedBy: string[];
8661
- createdAt: [Date, Date];
8662
- updatedAt: [Date, Date];
8663
- email: string[];
8664
- emailRecover: string[];
8665
- status: EStatusEmail[];
8666
- typeProxy: ETypeProxy[];
8667
- ideas: string[];
8668
- niches: string[];
8669
- proxy: string[];
8670
- listAISynchronized: EEmailTagType[];
8671
- }
8672
-
8673
8626
  interface FindAccountAIVoiceDto extends IFindBaseDto, IAccountAIVoice {
8674
8627
  sheetWorksGroup: ISheetWorksCategory[];
8675
8628
  classifyManagerWork: ETypeManagerWorkClassify;
@@ -8831,6 +8784,7 @@ interface FilterAccountCanvaDto extends IFilterBaseDto {
8831
8784
  updatedBy: string[];
8832
8785
  createdAt: [Date, Date];
8833
8786
  updatedAt: [Date, Date];
8787
+ sheetName: string[];
8834
8788
  timeLastUsed: [Date, Date];
8835
8789
  lastUserUsed: string[];
8836
8790
  status: EStatusAccountCanva[];
@@ -8869,6 +8823,7 @@ interface FilterAccountDriveDto extends IFilterBaseDto {
8869
8823
  updatedBy: string[];
8870
8824
  createdAt: [Date, Date];
8871
8825
  updatedAt: [Date, Date];
8826
+ sheetName: string[];
8872
8827
  timeLastUsed: [Date, Date];
8873
8828
  lastUserUsed: string[];
8874
8829
  status: EStatusAccountDrive[];
@@ -8978,6 +8933,54 @@ interface FilterAccountVPSGroupDto extends IFilterBaseDto {
8978
8933
  updatedAt: [Date, Date];
8979
8934
  }
8980
8935
 
8936
+ interface FindOverviewAccountEmailDto {
8937
+ totalEmails: number;
8938
+ totalStatusNew: number;
8939
+ totalStatusActive: number;
8940
+ totalStatusSuspend: number;
8941
+ totalStatusWrong2FA: number;
8942
+ totalStatusWrongPassword: number;
8943
+ totalIdeas: number;
8944
+ totalNiches: number;
8945
+ }
8946
+ interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
8947
+ listProxyProvider: ETypeProxyProvider[];
8948
+ listProxyType: ETypeProxy[];
8949
+ listProxy: IProxy[];
8950
+ tagWorks?: {
8951
+ idea: IManagerWork;
8952
+ niches: IManagerWork[];
8953
+ }[];
8954
+ tagsContent: IAccountEmailTag[];
8955
+ tagsImage: IAccountEmailTag[];
8956
+ tagsVoice: IAccountEmailTag[];
8957
+ listTypeTags: EEmailTagType[];
8958
+ listAISynchronized: EEmailTagType[];
8959
+ dataStoreGPT: {
8960
+ password: string;
8961
+ code2FA: string;
8962
+ };
8963
+ }
8964
+ interface FilterAccountEmailDto extends IFilterBaseDto {
8965
+ department: string[];
8966
+ leader: string[];
8967
+ team: string[];
8968
+ user: string[];
8969
+ createdBy: string[];
8970
+ updatedBy: string[];
8971
+ createdAt: [Date, Date];
8972
+ updatedAt: [Date, Date];
8973
+ email: string[];
8974
+ emailRecover: string[];
8975
+ status: EStatusEmail[];
8976
+ typeProxy: ETypeProxy[];
8977
+ ideas: string[];
8978
+ niches: string[];
8979
+ proxyType: ETypeProxy[];
8980
+ proxyProvider: ETypeProxyProvider[];
8981
+ listAISynchronized: EEmailTagType[];
8982
+ }
8983
+
8981
8984
  interface AddToDeviceAccountVPNDto {
8982
8985
  listDeviceIds: string[];
8983
8986
  }
package/dist/index.d.ts CHANGED
@@ -8623,53 +8623,6 @@ interface FilterManagerImageAIDto extends IFilterBaseDto {
8623
8623
  users: string[];
8624
8624
  }
8625
8625
 
8626
- interface FindOverviewAccountEmailDto {
8627
- totalEmails: number;
8628
- totalStatusNew: number;
8629
- totalStatusActive: number;
8630
- totalStatusSuspend: number;
8631
- totalStatusWrong2FA: number;
8632
- totalStatusWrongPassword: number;
8633
- totalIdeas: number;
8634
- totalNiches: number;
8635
- }
8636
- interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
8637
- provider: string;
8638
- listProxyType: ETypeProxy[];
8639
- listProxy: IProxy[];
8640
- tagWorks?: {
8641
- idea: IManagerWork;
8642
- niches: IManagerWork[];
8643
- }[];
8644
- tagsContent: IAccountEmailTag[];
8645
- tagsImage: IAccountEmailTag[];
8646
- tagsVoice: IAccountEmailTag[];
8647
- listTypeTags: EEmailTagType[];
8648
- listAISynchronized: EEmailTagType[];
8649
- dataStoreGPT: {
8650
- password: string;
8651
- code2FA: string;
8652
- };
8653
- }
8654
- interface FilterAccountEmailDto extends IFilterBaseDto {
8655
- department: string[];
8656
- leader: string[];
8657
- team: string[];
8658
- user: string[];
8659
- createdBy: string[];
8660
- updatedBy: string[];
8661
- createdAt: [Date, Date];
8662
- updatedAt: [Date, Date];
8663
- email: string[];
8664
- emailRecover: string[];
8665
- status: EStatusEmail[];
8666
- typeProxy: ETypeProxy[];
8667
- ideas: string[];
8668
- niches: string[];
8669
- proxy: string[];
8670
- listAISynchronized: EEmailTagType[];
8671
- }
8672
-
8673
8626
  interface FindAccountAIVoiceDto extends IFindBaseDto, IAccountAIVoice {
8674
8627
  sheetWorksGroup: ISheetWorksCategory[];
8675
8628
  classifyManagerWork: ETypeManagerWorkClassify;
@@ -8831,6 +8784,7 @@ interface FilterAccountCanvaDto extends IFilterBaseDto {
8831
8784
  updatedBy: string[];
8832
8785
  createdAt: [Date, Date];
8833
8786
  updatedAt: [Date, Date];
8787
+ sheetName: string[];
8834
8788
  timeLastUsed: [Date, Date];
8835
8789
  lastUserUsed: string[];
8836
8790
  status: EStatusAccountCanva[];
@@ -8869,6 +8823,7 @@ interface FilterAccountDriveDto extends IFilterBaseDto {
8869
8823
  updatedBy: string[];
8870
8824
  createdAt: [Date, Date];
8871
8825
  updatedAt: [Date, Date];
8826
+ sheetName: string[];
8872
8827
  timeLastUsed: [Date, Date];
8873
8828
  lastUserUsed: string[];
8874
8829
  status: EStatusAccountDrive[];
@@ -8978,6 +8933,54 @@ interface FilterAccountVPSGroupDto extends IFilterBaseDto {
8978
8933
  updatedAt: [Date, Date];
8979
8934
  }
8980
8935
 
8936
+ interface FindOverviewAccountEmailDto {
8937
+ totalEmails: number;
8938
+ totalStatusNew: number;
8939
+ totalStatusActive: number;
8940
+ totalStatusSuspend: number;
8941
+ totalStatusWrong2FA: number;
8942
+ totalStatusWrongPassword: number;
8943
+ totalIdeas: number;
8944
+ totalNiches: number;
8945
+ }
8946
+ interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
8947
+ listProxyProvider: ETypeProxyProvider[];
8948
+ listProxyType: ETypeProxy[];
8949
+ listProxy: IProxy[];
8950
+ tagWorks?: {
8951
+ idea: IManagerWork;
8952
+ niches: IManagerWork[];
8953
+ }[];
8954
+ tagsContent: IAccountEmailTag[];
8955
+ tagsImage: IAccountEmailTag[];
8956
+ tagsVoice: IAccountEmailTag[];
8957
+ listTypeTags: EEmailTagType[];
8958
+ listAISynchronized: EEmailTagType[];
8959
+ dataStoreGPT: {
8960
+ password: string;
8961
+ code2FA: string;
8962
+ };
8963
+ }
8964
+ interface FilterAccountEmailDto extends IFilterBaseDto {
8965
+ department: string[];
8966
+ leader: string[];
8967
+ team: string[];
8968
+ user: string[];
8969
+ createdBy: string[];
8970
+ updatedBy: string[];
8971
+ createdAt: [Date, Date];
8972
+ updatedAt: [Date, Date];
8973
+ email: string[];
8974
+ emailRecover: string[];
8975
+ status: EStatusEmail[];
8976
+ typeProxy: ETypeProxy[];
8977
+ ideas: string[];
8978
+ niches: string[];
8979
+ proxyType: ETypeProxy[];
8980
+ proxyProvider: ETypeProxyProvider[];
8981
+ listAISynchronized: EEmailTagType[];
8982
+ }
8983
+
8981
8984
  interface AddToDeviceAccountVPNDto {
8982
8985
  listDeviceIds: string[];
8983
8986
  }