automation-lib 5.1.596 → 5.2.1

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
@@ -6054,7 +6054,7 @@ interface FindOverviewThreadsDashboardFollowerDto {
6054
6054
  }
6055
6055
  interface FilterCheckerAccountThreadsDashboardFollowerDto {
6056
6056
  selectAccount: string;
6057
- typeTime: "Daily" | "Weekly" | "Monthly";
6057
+ typeTime: 'Daily' | 'Weekly' | 'Monthly';
6058
6058
  }
6059
6059
  interface FindGrowthThreadsDashboardFollowerDto {
6060
6060
  data: Array<{
@@ -6103,8 +6103,8 @@ interface FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto {
6103
6103
  }
6104
6104
  interface FilterPerformanceBreakdownThreadsDashboardFollowerDto {
6105
6105
  searchManagerWork: string;
6106
- sortBy: "order" | "name" | "totalAccounts" | "totalFollower" | "avgGrowth";
6107
- dir: "ASC" | "DESC";
6106
+ sortBy: 'order' | 'name' | 'totalAccounts' | 'totalFollower' | 'avgGrowth';
6107
+ dir: 'ASC' | 'DESC';
6108
6108
  pagination: {
6109
6109
  limit: string;
6110
6110
  page: string;
package/dist/index.d.ts CHANGED
@@ -6054,7 +6054,7 @@ interface FindOverviewThreadsDashboardFollowerDto {
6054
6054
  }
6055
6055
  interface FilterCheckerAccountThreadsDashboardFollowerDto {
6056
6056
  selectAccount: string;
6057
- typeTime: "Daily" | "Weekly" | "Monthly";
6057
+ typeTime: 'Daily' | 'Weekly' | 'Monthly';
6058
6058
  }
6059
6059
  interface FindGrowthThreadsDashboardFollowerDto {
6060
6060
  data: Array<{
@@ -6103,8 +6103,8 @@ interface FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto {
6103
6103
  }
6104
6104
  interface FilterPerformanceBreakdownThreadsDashboardFollowerDto {
6105
6105
  searchManagerWork: string;
6106
- sortBy: "order" | "name" | "totalAccounts" | "totalFollower" | "avgGrowth";
6107
- dir: "ASC" | "DESC";
6106
+ sortBy: 'order' | 'name' | 'totalAccounts' | 'totalFollower' | 'avgGrowth';
6107
+ dir: 'ASC' | 'DESC';
6108
6108
  pagination: {
6109
6109
  limit: string;
6110
6110
  page: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.596",
3
+ "version": "5.2.1",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",