automation-lib 4.7.71 → 4.7.77
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 +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/index.js +3 -2
- package/dist/index.mjs +3 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -139,7 +139,7 @@ declare const ACTIONS_INSTAGRAM: {
|
|
|
139
139
|
INSTAGRAM_ACTION_INTERACT_SETTING_STORY: string;
|
|
140
140
|
INSTAGRAM_ACTION_INTERACT_SETTING_FOLLOW: string;
|
|
141
141
|
INSTAGRAM_ACTION_INTERACT_SETTING_UN_FOLLOW: string;
|
|
142
|
-
|
|
142
|
+
INSTAGRAM_ACTION_INTERACT_SETTING_REPLY_MESSAGE: string;
|
|
143
143
|
INSTAGRAM_ACTION_INTERACT_SETTING_COMMENT: string;
|
|
144
144
|
};
|
|
145
145
|
|
|
@@ -158,7 +158,7 @@ declare const SERVICES_INSTAGRAM: {
|
|
|
158
158
|
INSTAGRAM_SERVICE_INTERACT_SETTING_FOLLOW: string;
|
|
159
159
|
INSTAGRAM_SERVICE_INTERACT_SETTING_UN_FOLLOW: string;
|
|
160
160
|
INSTAGRAM_SERVICE_INTERACT_SETTING_COMMENT: string;
|
|
161
|
-
|
|
161
|
+
INSTAGRAM_SERVICE_INTERACT_SETTING_REPLY_MESSAGE: string;
|
|
162
162
|
};
|
|
163
163
|
|
|
164
164
|
declare const ACTIONS_THREADS: {};
|
|
@@ -356,7 +356,8 @@ declare enum EStatusTaskTool {
|
|
|
356
356
|
ExecutingPostSocial = "ExecutingPostSocial",
|
|
357
357
|
ExecutingCommonSocial = "ExecutingCommonSocial",
|
|
358
358
|
Error = "Error",
|
|
359
|
-
Done = "Done"
|
|
359
|
+
Done = "Done",
|
|
360
|
+
Repaired = "Repaired"
|
|
360
361
|
}
|
|
361
362
|
|
|
362
363
|
declare enum EStatusBlog {
|
package/dist/index.d.ts
CHANGED
|
@@ -139,7 +139,7 @@ declare const ACTIONS_INSTAGRAM: {
|
|
|
139
139
|
INSTAGRAM_ACTION_INTERACT_SETTING_STORY: string;
|
|
140
140
|
INSTAGRAM_ACTION_INTERACT_SETTING_FOLLOW: string;
|
|
141
141
|
INSTAGRAM_ACTION_INTERACT_SETTING_UN_FOLLOW: string;
|
|
142
|
-
|
|
142
|
+
INSTAGRAM_ACTION_INTERACT_SETTING_REPLY_MESSAGE: string;
|
|
143
143
|
INSTAGRAM_ACTION_INTERACT_SETTING_COMMENT: string;
|
|
144
144
|
};
|
|
145
145
|
|
|
@@ -158,7 +158,7 @@ declare const SERVICES_INSTAGRAM: {
|
|
|
158
158
|
INSTAGRAM_SERVICE_INTERACT_SETTING_FOLLOW: string;
|
|
159
159
|
INSTAGRAM_SERVICE_INTERACT_SETTING_UN_FOLLOW: string;
|
|
160
160
|
INSTAGRAM_SERVICE_INTERACT_SETTING_COMMENT: string;
|
|
161
|
-
|
|
161
|
+
INSTAGRAM_SERVICE_INTERACT_SETTING_REPLY_MESSAGE: string;
|
|
162
162
|
};
|
|
163
163
|
|
|
164
164
|
declare const ACTIONS_THREADS: {};
|
|
@@ -356,7 +356,8 @@ declare enum EStatusTaskTool {
|
|
|
356
356
|
ExecutingPostSocial = "ExecutingPostSocial",
|
|
357
357
|
ExecutingCommonSocial = "ExecutingCommonSocial",
|
|
358
358
|
Error = "Error",
|
|
359
|
-
Done = "Done"
|
|
359
|
+
Done = "Done",
|
|
360
|
+
Repaired = "Repaired"
|
|
360
361
|
}
|
|
361
362
|
|
|
362
363
|
declare enum EStatusBlog {
|
package/dist/index.js
CHANGED
|
@@ -188,7 +188,7 @@ var ACTIONS_INSTAGRAM = {
|
|
|
188
188
|
INSTAGRAM_ACTION_INTERACT_SETTING_STORY: "INSTAGRAM_ACTION_INTERACT_SETTING_STORY",
|
|
189
189
|
INSTAGRAM_ACTION_INTERACT_SETTING_FOLLOW: "INSTAGRAM_ACTION_INTERACT_SETTING_FOLLOW",
|
|
190
190
|
INSTAGRAM_ACTION_INTERACT_SETTING_UN_FOLLOW: "INSTAGRAM_ACTION_INTERACT_SETTING_UN_FOLLOW",
|
|
191
|
-
|
|
191
|
+
INSTAGRAM_ACTION_INTERACT_SETTING_REPLY_MESSAGE: "INSTAGRAM_ACTION_INTERACT_SETTING_REPLY_MESSAGE",
|
|
192
192
|
INSTAGRAM_ACTION_INTERACT_SETTING_COMMENT: "INSTAGRAM_ACTION_INTERACT_SETTING_COMMENT"
|
|
193
193
|
};
|
|
194
194
|
|
|
@@ -208,7 +208,7 @@ var SERVICES_INSTAGRAM = {
|
|
|
208
208
|
INSTAGRAM_SERVICE_INTERACT_SETTING_FOLLOW: "INSTAGRAM_SERVICE_INTERACT_SETTING_FOLLOW",
|
|
209
209
|
INSTAGRAM_SERVICE_INTERACT_SETTING_UN_FOLLOW: "INSTAGRAM_SERVICE_INTERACT_SETTING_UN_FOLLOW",
|
|
210
210
|
INSTAGRAM_SERVICE_INTERACT_SETTING_COMMENT: "INSTAGRAM_SERVICE_INTERACT_SETTING_COMMENT",
|
|
211
|
-
|
|
211
|
+
INSTAGRAM_SERVICE_INTERACT_SETTING_REPLY_MESSAGE: "INSTAGRAM_SERVICE_INTERACT_SETTING_REPLY_MESSAGE"
|
|
212
212
|
};
|
|
213
213
|
|
|
214
214
|
// src/constants/scripts/threads/actions-threads.constant.ts
|
|
@@ -439,6 +439,7 @@ var EStatusTaskTool = /* @__PURE__ */ ((EStatusTaskTool2) => {
|
|
|
439
439
|
EStatusTaskTool2["ExecutingCommonSocial"] = "ExecutingCommonSocial";
|
|
440
440
|
EStatusTaskTool2["Error"] = "Error";
|
|
441
441
|
EStatusTaskTool2["Done"] = "Done";
|
|
442
|
+
EStatusTaskTool2["Repaired"] = "Repaired";
|
|
442
443
|
return EStatusTaskTool2;
|
|
443
444
|
})(EStatusTaskTool || {});
|
|
444
445
|
|
package/dist/index.mjs
CHANGED
|
@@ -165,7 +165,7 @@ var ACTIONS_INSTAGRAM = {
|
|
|
165
165
|
INSTAGRAM_ACTION_INTERACT_SETTING_STORY: "INSTAGRAM_ACTION_INTERACT_SETTING_STORY",
|
|
166
166
|
INSTAGRAM_ACTION_INTERACT_SETTING_FOLLOW: "INSTAGRAM_ACTION_INTERACT_SETTING_FOLLOW",
|
|
167
167
|
INSTAGRAM_ACTION_INTERACT_SETTING_UN_FOLLOW: "INSTAGRAM_ACTION_INTERACT_SETTING_UN_FOLLOW",
|
|
168
|
-
|
|
168
|
+
INSTAGRAM_ACTION_INTERACT_SETTING_REPLY_MESSAGE: "INSTAGRAM_ACTION_INTERACT_SETTING_REPLY_MESSAGE",
|
|
169
169
|
INSTAGRAM_ACTION_INTERACT_SETTING_COMMENT: "INSTAGRAM_ACTION_INTERACT_SETTING_COMMENT"
|
|
170
170
|
};
|
|
171
171
|
|
|
@@ -185,7 +185,7 @@ var SERVICES_INSTAGRAM = {
|
|
|
185
185
|
INSTAGRAM_SERVICE_INTERACT_SETTING_FOLLOW: "INSTAGRAM_SERVICE_INTERACT_SETTING_FOLLOW",
|
|
186
186
|
INSTAGRAM_SERVICE_INTERACT_SETTING_UN_FOLLOW: "INSTAGRAM_SERVICE_INTERACT_SETTING_UN_FOLLOW",
|
|
187
187
|
INSTAGRAM_SERVICE_INTERACT_SETTING_COMMENT: "INSTAGRAM_SERVICE_INTERACT_SETTING_COMMENT",
|
|
188
|
-
|
|
188
|
+
INSTAGRAM_SERVICE_INTERACT_SETTING_REPLY_MESSAGE: "INSTAGRAM_SERVICE_INTERACT_SETTING_REPLY_MESSAGE"
|
|
189
189
|
};
|
|
190
190
|
|
|
191
191
|
// src/constants/scripts/threads/actions-threads.constant.ts
|
|
@@ -416,6 +416,7 @@ var EStatusTaskTool = /* @__PURE__ */ ((EStatusTaskTool2) => {
|
|
|
416
416
|
EStatusTaskTool2["ExecutingCommonSocial"] = "ExecutingCommonSocial";
|
|
417
417
|
EStatusTaskTool2["Error"] = "Error";
|
|
418
418
|
EStatusTaskTool2["Done"] = "Done";
|
|
419
|
+
EStatusTaskTool2["Repaired"] = "Repaired";
|
|
419
420
|
return EStatusTaskTool2;
|
|
420
421
|
})(EStatusTaskTool || {});
|
|
421
422
|
|