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 +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -6054,7 +6054,7 @@ interface FindOverviewThreadsDashboardFollowerDto {
|
|
|
6054
6054
|
}
|
|
6055
6055
|
interface FilterCheckerAccountThreadsDashboardFollowerDto {
|
|
6056
6056
|
selectAccount: string;
|
|
6057
|
-
typeTime:
|
|
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:
|
|
6107
|
-
dir:
|
|
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:
|
|
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:
|
|
6107
|
-
dir:
|
|
6106
|
+
sortBy: 'order' | 'name' | 'totalAccounts' | 'totalFollower' | 'avgGrowth';
|
|
6107
|
+
dir: 'ASC' | 'DESC';
|
|
6108
6108
|
pagination: {
|
|
6109
6109
|
limit: string;
|
|
6110
6110
|
page: string;
|