automation-lib 4.8.21 → 4.8.22

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
@@ -48,17 +48,17 @@ declare const CONST_API_CONTROLLERS: {
48
48
  INTERACT_REPLY_COMMENTS: string;
49
49
  SETTING_POSTS: string;
50
50
  SETTING_INTERACT_FOLLOWS: string;
51
- SETTING_INTERACT_COMMENTS: string;
52
51
  SETTING_INTERACT_UN_FOLLOWS: string;
53
52
  SETTING_INTERACT_EXPLORES: string;
54
53
  SETTING_INTERACT_REELS: string;
55
54
  SETTING_INTERACT_STORIES: string;
56
- SETTING_INTERACT_SEND_MESSAGE: string;
55
+ SETTING_INTERACT_REPLY_COMMENTS: string;
56
+ SETTING_INTERACT_REPLY_MESSAGE: string;
57
57
  };
58
58
  THREADS: {
59
59
  POST_NEWS: string;
60
60
  INTERACT_COMMENTS: string;
61
- INTERACT_SEND_MESSAGES: string;
61
+ INTERACT_REPLY_MESSAGES: string;
62
62
  INTERACT_REPLY_COMMENTS: string;
63
63
  INTERACT_FOLLOWINGS: string;
64
64
  INTERACT_FOLLOWERS: string;
package/dist/index.d.ts CHANGED
@@ -48,17 +48,17 @@ declare const CONST_API_CONTROLLERS: {
48
48
  INTERACT_REPLY_COMMENTS: string;
49
49
  SETTING_POSTS: string;
50
50
  SETTING_INTERACT_FOLLOWS: string;
51
- SETTING_INTERACT_COMMENTS: string;
52
51
  SETTING_INTERACT_UN_FOLLOWS: string;
53
52
  SETTING_INTERACT_EXPLORES: string;
54
53
  SETTING_INTERACT_REELS: string;
55
54
  SETTING_INTERACT_STORIES: string;
56
- SETTING_INTERACT_SEND_MESSAGE: string;
55
+ SETTING_INTERACT_REPLY_COMMENTS: string;
56
+ SETTING_INTERACT_REPLY_MESSAGE: string;
57
57
  };
58
58
  THREADS: {
59
59
  POST_NEWS: string;
60
60
  INTERACT_COMMENTS: string;
61
- INTERACT_SEND_MESSAGES: string;
61
+ INTERACT_REPLY_MESSAGES: string;
62
62
  INTERACT_REPLY_COMMENTS: string;
63
63
  INTERACT_FOLLOWINGS: string;
64
64
  INTERACT_FOLLOWERS: string;
package/dist/index.js CHANGED
@@ -93,17 +93,17 @@ var CONST_API_CONTROLLERS = {
93
93
  INTERACT_REPLY_COMMENTS: "interact-reply-comments-instagram",
94
94
  SETTING_POSTS: "setting-posts-instagram",
95
95
  SETTING_INTERACT_FOLLOWS: "setting-interact-follows-instagram",
96
- SETTING_INTERACT_COMMENTS: "setting-interact-comments-instagram",
97
96
  SETTING_INTERACT_UN_FOLLOWS: "setting-interact-un-follows-instagram",
98
97
  SETTING_INTERACT_EXPLORES: "setting-interact-explores-instagram",
99
98
  SETTING_INTERACT_REELS: "setting-interact-reels-instagram",
100
99
  SETTING_INTERACT_STORIES: "setting-interact-stories-instagram",
101
- SETTING_INTERACT_SEND_MESSAGE: "setting-interact-send-message-instagram"
100
+ SETTING_INTERACT_REPLY_COMMENTS: "setting-interact-reply-comments-instagram",
101
+ SETTING_INTERACT_REPLY_MESSAGE: "setting-interact-reply-message-instagram"
102
102
  },
103
103
  THREADS: {
104
104
  POST_NEWS: "post-news-threads",
105
105
  INTERACT_COMMENTS: "interact-comments-threads",
106
- INTERACT_SEND_MESSAGES: "interact-send-message-threads",
106
+ INTERACT_REPLY_MESSAGES: "interact-reply-message-threads",
107
107
  INTERACT_REPLY_COMMENTS: "interact-reply-comments-threads",
108
108
  INTERACT_FOLLOWINGS: "interact-followings-threads",
109
109
  INTERACT_FOLLOWERS: "interact-followers-threads"
package/dist/index.mjs CHANGED
@@ -70,17 +70,17 @@ var CONST_API_CONTROLLERS = {
70
70
  INTERACT_REPLY_COMMENTS: "interact-reply-comments-instagram",
71
71
  SETTING_POSTS: "setting-posts-instagram",
72
72
  SETTING_INTERACT_FOLLOWS: "setting-interact-follows-instagram",
73
- SETTING_INTERACT_COMMENTS: "setting-interact-comments-instagram",
74
73
  SETTING_INTERACT_UN_FOLLOWS: "setting-interact-un-follows-instagram",
75
74
  SETTING_INTERACT_EXPLORES: "setting-interact-explores-instagram",
76
75
  SETTING_INTERACT_REELS: "setting-interact-reels-instagram",
77
76
  SETTING_INTERACT_STORIES: "setting-interact-stories-instagram",
78
- SETTING_INTERACT_SEND_MESSAGE: "setting-interact-send-message-instagram"
77
+ SETTING_INTERACT_REPLY_COMMENTS: "setting-interact-reply-comments-instagram",
78
+ SETTING_INTERACT_REPLY_MESSAGE: "setting-interact-reply-message-instagram"
79
79
  },
80
80
  THREADS: {
81
81
  POST_NEWS: "post-news-threads",
82
82
  INTERACT_COMMENTS: "interact-comments-threads",
83
- INTERACT_SEND_MESSAGES: "interact-send-message-threads",
83
+ INTERACT_REPLY_MESSAGES: "interact-reply-message-threads",
84
84
  INTERACT_REPLY_COMMENTS: "interact-reply-comments-threads",
85
85
  INTERACT_FOLLOWINGS: "interact-followings-threads",
86
86
  INTERACT_FOLLOWERS: "interact-followers-threads"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.8.21",
3
+ "version": "4.8.22",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",