automation-lib 5.0.148 → 5.0.149
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 +22 -4
- package/dist/index.d.ts +22 -4
- package/dist/index.js +22 -4
- package/dist/index.mjs +22 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -99,10 +99,6 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
99
99
|
PROXY: string;
|
|
100
100
|
PROXY_SETTING: string;
|
|
101
101
|
PROXY_TRACKING: string;
|
|
102
|
-
TASKS_TOOL_SOCIALS: string;
|
|
103
|
-
TASKS_TOOL_INSTAGRAM_THREADS: string;
|
|
104
|
-
TASKS_AI: string;
|
|
105
|
-
TASKS_AI_IMAGE_VOICE_CANVA: string;
|
|
106
102
|
VOICES_SETTING_DELAY: string;
|
|
107
103
|
VOICES_LANGUAGE: string;
|
|
108
104
|
VOICES_STORE: string;
|
|
@@ -136,6 +132,28 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
136
132
|
ACCOUNT_VPS: string;
|
|
137
133
|
ACCOUNT_VPS_GROUP: string;
|
|
138
134
|
};
|
|
135
|
+
TASKS: {
|
|
136
|
+
BROWSERS: {
|
|
137
|
+
TASKS_AI: string;
|
|
138
|
+
TASKS_IMAGE_VOICE_CANVA: string;
|
|
139
|
+
};
|
|
140
|
+
PHONE: {
|
|
141
|
+
TASK_TOOL_MONITOR: string;
|
|
142
|
+
INSTAGRAM: {
|
|
143
|
+
POST: string;
|
|
144
|
+
BLOCK_USER: string;
|
|
145
|
+
CHANGE_INFO: string;
|
|
146
|
+
FOLLOW: string;
|
|
147
|
+
REPLY_COMMENT: string;
|
|
148
|
+
REPLY_MESSAGE: string;
|
|
149
|
+
};
|
|
150
|
+
THREADS: {
|
|
151
|
+
POST: string;
|
|
152
|
+
FOLLOW: string;
|
|
153
|
+
REPLY_COMMENT: string;
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
};
|
|
139
157
|
WEB: {
|
|
140
158
|
AUTH: string;
|
|
141
159
|
IMAGES: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -99,10 +99,6 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
99
99
|
PROXY: string;
|
|
100
100
|
PROXY_SETTING: string;
|
|
101
101
|
PROXY_TRACKING: string;
|
|
102
|
-
TASKS_TOOL_SOCIALS: string;
|
|
103
|
-
TASKS_TOOL_INSTAGRAM_THREADS: string;
|
|
104
|
-
TASKS_AI: string;
|
|
105
|
-
TASKS_AI_IMAGE_VOICE_CANVA: string;
|
|
106
102
|
VOICES_SETTING_DELAY: string;
|
|
107
103
|
VOICES_LANGUAGE: string;
|
|
108
104
|
VOICES_STORE: string;
|
|
@@ -136,6 +132,28 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
136
132
|
ACCOUNT_VPS: string;
|
|
137
133
|
ACCOUNT_VPS_GROUP: string;
|
|
138
134
|
};
|
|
135
|
+
TASKS: {
|
|
136
|
+
BROWSERS: {
|
|
137
|
+
TASKS_AI: string;
|
|
138
|
+
TASKS_IMAGE_VOICE_CANVA: string;
|
|
139
|
+
};
|
|
140
|
+
PHONE: {
|
|
141
|
+
TASK_TOOL_MONITOR: string;
|
|
142
|
+
INSTAGRAM: {
|
|
143
|
+
POST: string;
|
|
144
|
+
BLOCK_USER: string;
|
|
145
|
+
CHANGE_INFO: string;
|
|
146
|
+
FOLLOW: string;
|
|
147
|
+
REPLY_COMMENT: string;
|
|
148
|
+
REPLY_MESSAGE: string;
|
|
149
|
+
};
|
|
150
|
+
THREADS: {
|
|
151
|
+
POST: string;
|
|
152
|
+
FOLLOW: string;
|
|
153
|
+
REPLY_COMMENT: string;
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
};
|
|
139
157
|
WEB: {
|
|
140
158
|
AUTH: string;
|
|
141
159
|
IMAGES: string;
|
package/dist/index.js
CHANGED
|
@@ -146,10 +146,6 @@ var CONST_API_CONTROLLERS = {
|
|
|
146
146
|
PROXY: "proxy",
|
|
147
147
|
PROXY_SETTING: "proxy-setting",
|
|
148
148
|
PROXY_TRACKING: "proxy-tracking",
|
|
149
|
-
TASKS_TOOL_SOCIALS: "tasks-tool-socials",
|
|
150
|
-
TASKS_TOOL_INSTAGRAM_THREADS: "tasks-tool-instagram-threads",
|
|
151
|
-
TASKS_AI: "tasks-ai",
|
|
152
|
-
TASKS_AI_IMAGE_VOICE_CANVA: "tasks-ai-image-voice-canva",
|
|
153
149
|
VOICES_SETTING_DELAY: "voices-setting-delay",
|
|
154
150
|
VOICES_LANGUAGE: "voices-language",
|
|
155
151
|
VOICES_STORE: "voices-store",
|
|
@@ -183,6 +179,28 @@ var CONST_API_CONTROLLERS = {
|
|
|
183
179
|
ACCOUNT_VPS: "account-vps",
|
|
184
180
|
ACCOUNT_VPS_GROUP: "account-group"
|
|
185
181
|
},
|
|
182
|
+
TASKS: {
|
|
183
|
+
BROWSERS: {
|
|
184
|
+
TASKS_AI: "tasks-ai-content",
|
|
185
|
+
TASKS_IMAGE_VOICE_CANVA: "tasks-image-voice-canva"
|
|
186
|
+
},
|
|
187
|
+
PHONE: {
|
|
188
|
+
TASK_TOOL_MONITOR: "tasks-tool-monitor",
|
|
189
|
+
INSTAGRAM: {
|
|
190
|
+
POST: "instagram-task-post",
|
|
191
|
+
BLOCK_USER: "instagram-task-block-user",
|
|
192
|
+
CHANGE_INFO: "instagram-task-change-info",
|
|
193
|
+
FOLLOW: "instagram-task-follow",
|
|
194
|
+
REPLY_COMMENT: "instagram-task-reply-comment",
|
|
195
|
+
REPLY_MESSAGE: "instagram-task-reply-message"
|
|
196
|
+
},
|
|
197
|
+
THREADS: {
|
|
198
|
+
POST: "threads-task-post",
|
|
199
|
+
FOLLOW: "threads-task-follow",
|
|
200
|
+
REPLY_COMMENT: "threads-task-reply-comment"
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
},
|
|
186
204
|
WEB: {
|
|
187
205
|
AUTH: "auth",
|
|
188
206
|
IMAGES: "images",
|
package/dist/index.mjs
CHANGED
|
@@ -121,10 +121,6 @@ var CONST_API_CONTROLLERS = {
|
|
|
121
121
|
PROXY: "proxy",
|
|
122
122
|
PROXY_SETTING: "proxy-setting",
|
|
123
123
|
PROXY_TRACKING: "proxy-tracking",
|
|
124
|
-
TASKS_TOOL_SOCIALS: "tasks-tool-socials",
|
|
125
|
-
TASKS_TOOL_INSTAGRAM_THREADS: "tasks-tool-instagram-threads",
|
|
126
|
-
TASKS_AI: "tasks-ai",
|
|
127
|
-
TASKS_AI_IMAGE_VOICE_CANVA: "tasks-ai-image-voice-canva",
|
|
128
124
|
VOICES_SETTING_DELAY: "voices-setting-delay",
|
|
129
125
|
VOICES_LANGUAGE: "voices-language",
|
|
130
126
|
VOICES_STORE: "voices-store",
|
|
@@ -158,6 +154,28 @@ var CONST_API_CONTROLLERS = {
|
|
|
158
154
|
ACCOUNT_VPS: "account-vps",
|
|
159
155
|
ACCOUNT_VPS_GROUP: "account-group"
|
|
160
156
|
},
|
|
157
|
+
TASKS: {
|
|
158
|
+
BROWSERS: {
|
|
159
|
+
TASKS_AI: "tasks-ai-content",
|
|
160
|
+
TASKS_IMAGE_VOICE_CANVA: "tasks-image-voice-canva"
|
|
161
|
+
},
|
|
162
|
+
PHONE: {
|
|
163
|
+
TASK_TOOL_MONITOR: "tasks-tool-monitor",
|
|
164
|
+
INSTAGRAM: {
|
|
165
|
+
POST: "instagram-task-post",
|
|
166
|
+
BLOCK_USER: "instagram-task-block-user",
|
|
167
|
+
CHANGE_INFO: "instagram-task-change-info",
|
|
168
|
+
FOLLOW: "instagram-task-follow",
|
|
169
|
+
REPLY_COMMENT: "instagram-task-reply-comment",
|
|
170
|
+
REPLY_MESSAGE: "instagram-task-reply-message"
|
|
171
|
+
},
|
|
172
|
+
THREADS: {
|
|
173
|
+
POST: "threads-task-post",
|
|
174
|
+
FOLLOW: "threads-task-follow",
|
|
175
|
+
REPLY_COMMENT: "threads-task-reply-comment"
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
},
|
|
161
179
|
WEB: {
|
|
162
180
|
AUTH: "auth",
|
|
163
181
|
IMAGES: "images",
|