automation-lib 5.4.65 → 5.4.67
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 +22 -2
- package/dist/index.d.ts +22 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -9634,6 +9634,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
|
9634
9634
|
};
|
|
9635
9635
|
accountGroup: IBaseRefFieldELS;
|
|
9636
9636
|
account: IBaseRefFieldELS & {
|
|
9637
|
+
nameAppCloneSocial: string;
|
|
9637
9638
|
accountDeviceTypeAppClone: string;
|
|
9638
9639
|
accountDeviceNameAppClone: string;
|
|
9639
9640
|
};
|
|
@@ -9673,6 +9674,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
|
9673
9674
|
};
|
|
9674
9675
|
accountGroup: IBaseRefFieldELS;
|
|
9675
9676
|
account: IBaseRefFieldELS & {
|
|
9677
|
+
nameAppCloneSocial: string;
|
|
9676
9678
|
accountDeviceTypeAppClone: string;
|
|
9677
9679
|
accountDeviceNameAppClone: string;
|
|
9678
9680
|
};
|
|
@@ -9724,6 +9726,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
9724
9726
|
};
|
|
9725
9727
|
accountGroup: IBaseRefFieldELS;
|
|
9726
9728
|
account: IBaseRefFieldELS & {
|
|
9729
|
+
nameAppCloneSocial: string;
|
|
9727
9730
|
accountDeviceTypeAppClone: string;
|
|
9728
9731
|
accountDeviceNameAppClone: string;
|
|
9729
9732
|
};
|
|
@@ -9732,8 +9735,6 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
9732
9735
|
listUsersFollow: Array<string>;
|
|
9733
9736
|
follower: number;
|
|
9734
9737
|
following: number;
|
|
9735
|
-
growthFollow: number;
|
|
9736
|
-
timeGrowthFollow: number;
|
|
9737
9738
|
status: EStatusTaskScript;
|
|
9738
9739
|
noteFix: string;
|
|
9739
9740
|
timeStart: Date;
|
|
@@ -9741,6 +9742,8 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
9741
9742
|
timezone: ETimeZone;
|
|
9742
9743
|
listDateOfWeeks: string[];
|
|
9743
9744
|
schedulePostTime: Array<Array<string>>;
|
|
9745
|
+
growthFollow: number;
|
|
9746
|
+
timeGrowthFollow: Date;
|
|
9744
9747
|
isInteractUserFollower: boolean;
|
|
9745
9748
|
isInteractUserFollowing: boolean;
|
|
9746
9749
|
isInteractCurrentUser: boolean;
|
|
@@ -9776,6 +9779,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
|
9776
9779
|
};
|
|
9777
9780
|
accountGroup: IBaseRefFieldELS;
|
|
9778
9781
|
account: IBaseRefFieldELS & {
|
|
9782
|
+
nameAppCloneSocial: string;
|
|
9779
9783
|
accountDeviceTypeAppClone: string;
|
|
9780
9784
|
accountDeviceNameAppClone: string;
|
|
9781
9785
|
};
|
|
@@ -9817,6 +9821,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
|
9817
9821
|
};
|
|
9818
9822
|
accountGroup: IBaseRefFieldELS;
|
|
9819
9823
|
account: IBaseRefFieldELS & {
|
|
9824
|
+
nameAppCloneSocial: string;
|
|
9820
9825
|
accountDeviceTypeAppClone: string;
|
|
9821
9826
|
accountDeviceNameAppClone: string;
|
|
9822
9827
|
};
|
|
@@ -9859,6 +9864,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
|
9859
9864
|
};
|
|
9860
9865
|
accountGroup: IBaseRefFieldELS;
|
|
9861
9866
|
account: IBaseRefFieldELS & {
|
|
9867
|
+
nameAppCloneSocial: string;
|
|
9862
9868
|
accountDeviceTypeAppClone: string;
|
|
9863
9869
|
accountDeviceNameAppClone: string;
|
|
9864
9870
|
};
|
|
@@ -9900,6 +9906,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
|
9900
9906
|
};
|
|
9901
9907
|
accountGroup: IBaseRefFieldELS;
|
|
9902
9908
|
account: IBaseRefFieldELS & {
|
|
9909
|
+
nameAppCloneSocial: string;
|
|
9903
9910
|
accountDeviceTypeAppClone: string;
|
|
9904
9911
|
accountDeviceNameAppClone: string;
|
|
9905
9912
|
};
|
|
@@ -9947,6 +9954,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
9947
9954
|
};
|
|
9948
9955
|
accountGroup: IBaseRefFieldELS;
|
|
9949
9956
|
account: IBaseRefFieldELS & {
|
|
9957
|
+
nameAppCloneSocial: string;
|
|
9950
9958
|
accountDeviceTypeAppClone: string;
|
|
9951
9959
|
accountDeviceNameAppClone: string;
|
|
9952
9960
|
};
|
|
@@ -9962,6 +9970,8 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
9962
9970
|
timezone: ETimeZone;
|
|
9963
9971
|
listDateOfWeeks: string[];
|
|
9964
9972
|
schedulePostTime: Array<Array<string>>;
|
|
9973
|
+
growthFollow: number;
|
|
9974
|
+
timeGrowthFollow: Date;
|
|
9965
9975
|
unFollowPerHour: number;
|
|
9966
9976
|
unFollowPerDay: number;
|
|
9967
9977
|
isInteractBeforeUnFollow: boolean;
|
|
@@ -9997,6 +10007,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
9997
10007
|
};
|
|
9998
10008
|
accountGroup: IBaseRefFieldELS;
|
|
9999
10009
|
account: IBaseRefFieldELS & {
|
|
10010
|
+
nameAppCloneSocial: string;
|
|
10000
10011
|
accountDeviceTypeAppClone: string;
|
|
10001
10012
|
accountDeviceNameAppClone: string;
|
|
10002
10013
|
};
|
|
@@ -10057,6 +10068,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
10057
10068
|
};
|
|
10058
10069
|
accountGroup: IBaseRefFieldELS;
|
|
10059
10070
|
account: IBaseRefFieldELS & {
|
|
10071
|
+
nameAppCloneSocial: string;
|
|
10060
10072
|
accountDeviceTypeAppClone: string;
|
|
10061
10073
|
accountDeviceNameAppClone: string;
|
|
10062
10074
|
};
|
|
@@ -10129,6 +10141,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
10129
10141
|
};
|
|
10130
10142
|
accountGroup: IBaseRefFieldELS;
|
|
10131
10143
|
account: IBaseRefFieldELS & {
|
|
10144
|
+
nameAppCloneSocial: string;
|
|
10132
10145
|
accountDeviceTypeAppClone: string;
|
|
10133
10146
|
accountDeviceNameAppClone: string;
|
|
10134
10147
|
};
|
|
@@ -10195,6 +10208,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
10195
10208
|
};
|
|
10196
10209
|
accountGroup: IBaseRefFieldELS;
|
|
10197
10210
|
account: IBaseRefFieldELS & {
|
|
10211
|
+
nameAppCloneSocial: string;
|
|
10198
10212
|
accountDeviceTypeAppClone: string;
|
|
10199
10213
|
accountDeviceNameAppClone: string;
|
|
10200
10214
|
};
|
|
@@ -10253,6 +10267,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
|
10253
10267
|
};
|
|
10254
10268
|
accountGroup: IBaseRefFieldELS;
|
|
10255
10269
|
account: IBaseRefFieldELS & {
|
|
10270
|
+
nameAppCloneSocial: string;
|
|
10256
10271
|
accountDeviceTypeAppClone: string;
|
|
10257
10272
|
accountDeviceNameAppClone: string;
|
|
10258
10273
|
};
|
|
@@ -11020,6 +11035,7 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
11020
11035
|
};
|
|
11021
11036
|
accountGroup: IBaseRefFieldELS;
|
|
11022
11037
|
account: IBaseRefFieldELS & {
|
|
11038
|
+
nameAppCloneSocial: string;
|
|
11023
11039
|
accountDeviceTypeAppClone: string;
|
|
11024
11040
|
accountDeviceNameAppClone: string;
|
|
11025
11041
|
};
|
|
@@ -11070,6 +11086,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
11070
11086
|
};
|
|
11071
11087
|
accountGroup: IBaseRefFieldELS;
|
|
11072
11088
|
account: IBaseRefFieldELS & {
|
|
11089
|
+
nameAppCloneSocial: string;
|
|
11073
11090
|
accountDeviceTypeAppClone: string;
|
|
11074
11091
|
accountDeviceNameAppClone: string;
|
|
11075
11092
|
};
|
|
@@ -11112,6 +11129,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
11112
11129
|
};
|
|
11113
11130
|
accountGroup: IBaseRefFieldELS;
|
|
11114
11131
|
account: IBaseRefFieldELS & {
|
|
11132
|
+
nameAppCloneSocial: string;
|
|
11115
11133
|
accountDeviceTypeAppClone: string;
|
|
11116
11134
|
accountDeviceNameAppClone: string;
|
|
11117
11135
|
};
|
|
@@ -11153,6 +11171,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
11153
11171
|
};
|
|
11154
11172
|
accountGroup: IBaseRefFieldELS;
|
|
11155
11173
|
account: IBaseRefFieldELS & {
|
|
11174
|
+
nameAppCloneSocial: string;
|
|
11156
11175
|
accountDeviceTypeAppClone: string;
|
|
11157
11176
|
accountDeviceNameAppClone: string;
|
|
11158
11177
|
};
|
|
@@ -11194,6 +11213,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
11194
11213
|
};
|
|
11195
11214
|
accountGroup: IBaseRefFieldELS;
|
|
11196
11215
|
account: IBaseRefFieldELS & {
|
|
11216
|
+
nameAppCloneSocial: string;
|
|
11197
11217
|
accountDeviceTypeAppClone: string;
|
|
11198
11218
|
accountDeviceNameAppClone: string;
|
|
11199
11219
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -9634,6 +9634,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
|
9634
9634
|
};
|
|
9635
9635
|
accountGroup: IBaseRefFieldELS;
|
|
9636
9636
|
account: IBaseRefFieldELS & {
|
|
9637
|
+
nameAppCloneSocial: string;
|
|
9637
9638
|
accountDeviceTypeAppClone: string;
|
|
9638
9639
|
accountDeviceNameAppClone: string;
|
|
9639
9640
|
};
|
|
@@ -9673,6 +9674,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
|
9673
9674
|
};
|
|
9674
9675
|
accountGroup: IBaseRefFieldELS;
|
|
9675
9676
|
account: IBaseRefFieldELS & {
|
|
9677
|
+
nameAppCloneSocial: string;
|
|
9676
9678
|
accountDeviceTypeAppClone: string;
|
|
9677
9679
|
accountDeviceNameAppClone: string;
|
|
9678
9680
|
};
|
|
@@ -9724,6 +9726,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
9724
9726
|
};
|
|
9725
9727
|
accountGroup: IBaseRefFieldELS;
|
|
9726
9728
|
account: IBaseRefFieldELS & {
|
|
9729
|
+
nameAppCloneSocial: string;
|
|
9727
9730
|
accountDeviceTypeAppClone: string;
|
|
9728
9731
|
accountDeviceNameAppClone: string;
|
|
9729
9732
|
};
|
|
@@ -9732,8 +9735,6 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
9732
9735
|
listUsersFollow: Array<string>;
|
|
9733
9736
|
follower: number;
|
|
9734
9737
|
following: number;
|
|
9735
|
-
growthFollow: number;
|
|
9736
|
-
timeGrowthFollow: number;
|
|
9737
9738
|
status: EStatusTaskScript;
|
|
9738
9739
|
noteFix: string;
|
|
9739
9740
|
timeStart: Date;
|
|
@@ -9741,6 +9742,8 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
9741
9742
|
timezone: ETimeZone;
|
|
9742
9743
|
listDateOfWeeks: string[];
|
|
9743
9744
|
schedulePostTime: Array<Array<string>>;
|
|
9745
|
+
growthFollow: number;
|
|
9746
|
+
timeGrowthFollow: Date;
|
|
9744
9747
|
isInteractUserFollower: boolean;
|
|
9745
9748
|
isInteractUserFollowing: boolean;
|
|
9746
9749
|
isInteractCurrentUser: boolean;
|
|
@@ -9776,6 +9779,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
|
9776
9779
|
};
|
|
9777
9780
|
accountGroup: IBaseRefFieldELS;
|
|
9778
9781
|
account: IBaseRefFieldELS & {
|
|
9782
|
+
nameAppCloneSocial: string;
|
|
9779
9783
|
accountDeviceTypeAppClone: string;
|
|
9780
9784
|
accountDeviceNameAppClone: string;
|
|
9781
9785
|
};
|
|
@@ -9817,6 +9821,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
|
9817
9821
|
};
|
|
9818
9822
|
accountGroup: IBaseRefFieldELS;
|
|
9819
9823
|
account: IBaseRefFieldELS & {
|
|
9824
|
+
nameAppCloneSocial: string;
|
|
9820
9825
|
accountDeviceTypeAppClone: string;
|
|
9821
9826
|
accountDeviceNameAppClone: string;
|
|
9822
9827
|
};
|
|
@@ -9859,6 +9864,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
|
9859
9864
|
};
|
|
9860
9865
|
accountGroup: IBaseRefFieldELS;
|
|
9861
9866
|
account: IBaseRefFieldELS & {
|
|
9867
|
+
nameAppCloneSocial: string;
|
|
9862
9868
|
accountDeviceTypeAppClone: string;
|
|
9863
9869
|
accountDeviceNameAppClone: string;
|
|
9864
9870
|
};
|
|
@@ -9900,6 +9906,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
|
9900
9906
|
};
|
|
9901
9907
|
accountGroup: IBaseRefFieldELS;
|
|
9902
9908
|
account: IBaseRefFieldELS & {
|
|
9909
|
+
nameAppCloneSocial: string;
|
|
9903
9910
|
accountDeviceTypeAppClone: string;
|
|
9904
9911
|
accountDeviceNameAppClone: string;
|
|
9905
9912
|
};
|
|
@@ -9947,6 +9954,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
9947
9954
|
};
|
|
9948
9955
|
accountGroup: IBaseRefFieldELS;
|
|
9949
9956
|
account: IBaseRefFieldELS & {
|
|
9957
|
+
nameAppCloneSocial: string;
|
|
9950
9958
|
accountDeviceTypeAppClone: string;
|
|
9951
9959
|
accountDeviceNameAppClone: string;
|
|
9952
9960
|
};
|
|
@@ -9962,6 +9970,8 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
9962
9970
|
timezone: ETimeZone;
|
|
9963
9971
|
listDateOfWeeks: string[];
|
|
9964
9972
|
schedulePostTime: Array<Array<string>>;
|
|
9973
|
+
growthFollow: number;
|
|
9974
|
+
timeGrowthFollow: Date;
|
|
9965
9975
|
unFollowPerHour: number;
|
|
9966
9976
|
unFollowPerDay: number;
|
|
9967
9977
|
isInteractBeforeUnFollow: boolean;
|
|
@@ -9997,6 +10007,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
9997
10007
|
};
|
|
9998
10008
|
accountGroup: IBaseRefFieldELS;
|
|
9999
10009
|
account: IBaseRefFieldELS & {
|
|
10010
|
+
nameAppCloneSocial: string;
|
|
10000
10011
|
accountDeviceTypeAppClone: string;
|
|
10001
10012
|
accountDeviceNameAppClone: string;
|
|
10002
10013
|
};
|
|
@@ -10057,6 +10068,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
10057
10068
|
};
|
|
10058
10069
|
accountGroup: IBaseRefFieldELS;
|
|
10059
10070
|
account: IBaseRefFieldELS & {
|
|
10071
|
+
nameAppCloneSocial: string;
|
|
10060
10072
|
accountDeviceTypeAppClone: string;
|
|
10061
10073
|
accountDeviceNameAppClone: string;
|
|
10062
10074
|
};
|
|
@@ -10129,6 +10141,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
10129
10141
|
};
|
|
10130
10142
|
accountGroup: IBaseRefFieldELS;
|
|
10131
10143
|
account: IBaseRefFieldELS & {
|
|
10144
|
+
nameAppCloneSocial: string;
|
|
10132
10145
|
accountDeviceTypeAppClone: string;
|
|
10133
10146
|
accountDeviceNameAppClone: string;
|
|
10134
10147
|
};
|
|
@@ -10195,6 +10208,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
10195
10208
|
};
|
|
10196
10209
|
accountGroup: IBaseRefFieldELS;
|
|
10197
10210
|
account: IBaseRefFieldELS & {
|
|
10211
|
+
nameAppCloneSocial: string;
|
|
10198
10212
|
accountDeviceTypeAppClone: string;
|
|
10199
10213
|
accountDeviceNameAppClone: string;
|
|
10200
10214
|
};
|
|
@@ -10253,6 +10267,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
|
10253
10267
|
};
|
|
10254
10268
|
accountGroup: IBaseRefFieldELS;
|
|
10255
10269
|
account: IBaseRefFieldELS & {
|
|
10270
|
+
nameAppCloneSocial: string;
|
|
10256
10271
|
accountDeviceTypeAppClone: string;
|
|
10257
10272
|
accountDeviceNameAppClone: string;
|
|
10258
10273
|
};
|
|
@@ -11020,6 +11035,7 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
11020
11035
|
};
|
|
11021
11036
|
accountGroup: IBaseRefFieldELS;
|
|
11022
11037
|
account: IBaseRefFieldELS & {
|
|
11038
|
+
nameAppCloneSocial: string;
|
|
11023
11039
|
accountDeviceTypeAppClone: string;
|
|
11024
11040
|
accountDeviceNameAppClone: string;
|
|
11025
11041
|
};
|
|
@@ -11070,6 +11086,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
11070
11086
|
};
|
|
11071
11087
|
accountGroup: IBaseRefFieldELS;
|
|
11072
11088
|
account: IBaseRefFieldELS & {
|
|
11089
|
+
nameAppCloneSocial: string;
|
|
11073
11090
|
accountDeviceTypeAppClone: string;
|
|
11074
11091
|
accountDeviceNameAppClone: string;
|
|
11075
11092
|
};
|
|
@@ -11112,6 +11129,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
11112
11129
|
};
|
|
11113
11130
|
accountGroup: IBaseRefFieldELS;
|
|
11114
11131
|
account: IBaseRefFieldELS & {
|
|
11132
|
+
nameAppCloneSocial: string;
|
|
11115
11133
|
accountDeviceTypeAppClone: string;
|
|
11116
11134
|
accountDeviceNameAppClone: string;
|
|
11117
11135
|
};
|
|
@@ -11153,6 +11171,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
11153
11171
|
};
|
|
11154
11172
|
accountGroup: IBaseRefFieldELS;
|
|
11155
11173
|
account: IBaseRefFieldELS & {
|
|
11174
|
+
nameAppCloneSocial: string;
|
|
11156
11175
|
accountDeviceTypeAppClone: string;
|
|
11157
11176
|
accountDeviceNameAppClone: string;
|
|
11158
11177
|
};
|
|
@@ -11194,6 +11213,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
11194
11213
|
};
|
|
11195
11214
|
accountGroup: IBaseRefFieldELS;
|
|
11196
11215
|
account: IBaseRefFieldELS & {
|
|
11216
|
+
nameAppCloneSocial: string;
|
|
11197
11217
|
accountDeviceTypeAppClone: string;
|
|
11198
11218
|
accountDeviceNameAppClone: string;
|
|
11199
11219
|
};
|