automation-lib 5.1.83 → 5.1.85

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
@@ -155,7 +155,10 @@ declare const CONST_API_CONTROLLERS: {
155
155
  TASKS: {
156
156
  BROWSERS: {
157
157
  TASKS_AI: string;
158
- TASKS_IMAGE_VOICE_CANVA: string;
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
- TASKS_IMAGE_VOICE_CANVA: string;
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
- TASKS_IMAGE_VOICE_CANVA: "tasks-image-voice-canva"
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
- TASKS_IMAGE_VOICE_CANVA: "tasks-image-voice-canva"
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.83",
3
+ "version": "5.1.85",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",