automation-lib 5.1.140 → 5.1.142

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
@@ -40,6 +40,7 @@ declare const CONST_API_CONTROLLERS: {
40
40
  TRACKING_SCRIPTS_EXECUTED: string;
41
41
  };
42
42
  INSTAGRAM: {
43
+ DASHBOARD_FOLLOWER: string;
43
44
  HISTORY_POST_NEWS: string;
44
45
  HISTORY_POST_SQUARE: string;
45
46
  HISTORY_POST_STORIES: string;
package/dist/index.d.ts CHANGED
@@ -40,6 +40,7 @@ declare const CONST_API_CONTROLLERS: {
40
40
  TRACKING_SCRIPTS_EXECUTED: string;
41
41
  };
42
42
  INSTAGRAM: {
43
+ DASHBOARD_FOLLOWER: string;
43
44
  HISTORY_POST_NEWS: string;
44
45
  HISTORY_POST_SQUARE: string;
45
46
  HISTORY_POST_STORIES: string;
package/dist/index.js CHANGED
@@ -95,6 +95,7 @@ var CONST_API_CONTROLLERS = {
95
95
  TRACKING_SCRIPTS_EXECUTED: "tracking-scripts-executed"
96
96
  },
97
97
  INSTAGRAM: {
98
+ DASHBOARD_FOLLOWER: "instagram-dashboard-follower",
98
99
  HISTORY_POST_NEWS: "instagram-report-post-news",
99
100
  HISTORY_POST_SQUARE: "instagram-report-post-square",
100
101
  HISTORY_POST_STORIES: "instagram-report-post-stories",
package/dist/index.mjs CHANGED
@@ -62,6 +62,7 @@ var CONST_API_CONTROLLERS = {
62
62
  TRACKING_SCRIPTS_EXECUTED: "tracking-scripts-executed"
63
63
  },
64
64
  INSTAGRAM: {
65
+ DASHBOARD_FOLLOWER: "instagram-dashboard-follower",
65
66
  HISTORY_POST_NEWS: "instagram-report-post-news",
66
67
  HISTORY_POST_SQUARE: "instagram-report-post-square",
67
68
  HISTORY_POST_STORIES: "instagram-report-post-stories",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.140",
3
+ "version": "5.1.142",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",