automation-lib 5.1.172 → 5.1.173

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
@@ -62,6 +62,7 @@ declare const CONST_API_CONTROLLERS: {
62
62
  SETTING_INTERACT_STORIES: string;
63
63
  SETTING_INTERACT_REPLY_COMMENTS: string;
64
64
  SETTING_INTERACT_REPLY_MESSAGE: string;
65
+ SETTING_INTERACT_BLOCK_USER: string;
65
66
  };
66
67
  THREADS: {
67
68
  HISTORY_POST_NEWS: string;
package/dist/index.d.ts CHANGED
@@ -62,6 +62,7 @@ declare const CONST_API_CONTROLLERS: {
62
62
  SETTING_INTERACT_STORIES: string;
63
63
  SETTING_INTERACT_REPLY_COMMENTS: string;
64
64
  SETTING_INTERACT_REPLY_MESSAGE: string;
65
+ SETTING_INTERACT_BLOCK_USER: string;
65
66
  };
66
67
  THREADS: {
67
68
  HISTORY_POST_NEWS: string;
package/dist/index.js CHANGED
@@ -118,7 +118,8 @@ var CONST_API_CONTROLLERS = {
118
118
  SETTING_INTERACT_REELS: "instagram-setting-interact-reels",
119
119
  SETTING_INTERACT_STORIES: "instagram-setting-interact-stories",
120
120
  SETTING_INTERACT_REPLY_COMMENTS: "instagram-setting-interact-reply-comments",
121
- SETTING_INTERACT_REPLY_MESSAGE: "instagram-setting-interact-reply-message"
121
+ SETTING_INTERACT_REPLY_MESSAGE: "instagram-setting-interact-reply-message",
122
+ SETTING_INTERACT_BLOCK_USER: "instagram-setting-interact-block-user"
122
123
  },
123
124
  THREADS: {
124
125
  HISTORY_POST_NEWS: "threads-report-post-news",
package/dist/index.mjs CHANGED
@@ -83,7 +83,8 @@ var CONST_API_CONTROLLERS = {
83
83
  SETTING_INTERACT_REELS: "instagram-setting-interact-reels",
84
84
  SETTING_INTERACT_STORIES: "instagram-setting-interact-stories",
85
85
  SETTING_INTERACT_REPLY_COMMENTS: "instagram-setting-interact-reply-comments",
86
- SETTING_INTERACT_REPLY_MESSAGE: "instagram-setting-interact-reply-message"
86
+ SETTING_INTERACT_REPLY_MESSAGE: "instagram-setting-interact-reply-message",
87
+ SETTING_INTERACT_BLOCK_USER: "instagram-setting-interact-block-user"
87
88
  },
88
89
  THREADS: {
89
90
  HISTORY_POST_NEWS: "threads-report-post-news",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.172",
3
+ "version": "5.1.173",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",