automation-lib 5.1.360 → 5.1.363
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 +5 -3
- package/dist/index.d.ts +5 -3
- package/dist/index.js +0 -3
- package/dist/index.mjs +0 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -75,9 +75,6 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
75
75
|
SETTING_REPLY_COMMENTS: string;
|
|
76
76
|
SETTING_REPLY_MESSAGE: string;
|
|
77
77
|
};
|
|
78
|
-
SETTING: {
|
|
79
|
-
FREEPIK: string;
|
|
80
|
-
};
|
|
81
78
|
HISTORY: {
|
|
82
79
|
TASK_AI_CONTENT: string;
|
|
83
80
|
TASK_AI_IMAGE: string;
|
|
@@ -2382,6 +2379,7 @@ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
2382
2379
|
accountDeviceNameAppClone: string;
|
|
2383
2380
|
idea: string | IManagerWork;
|
|
2384
2381
|
niche: string | IManagerWork;
|
|
2382
|
+
type: ETypeManagerWorkClassify;
|
|
2385
2383
|
pc: IPC | string;
|
|
2386
2384
|
deviceKey: string;
|
|
2387
2385
|
device: IDevice | string;
|
|
@@ -2442,6 +2440,7 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
2442
2440
|
accountDeviceNameAppClone: string;
|
|
2443
2441
|
idea: string | IManagerWork;
|
|
2444
2442
|
niche: string | IManagerWork;
|
|
2443
|
+
type: ETypeManagerWorkClassify;
|
|
2445
2444
|
pc: IPC | string;
|
|
2446
2445
|
deviceKey: string;
|
|
2447
2446
|
device: IDevice | string;
|
|
@@ -2894,6 +2893,7 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2894
2893
|
accountDeviceNameAppClone: string;
|
|
2895
2894
|
idea: string | IManagerWork;
|
|
2896
2895
|
niche: string | IManagerWork;
|
|
2896
|
+
type: ETypeManagerWorkClassify;
|
|
2897
2897
|
pc: IPC | string;
|
|
2898
2898
|
deviceKey: string;
|
|
2899
2899
|
device: IDevice | string;
|
|
@@ -2951,6 +2951,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2951
2951
|
accountDeviceNameAppClone: string;
|
|
2952
2952
|
idea: string | IManagerWork;
|
|
2953
2953
|
niche: string | IManagerWork;
|
|
2954
|
+
type: ETypeManagerWorkClassify;
|
|
2954
2955
|
pc: IPC | string;
|
|
2955
2956
|
deviceKey: string;
|
|
2956
2957
|
device: IDevice | string;
|
|
@@ -6235,6 +6236,7 @@ interface AutoFillInstagramAccountRawDto {
|
|
|
6235
6236
|
timeExecuteCover: Date;
|
|
6236
6237
|
}
|
|
6237
6238
|
interface AutoFillAssignedMemberInstagramAccountRawDto {
|
|
6239
|
+
listAccountIds: string[];
|
|
6238
6240
|
department: string;
|
|
6239
6241
|
leader: string;
|
|
6240
6242
|
member: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -75,9 +75,6 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
75
75
|
SETTING_REPLY_COMMENTS: string;
|
|
76
76
|
SETTING_REPLY_MESSAGE: string;
|
|
77
77
|
};
|
|
78
|
-
SETTING: {
|
|
79
|
-
FREEPIK: string;
|
|
80
|
-
};
|
|
81
78
|
HISTORY: {
|
|
82
79
|
TASK_AI_CONTENT: string;
|
|
83
80
|
TASK_AI_IMAGE: string;
|
|
@@ -2382,6 +2379,7 @@ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
2382
2379
|
accountDeviceNameAppClone: string;
|
|
2383
2380
|
idea: string | IManagerWork;
|
|
2384
2381
|
niche: string | IManagerWork;
|
|
2382
|
+
type: ETypeManagerWorkClassify;
|
|
2385
2383
|
pc: IPC | string;
|
|
2386
2384
|
deviceKey: string;
|
|
2387
2385
|
device: IDevice | string;
|
|
@@ -2442,6 +2440,7 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
2442
2440
|
accountDeviceNameAppClone: string;
|
|
2443
2441
|
idea: string | IManagerWork;
|
|
2444
2442
|
niche: string | IManagerWork;
|
|
2443
|
+
type: ETypeManagerWorkClassify;
|
|
2445
2444
|
pc: IPC | string;
|
|
2446
2445
|
deviceKey: string;
|
|
2447
2446
|
device: IDevice | string;
|
|
@@ -2894,6 +2893,7 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2894
2893
|
accountDeviceNameAppClone: string;
|
|
2895
2894
|
idea: string | IManagerWork;
|
|
2896
2895
|
niche: string | IManagerWork;
|
|
2896
|
+
type: ETypeManagerWorkClassify;
|
|
2897
2897
|
pc: IPC | string;
|
|
2898
2898
|
deviceKey: string;
|
|
2899
2899
|
device: IDevice | string;
|
|
@@ -2951,6 +2951,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2951
2951
|
accountDeviceNameAppClone: string;
|
|
2952
2952
|
idea: string | IManagerWork;
|
|
2953
2953
|
niche: string | IManagerWork;
|
|
2954
|
+
type: ETypeManagerWorkClassify;
|
|
2954
2955
|
pc: IPC | string;
|
|
2955
2956
|
deviceKey: string;
|
|
2956
2957
|
device: IDevice | string;
|
|
@@ -6235,6 +6236,7 @@ interface AutoFillInstagramAccountRawDto {
|
|
|
6235
6236
|
timeExecuteCover: Date;
|
|
6236
6237
|
}
|
|
6237
6238
|
interface AutoFillAssignedMemberInstagramAccountRawDto {
|
|
6239
|
+
listAccountIds: string[];
|
|
6238
6240
|
department: string;
|
|
6239
6241
|
leader: string;
|
|
6240
6242
|
member: string;
|
package/dist/index.js
CHANGED
|
@@ -230,9 +230,6 @@ var CONST_API_CONTROLLERS = {
|
|
|
230
230
|
SETTING_REPLY_COMMENTS: "threads-interact-reply-comments-threads",
|
|
231
231
|
SETTING_REPLY_MESSAGE: "threads-interact-reply-message-threads"
|
|
232
232
|
},
|
|
233
|
-
SETTING: {
|
|
234
|
-
FREEPIK: "freepik"
|
|
235
|
-
},
|
|
236
233
|
HISTORY: {
|
|
237
234
|
TASK_AI_CONTENT: "task-ai-content",
|
|
238
235
|
TASK_AI_IMAGE: "task-ai-image",
|
package/dist/index.mjs
CHANGED
|
@@ -98,9 +98,6 @@ var CONST_API_CONTROLLERS = {
|
|
|
98
98
|
SETTING_REPLY_COMMENTS: "threads-interact-reply-comments-threads",
|
|
99
99
|
SETTING_REPLY_MESSAGE: "threads-interact-reply-message-threads"
|
|
100
100
|
},
|
|
101
|
-
SETTING: {
|
|
102
|
-
FREEPIK: "freepik"
|
|
103
|
-
},
|
|
104
101
|
HISTORY: {
|
|
105
102
|
TASK_AI_CONTENT: "task-ai-content",
|
|
106
103
|
TASK_AI_IMAGE: "task-ai-image",
|