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 CHANGED
@@ -7912,27 +7912,14 @@ interface FindCheckerAccountInstagramDashboardFollowerDto {
7912
7912
  nameAppClone: string;
7913
7913
  totalFollowers: number;
7914
7914
  totalFollowings: number;
7915
- currentNiche: number;
7916
- idea: number;
7917
- niche: number;
7915
+ idea: string;
7916
+ niche: string;
7918
7917
  type: ETypeManagerWorkClassify;
7919
7918
  contentPerformance: {
7920
- totalProductSquare: {
7921
- total: number;
7922
- percentage: number;
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
- currentNiche: number;
7916
- idea: number;
7917
- niche: number;
7915
+ idea: string;
7916
+ niche: string;
7918
7917
  type: ETypeManagerWorkClassify;
7919
7918
  contentPerformance: {
7920
- totalProductSquare: {
7921
- total: number;
7922
- percentage: number;
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.289",
3
+ "version": "5.1.290",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",