automation-lib 5.1.18 → 5.1.19
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 +31 -2
- package/dist/index.d.ts +31 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2451,11 +2451,39 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2451
2451
|
statusStep2: EStatusTaskToolSocials;
|
|
2452
2452
|
}
|
|
2453
2453
|
|
|
2454
|
+
interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
2455
|
+
sheetUrl: string;
|
|
2456
|
+
sheetName: string;
|
|
2457
|
+
sheetRowId: string;
|
|
2458
|
+
typeSocial: ETypeSocial;
|
|
2459
|
+
dayOfWeek: string;
|
|
2460
|
+
timeFrom: string;
|
|
2461
|
+
timeTo: string;
|
|
2462
|
+
service: string;
|
|
2463
|
+
action: string;
|
|
2464
|
+
timeExecute: Date;
|
|
2465
|
+
deviceKey: string;
|
|
2466
|
+
device: string | IDevice;
|
|
2467
|
+
idea: string | IManagerWork;
|
|
2468
|
+
niche: string | IManagerWork;
|
|
2469
|
+
account: IAccountSocialBase | string;
|
|
2470
|
+
sheetTool: ISheetsTool | string;
|
|
2471
|
+
status: EStatusTaskToolSocials;
|
|
2472
|
+
note: string;
|
|
2473
|
+
postUrlReply: string;
|
|
2474
|
+
messageForReply: string;
|
|
2475
|
+
replyMessageContentStep1: string;
|
|
2476
|
+
replyMessageContentStep2: string;
|
|
2477
|
+
statusStep1: EStatusTaskToolSocials;
|
|
2478
|
+
statusStep2: EStatusTaskToolSocials;
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2454
2481
|
type index$9_ITaskThreadsFollow = ITaskThreadsFollow;
|
|
2455
2482
|
type index$9_ITaskThreadsPost = ITaskThreadsPost;
|
|
2456
2483
|
type index$9_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
|
|
2484
|
+
type index$9_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
|
|
2457
2485
|
declare namespace index$9 {
|
|
2458
|
-
export type { index$9_ITaskThreadsFollow as ITaskThreadsFollow, index$9_ITaskThreadsPost as ITaskThreadsPost, index$9_ITaskThreadsReplyComment as ITaskThreadsReplyComment };
|
|
2486
|
+
export type { index$9_ITaskThreadsFollow as ITaskThreadsFollow, index$9_ITaskThreadsPost as ITaskThreadsPost, index$9_ITaskThreadsReplyComment as ITaskThreadsReplyComment, index$9_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage };
|
|
2459
2487
|
}
|
|
2460
2488
|
|
|
2461
2489
|
interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -2683,11 +2711,12 @@ type index$7_ITaskInstagramReplyMessage = ITaskInstagramReplyMessage;
|
|
|
2683
2711
|
type index$7_ITaskThreadsFollow = ITaskThreadsFollow;
|
|
2684
2712
|
type index$7_ITaskThreadsPost = ITaskThreadsPost;
|
|
2685
2713
|
type index$7_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
|
|
2714
|
+
type index$7_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
|
|
2686
2715
|
type index$7_ITaskToolMonitor = ITaskToolMonitor;
|
|
2687
2716
|
type index$7_TaskTypeInstagram = TaskTypeInstagram;
|
|
2688
2717
|
type index$7_TaskTypeThreads = TaskTypeThreads;
|
|
2689
2718
|
declare namespace index$7 {
|
|
2690
|
-
export { type index$7_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$7_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$7_ITaskInstagramFollow as ITaskInstagramFollow, type index$7_ITaskInstagramPost as ITaskInstagramPost, type index$7_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$7_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$7_ITaskThreadsFollow as ITaskThreadsFollow, type index$7_ITaskThreadsPost as ITaskThreadsPost, type index$7_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$7_ITaskToolMonitor as ITaskToolMonitor, index$8 as Instagram, type index$7_TaskTypeInstagram as TaskTypeInstagram, type index$7_TaskTypeThreads as TaskTypeThreads, index$9 as Threads };
|
|
2719
|
+
export { type index$7_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$7_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$7_ITaskInstagramFollow as ITaskInstagramFollow, type index$7_ITaskInstagramPost as ITaskInstagramPost, type index$7_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$7_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$7_ITaskThreadsFollow as ITaskThreadsFollow, type index$7_ITaskThreadsPost as ITaskThreadsPost, type index$7_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$7_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$7_ITaskToolMonitor as ITaskToolMonitor, index$8 as Instagram, type index$7_TaskTypeInstagram as TaskTypeInstagram, type index$7_TaskTypeThreads as TaskTypeThreads, index$9 as Threads };
|
|
2691
2720
|
}
|
|
2692
2721
|
|
|
2693
2722
|
interface ITaskAIItemAction {
|
package/dist/index.d.ts
CHANGED
|
@@ -2451,11 +2451,39 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2451
2451
|
statusStep2: EStatusTaskToolSocials;
|
|
2452
2452
|
}
|
|
2453
2453
|
|
|
2454
|
+
interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
2455
|
+
sheetUrl: string;
|
|
2456
|
+
sheetName: string;
|
|
2457
|
+
sheetRowId: string;
|
|
2458
|
+
typeSocial: ETypeSocial;
|
|
2459
|
+
dayOfWeek: string;
|
|
2460
|
+
timeFrom: string;
|
|
2461
|
+
timeTo: string;
|
|
2462
|
+
service: string;
|
|
2463
|
+
action: string;
|
|
2464
|
+
timeExecute: Date;
|
|
2465
|
+
deviceKey: string;
|
|
2466
|
+
device: string | IDevice;
|
|
2467
|
+
idea: string | IManagerWork;
|
|
2468
|
+
niche: string | IManagerWork;
|
|
2469
|
+
account: IAccountSocialBase | string;
|
|
2470
|
+
sheetTool: ISheetsTool | string;
|
|
2471
|
+
status: EStatusTaskToolSocials;
|
|
2472
|
+
note: string;
|
|
2473
|
+
postUrlReply: string;
|
|
2474
|
+
messageForReply: string;
|
|
2475
|
+
replyMessageContentStep1: string;
|
|
2476
|
+
replyMessageContentStep2: string;
|
|
2477
|
+
statusStep1: EStatusTaskToolSocials;
|
|
2478
|
+
statusStep2: EStatusTaskToolSocials;
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2454
2481
|
type index$9_ITaskThreadsFollow = ITaskThreadsFollow;
|
|
2455
2482
|
type index$9_ITaskThreadsPost = ITaskThreadsPost;
|
|
2456
2483
|
type index$9_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
|
|
2484
|
+
type index$9_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
|
|
2457
2485
|
declare namespace index$9 {
|
|
2458
|
-
export type { index$9_ITaskThreadsFollow as ITaskThreadsFollow, index$9_ITaskThreadsPost as ITaskThreadsPost, index$9_ITaskThreadsReplyComment as ITaskThreadsReplyComment };
|
|
2486
|
+
export type { index$9_ITaskThreadsFollow as ITaskThreadsFollow, index$9_ITaskThreadsPost as ITaskThreadsPost, index$9_ITaskThreadsReplyComment as ITaskThreadsReplyComment, index$9_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage };
|
|
2459
2487
|
}
|
|
2460
2488
|
|
|
2461
2489
|
interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -2683,11 +2711,12 @@ type index$7_ITaskInstagramReplyMessage = ITaskInstagramReplyMessage;
|
|
|
2683
2711
|
type index$7_ITaskThreadsFollow = ITaskThreadsFollow;
|
|
2684
2712
|
type index$7_ITaskThreadsPost = ITaskThreadsPost;
|
|
2685
2713
|
type index$7_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
|
|
2714
|
+
type index$7_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
|
|
2686
2715
|
type index$7_ITaskToolMonitor = ITaskToolMonitor;
|
|
2687
2716
|
type index$7_TaskTypeInstagram = TaskTypeInstagram;
|
|
2688
2717
|
type index$7_TaskTypeThreads = TaskTypeThreads;
|
|
2689
2718
|
declare namespace index$7 {
|
|
2690
|
-
export { type index$7_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$7_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$7_ITaskInstagramFollow as ITaskInstagramFollow, type index$7_ITaskInstagramPost as ITaskInstagramPost, type index$7_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$7_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$7_ITaskThreadsFollow as ITaskThreadsFollow, type index$7_ITaskThreadsPost as ITaskThreadsPost, type index$7_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$7_ITaskToolMonitor as ITaskToolMonitor, index$8 as Instagram, type index$7_TaskTypeInstagram as TaskTypeInstagram, type index$7_TaskTypeThreads as TaskTypeThreads, index$9 as Threads };
|
|
2719
|
+
export { type index$7_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$7_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$7_ITaskInstagramFollow as ITaskInstagramFollow, type index$7_ITaskInstagramPost as ITaskInstagramPost, type index$7_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$7_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$7_ITaskThreadsFollow as ITaskThreadsFollow, type index$7_ITaskThreadsPost as ITaskThreadsPost, type index$7_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$7_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$7_ITaskToolMonitor as ITaskToolMonitor, index$8 as Instagram, type index$7_TaskTypeInstagram as TaskTypeInstagram, type index$7_TaskTypeThreads as TaskTypeThreads, index$9 as Threads };
|
|
2691
2720
|
}
|
|
2692
2721
|
|
|
2693
2722
|
interface ITaskAIItemAction {
|