automation-lib 5.1.232 → 5.1.233
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 +103 -1
- package/dist/index.d.ts +103 -1
- package/dist/index.js +103 -0
- package/dist/index.mjs +103 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -277,6 +277,107 @@ declare namespace index$l {
|
|
|
277
277
|
export { index$l_ACTIONS_DEVICE as ACTIONS_DEVICE, index$l_ACTIONS_INSTAGRAM as ACTIONS_INSTAGRAM, index$l_ACTIONS_THREADS as ACTIONS_THREADS, index$l_SERVICES_INSTAGRAM as SERVICES_INSTAGRAM, index$l_SERVICE_THREADS as SERVICE_THREADS };
|
|
278
278
|
}
|
|
279
279
|
|
|
280
|
+
declare const CONST_ROLES: {
|
|
281
|
+
Dashboard: {
|
|
282
|
+
Instagram: string;
|
|
283
|
+
Threads: string;
|
|
284
|
+
Facebook: string;
|
|
285
|
+
X: string;
|
|
286
|
+
Pinterest: string;
|
|
287
|
+
Tiktok: string;
|
|
288
|
+
Youtube: string;
|
|
289
|
+
Quora: string;
|
|
290
|
+
Medium: string;
|
|
291
|
+
Reddit: string;
|
|
292
|
+
Tumblt: string;
|
|
293
|
+
};
|
|
294
|
+
ExternalTools: {
|
|
295
|
+
Canva: string;
|
|
296
|
+
Lark: string;
|
|
297
|
+
};
|
|
298
|
+
Permissions: {
|
|
299
|
+
Users: string;
|
|
300
|
+
Teams: string;
|
|
301
|
+
Departments: string;
|
|
302
|
+
Roles: string;
|
|
303
|
+
};
|
|
304
|
+
WorkSpaces: {
|
|
305
|
+
TaskJobs: string;
|
|
306
|
+
IdeaNiche: string;
|
|
307
|
+
SheetsWorks: string;
|
|
308
|
+
};
|
|
309
|
+
WorkAccountManager: {
|
|
310
|
+
AccountVPN: string;
|
|
311
|
+
AccountCanva: string;
|
|
312
|
+
AccountGoogDrive: string;
|
|
313
|
+
AccountAccountEmailAI: string;
|
|
314
|
+
AccountAccountCHPlayICloud: string;
|
|
315
|
+
};
|
|
316
|
+
DeviceAuto: {
|
|
317
|
+
DeviceInfo: string;
|
|
318
|
+
};
|
|
319
|
+
Infrastructure: {
|
|
320
|
+
Proxy: string;
|
|
321
|
+
VPS: string;
|
|
322
|
+
};
|
|
323
|
+
SocialManager: {
|
|
324
|
+
Instagram: string;
|
|
325
|
+
Threads: string;
|
|
326
|
+
Facebook: string;
|
|
327
|
+
X: string;
|
|
328
|
+
Pinterest: string;
|
|
329
|
+
Tiktok: string;
|
|
330
|
+
Youtube: string;
|
|
331
|
+
Quora: string;
|
|
332
|
+
Medium: string;
|
|
333
|
+
Reddit: string;
|
|
334
|
+
Tumblt: string;
|
|
335
|
+
};
|
|
336
|
+
SetupSocialAuto: {
|
|
337
|
+
Instagram: string;
|
|
338
|
+
Threads: string;
|
|
339
|
+
Facebook: string;
|
|
340
|
+
X: string;
|
|
341
|
+
Pinterest: string;
|
|
342
|
+
Tiktok: string;
|
|
343
|
+
Youtube: string;
|
|
344
|
+
Quora: string;
|
|
345
|
+
Medium: string;
|
|
346
|
+
Reddit: string;
|
|
347
|
+
Tumblt: string;
|
|
348
|
+
};
|
|
349
|
+
ToolsManagement: {
|
|
350
|
+
Instagram: string;
|
|
351
|
+
Threads: string;
|
|
352
|
+
Facebook: string;
|
|
353
|
+
X: string;
|
|
354
|
+
Pinterest: string;
|
|
355
|
+
Tiktok: string;
|
|
356
|
+
Youtube: string;
|
|
357
|
+
Quora: string;
|
|
358
|
+
Medium: string;
|
|
359
|
+
Reddit: string;
|
|
360
|
+
Tumblt: string;
|
|
361
|
+
};
|
|
362
|
+
AccountAIManagement: {
|
|
363
|
+
ContentAI: string;
|
|
364
|
+
ImageAI: string;
|
|
365
|
+
VoiceAI: string;
|
|
366
|
+
CanvaAI: string;
|
|
367
|
+
};
|
|
368
|
+
BlogSystem: {
|
|
369
|
+
Categories: string;
|
|
370
|
+
Blogs: string;
|
|
371
|
+
};
|
|
372
|
+
ImageSystem: {
|
|
373
|
+
ImagesSystem: string;
|
|
374
|
+
ImagesAI: string;
|
|
375
|
+
};
|
|
376
|
+
HistoryManagement: {};
|
|
377
|
+
PublicationManagement: {};
|
|
378
|
+
AutoChangeBrowser: {};
|
|
379
|
+
};
|
|
380
|
+
|
|
280
381
|
declare const TIME_RANGE_LIMITS_DASHBOARD: {
|
|
281
382
|
readonly Daily: 90;
|
|
282
383
|
readonly Weekly: 210;
|
|
@@ -285,9 +386,10 @@ declare const TIME_RANGE_LIMITS_DASHBOARD: {
|
|
|
285
386
|
readonly Yearly: 10950;
|
|
286
387
|
};
|
|
287
388
|
|
|
389
|
+
declare const index$k_CONST_ROLES: typeof CONST_ROLES;
|
|
288
390
|
declare const index$k_TIME_RANGE_LIMITS_DASHBOARD: typeof TIME_RANGE_LIMITS_DASHBOARD;
|
|
289
391
|
declare namespace index$k {
|
|
290
|
-
export { index$k_TIME_RANGE_LIMITS_DASHBOARD as TIME_RANGE_LIMITS_DASHBOARD };
|
|
392
|
+
export { index$k_CONST_ROLES as CONST_ROLES, index$k_TIME_RANGE_LIMITS_DASHBOARD as TIME_RANGE_LIMITS_DASHBOARD };
|
|
291
393
|
}
|
|
292
394
|
|
|
293
395
|
declare namespace index$j {
|
package/dist/index.d.ts
CHANGED
|
@@ -277,6 +277,107 @@ declare namespace index$l {
|
|
|
277
277
|
export { index$l_ACTIONS_DEVICE as ACTIONS_DEVICE, index$l_ACTIONS_INSTAGRAM as ACTIONS_INSTAGRAM, index$l_ACTIONS_THREADS as ACTIONS_THREADS, index$l_SERVICES_INSTAGRAM as SERVICES_INSTAGRAM, index$l_SERVICE_THREADS as SERVICE_THREADS };
|
|
278
278
|
}
|
|
279
279
|
|
|
280
|
+
declare const CONST_ROLES: {
|
|
281
|
+
Dashboard: {
|
|
282
|
+
Instagram: string;
|
|
283
|
+
Threads: string;
|
|
284
|
+
Facebook: string;
|
|
285
|
+
X: string;
|
|
286
|
+
Pinterest: string;
|
|
287
|
+
Tiktok: string;
|
|
288
|
+
Youtube: string;
|
|
289
|
+
Quora: string;
|
|
290
|
+
Medium: string;
|
|
291
|
+
Reddit: string;
|
|
292
|
+
Tumblt: string;
|
|
293
|
+
};
|
|
294
|
+
ExternalTools: {
|
|
295
|
+
Canva: string;
|
|
296
|
+
Lark: string;
|
|
297
|
+
};
|
|
298
|
+
Permissions: {
|
|
299
|
+
Users: string;
|
|
300
|
+
Teams: string;
|
|
301
|
+
Departments: string;
|
|
302
|
+
Roles: string;
|
|
303
|
+
};
|
|
304
|
+
WorkSpaces: {
|
|
305
|
+
TaskJobs: string;
|
|
306
|
+
IdeaNiche: string;
|
|
307
|
+
SheetsWorks: string;
|
|
308
|
+
};
|
|
309
|
+
WorkAccountManager: {
|
|
310
|
+
AccountVPN: string;
|
|
311
|
+
AccountCanva: string;
|
|
312
|
+
AccountGoogDrive: string;
|
|
313
|
+
AccountAccountEmailAI: string;
|
|
314
|
+
AccountAccountCHPlayICloud: string;
|
|
315
|
+
};
|
|
316
|
+
DeviceAuto: {
|
|
317
|
+
DeviceInfo: string;
|
|
318
|
+
};
|
|
319
|
+
Infrastructure: {
|
|
320
|
+
Proxy: string;
|
|
321
|
+
VPS: string;
|
|
322
|
+
};
|
|
323
|
+
SocialManager: {
|
|
324
|
+
Instagram: string;
|
|
325
|
+
Threads: string;
|
|
326
|
+
Facebook: string;
|
|
327
|
+
X: string;
|
|
328
|
+
Pinterest: string;
|
|
329
|
+
Tiktok: string;
|
|
330
|
+
Youtube: string;
|
|
331
|
+
Quora: string;
|
|
332
|
+
Medium: string;
|
|
333
|
+
Reddit: string;
|
|
334
|
+
Tumblt: string;
|
|
335
|
+
};
|
|
336
|
+
SetupSocialAuto: {
|
|
337
|
+
Instagram: string;
|
|
338
|
+
Threads: string;
|
|
339
|
+
Facebook: string;
|
|
340
|
+
X: string;
|
|
341
|
+
Pinterest: string;
|
|
342
|
+
Tiktok: string;
|
|
343
|
+
Youtube: string;
|
|
344
|
+
Quora: string;
|
|
345
|
+
Medium: string;
|
|
346
|
+
Reddit: string;
|
|
347
|
+
Tumblt: string;
|
|
348
|
+
};
|
|
349
|
+
ToolsManagement: {
|
|
350
|
+
Instagram: string;
|
|
351
|
+
Threads: string;
|
|
352
|
+
Facebook: string;
|
|
353
|
+
X: string;
|
|
354
|
+
Pinterest: string;
|
|
355
|
+
Tiktok: string;
|
|
356
|
+
Youtube: string;
|
|
357
|
+
Quora: string;
|
|
358
|
+
Medium: string;
|
|
359
|
+
Reddit: string;
|
|
360
|
+
Tumblt: string;
|
|
361
|
+
};
|
|
362
|
+
AccountAIManagement: {
|
|
363
|
+
ContentAI: string;
|
|
364
|
+
ImageAI: string;
|
|
365
|
+
VoiceAI: string;
|
|
366
|
+
CanvaAI: string;
|
|
367
|
+
};
|
|
368
|
+
BlogSystem: {
|
|
369
|
+
Categories: string;
|
|
370
|
+
Blogs: string;
|
|
371
|
+
};
|
|
372
|
+
ImageSystem: {
|
|
373
|
+
ImagesSystem: string;
|
|
374
|
+
ImagesAI: string;
|
|
375
|
+
};
|
|
376
|
+
HistoryManagement: {};
|
|
377
|
+
PublicationManagement: {};
|
|
378
|
+
AutoChangeBrowser: {};
|
|
379
|
+
};
|
|
380
|
+
|
|
280
381
|
declare const TIME_RANGE_LIMITS_DASHBOARD: {
|
|
281
382
|
readonly Daily: 90;
|
|
282
383
|
readonly Weekly: 210;
|
|
@@ -285,9 +386,10 @@ declare const TIME_RANGE_LIMITS_DASHBOARD: {
|
|
|
285
386
|
readonly Yearly: 10950;
|
|
286
387
|
};
|
|
287
388
|
|
|
389
|
+
declare const index$k_CONST_ROLES: typeof CONST_ROLES;
|
|
288
390
|
declare const index$k_TIME_RANGE_LIMITS_DASHBOARD: typeof TIME_RANGE_LIMITS_DASHBOARD;
|
|
289
391
|
declare namespace index$k {
|
|
290
|
-
export { index$k_TIME_RANGE_LIMITS_DASHBOARD as TIME_RANGE_LIMITS_DASHBOARD };
|
|
392
|
+
export { index$k_CONST_ROLES as CONST_ROLES, index$k_TIME_RANGE_LIMITS_DASHBOARD as TIME_RANGE_LIMITS_DASHBOARD };
|
|
291
393
|
}
|
|
292
394
|
|
|
293
395
|
declare namespace index$j {
|
package/dist/index.js
CHANGED
|
@@ -334,9 +334,112 @@ var SERVICE_THREADS = {};
|
|
|
334
334
|
// src/constants/values/index.ts
|
|
335
335
|
var values_exports = {};
|
|
336
336
|
__export(values_exports, {
|
|
337
|
+
CONST_ROLES: () => CONST_ROLES,
|
|
337
338
|
TIME_RANGE_LIMITS_DASHBOARD: () => TIME_RANGE_LIMITS_DASHBOARD
|
|
338
339
|
});
|
|
339
340
|
|
|
341
|
+
// src/constants/values/role.constant.ts
|
|
342
|
+
var CONST_ROLES = {
|
|
343
|
+
Dashboard: {
|
|
344
|
+
Instagram: "Instagram",
|
|
345
|
+
Threads: "Threads",
|
|
346
|
+
Facebook: "Facebook",
|
|
347
|
+
X: "X",
|
|
348
|
+
Pinterest: "Pinterest",
|
|
349
|
+
Tiktok: "Tiktok",
|
|
350
|
+
Youtube: "Youtube",
|
|
351
|
+
Quora: "Quora",
|
|
352
|
+
Medium: "Medium",
|
|
353
|
+
Reddit: "Reddit",
|
|
354
|
+
Tumblt: "Tumblt"
|
|
355
|
+
},
|
|
356
|
+
ExternalTools: {
|
|
357
|
+
Canva: "Canva",
|
|
358
|
+
Lark: "Lark"
|
|
359
|
+
},
|
|
360
|
+
Permissions: {
|
|
361
|
+
Users: "Users",
|
|
362
|
+
Teams: "Teams",
|
|
363
|
+
Departments: "Departments",
|
|
364
|
+
Roles: "Roles"
|
|
365
|
+
},
|
|
366
|
+
WorkSpaces: {
|
|
367
|
+
TaskJobs: "TaskJobs",
|
|
368
|
+
IdeaNiche: "IdeaNiche",
|
|
369
|
+
SheetsWorks: "SheetsWorks"
|
|
370
|
+
},
|
|
371
|
+
WorkAccountManager: {
|
|
372
|
+
AccountVPN: "AccountVPN",
|
|
373
|
+
AccountCanva: "AccountCanva",
|
|
374
|
+
AccountGoogDrive: "AccountGoogDrive",
|
|
375
|
+
AccountAccountEmailAI: "AccountAccountEmailAI",
|
|
376
|
+
AccountAccountCHPlayICloud: "AccountAccountCHPlayICloud"
|
|
377
|
+
},
|
|
378
|
+
DeviceAuto: {
|
|
379
|
+
DeviceInfo: "DeviceInfo"
|
|
380
|
+
},
|
|
381
|
+
Infrastructure: {
|
|
382
|
+
Proxy: "Proxy",
|
|
383
|
+
VPS: "VPS"
|
|
384
|
+
},
|
|
385
|
+
SocialManager: {
|
|
386
|
+
Instagram: "Instagram",
|
|
387
|
+
Threads: "Threads",
|
|
388
|
+
Facebook: "Facebook",
|
|
389
|
+
X: "X",
|
|
390
|
+
Pinterest: "Pinterest",
|
|
391
|
+
Tiktok: "Tiktok",
|
|
392
|
+
Youtube: "Youtube",
|
|
393
|
+
Quora: "Quora",
|
|
394
|
+
Medium: "Medium",
|
|
395
|
+
Reddit: "Reddit",
|
|
396
|
+
Tumblt: "Tumblt"
|
|
397
|
+
},
|
|
398
|
+
SetupSocialAuto: {
|
|
399
|
+
Instagram: "Instagram",
|
|
400
|
+
Threads: "Threads",
|
|
401
|
+
Facebook: "Facebook",
|
|
402
|
+
X: "X",
|
|
403
|
+
Pinterest: "Pinterest",
|
|
404
|
+
Tiktok: "Tiktok",
|
|
405
|
+
Youtube: "Youtube",
|
|
406
|
+
Quora: "Quora",
|
|
407
|
+
Medium: "Medium",
|
|
408
|
+
Reddit: "Reddit",
|
|
409
|
+
Tumblt: "Tumblt"
|
|
410
|
+
},
|
|
411
|
+
ToolsManagement: {
|
|
412
|
+
Instagram: "Instagram",
|
|
413
|
+
Threads: "Threads",
|
|
414
|
+
Facebook: "Facebook",
|
|
415
|
+
X: "X",
|
|
416
|
+
Pinterest: "Pinterest",
|
|
417
|
+
Tiktok: "Tiktok",
|
|
418
|
+
Youtube: "Youtube",
|
|
419
|
+
Quora: "Quora",
|
|
420
|
+
Medium: "Medium",
|
|
421
|
+
Reddit: "Reddit",
|
|
422
|
+
Tumblt: "Tumblt"
|
|
423
|
+
},
|
|
424
|
+
AccountAIManagement: {
|
|
425
|
+
ContentAI: "ContentAI",
|
|
426
|
+
ImageAI: "ImageAI",
|
|
427
|
+
VoiceAI: "VoiceAI",
|
|
428
|
+
CanvaAI: "CanvaAI"
|
|
429
|
+
},
|
|
430
|
+
BlogSystem: {
|
|
431
|
+
Categories: "Categories",
|
|
432
|
+
Blogs: "Blogs"
|
|
433
|
+
},
|
|
434
|
+
ImageSystem: {
|
|
435
|
+
ImagesSystem: "ImagesSystem",
|
|
436
|
+
ImagesAI: "ImagesAI"
|
|
437
|
+
},
|
|
438
|
+
HistoryManagement: {},
|
|
439
|
+
PublicationManagement: {},
|
|
440
|
+
AutoChangeBrowser: {}
|
|
441
|
+
};
|
|
442
|
+
|
|
340
443
|
// src/constants/values/time-range.constant.ts
|
|
341
444
|
var TIME_RANGE_LIMITS_DASHBOARD = {
|
|
342
445
|
Daily: 90,
|
package/dist/index.mjs
CHANGED
|
@@ -301,9 +301,112 @@ var SERVICE_THREADS = {};
|
|
|
301
301
|
// src/constants/values/index.ts
|
|
302
302
|
var values_exports = {};
|
|
303
303
|
__export(values_exports, {
|
|
304
|
+
CONST_ROLES: () => CONST_ROLES,
|
|
304
305
|
TIME_RANGE_LIMITS_DASHBOARD: () => TIME_RANGE_LIMITS_DASHBOARD
|
|
305
306
|
});
|
|
306
307
|
|
|
308
|
+
// src/constants/values/role.constant.ts
|
|
309
|
+
var CONST_ROLES = {
|
|
310
|
+
Dashboard: {
|
|
311
|
+
Instagram: "Instagram",
|
|
312
|
+
Threads: "Threads",
|
|
313
|
+
Facebook: "Facebook",
|
|
314
|
+
X: "X",
|
|
315
|
+
Pinterest: "Pinterest",
|
|
316
|
+
Tiktok: "Tiktok",
|
|
317
|
+
Youtube: "Youtube",
|
|
318
|
+
Quora: "Quora",
|
|
319
|
+
Medium: "Medium",
|
|
320
|
+
Reddit: "Reddit",
|
|
321
|
+
Tumblt: "Tumblt"
|
|
322
|
+
},
|
|
323
|
+
ExternalTools: {
|
|
324
|
+
Canva: "Canva",
|
|
325
|
+
Lark: "Lark"
|
|
326
|
+
},
|
|
327
|
+
Permissions: {
|
|
328
|
+
Users: "Users",
|
|
329
|
+
Teams: "Teams",
|
|
330
|
+
Departments: "Departments",
|
|
331
|
+
Roles: "Roles"
|
|
332
|
+
},
|
|
333
|
+
WorkSpaces: {
|
|
334
|
+
TaskJobs: "TaskJobs",
|
|
335
|
+
IdeaNiche: "IdeaNiche",
|
|
336
|
+
SheetsWorks: "SheetsWorks"
|
|
337
|
+
},
|
|
338
|
+
WorkAccountManager: {
|
|
339
|
+
AccountVPN: "AccountVPN",
|
|
340
|
+
AccountCanva: "AccountCanva",
|
|
341
|
+
AccountGoogDrive: "AccountGoogDrive",
|
|
342
|
+
AccountAccountEmailAI: "AccountAccountEmailAI",
|
|
343
|
+
AccountAccountCHPlayICloud: "AccountAccountCHPlayICloud"
|
|
344
|
+
},
|
|
345
|
+
DeviceAuto: {
|
|
346
|
+
DeviceInfo: "DeviceInfo"
|
|
347
|
+
},
|
|
348
|
+
Infrastructure: {
|
|
349
|
+
Proxy: "Proxy",
|
|
350
|
+
VPS: "VPS"
|
|
351
|
+
},
|
|
352
|
+
SocialManager: {
|
|
353
|
+
Instagram: "Instagram",
|
|
354
|
+
Threads: "Threads",
|
|
355
|
+
Facebook: "Facebook",
|
|
356
|
+
X: "X",
|
|
357
|
+
Pinterest: "Pinterest",
|
|
358
|
+
Tiktok: "Tiktok",
|
|
359
|
+
Youtube: "Youtube",
|
|
360
|
+
Quora: "Quora",
|
|
361
|
+
Medium: "Medium",
|
|
362
|
+
Reddit: "Reddit",
|
|
363
|
+
Tumblt: "Tumblt"
|
|
364
|
+
},
|
|
365
|
+
SetupSocialAuto: {
|
|
366
|
+
Instagram: "Instagram",
|
|
367
|
+
Threads: "Threads",
|
|
368
|
+
Facebook: "Facebook",
|
|
369
|
+
X: "X",
|
|
370
|
+
Pinterest: "Pinterest",
|
|
371
|
+
Tiktok: "Tiktok",
|
|
372
|
+
Youtube: "Youtube",
|
|
373
|
+
Quora: "Quora",
|
|
374
|
+
Medium: "Medium",
|
|
375
|
+
Reddit: "Reddit",
|
|
376
|
+
Tumblt: "Tumblt"
|
|
377
|
+
},
|
|
378
|
+
ToolsManagement: {
|
|
379
|
+
Instagram: "Instagram",
|
|
380
|
+
Threads: "Threads",
|
|
381
|
+
Facebook: "Facebook",
|
|
382
|
+
X: "X",
|
|
383
|
+
Pinterest: "Pinterest",
|
|
384
|
+
Tiktok: "Tiktok",
|
|
385
|
+
Youtube: "Youtube",
|
|
386
|
+
Quora: "Quora",
|
|
387
|
+
Medium: "Medium",
|
|
388
|
+
Reddit: "Reddit",
|
|
389
|
+
Tumblt: "Tumblt"
|
|
390
|
+
},
|
|
391
|
+
AccountAIManagement: {
|
|
392
|
+
ContentAI: "ContentAI",
|
|
393
|
+
ImageAI: "ImageAI",
|
|
394
|
+
VoiceAI: "VoiceAI",
|
|
395
|
+
CanvaAI: "CanvaAI"
|
|
396
|
+
},
|
|
397
|
+
BlogSystem: {
|
|
398
|
+
Categories: "Categories",
|
|
399
|
+
Blogs: "Blogs"
|
|
400
|
+
},
|
|
401
|
+
ImageSystem: {
|
|
402
|
+
ImagesSystem: "ImagesSystem",
|
|
403
|
+
ImagesAI: "ImagesAI"
|
|
404
|
+
},
|
|
405
|
+
HistoryManagement: {},
|
|
406
|
+
PublicationManagement: {},
|
|
407
|
+
AutoChangeBrowser: {}
|
|
408
|
+
};
|
|
409
|
+
|
|
307
410
|
// src/constants/values/time-range.constant.ts
|
|
308
411
|
var TIME_RANGE_LIMITS_DASHBOARD = {
|
|
309
412
|
Daily: 90,
|