automation-lib 5.1.225 → 5.1.227
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 -14
- package/dist/index.d.ts +3 -14
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4079,7 +4079,7 @@ interface ApplyTimeDashboardDto {
|
|
|
4079
4079
|
* - 'Quarterly': Groups data by quarter (max 2700 days range)
|
|
4080
4080
|
* - 'Yearly': Groups data by year (max 10950 days range)
|
|
4081
4081
|
*/
|
|
4082
|
-
|
|
4082
|
+
typeTime: 'Daily' | 'Weekly' | 'Monthly' | 'Quarterly' | 'Yearly';
|
|
4083
4083
|
timeFrom: Date;
|
|
4084
4084
|
timeTo: Date;
|
|
4085
4085
|
}
|
|
@@ -6752,19 +6752,8 @@ interface FindOverviewInstagramDashboardFollowerDto {
|
|
|
6752
6752
|
totalPostStory: number;
|
|
6753
6753
|
}
|
|
6754
6754
|
interface FindAccountTrackingInstagramDashboardFollowerDto {
|
|
6755
|
-
|
|
6756
|
-
|
|
6757
|
-
numberFollowers: number;
|
|
6758
|
-
}>;
|
|
6759
|
-
deviceKey: string;
|
|
6760
|
-
phoneName: string;
|
|
6761
|
-
nameAppClone: string;
|
|
6762
|
-
totalFollowers: number;
|
|
6763
|
-
totalFollowings: number;
|
|
6764
|
-
currentNiche: number;
|
|
6765
|
-
idea: number;
|
|
6766
|
-
niche: number;
|
|
6767
|
-
type: ETypeManagerWorkClassify;
|
|
6755
|
+
searchAccount: string;
|
|
6756
|
+
typeTime: 'Daily' | 'Weekly' | 'Monthly';
|
|
6768
6757
|
}
|
|
6769
6758
|
interface FindAccountTrackingInstagramDashboardFollowerDto {
|
|
6770
6759
|
data: Array<{
|
package/dist/index.d.ts
CHANGED
|
@@ -4079,7 +4079,7 @@ interface ApplyTimeDashboardDto {
|
|
|
4079
4079
|
* - 'Quarterly': Groups data by quarter (max 2700 days range)
|
|
4080
4080
|
* - 'Yearly': Groups data by year (max 10950 days range)
|
|
4081
4081
|
*/
|
|
4082
|
-
|
|
4082
|
+
typeTime: 'Daily' | 'Weekly' | 'Monthly' | 'Quarterly' | 'Yearly';
|
|
4083
4083
|
timeFrom: Date;
|
|
4084
4084
|
timeTo: Date;
|
|
4085
4085
|
}
|
|
@@ -6752,19 +6752,8 @@ interface FindOverviewInstagramDashboardFollowerDto {
|
|
|
6752
6752
|
totalPostStory: number;
|
|
6753
6753
|
}
|
|
6754
6754
|
interface FindAccountTrackingInstagramDashboardFollowerDto {
|
|
6755
|
-
|
|
6756
|
-
|
|
6757
|
-
numberFollowers: number;
|
|
6758
|
-
}>;
|
|
6759
|
-
deviceKey: string;
|
|
6760
|
-
phoneName: string;
|
|
6761
|
-
nameAppClone: string;
|
|
6762
|
-
totalFollowers: number;
|
|
6763
|
-
totalFollowings: number;
|
|
6764
|
-
currentNiche: number;
|
|
6765
|
-
idea: number;
|
|
6766
|
-
niche: number;
|
|
6767
|
-
type: ETypeManagerWorkClassify;
|
|
6755
|
+
searchAccount: string;
|
|
6756
|
+
typeTime: 'Daily' | 'Weekly' | 'Monthly';
|
|
6768
6757
|
}
|
|
6769
6758
|
interface FindAccountTrackingInstagramDashboardFollowerDto {
|
|
6770
6759
|
data: Array<{
|