automation-lib 5.1.289 → 5.1.290
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 +6 -19
- package/dist/index.d.ts +6 -19
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -7912,27 +7912,14 @@ interface FindCheckerAccountInstagramDashboardFollowerDto {
|
|
|
7912
7912
|
nameAppClone: string;
|
|
7913
7913
|
totalFollowers: number;
|
|
7914
7914
|
totalFollowings: number;
|
|
7915
|
-
|
|
7916
|
-
|
|
7917
|
-
niche: number;
|
|
7915
|
+
idea: string;
|
|
7916
|
+
niche: string;
|
|
7918
7917
|
type: ETypeManagerWorkClassify;
|
|
7919
7918
|
contentPerformance: {
|
|
7920
|
-
totalProductSquare:
|
|
7921
|
-
|
|
7922
|
-
|
|
7923
|
-
|
|
7924
|
-
totalProductNews: {
|
|
7925
|
-
total: number;
|
|
7926
|
-
percentage: number;
|
|
7927
|
-
};
|
|
7928
|
-
totalProductReel: {
|
|
7929
|
-
total: number;
|
|
7930
|
-
percentage: number;
|
|
7931
|
-
};
|
|
7932
|
-
totalProductStory: {
|
|
7933
|
-
total: number;
|
|
7934
|
-
percentage: number;
|
|
7935
|
-
};
|
|
7919
|
+
totalProductSquare: number;
|
|
7920
|
+
totalProductNews: number;
|
|
7921
|
+
totalProductReel: number;
|
|
7922
|
+
totalProductStory: number;
|
|
7936
7923
|
};
|
|
7937
7924
|
}
|
|
7938
7925
|
interface FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto {
|
package/dist/index.d.ts
CHANGED
|
@@ -7912,27 +7912,14 @@ interface FindCheckerAccountInstagramDashboardFollowerDto {
|
|
|
7912
7912
|
nameAppClone: string;
|
|
7913
7913
|
totalFollowers: number;
|
|
7914
7914
|
totalFollowings: number;
|
|
7915
|
-
|
|
7916
|
-
|
|
7917
|
-
niche: number;
|
|
7915
|
+
idea: string;
|
|
7916
|
+
niche: string;
|
|
7918
7917
|
type: ETypeManagerWorkClassify;
|
|
7919
7918
|
contentPerformance: {
|
|
7920
|
-
totalProductSquare:
|
|
7921
|
-
|
|
7922
|
-
|
|
7923
|
-
|
|
7924
|
-
totalProductNews: {
|
|
7925
|
-
total: number;
|
|
7926
|
-
percentage: number;
|
|
7927
|
-
};
|
|
7928
|
-
totalProductReel: {
|
|
7929
|
-
total: number;
|
|
7930
|
-
percentage: number;
|
|
7931
|
-
};
|
|
7932
|
-
totalProductStory: {
|
|
7933
|
-
total: number;
|
|
7934
|
-
percentage: number;
|
|
7935
|
-
};
|
|
7919
|
+
totalProductSquare: number;
|
|
7920
|
+
totalProductNews: number;
|
|
7921
|
+
totalProductReel: number;
|
|
7922
|
+
totalProductStory: number;
|
|
7936
7923
|
};
|
|
7937
7924
|
}
|
|
7938
7925
|
interface FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto {
|