automation-lib 5.1.82 → 5.1.84
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 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +4 -1
- package/dist/index.mjs +4 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -155,7 +155,10 @@ declare const CONST_API_CONTROLLERS: {
|
|
155
155
|
TASKS: {
|
156
156
|
BROWSERS: {
|
157
157
|
TASKS_AI: string;
|
158
|
-
|
158
|
+
TASKS_IMAGE_CANVA_THREADS: string;
|
159
|
+
TASKS_IMAGE_CANVA_INSTAGRAM: string;
|
160
|
+
TASKS_IMAGE_VOICE_CANVA_THREADS: string;
|
161
|
+
TASKS_IMAGE_VOICE_CANVA_INSTAGRAM: string;
|
159
162
|
};
|
160
163
|
PHONE: {
|
161
164
|
TASK_TOOL_MONITOR: string;
|
package/dist/index.d.ts
CHANGED
@@ -155,7 +155,10 @@ declare const CONST_API_CONTROLLERS: {
|
|
155
155
|
TASKS: {
|
156
156
|
BROWSERS: {
|
157
157
|
TASKS_AI: string;
|
158
|
-
|
158
|
+
TASKS_IMAGE_CANVA_THREADS: string;
|
159
|
+
TASKS_IMAGE_CANVA_INSTAGRAM: string;
|
160
|
+
TASKS_IMAGE_VOICE_CANVA_THREADS: string;
|
161
|
+
TASKS_IMAGE_VOICE_CANVA_INSTAGRAM: string;
|
159
162
|
};
|
160
163
|
PHONE: {
|
161
164
|
TASK_TOOL_MONITOR: string;
|
package/dist/index.js
CHANGED
@@ -210,7 +210,10 @@ var CONST_API_CONTROLLERS = {
|
|
210
210
|
TASKS: {
|
211
211
|
BROWSERS: {
|
212
212
|
TASKS_AI: "tasks-ai-content",
|
213
|
-
|
213
|
+
TASKS_IMAGE_CANVA_THREADS: "tasks-image-canva-threads",
|
214
|
+
TASKS_IMAGE_CANVA_INSTAGRAM: "tasks-image-canva-instagram",
|
215
|
+
TASKS_IMAGE_VOICE_CANVA_THREADS: "tasks-image-voice-canva-threads",
|
216
|
+
TASKS_IMAGE_VOICE_CANVA_INSTAGRAM: "tasks-image-voice-canva-instagram"
|
214
217
|
},
|
215
218
|
PHONE: {
|
216
219
|
TASK_TOOL_MONITOR: "tasks-tool-monitor",
|
package/dist/index.mjs
CHANGED
@@ -177,7 +177,10 @@ var CONST_API_CONTROLLERS = {
|
|
177
177
|
TASKS: {
|
178
178
|
BROWSERS: {
|
179
179
|
TASKS_AI: "tasks-ai-content",
|
180
|
-
|
180
|
+
TASKS_IMAGE_CANVA_THREADS: "tasks-image-canva-threads",
|
181
|
+
TASKS_IMAGE_CANVA_INSTAGRAM: "tasks-image-canva-instagram",
|
182
|
+
TASKS_IMAGE_VOICE_CANVA_THREADS: "tasks-image-voice-canva-threads",
|
183
|
+
TASKS_IMAGE_VOICE_CANVA_INSTAGRAM: "tasks-image-voice-canva-instagram"
|
181
184
|
},
|
182
185
|
PHONE: {
|
183
186
|
TASK_TOOL_MONITOR: "tasks-tool-monitor",
|