automation-lib 5.1.584 → 5.1.593

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
@@ -6019,8 +6019,6 @@ interface FilterThreadsDashboardFollowerDto extends IFilterBaseDto, IFilterBaseA
6019
6019
  accountGroup: string[];
6020
6020
  account: string[];
6021
6021
  accountStatus: EStatusAccountSocialLogin[];
6022
- accountSpecific: string[];
6023
- accountInstagramConnectThreads: string[];
6024
6022
  }
6025
6023
  /**
6026
6024
  * DTO for applying time filters to Instagram Dashboard Follower analytics
@@ -6033,7 +6031,9 @@ interface FilterThreadsDashboardFollowerDto extends IFilterBaseDto, IFilterBaseA
6033
6031
  * - Yearly: Maximum 10950 days range (10 years)
6034
6032
  */
6035
6033
  interface FindOverviewThreadsDashboardFollowerDto {
6034
+ totalAccounts: number;
6036
6035
  totalActives: number;
6036
+ totalInActives: number;
6037
6037
  totalDevices: number;
6038
6038
  totalIdea: number;
6039
6039
  totalNiche: number;
@@ -6049,12 +6049,11 @@ interface FindOverviewThreadsDashboardFollowerDto {
6049
6049
  totalPostSquare: number;
6050
6050
  totalPostNews: number;
6051
6051
  totalPostReel: number;
6052
- totalHorizontal: number;
6053
- totalInActives: number;
6052
+ totalPostStory: number;
6054
6053
  }
6055
6054
  interface FilterCheckerAccountThreadsDashboardFollowerDto {
6056
6055
  selectAccount: string;
6057
- typeTime: "Daily" | "Weekly" | "Monthly";
6056
+ typeTime: 'Daily' | 'Weekly' | 'Monthly';
6058
6057
  }
6059
6058
  interface FindGrowthThreadsDashboardFollowerDto {
6060
6059
  data: Array<{
@@ -6103,8 +6102,8 @@ interface FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto {
6103
6102
  }
6104
6103
  interface FilterPerformanceBreakdownThreadsDashboardFollowerDto {
6105
6104
  searchManagerWork: string;
6106
- sortBy: "order" | "name" | "totalAccounts" | "totalFollower" | "avgGrowth";
6107
- dir: "ASC" | "DESC";
6105
+ sortBy: 'order' | 'name' | 'totalAccounts' | 'totalFollower' | 'avgGrowth';
6106
+ dir: 'ASC' | 'DESC';
6108
6107
  pagination: {
6109
6108
  limit: string;
6110
6109
  page: string;
@@ -8624,53 +8623,6 @@ interface FilterManagerImageAIDto extends IFilterBaseDto {
8624
8623
  users: string[];
8625
8624
  }
8626
8625
 
8627
- interface FindOverviewAccountEmailDto {
8628
- totalEmails: number;
8629
- totalStatusNew: number;
8630
- totalStatusActive: number;
8631
- totalStatusSuspend: number;
8632
- totalStatusWrong2FA: number;
8633
- totalStatusWrongPassword: number;
8634
- totalIdeas: number;
8635
- totalNiches: number;
8636
- }
8637
- interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
8638
- provider: string;
8639
- listProxyType: ETypeProxy[];
8640
- listProxy: IProxy[];
8641
- tagWorks?: {
8642
- idea: IManagerWork;
8643
- niches: IManagerWork[];
8644
- }[];
8645
- tagsContent: IAccountEmailTag[];
8646
- tagsImage: IAccountEmailTag[];
8647
- tagsVoice: IAccountEmailTag[];
8648
- listTypeTags: EEmailTagType[];
8649
- listAISynchronized: EEmailTagType[];
8650
- dataStoreGPT: {
8651
- password: string;
8652
- code2FA: string;
8653
- };
8654
- }
8655
- interface FilterAccountEmailDto extends IFilterBaseDto {
8656
- department: string[];
8657
- leader: string[];
8658
- team: string[];
8659
- user: string[];
8660
- createdBy: string[];
8661
- updatedBy: string[];
8662
- createdAt: [Date, Date];
8663
- updatedAt: [Date, Date];
8664
- email: string[];
8665
- emailRecover: string[];
8666
- status: EStatusEmail[];
8667
- typeProxy: ETypeProxy[];
8668
- ideas: string[];
8669
- niches: string[];
8670
- proxy: string[];
8671
- listAISynchronized: EEmailTagType[];
8672
- }
8673
-
8674
8626
  interface FindAccountAIVoiceDto extends IFindBaseDto, IAccountAIVoice {
8675
8627
  sheetWorksGroup: ISheetWorksCategory[];
8676
8628
  classifyManagerWork: ETypeManagerWorkClassify;
@@ -8832,6 +8784,7 @@ interface FilterAccountCanvaDto extends IFilterBaseDto {
8832
8784
  updatedBy: string[];
8833
8785
  createdAt: [Date, Date];
8834
8786
  updatedAt: [Date, Date];
8787
+ sheetName: string[];
8835
8788
  timeLastUsed: [Date, Date];
8836
8789
  lastUserUsed: string[];
8837
8790
  status: EStatusAccountCanva[];
@@ -8870,6 +8823,7 @@ interface FilterAccountDriveDto extends IFilterBaseDto {
8870
8823
  updatedBy: string[];
8871
8824
  createdAt: [Date, Date];
8872
8825
  updatedAt: [Date, Date];
8826
+ sheetName: string[];
8873
8827
  timeLastUsed: [Date, Date];
8874
8828
  lastUserUsed: string[];
8875
8829
  status: EStatusAccountDrive[];
@@ -8979,6 +8933,54 @@ interface FilterAccountVPSGroupDto extends IFilterBaseDto {
8979
8933
  updatedAt: [Date, Date];
8980
8934
  }
8981
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
+
8982
8984
  interface AddToDeviceAccountVPNDto {
8983
8985
  listDeviceIds: string[];
8984
8986
  }
@@ -9075,6 +9077,9 @@ interface FindOverviewAccountCHPlayICloudDto {
9075
9077
  totalAccounts: {
9076
9078
  total: number;
9077
9079
  };
9080
+ totalAccountsExpired: {
9081
+ total: number;
9082
+ };
9078
9083
  totalAccountsActiveWorking: {
9079
9084
  total: number;
9080
9085
  active: number;
@@ -9112,9 +9117,10 @@ interface FilterAccountCHPlayICloudDto extends IFilterBaseDto {
9112
9117
  updatedBy: string[];
9113
9118
  createdAt: [Date, Date];
9114
9119
  updatedAt: [Date, Date];
9120
+ sheetName: string[];
9115
9121
  pcName: string[];
9116
9122
  devicesName: string[];
9117
- devicesOS: string[];
9123
+ devicesOS: ETypeDeviceOS[];
9118
9124
  status: EStatusAccountCHPlayICloud[];
9119
9125
  timeLastUsed: [Date, Date];
9120
9126
  lastUserUsed: string[];
package/dist/index.d.ts CHANGED
@@ -6019,8 +6019,6 @@ interface FilterThreadsDashboardFollowerDto extends IFilterBaseDto, IFilterBaseA
6019
6019
  accountGroup: string[];
6020
6020
  account: string[];
6021
6021
  accountStatus: EStatusAccountSocialLogin[];
6022
- accountSpecific: string[];
6023
- accountInstagramConnectThreads: string[];
6024
6022
  }
6025
6023
  /**
6026
6024
  * DTO for applying time filters to Instagram Dashboard Follower analytics
@@ -6033,7 +6031,9 @@ interface FilterThreadsDashboardFollowerDto extends IFilterBaseDto, IFilterBaseA
6033
6031
  * - Yearly: Maximum 10950 days range (10 years)
6034
6032
  */
6035
6033
  interface FindOverviewThreadsDashboardFollowerDto {
6034
+ totalAccounts: number;
6036
6035
  totalActives: number;
6036
+ totalInActives: number;
6037
6037
  totalDevices: number;
6038
6038
  totalIdea: number;
6039
6039
  totalNiche: number;
@@ -6049,12 +6049,11 @@ interface FindOverviewThreadsDashboardFollowerDto {
6049
6049
  totalPostSquare: number;
6050
6050
  totalPostNews: number;
6051
6051
  totalPostReel: number;
6052
- totalHorizontal: number;
6053
- totalInActives: number;
6052
+ totalPostStory: number;
6054
6053
  }
6055
6054
  interface FilterCheckerAccountThreadsDashboardFollowerDto {
6056
6055
  selectAccount: string;
6057
- typeTime: "Daily" | "Weekly" | "Monthly";
6056
+ typeTime: 'Daily' | 'Weekly' | 'Monthly';
6058
6057
  }
6059
6058
  interface FindGrowthThreadsDashboardFollowerDto {
6060
6059
  data: Array<{
@@ -6103,8 +6102,8 @@ interface FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto {
6103
6102
  }
6104
6103
  interface FilterPerformanceBreakdownThreadsDashboardFollowerDto {
6105
6104
  searchManagerWork: string;
6106
- sortBy: "order" | "name" | "totalAccounts" | "totalFollower" | "avgGrowth";
6107
- dir: "ASC" | "DESC";
6105
+ sortBy: 'order' | 'name' | 'totalAccounts' | 'totalFollower' | 'avgGrowth';
6106
+ dir: 'ASC' | 'DESC';
6108
6107
  pagination: {
6109
6108
  limit: string;
6110
6109
  page: string;
@@ -8624,53 +8623,6 @@ interface FilterManagerImageAIDto extends IFilterBaseDto {
8624
8623
  users: string[];
8625
8624
  }
8626
8625
 
8627
- interface FindOverviewAccountEmailDto {
8628
- totalEmails: number;
8629
- totalStatusNew: number;
8630
- totalStatusActive: number;
8631
- totalStatusSuspend: number;
8632
- totalStatusWrong2FA: number;
8633
- totalStatusWrongPassword: number;
8634
- totalIdeas: number;
8635
- totalNiches: number;
8636
- }
8637
- interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
8638
- provider: string;
8639
- listProxyType: ETypeProxy[];
8640
- listProxy: IProxy[];
8641
- tagWorks?: {
8642
- idea: IManagerWork;
8643
- niches: IManagerWork[];
8644
- }[];
8645
- tagsContent: IAccountEmailTag[];
8646
- tagsImage: IAccountEmailTag[];
8647
- tagsVoice: IAccountEmailTag[];
8648
- listTypeTags: EEmailTagType[];
8649
- listAISynchronized: EEmailTagType[];
8650
- dataStoreGPT: {
8651
- password: string;
8652
- code2FA: string;
8653
- };
8654
- }
8655
- interface FilterAccountEmailDto extends IFilterBaseDto {
8656
- department: string[];
8657
- leader: string[];
8658
- team: string[];
8659
- user: string[];
8660
- createdBy: string[];
8661
- updatedBy: string[];
8662
- createdAt: [Date, Date];
8663
- updatedAt: [Date, Date];
8664
- email: string[];
8665
- emailRecover: string[];
8666
- status: EStatusEmail[];
8667
- typeProxy: ETypeProxy[];
8668
- ideas: string[];
8669
- niches: string[];
8670
- proxy: string[];
8671
- listAISynchronized: EEmailTagType[];
8672
- }
8673
-
8674
8626
  interface FindAccountAIVoiceDto extends IFindBaseDto, IAccountAIVoice {
8675
8627
  sheetWorksGroup: ISheetWorksCategory[];
8676
8628
  classifyManagerWork: ETypeManagerWorkClassify;
@@ -8832,6 +8784,7 @@ interface FilterAccountCanvaDto extends IFilterBaseDto {
8832
8784
  updatedBy: string[];
8833
8785
  createdAt: [Date, Date];
8834
8786
  updatedAt: [Date, Date];
8787
+ sheetName: string[];
8835
8788
  timeLastUsed: [Date, Date];
8836
8789
  lastUserUsed: string[];
8837
8790
  status: EStatusAccountCanva[];
@@ -8870,6 +8823,7 @@ interface FilterAccountDriveDto extends IFilterBaseDto {
8870
8823
  updatedBy: string[];
8871
8824
  createdAt: [Date, Date];
8872
8825
  updatedAt: [Date, Date];
8826
+ sheetName: string[];
8873
8827
  timeLastUsed: [Date, Date];
8874
8828
  lastUserUsed: string[];
8875
8829
  status: EStatusAccountDrive[];
@@ -8979,6 +8933,54 @@ interface FilterAccountVPSGroupDto extends IFilterBaseDto {
8979
8933
  updatedAt: [Date, Date];
8980
8934
  }
8981
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
+
8982
8984
  interface AddToDeviceAccountVPNDto {
8983
8985
  listDeviceIds: string[];
8984
8986
  }
@@ -9075,6 +9077,9 @@ interface FindOverviewAccountCHPlayICloudDto {
9075
9077
  totalAccounts: {
9076
9078
  total: number;
9077
9079
  };
9080
+ totalAccountsExpired: {
9081
+ total: number;
9082
+ };
9078
9083
  totalAccountsActiveWorking: {
9079
9084
  total: number;
9080
9085
  active: number;
@@ -9112,9 +9117,10 @@ interface FilterAccountCHPlayICloudDto extends IFilterBaseDto {
9112
9117
  updatedBy: string[];
9113
9118
  createdAt: [Date, Date];
9114
9119
  updatedAt: [Date, Date];
9120
+ sheetName: string[];
9115
9121
  pcName: string[];
9116
9122
  devicesName: string[];
9117
- devicesOS: string[];
9123
+ devicesOS: ETypeDeviceOS[];
9118
9124
  status: EStatusAccountCHPlayICloud[];
9119
9125
  timeLastUsed: [Date, Date];
9120
9126
  lastUserUsed: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.584",
3
+ "version": "5.1.593",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",