automation-lib 5.1.582 → 5.1.584

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,6 +6019,8 @@ interface FilterThreadsDashboardFollowerDto extends IFilterBaseDto, IFilterBaseA
6019
6019
  accountGroup: string[];
6020
6020
  account: string[];
6021
6021
  accountStatus: EStatusAccountSocialLogin[];
6022
+ accountSpecific: string[];
6023
+ accountInstagramConnectThreads: string[];
6022
6024
  }
6023
6025
  /**
6024
6026
  * DTO for applying time filters to Instagram Dashboard Follower analytics
@@ -6031,9 +6033,7 @@ interface FilterThreadsDashboardFollowerDto extends IFilterBaseDto, IFilterBaseA
6031
6033
  * - Yearly: Maximum 10950 days range (10 years)
6032
6034
  */
6033
6035
  interface FindOverviewThreadsDashboardFollowerDto {
6034
- totalAccounts: number;
6035
6036
  totalActives: number;
6036
- totalInActives: number;
6037
6037
  totalDevices: number;
6038
6038
  totalIdea: number;
6039
6039
  totalNiche: number;
@@ -6049,11 +6049,12 @@ interface FindOverviewThreadsDashboardFollowerDto {
6049
6049
  totalPostSquare: number;
6050
6050
  totalPostNews: number;
6051
6051
  totalPostReel: number;
6052
- totalPostStory: number;
6052
+ totalHorizontal: number;
6053
+ totalInActives: number;
6053
6054
  }
6054
6055
  interface FilterCheckerAccountThreadsDashboardFollowerDto {
6055
6056
  selectAccount: string;
6056
- typeTime: 'Daily' | 'Weekly' | 'Monthly';
6057
+ typeTime: "Daily" | "Weekly" | "Monthly";
6057
6058
  }
6058
6059
  interface FindGrowthThreadsDashboardFollowerDto {
6059
6060
  data: Array<{
@@ -6102,8 +6103,8 @@ interface FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto {
6102
6103
  }
6103
6104
  interface FilterPerformanceBreakdownThreadsDashboardFollowerDto {
6104
6105
  searchManagerWork: string;
6105
- sortBy: 'order' | 'name' | 'totalAccounts' | 'totalFollower' | 'avgGrowth';
6106
- dir: 'ASC' | 'DESC';
6106
+ sortBy: "order" | "name" | "totalAccounts" | "totalFollower" | "avgGrowth";
6107
+ dir: "ASC" | "DESC";
6107
6108
  pagination: {
6108
6109
  limit: string;
6109
6110
  page: string;
package/dist/index.d.ts CHANGED
@@ -6019,6 +6019,8 @@ interface FilterThreadsDashboardFollowerDto extends IFilterBaseDto, IFilterBaseA
6019
6019
  accountGroup: string[];
6020
6020
  account: string[];
6021
6021
  accountStatus: EStatusAccountSocialLogin[];
6022
+ accountSpecific: string[];
6023
+ accountInstagramConnectThreads: string[];
6022
6024
  }
6023
6025
  /**
6024
6026
  * DTO for applying time filters to Instagram Dashboard Follower analytics
@@ -6031,9 +6033,7 @@ interface FilterThreadsDashboardFollowerDto extends IFilterBaseDto, IFilterBaseA
6031
6033
  * - Yearly: Maximum 10950 days range (10 years)
6032
6034
  */
6033
6035
  interface FindOverviewThreadsDashboardFollowerDto {
6034
- totalAccounts: number;
6035
6036
  totalActives: number;
6036
- totalInActives: number;
6037
6037
  totalDevices: number;
6038
6038
  totalIdea: number;
6039
6039
  totalNiche: number;
@@ -6049,11 +6049,12 @@ interface FindOverviewThreadsDashboardFollowerDto {
6049
6049
  totalPostSquare: number;
6050
6050
  totalPostNews: number;
6051
6051
  totalPostReel: number;
6052
- totalPostStory: number;
6052
+ totalHorizontal: number;
6053
+ totalInActives: number;
6053
6054
  }
6054
6055
  interface FilterCheckerAccountThreadsDashboardFollowerDto {
6055
6056
  selectAccount: string;
6056
- typeTime: 'Daily' | 'Weekly' | 'Monthly';
6057
+ typeTime: "Daily" | "Weekly" | "Monthly";
6057
6058
  }
6058
6059
  interface FindGrowthThreadsDashboardFollowerDto {
6059
6060
  data: Array<{
@@ -6102,8 +6103,8 @@ interface FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto {
6102
6103
  }
6103
6104
  interface FilterPerformanceBreakdownThreadsDashboardFollowerDto {
6104
6105
  searchManagerWork: string;
6105
- sortBy: 'order' | 'name' | 'totalAccounts' | 'totalFollower' | 'avgGrowth';
6106
- dir: 'ASC' | 'DESC';
6106
+ sortBy: "order" | "name" | "totalAccounts" | "totalFollower" | "avgGrowth";
6107
+ dir: "ASC" | "DESC";
6107
6108
  pagination: {
6108
6109
  limit: string;
6109
6110
  page: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.582",
3
+ "version": "5.1.584",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",