automation-lib 5.4.47 → 5.4.52
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 +338 -144
- package/dist/index.d.ts +338 -144
- package/package.json +1 -1
- package/requirements.txt +7 -7
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { BoInterfaceModelsCommon } from 'bodevops-be-common';
|
|
2
2
|
import { BoInterfaceModelsCommon as BoInterfaceModelsCommon$1 } from 'bodevops-be-common/dist';
|
|
3
|
-
import { AutoEnums } from 'automation-lib/dist';
|
|
4
3
|
|
|
5
4
|
declare const CONST_API_OTP: {
|
|
6
5
|
SEND: string;
|
|
@@ -2832,7 +2831,7 @@ interface CreateAccountSocialGroupDto extends Partial<IAccountSocialGroup> {
|
|
|
2832
2831
|
interface UpdateAccountSocialGroupDto extends Partial<IAccountSocialGroup> {
|
|
2833
2832
|
}
|
|
2834
2833
|
interface FindAccountSocialGroupDto extends IFindBaseDto {
|
|
2835
|
-
typeSocial:
|
|
2834
|
+
typeSocial: ETypeSocial;
|
|
2836
2835
|
name: string;
|
|
2837
2836
|
description: string;
|
|
2838
2837
|
numberAccounts: number;
|
|
@@ -9478,6 +9477,7 @@ interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9478
9477
|
delayTimeCommentTo: number;
|
|
9479
9478
|
isTimeUs: boolean;
|
|
9480
9479
|
status: EStatusActive;
|
|
9480
|
+
isAddAILable: boolean;
|
|
9481
9481
|
}
|
|
9482
9482
|
|
|
9483
9483
|
interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -9485,10 +9485,12 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
|
|
|
9485
9485
|
listUserBlock: string[];
|
|
9486
9486
|
listUserRestrict: string[];
|
|
9487
9487
|
listUserHidden: string[];
|
|
9488
|
-
timeStart: Date;
|
|
9489
|
-
timeEnd: Date;
|
|
9490
9488
|
status: EStatusTaskScript;
|
|
9491
9489
|
noteFix: string;
|
|
9490
|
+
timeEnd: Date;
|
|
9491
|
+
timezone: string;
|
|
9492
|
+
listDateOfWeeks: string[];
|
|
9493
|
+
schedulePostTime: Array<string>;
|
|
9492
9494
|
}
|
|
9493
9495
|
interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
9494
9496
|
idea: IBaseRefFieldELS;
|
|
@@ -9499,14 +9501,21 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
|
9499
9501
|
key: string;
|
|
9500
9502
|
};
|
|
9501
9503
|
accountGroup: IBaseRefFieldELS;
|
|
9502
|
-
account: IBaseRefFieldELS
|
|
9504
|
+
account: IBaseRefFieldELS & {
|
|
9505
|
+
accountIDSheet: string;
|
|
9506
|
+
accountDeviceTypeAppClone: string;
|
|
9507
|
+
accountDeviceNameAppClone: string;
|
|
9508
|
+
};
|
|
9503
9509
|
listUserBlock: string[];
|
|
9504
9510
|
listUserRestrict: string[];
|
|
9505
9511
|
listUserHidden: string[];
|
|
9506
|
-
timeStart: Date;
|
|
9507
|
-
timeEnd: Date;
|
|
9508
9512
|
status: EStatusTaskScript;
|
|
9509
9513
|
noteFix: string;
|
|
9514
|
+
timeStart: Date;
|
|
9515
|
+
timeEnd: Date;
|
|
9516
|
+
timezone: string;
|
|
9517
|
+
listDateOfWeeks: string[];
|
|
9518
|
+
schedulePostTime: Array<string>;
|
|
9510
9519
|
}
|
|
9511
9520
|
|
|
9512
9521
|
interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -9515,10 +9524,13 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
|
|
|
9515
9524
|
numberLike: number;
|
|
9516
9525
|
minutesExecute: number;
|
|
9517
9526
|
isLike: boolean;
|
|
9518
|
-
timeStart: Date;
|
|
9519
|
-
timeEnd: Date;
|
|
9520
9527
|
status: EStatusTaskScript;
|
|
9521
9528
|
noteFix: string;
|
|
9529
|
+
timeStart: Date;
|
|
9530
|
+
timeEnd: Date;
|
|
9531
|
+
timezone: string;
|
|
9532
|
+
listDateOfWeeks: string[];
|
|
9533
|
+
schedulePostTime: Array<string>;
|
|
9522
9534
|
}
|
|
9523
9535
|
interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
9524
9536
|
idea: IBaseRefFieldELS;
|
|
@@ -9529,15 +9541,22 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
|
9529
9541
|
key: string;
|
|
9530
9542
|
};
|
|
9531
9543
|
accountGroup: IBaseRefFieldELS;
|
|
9532
|
-
account: IBaseRefFieldELS
|
|
9544
|
+
account: IBaseRefFieldELS & {
|
|
9545
|
+
accountIDSheet: string;
|
|
9546
|
+
accountDeviceTypeAppClone: string;
|
|
9547
|
+
accountDeviceNameAppClone: string;
|
|
9548
|
+
};
|
|
9533
9549
|
typeView: string;
|
|
9534
9550
|
numberLike: number;
|
|
9535
9551
|
minutesExecute: number;
|
|
9536
9552
|
isLike: boolean;
|
|
9537
|
-
timeStart: Date;
|
|
9538
|
-
timeEnd: Date;
|
|
9539
9553
|
status: EStatusTaskScript;
|
|
9540
9554
|
noteFix: string;
|
|
9555
|
+
timeStart: Date;
|
|
9556
|
+
timeEnd: Date;
|
|
9557
|
+
timezone: string;
|
|
9558
|
+
listDateOfWeeks: string[];
|
|
9559
|
+
schedulePostTime: Array<string>;
|
|
9541
9560
|
}
|
|
9542
9561
|
|
|
9543
9562
|
interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -9547,10 +9566,13 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
9547
9566
|
listUsersFollow: Array<string>;
|
|
9548
9567
|
follower: number;
|
|
9549
9568
|
following: number;
|
|
9550
|
-
timeStart: Date;
|
|
9551
|
-
timeEnd: Date;
|
|
9552
9569
|
status: EStatusTaskScript;
|
|
9553
9570
|
noteFix: string;
|
|
9571
|
+
timeStart: Date;
|
|
9572
|
+
timeEnd: Date;
|
|
9573
|
+
timezone: string;
|
|
9574
|
+
listDateOfWeeks: string[];
|
|
9575
|
+
schedulePostTime: Array<string>;
|
|
9554
9576
|
}
|
|
9555
9577
|
interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
9556
9578
|
idea: IBaseRefFieldELS;
|
|
@@ -9561,16 +9583,23 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
9561
9583
|
key: string;
|
|
9562
9584
|
};
|
|
9563
9585
|
accountGroup: IBaseRefFieldELS;
|
|
9564
|
-
account: IBaseRefFieldELS
|
|
9586
|
+
account: IBaseRefFieldELS & {
|
|
9587
|
+
accountIDSheet: string;
|
|
9588
|
+
accountDeviceTypeAppClone: string;
|
|
9589
|
+
accountDeviceNameAppClone: string;
|
|
9590
|
+
};
|
|
9565
9591
|
sheetName: string;
|
|
9566
9592
|
sheetUrl: string;
|
|
9567
9593
|
listUsersFollow: Array<string>;
|
|
9568
9594
|
follower: number;
|
|
9569
9595
|
following: number;
|
|
9570
|
-
timeStart: Date;
|
|
9571
|
-
timeEnd: Date;
|
|
9572
9596
|
status: EStatusTaskScript;
|
|
9573
9597
|
noteFix: string;
|
|
9598
|
+
timeStart: Date;
|
|
9599
|
+
timeEnd: Date;
|
|
9600
|
+
timezone: string;
|
|
9601
|
+
listDateOfWeeks: string[];
|
|
9602
|
+
schedulePostTime: Array<string>;
|
|
9574
9603
|
}
|
|
9575
9604
|
|
|
9576
9605
|
interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -9578,10 +9607,13 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
|
|
|
9578
9607
|
numberLike: number;
|
|
9579
9608
|
minutesExecute: number;
|
|
9580
9609
|
isLike: boolean;
|
|
9581
|
-
timeStart: Date;
|
|
9582
|
-
timeEnd: Date;
|
|
9583
9610
|
status: EStatusTaskScript;
|
|
9584
9611
|
noteFix: string;
|
|
9612
|
+
timeStart: Date;
|
|
9613
|
+
timeEnd: Date;
|
|
9614
|
+
timezone: string;
|
|
9615
|
+
listDateOfWeeks: string[];
|
|
9616
|
+
schedulePostTime: Array<string>;
|
|
9585
9617
|
}
|
|
9586
9618
|
interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
9587
9619
|
idea: IBaseRefFieldELS;
|
|
@@ -9592,14 +9624,21 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
|
9592
9624
|
key: string;
|
|
9593
9625
|
};
|
|
9594
9626
|
accountGroup: IBaseRefFieldELS;
|
|
9595
|
-
account: IBaseRefFieldELS
|
|
9627
|
+
account: IBaseRefFieldELS & {
|
|
9628
|
+
accountIDSheet: string;
|
|
9629
|
+
accountDeviceTypeAppClone: string;
|
|
9630
|
+
accountDeviceNameAppClone: string;
|
|
9631
|
+
};
|
|
9596
9632
|
numberLike: number;
|
|
9597
9633
|
minutesExecute: number;
|
|
9598
9634
|
isLike: boolean;
|
|
9599
|
-
timeStart: Date;
|
|
9600
|
-
timeEnd: Date;
|
|
9601
9635
|
status: EStatusTaskScript;
|
|
9602
9636
|
noteFix: string;
|
|
9637
|
+
timeStart: Date;
|
|
9638
|
+
timeEnd: Date;
|
|
9639
|
+
timezone: string;
|
|
9640
|
+
listDateOfWeeks: string[];
|
|
9641
|
+
schedulePostTime: Array<string>;
|
|
9603
9642
|
}
|
|
9604
9643
|
|
|
9605
9644
|
interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -9610,10 +9649,13 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
|
|
|
9610
9649
|
userLink: string;
|
|
9611
9650
|
linkPost: string;
|
|
9612
9651
|
commentReplied: string;
|
|
9613
|
-
timeStart: Date;
|
|
9614
|
-
timeEnd: Date;
|
|
9615
9652
|
status: EStatusTaskScript;
|
|
9616
9653
|
noteFix: string;
|
|
9654
|
+
timeStart: Date;
|
|
9655
|
+
timeEnd: Date;
|
|
9656
|
+
timezone: string;
|
|
9657
|
+
listDateOfWeeks: string[];
|
|
9658
|
+
schedulePostTime: Array<string>;
|
|
9617
9659
|
}
|
|
9618
9660
|
interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
9619
9661
|
idea: IBaseRefFieldELS;
|
|
@@ -9624,17 +9666,24 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
|
9624
9666
|
key: string;
|
|
9625
9667
|
};
|
|
9626
9668
|
accountGroup: IBaseRefFieldELS;
|
|
9627
|
-
account: IBaseRefFieldELS
|
|
9669
|
+
account: IBaseRefFieldELS & {
|
|
9670
|
+
accountIDSheet: string;
|
|
9671
|
+
accountDeviceTypeAppClone: string;
|
|
9672
|
+
accountDeviceNameAppClone: string;
|
|
9673
|
+
};
|
|
9628
9674
|
sheetName: string;
|
|
9629
9675
|
sheetUrl: string;
|
|
9630
9676
|
content: string;
|
|
9631
9677
|
userLink: string;
|
|
9632
9678
|
linkPost: string;
|
|
9633
9679
|
commentReplied: string;
|
|
9634
|
-
timeStart: Date;
|
|
9635
|
-
timeEnd: Date;
|
|
9636
9680
|
status: EStatusTaskScript;
|
|
9637
9681
|
noteFix: string;
|
|
9682
|
+
timeStart: Date;
|
|
9683
|
+
timeEnd: Date;
|
|
9684
|
+
timezone: string;
|
|
9685
|
+
listDateOfWeeks: string[];
|
|
9686
|
+
schedulePostTime: Array<string>;
|
|
9638
9687
|
}
|
|
9639
9688
|
|
|
9640
9689
|
interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -9643,10 +9692,13 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
|
|
|
9643
9692
|
sheetUrl: string;
|
|
9644
9693
|
receiverName: string;
|
|
9645
9694
|
messageReply: string;
|
|
9646
|
-
timeStart: Date;
|
|
9647
|
-
timeEnd: Date;
|
|
9648
9695
|
status: EStatusTaskScript;
|
|
9649
9696
|
noteFix: string;
|
|
9697
|
+
timeStart: Date;
|
|
9698
|
+
timeEnd: Date;
|
|
9699
|
+
timezone: string;
|
|
9700
|
+
listDateOfWeeks: string[];
|
|
9701
|
+
schedulePostTime: Array<string>;
|
|
9650
9702
|
}
|
|
9651
9703
|
interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
9652
9704
|
idea: IBaseRefFieldELS;
|
|
@@ -9657,15 +9709,22 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
|
9657
9709
|
key: string;
|
|
9658
9710
|
};
|
|
9659
9711
|
accountGroup: IBaseRefFieldELS;
|
|
9660
|
-
account: IBaseRefFieldELS
|
|
9712
|
+
account: IBaseRefFieldELS & {
|
|
9713
|
+
accountIDSheet: string;
|
|
9714
|
+
accountDeviceTypeAppClone: string;
|
|
9715
|
+
accountDeviceNameAppClone: string;
|
|
9716
|
+
};
|
|
9661
9717
|
sheetName: string;
|
|
9662
9718
|
sheetUrl: string;
|
|
9663
9719
|
receiverName: string;
|
|
9664
9720
|
messageReply: string;
|
|
9665
|
-
timeStart: Date;
|
|
9666
|
-
timeEnd: Date;
|
|
9667
9721
|
status: EStatusTaskScript;
|
|
9668
9722
|
noteFix: string;
|
|
9723
|
+
timeStart: Date;
|
|
9724
|
+
timeEnd: Date;
|
|
9725
|
+
timezone: string;
|
|
9726
|
+
listDateOfWeeks: string[];
|
|
9727
|
+
schedulePostTime: Array<string>;
|
|
9669
9728
|
}
|
|
9670
9729
|
|
|
9671
9730
|
interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -9675,10 +9734,13 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
|
|
|
9675
9734
|
numberUsersSentMess: number;
|
|
9676
9735
|
isLike: boolean;
|
|
9677
9736
|
isSentMessage: boolean;
|
|
9678
|
-
timeStart: Date;
|
|
9679
|
-
timeEnd: Date;
|
|
9680
9737
|
status: EStatusTaskScript;
|
|
9681
9738
|
noteFix: string;
|
|
9739
|
+
timeStart: Date;
|
|
9740
|
+
timeEnd: Date;
|
|
9741
|
+
timezone: string;
|
|
9742
|
+
listDateOfWeeks: string[];
|
|
9743
|
+
schedulePostTime: Array<string>;
|
|
9682
9744
|
}
|
|
9683
9745
|
interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
9684
9746
|
idea: IBaseRefFieldELS;
|
|
@@ -9689,16 +9751,23 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
|
9689
9751
|
key: string;
|
|
9690
9752
|
};
|
|
9691
9753
|
accountGroup: IBaseRefFieldELS;
|
|
9692
|
-
account: IBaseRefFieldELS
|
|
9754
|
+
account: IBaseRefFieldELS & {
|
|
9755
|
+
accountIDSheet: string;
|
|
9756
|
+
accountDeviceTypeAppClone: string;
|
|
9757
|
+
accountDeviceNameAppClone: string;
|
|
9758
|
+
};
|
|
9693
9759
|
numberLike: number;
|
|
9694
9760
|
minutesExecute: number;
|
|
9695
9761
|
numberUsersSentMess: number;
|
|
9696
9762
|
isLike: boolean;
|
|
9697
9763
|
isSentMessage: boolean;
|
|
9698
|
-
timeStart: Date;
|
|
9699
|
-
timeEnd: Date;
|
|
9700
9764
|
status: EStatusTaskScript;
|
|
9701
9765
|
noteFix: string;
|
|
9766
|
+
timeStart: Date;
|
|
9767
|
+
timeEnd: Date;
|
|
9768
|
+
timezone: string;
|
|
9769
|
+
listDateOfWeeks: string[];
|
|
9770
|
+
schedulePostTime: Array<string>;
|
|
9702
9771
|
}
|
|
9703
9772
|
|
|
9704
9773
|
interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -9708,10 +9777,13 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
|
|
|
9708
9777
|
listUsersUnFollow: Array<string>;
|
|
9709
9778
|
follower: number;
|
|
9710
9779
|
following: number;
|
|
9711
|
-
timeStart: Date;
|
|
9712
|
-
timeEnd: Date;
|
|
9713
9780
|
status: EStatusTaskScript;
|
|
9714
9781
|
noteFix: string;
|
|
9782
|
+
timeStart: Date;
|
|
9783
|
+
timeEnd: Date;
|
|
9784
|
+
timezone: string;
|
|
9785
|
+
listDateOfWeeks: string[];
|
|
9786
|
+
schedulePostTime: Array<string>;
|
|
9715
9787
|
}
|
|
9716
9788
|
interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
9717
9789
|
idea: IBaseRefFieldELS;
|
|
@@ -9722,29 +9794,41 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
9722
9794
|
key: string;
|
|
9723
9795
|
};
|
|
9724
9796
|
accountGroup: IBaseRefFieldELS;
|
|
9725
|
-
account: IBaseRefFieldELS
|
|
9797
|
+
account: IBaseRefFieldELS & {
|
|
9798
|
+
accountIDSheet: string;
|
|
9799
|
+
accountDeviceTypeAppClone: string;
|
|
9800
|
+
accountDeviceNameAppClone: string;
|
|
9801
|
+
};
|
|
9726
9802
|
sheetName: string;
|
|
9727
9803
|
sheetUrl: string;
|
|
9728
9804
|
listUsersUnFollow: Array<string>;
|
|
9729
9805
|
follower: number;
|
|
9730
9806
|
following: number;
|
|
9731
|
-
timeStart: Date;
|
|
9732
|
-
timeEnd: Date;
|
|
9733
9807
|
status: EStatusTaskScript;
|
|
9734
9808
|
noteFix: string;
|
|
9809
|
+
timeStart: Date;
|
|
9810
|
+
timeEnd: Date;
|
|
9811
|
+
timezone: string;
|
|
9812
|
+
listDateOfWeeks: string[];
|
|
9813
|
+
schedulePostTime: Array<string>;
|
|
9735
9814
|
}
|
|
9736
9815
|
|
|
9737
9816
|
interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9738
9817
|
account: string | IInstagramAccountRaw;
|
|
9739
9818
|
sheetUrl: string;
|
|
9740
9819
|
sheetName: string;
|
|
9741
|
-
sheetPageName: string;
|
|
9742
9820
|
rowId: string;
|
|
9743
|
-
historyName: string;
|
|
9744
9821
|
timeStart: Date;
|
|
9745
9822
|
timeEnd: Date;
|
|
9823
|
+
timezone: string;
|
|
9824
|
+
listDateOfWeeks: string[];
|
|
9825
|
+
schedulePostTime: Array<string>;
|
|
9826
|
+
sttAccount: string;
|
|
9746
9827
|
status: EStatusTaskScript;
|
|
9747
9828
|
noteFix: string;
|
|
9829
|
+
typePost: string;
|
|
9830
|
+
stylePost: string;
|
|
9831
|
+
historyName: string;
|
|
9748
9832
|
}
|
|
9749
9833
|
interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
9750
9834
|
idea: IBaseRefFieldELS;
|
|
@@ -9754,38 +9838,56 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
9754
9838
|
device: IBaseRefFieldELS & {
|
|
9755
9839
|
key: string;
|
|
9756
9840
|
};
|
|
9757
|
-
|
|
9758
|
-
|
|
9841
|
+
account: IBaseRefFieldELS & {
|
|
9842
|
+
accountIDSheet: string;
|
|
9843
|
+
accountDeviceTypeAppClone: string;
|
|
9844
|
+
accountDeviceNameAppClone: string;
|
|
9845
|
+
};
|
|
9759
9846
|
sheetUrl: string;
|
|
9760
9847
|
sheetName: string;
|
|
9761
|
-
link: string;
|
|
9762
9848
|
rowId: string;
|
|
9763
|
-
historyName: string;
|
|
9764
9849
|
timeStart: Date;
|
|
9765
9850
|
timeEnd: Date;
|
|
9851
|
+
timezone: string;
|
|
9852
|
+
listDateOfWeeks: string[];
|
|
9853
|
+
schedulePostTime: Array<string>;
|
|
9854
|
+
sttAccount: string;
|
|
9766
9855
|
status: EStatusTaskScript;
|
|
9767
9856
|
noteFix: string;
|
|
9857
|
+
typePost: string;
|
|
9858
|
+
stylePost: string;
|
|
9859
|
+
historyName: string;
|
|
9768
9860
|
}
|
|
9769
9861
|
|
|
9770
9862
|
interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9771
9863
|
account: string | IInstagramAccountRaw;
|
|
9772
9864
|
sheetUrl: string;
|
|
9773
9865
|
sheetName: string;
|
|
9774
|
-
sheetPageName: string;
|
|
9775
9866
|
rowId: string;
|
|
9776
|
-
|
|
9867
|
+
timeStart: Date;
|
|
9868
|
+
timeEnd: Date;
|
|
9869
|
+
timezone: string;
|
|
9870
|
+
listDateOfWeeks: string[];
|
|
9871
|
+
schedulePostTime: Array<string>;
|
|
9872
|
+
sttAccount: string;
|
|
9873
|
+
status: EStatusTaskScript;
|
|
9874
|
+
noteFix: string;
|
|
9875
|
+
typePost: string;
|
|
9876
|
+
stylePost: string;
|
|
9777
9877
|
photosUrl: string[];
|
|
9778
9878
|
videosUrl: string[];
|
|
9779
|
-
collaborator: string;
|
|
9780
9879
|
content: string;
|
|
9781
9880
|
music: string;
|
|
9782
|
-
tagUser: string;
|
|
9783
9881
|
location: string;
|
|
9784
|
-
|
|
9785
|
-
|
|
9786
|
-
|
|
9787
|
-
|
|
9788
|
-
|
|
9882
|
+
urlPost: string;
|
|
9883
|
+
listTagsUsername: string[];
|
|
9884
|
+
listTagsCollaborator: string[];
|
|
9885
|
+
isAddAILable: boolean;
|
|
9886
|
+
cmtPost: string;
|
|
9887
|
+
cmtStickerPostMe: string;
|
|
9888
|
+
tagUserPostMe: string;
|
|
9889
|
+
isSuggestFB: string;
|
|
9890
|
+
idPostToSheet: string;
|
|
9789
9891
|
}
|
|
9790
9892
|
interface IInstagramReportPostNewELS extends IBaseELS {
|
|
9791
9893
|
idea: IBaseRefFieldELS;
|
|
@@ -9796,45 +9898,69 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
9796
9898
|
key: string;
|
|
9797
9899
|
};
|
|
9798
9900
|
accountGroup: IBaseRefFieldELS;
|
|
9799
|
-
account: IBaseRefFieldELS
|
|
9901
|
+
account: IBaseRefFieldELS & {
|
|
9902
|
+
accountIDSheet: string;
|
|
9903
|
+
accountDeviceTypeAppClone: string;
|
|
9904
|
+
accountDeviceNameAppClone: string;
|
|
9905
|
+
};
|
|
9800
9906
|
sheetUrl: string;
|
|
9801
9907
|
sheetName: string;
|
|
9802
|
-
sheetPageName: string;
|
|
9803
9908
|
rowId: string;
|
|
9804
|
-
|
|
9909
|
+
timeStart: Date;
|
|
9910
|
+
timeEnd: Date;
|
|
9911
|
+
timezone: string;
|
|
9912
|
+
listDateOfWeeks: string[];
|
|
9913
|
+
schedulePostTime: Array<string>;
|
|
9914
|
+
sttAccount: string;
|
|
9915
|
+
status: EStatusTaskScript;
|
|
9916
|
+
noteFix: string;
|
|
9917
|
+
typePost: string;
|
|
9918
|
+
stylePost: string;
|
|
9805
9919
|
photosUrl: string[];
|
|
9806
9920
|
videosUrl: string[];
|
|
9807
|
-
collaborator: string;
|
|
9808
9921
|
content: string;
|
|
9809
9922
|
music: string;
|
|
9810
|
-
tagUser: string;
|
|
9811
9923
|
location: string;
|
|
9812
|
-
|
|
9813
|
-
|
|
9814
|
-
|
|
9815
|
-
|
|
9816
|
-
|
|
9924
|
+
urlPost: string;
|
|
9925
|
+
listTagsUsername: string[];
|
|
9926
|
+
listTagsCollaborator: string[];
|
|
9927
|
+
isAddAILable: boolean;
|
|
9928
|
+
cmtPost: string;
|
|
9929
|
+
cmtStickerPostMe: string;
|
|
9930
|
+
tagUserPostMe: string;
|
|
9931
|
+
isSuggestFB: string;
|
|
9932
|
+
idPostToSheet: string;
|
|
9817
9933
|
}
|
|
9818
9934
|
|
|
9819
9935
|
interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9820
9936
|
account: string | IInstagramAccountRaw;
|
|
9821
9937
|
sheetUrl: string;
|
|
9822
9938
|
sheetName: string;
|
|
9823
|
-
sheetPageName: string;
|
|
9824
9939
|
rowId: string;
|
|
9825
|
-
|
|
9940
|
+
timeStart: Date;
|
|
9941
|
+
timeEnd: Date;
|
|
9942
|
+
timezone: string;
|
|
9943
|
+
listDateOfWeeks: string[];
|
|
9944
|
+
schedulePostTime: Array<string>;
|
|
9945
|
+
sttAccount: string;
|
|
9946
|
+
status: EStatusTaskScript;
|
|
9947
|
+
noteFix: string;
|
|
9948
|
+
typePost: string;
|
|
9949
|
+
stylePost: string;
|
|
9826
9950
|
photosUrl: string[];
|
|
9827
9951
|
videosUrl: string[];
|
|
9828
|
-
collaborator: string;
|
|
9829
9952
|
content: string;
|
|
9830
9953
|
music: string;
|
|
9831
|
-
tagUser: string;
|
|
9832
9954
|
location: string;
|
|
9833
|
-
|
|
9834
|
-
|
|
9835
|
-
|
|
9836
|
-
|
|
9837
|
-
|
|
9955
|
+
urlPost: string;
|
|
9956
|
+
listTagsUsername: string[];
|
|
9957
|
+
listTagsCollaborator: string[];
|
|
9958
|
+
isAddAILable: boolean;
|
|
9959
|
+
cmtPost: string;
|
|
9960
|
+
cmtStickerPostMe: string;
|
|
9961
|
+
tagUserPostMe: string;
|
|
9962
|
+
isSuggestFB: string;
|
|
9963
|
+
idPostToSheet: string;
|
|
9838
9964
|
}
|
|
9839
9965
|
interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
9840
9966
|
idea: IBaseRefFieldELS;
|
|
@@ -9845,47 +9971,63 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
9845
9971
|
key: string;
|
|
9846
9972
|
};
|
|
9847
9973
|
accountGroup: IBaseRefFieldELS;
|
|
9848
|
-
account: IBaseRefFieldELS
|
|
9974
|
+
account: IBaseRefFieldELS & {
|
|
9975
|
+
accountIDSheet: string;
|
|
9976
|
+
accountDeviceTypeAppClone: string;
|
|
9977
|
+
accountDeviceNameAppClone: string;
|
|
9978
|
+
};
|
|
9849
9979
|
sheetUrl: string;
|
|
9850
9980
|
sheetName: string;
|
|
9851
|
-
sheetPageName: string;
|
|
9852
9981
|
rowId: string;
|
|
9853
|
-
|
|
9982
|
+
timeStart: Date;
|
|
9983
|
+
timeEnd: Date;
|
|
9984
|
+
timezone: string;
|
|
9985
|
+
listDateOfWeeks: string[];
|
|
9986
|
+
schedulePostTime: Array<string>;
|
|
9987
|
+
sttAccount: string;
|
|
9988
|
+
status: EStatusTaskScript;
|
|
9989
|
+
noteFix: string;
|
|
9990
|
+
typePost: string;
|
|
9991
|
+
stylePost: string;
|
|
9854
9992
|
photosUrl: string[];
|
|
9855
9993
|
videosUrl: string[];
|
|
9856
|
-
collaborator: string;
|
|
9857
9994
|
content: string;
|
|
9858
9995
|
music: string;
|
|
9859
|
-
tagUser: string;
|
|
9860
9996
|
location: string;
|
|
9861
|
-
|
|
9862
|
-
|
|
9863
|
-
|
|
9864
|
-
|
|
9865
|
-
|
|
9997
|
+
urlPost: string;
|
|
9998
|
+
listTagsCollaborator: string[];
|
|
9999
|
+
listTagsUsername: string[];
|
|
10000
|
+
isAddAILable: boolean;
|
|
10001
|
+
cmtPost: string;
|
|
10002
|
+
cmtStickerPostMe: string;
|
|
10003
|
+
tagUserPostMe: string;
|
|
10004
|
+
isSuggestFB: string;
|
|
10005
|
+
idPostToSheet: string;
|
|
9866
10006
|
}
|
|
9867
10007
|
|
|
9868
10008
|
interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9869
10009
|
account: string | IInstagramAccountRaw;
|
|
9870
10010
|
sheetUrl: string;
|
|
9871
10011
|
sheetName: string;
|
|
9872
|
-
sheetPageName: string;
|
|
9873
10012
|
rowId: string;
|
|
9874
|
-
|
|
10013
|
+
timeStart: Date;
|
|
10014
|
+
timeEnd: Date;
|
|
10015
|
+
timezone: string;
|
|
10016
|
+
listDateOfWeeks: string[];
|
|
10017
|
+
schedulePostTime: Array<string>;
|
|
10018
|
+
sttAccount: string;
|
|
10019
|
+
status: EStatusTaskScript;
|
|
10020
|
+
noteFix: string;
|
|
10021
|
+
typePost: string;
|
|
10022
|
+
stylePost: string;
|
|
9875
10023
|
photosUrl: string[];
|
|
9876
10024
|
videosUrl: string[];
|
|
9877
|
-
titlePoll: string;
|
|
9878
|
-
polls: string[];
|
|
9879
10025
|
location: string;
|
|
9880
10026
|
music: string;
|
|
9881
10027
|
content: string;
|
|
9882
|
-
|
|
9883
|
-
|
|
9884
|
-
|
|
9885
|
-
timeStart: Date;
|
|
9886
|
-
timeEnd: Date;
|
|
9887
|
-
status: EStatusTaskScript;
|
|
9888
|
-
noteFix: string;
|
|
10028
|
+
listTagsCollaborator: string[];
|
|
10029
|
+
listTagsUsername: string[];
|
|
10030
|
+
urlPost: string;
|
|
9889
10031
|
}
|
|
9890
10032
|
interface IInstagramReportPostReelELS extends IBaseELS {
|
|
9891
10033
|
idea: IBaseRefFieldELS;
|
|
@@ -9896,43 +10038,55 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
9896
10038
|
key: string;
|
|
9897
10039
|
};
|
|
9898
10040
|
accountGroup: IBaseRefFieldELS;
|
|
9899
|
-
account: IBaseRefFieldELS
|
|
10041
|
+
account: IBaseRefFieldELS & {
|
|
10042
|
+
accountIDSheet: string;
|
|
10043
|
+
accountDeviceTypeAppClone: string;
|
|
10044
|
+
accountDeviceNameAppClone: string;
|
|
10045
|
+
};
|
|
9900
10046
|
sheetUrl: string;
|
|
9901
10047
|
sheetName: string;
|
|
9902
|
-
sheetPageName: string;
|
|
9903
10048
|
rowId: string;
|
|
9904
|
-
|
|
10049
|
+
timeStart: Date;
|
|
10050
|
+
timeEnd: Date;
|
|
10051
|
+
timezone: string;
|
|
10052
|
+
listDateOfWeeks: string[];
|
|
10053
|
+
schedulePostTime: Array<string>;
|
|
10054
|
+
sttAccount: string;
|
|
10055
|
+
status: EStatusTaskScript;
|
|
10056
|
+
noteFix: string;
|
|
10057
|
+
typePost: string;
|
|
10058
|
+
stylePost: string;
|
|
9905
10059
|
photosUrl: string[];
|
|
9906
10060
|
videosUrl: string[];
|
|
9907
|
-
titlePoll: string;
|
|
9908
|
-
polls: string[];
|
|
9909
10061
|
location: string;
|
|
9910
10062
|
music: string;
|
|
9911
10063
|
content: string;
|
|
9912
|
-
|
|
9913
|
-
|
|
9914
|
-
|
|
9915
|
-
timeStart: Date;
|
|
9916
|
-
timeEnd: Date;
|
|
9917
|
-
status: EStatusTaskScript;
|
|
9918
|
-
noteFix: string;
|
|
10064
|
+
urlPost: string;
|
|
10065
|
+
listTagsCollaborator: string[];
|
|
10066
|
+
listTagsUsername: string[];
|
|
9919
10067
|
}
|
|
9920
10068
|
|
|
9921
10069
|
interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9922
10070
|
account: string | IInstagramAccountRaw;
|
|
9923
10071
|
sheetUrl: string;
|
|
9924
10072
|
sheetName: string;
|
|
9925
|
-
sheetPageName: string;
|
|
9926
10073
|
rowId: string;
|
|
9927
|
-
otherAccount: string;
|
|
9928
|
-
photosUrl: string[];
|
|
9929
|
-
videosUrl: string[];
|
|
9930
|
-
music: string;
|
|
9931
|
-
location: string;
|
|
9932
10074
|
timeStart: Date;
|
|
9933
10075
|
timeEnd: Date;
|
|
10076
|
+
timezone: string;
|
|
10077
|
+
listDateOfWeeks: string[];
|
|
10078
|
+
schedulePostTime: Array<string>;
|
|
10079
|
+
sttAccount: string;
|
|
9934
10080
|
status: EStatusTaskScript;
|
|
9935
10081
|
noteFix: string;
|
|
10082
|
+
typePost: string;
|
|
10083
|
+
stylePost: string;
|
|
10084
|
+
photosUrl: string[];
|
|
10085
|
+
videosUrl: string[];
|
|
10086
|
+
music: string;
|
|
10087
|
+
location: string;
|
|
10088
|
+
listTagsUsername: string[];
|
|
10089
|
+
listTagsCollaborator: string[];
|
|
9936
10090
|
}
|
|
9937
10091
|
interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
9938
10092
|
idea: IBaseRefFieldELS;
|
|
@@ -9943,20 +10097,30 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
|
9943
10097
|
key: string;
|
|
9944
10098
|
};
|
|
9945
10099
|
accountGroup: IBaseRefFieldELS;
|
|
9946
|
-
account: IBaseRefFieldELS
|
|
10100
|
+
account: IBaseRefFieldELS & {
|
|
10101
|
+
accountIDSheet: string;
|
|
10102
|
+
accountDeviceTypeAppClone: string;
|
|
10103
|
+
accountDeviceNameAppClone: string;
|
|
10104
|
+
};
|
|
9947
10105
|
sheetUrl: string;
|
|
9948
10106
|
sheetName: string;
|
|
9949
|
-
sheetPageName: string;
|
|
9950
10107
|
rowId: string;
|
|
9951
|
-
otherAccount: string;
|
|
9952
|
-
photosUrl: string[];
|
|
9953
|
-
videosUrl: string[];
|
|
9954
|
-
music: string;
|
|
9955
|
-
location: string;
|
|
9956
10108
|
timeStart: Date;
|
|
9957
10109
|
timeEnd: Date;
|
|
10110
|
+
timezone: string;
|
|
10111
|
+
listDateOfWeeks: string[];
|
|
10112
|
+
schedulePostTime: Array<string>;
|
|
10113
|
+
sttAccount: string;
|
|
9958
10114
|
status: EStatusTaskScript;
|
|
9959
10115
|
noteFix: string;
|
|
10116
|
+
typePost: string;
|
|
10117
|
+
stylePost: string;
|
|
10118
|
+
photosUrl: string[];
|
|
10119
|
+
videosUrl: string[];
|
|
10120
|
+
music: string;
|
|
10121
|
+
location: string;
|
|
10122
|
+
listTagsUsername: string[];
|
|
10123
|
+
listTagsCollaborator: string[];
|
|
9960
10124
|
}
|
|
9961
10125
|
|
|
9962
10126
|
interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -10665,17 +10829,20 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10665
10829
|
photosUrl: string[];
|
|
10666
10830
|
videosUrl: string[];
|
|
10667
10831
|
titleContent: string;
|
|
10668
|
-
|
|
10832
|
+
listTagsUsername: string[];
|
|
10669
10833
|
content: string;
|
|
10670
10834
|
caption: string;
|
|
10671
10835
|
hashtag: string;
|
|
10672
10836
|
altNicheImages: string[];
|
|
10673
10837
|
altImages: string[];
|
|
10674
10838
|
altVideos: string[];
|
|
10675
|
-
timeStart: Date;
|
|
10676
|
-
timeEnd: Date;
|
|
10677
10839
|
status: EStatusTaskScript;
|
|
10678
10840
|
noteFix: string;
|
|
10841
|
+
timeStart: Date;
|
|
10842
|
+
timeEnd: Date;
|
|
10843
|
+
timezone: string;
|
|
10844
|
+
listDateOfWeeks: string[];
|
|
10845
|
+
schedulePostTime: Array<string>;
|
|
10679
10846
|
}
|
|
10680
10847
|
interface IThreadsReportPostELS extends IBaseELS {
|
|
10681
10848
|
idea: IBaseRefFieldELS;
|
|
@@ -10693,17 +10860,20 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
10693
10860
|
photosUrl: string[];
|
|
10694
10861
|
videosUrl: string[];
|
|
10695
10862
|
titleContent: string;
|
|
10696
|
-
|
|
10863
|
+
listTagsUsername: string[];
|
|
10697
10864
|
content: string;
|
|
10698
10865
|
caption: string;
|
|
10699
10866
|
hashtag: string;
|
|
10700
10867
|
altNicheImages: string[];
|
|
10701
10868
|
altImages: string[];
|
|
10702
10869
|
altVideos: string[];
|
|
10703
|
-
timeStart: Date;
|
|
10704
|
-
timeEnd: Date;
|
|
10705
10870
|
status: EStatusTaskScript;
|
|
10706
10871
|
noteFix: string;
|
|
10872
|
+
timeStart: Date;
|
|
10873
|
+
timeEnd: Date;
|
|
10874
|
+
timezone: string;
|
|
10875
|
+
listDateOfWeeks: string[];
|
|
10876
|
+
schedulePostTime: Array<string>;
|
|
10707
10877
|
}
|
|
10708
10878
|
|
|
10709
10879
|
interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -10713,10 +10883,13 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
|
|
|
10713
10883
|
follower: number;
|
|
10714
10884
|
following: number;
|
|
10715
10885
|
listUsersFollow: Array<string>;
|
|
10716
|
-
timeStart: Date;
|
|
10717
|
-
timeEnd: Date;
|
|
10718
10886
|
status: EStatusTaskScript;
|
|
10719
10887
|
noteFix: string;
|
|
10888
|
+
timeStart: Date;
|
|
10889
|
+
timeEnd: Date;
|
|
10890
|
+
timezone: string;
|
|
10891
|
+
listDateOfWeeks: string[];
|
|
10892
|
+
schedulePostTime: Array<string>;
|
|
10720
10893
|
}
|
|
10721
10894
|
interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
10722
10895
|
idea: IBaseRefFieldELS;
|
|
@@ -10733,10 +10906,13 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
10733
10906
|
follower: number;
|
|
10734
10907
|
following: number;
|
|
10735
10908
|
listUsersFollow: Array<string>;
|
|
10736
|
-
timeStart: Date;
|
|
10737
|
-
timeEnd: Date;
|
|
10738
10909
|
status: EStatusTaskScript;
|
|
10739
10910
|
noteFix: string;
|
|
10911
|
+
timeStart: Date;
|
|
10912
|
+
timeEnd: Date;
|
|
10913
|
+
timezone: string;
|
|
10914
|
+
listDateOfWeeks: string[];
|
|
10915
|
+
schedulePostTime: Array<string>;
|
|
10740
10916
|
}
|
|
10741
10917
|
|
|
10742
10918
|
interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -10746,10 +10922,13 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
|
|
|
10746
10922
|
follower: number;
|
|
10747
10923
|
following: number;
|
|
10748
10924
|
listUsersUnFollow: Array<string>;
|
|
10749
|
-
timeStart: Date;
|
|
10750
|
-
timeEnd: Date;
|
|
10751
10925
|
status: EStatusTaskScript;
|
|
10752
10926
|
noteFix: string;
|
|
10927
|
+
timeStart: Date;
|
|
10928
|
+
timeEnd: Date;
|
|
10929
|
+
timezone: string;
|
|
10930
|
+
listDateOfWeeks: string[];
|
|
10931
|
+
schedulePostTime: Array<string>;
|
|
10753
10932
|
}
|
|
10754
10933
|
interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
10755
10934
|
idea: IBaseRefFieldELS;
|
|
@@ -10766,10 +10945,13 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
10766
10945
|
follower: number;
|
|
10767
10946
|
following: number;
|
|
10768
10947
|
listUsersUnFollow: Array<string>;
|
|
10769
|
-
timeStart: Date;
|
|
10770
|
-
timeEnd: Date;
|
|
10771
10948
|
status: EStatusTaskScript;
|
|
10772
10949
|
noteFix: string;
|
|
10950
|
+
timeStart: Date;
|
|
10951
|
+
timeEnd: Date;
|
|
10952
|
+
timezone: string;
|
|
10953
|
+
listDateOfWeeks: string[];
|
|
10954
|
+
schedulePostTime: Array<string>;
|
|
10773
10955
|
}
|
|
10774
10956
|
|
|
10775
10957
|
interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -10778,10 +10960,13 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
|
|
|
10778
10960
|
sheetUrl: string;
|
|
10779
10961
|
receiverName: string;
|
|
10780
10962
|
messageReply: string;
|
|
10781
|
-
timeStart: Date;
|
|
10782
|
-
timeEnd: Date;
|
|
10783
10963
|
status: EStatusTaskScript;
|
|
10784
10964
|
noteFix: string;
|
|
10965
|
+
timeStart: Date;
|
|
10966
|
+
timeEnd: Date;
|
|
10967
|
+
timezone: string;
|
|
10968
|
+
listDateOfWeeks: string[];
|
|
10969
|
+
schedulePostTime: Array<string>;
|
|
10785
10970
|
}
|
|
10786
10971
|
interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
10787
10972
|
idea: IBaseRefFieldELS;
|
|
@@ -10797,10 +10982,13 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
10797
10982
|
sheetUrl: string;
|
|
10798
10983
|
receiverName: string;
|
|
10799
10984
|
messageReply: string;
|
|
10800
|
-
timeStart: Date;
|
|
10801
|
-
timeEnd: Date;
|
|
10802
10985
|
status: EStatusTaskScript;
|
|
10803
10986
|
noteFix: string;
|
|
10987
|
+
timeStart: Date;
|
|
10988
|
+
timeEnd: Date;
|
|
10989
|
+
timezone: string;
|
|
10990
|
+
listDateOfWeeks: string[];
|
|
10991
|
+
schedulePostTime: Array<string>;
|
|
10804
10992
|
}
|
|
10805
10993
|
|
|
10806
10994
|
interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -10810,10 +10998,13 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
|
|
|
10810
10998
|
content: string;
|
|
10811
10999
|
linkPost: string;
|
|
10812
11000
|
userLink: string;
|
|
10813
|
-
timeStart: Date;
|
|
10814
|
-
timeEnd: Date;
|
|
10815
11001
|
status: EStatusTaskScript;
|
|
10816
11002
|
noteFix: string;
|
|
11003
|
+
timeStart: Date;
|
|
11004
|
+
timeEnd: Date;
|
|
11005
|
+
timezone: string;
|
|
11006
|
+
listDateOfWeeks: string[];
|
|
11007
|
+
schedulePostTime: Array<string>;
|
|
10817
11008
|
}
|
|
10818
11009
|
interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
10819
11010
|
idea: IBaseRefFieldELS;
|
|
@@ -10830,10 +11021,13 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
10830
11021
|
content: string;
|
|
10831
11022
|
linkPost: string;
|
|
10832
11023
|
userLink: string;
|
|
10833
|
-
timeStart: Date;
|
|
10834
|
-
timeEnd: Date;
|
|
10835
11024
|
status: EStatusTaskScript;
|
|
10836
11025
|
noteFix: string;
|
|
11026
|
+
timeStart: Date;
|
|
11027
|
+
timeEnd: Date;
|
|
11028
|
+
timezone: string;
|
|
11029
|
+
listDateOfWeeks: string[];
|
|
11030
|
+
schedulePostTime: Array<string>;
|
|
10837
11031
|
}
|
|
10838
11032
|
|
|
10839
11033
|
interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
|