automation-lib 5.4.66 → 5.4.68

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 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
  };
@@ -9703,6 +9705,8 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
9703
9705
  timezone: ETimeZone;
9704
9706
  listDateOfWeeks: string[];
9705
9707
  schedulePostTime: Array<Array<string>>;
9708
+ growthFollow: number;
9709
+ timeGrowthFollow: Date;
9706
9710
  isInteractUserFollower: boolean;
9707
9711
  isInteractUserFollowing: boolean;
9708
9712
  isInteractCurrentUser: boolean;
@@ -9724,6 +9728,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
9724
9728
  };
9725
9729
  accountGroup: IBaseRefFieldELS;
9726
9730
  account: IBaseRefFieldELS & {
9731
+ nameAppCloneSocial: string;
9727
9732
  accountDeviceTypeAppClone: string;
9728
9733
  accountDeviceNameAppClone: string;
9729
9734
  };
@@ -9776,6 +9781,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
9776
9781
  };
9777
9782
  accountGroup: IBaseRefFieldELS;
9778
9783
  account: IBaseRefFieldELS & {
9784
+ nameAppCloneSocial: string;
9779
9785
  accountDeviceTypeAppClone: string;
9780
9786
  accountDeviceNameAppClone: string;
9781
9787
  };
@@ -9817,6 +9823,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
9817
9823
  };
9818
9824
  accountGroup: IBaseRefFieldELS;
9819
9825
  account: IBaseRefFieldELS & {
9826
+ nameAppCloneSocial: string;
9820
9827
  accountDeviceTypeAppClone: string;
9821
9828
  accountDeviceNameAppClone: string;
9822
9829
  };
@@ -9859,6 +9866,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
9859
9866
  };
9860
9867
  accountGroup: IBaseRefFieldELS;
9861
9868
  account: IBaseRefFieldELS & {
9869
+ nameAppCloneSocial: string;
9862
9870
  accountDeviceTypeAppClone: string;
9863
9871
  accountDeviceNameAppClone: string;
9864
9872
  };
@@ -9900,6 +9908,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
9900
9908
  };
9901
9909
  accountGroup: IBaseRefFieldELS;
9902
9910
  account: IBaseRefFieldELS & {
9911
+ nameAppCloneSocial: string;
9903
9912
  accountDeviceTypeAppClone: string;
9904
9913
  accountDeviceNameAppClone: string;
9905
9914
  };
@@ -9931,6 +9940,8 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
9931
9940
  timezone: ETimeZone;
9932
9941
  listDateOfWeeks: string[];
9933
9942
  schedulePostTime: Array<Array<string>>;
9943
+ growthFollow: number;
9944
+ timeGrowthFollow: Date;
9934
9945
  unFollowPerDay: number;
9935
9946
  unFollowPerHour: number;
9936
9947
  isInteractBeforeUnFollow: boolean;
@@ -9947,6 +9958,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9947
9958
  };
9948
9959
  accountGroup: IBaseRefFieldELS;
9949
9960
  account: IBaseRefFieldELS & {
9961
+ nameAppCloneSocial: string;
9950
9962
  accountDeviceTypeAppClone: string;
9951
9963
  accountDeviceNameAppClone: string;
9952
9964
  };
@@ -9999,6 +10011,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9999
10011
  };
10000
10012
  accountGroup: IBaseRefFieldELS;
10001
10013
  account: IBaseRefFieldELS & {
10014
+ nameAppCloneSocial: string;
10002
10015
  accountDeviceTypeAppClone: string;
10003
10016
  accountDeviceNameAppClone: string;
10004
10017
  };
@@ -10059,6 +10072,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
10059
10072
  };
10060
10073
  accountGroup: IBaseRefFieldELS;
10061
10074
  account: IBaseRefFieldELS & {
10075
+ nameAppCloneSocial: string;
10062
10076
  accountDeviceTypeAppClone: string;
10063
10077
  accountDeviceNameAppClone: string;
10064
10078
  };
@@ -10131,6 +10145,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
10131
10145
  };
10132
10146
  accountGroup: IBaseRefFieldELS;
10133
10147
  account: IBaseRefFieldELS & {
10148
+ nameAppCloneSocial: string;
10134
10149
  accountDeviceTypeAppClone: string;
10135
10150
  accountDeviceNameAppClone: string;
10136
10151
  };
@@ -10197,6 +10212,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
10197
10212
  };
10198
10213
  accountGroup: IBaseRefFieldELS;
10199
10214
  account: IBaseRefFieldELS & {
10215
+ nameAppCloneSocial: string;
10200
10216
  accountDeviceTypeAppClone: string;
10201
10217
  accountDeviceNameAppClone: string;
10202
10218
  };
@@ -10255,6 +10271,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
10255
10271
  };
10256
10272
  accountGroup: IBaseRefFieldELS;
10257
10273
  account: IBaseRefFieldELS & {
10274
+ nameAppCloneSocial: string;
10258
10275
  accountDeviceTypeAppClone: string;
10259
10276
  accountDeviceNameAppClone: string;
10260
10277
  };
@@ -11022,6 +11039,7 @@ interface IThreadsReportPostELS extends IBaseELS {
11022
11039
  };
11023
11040
  accountGroup: IBaseRefFieldELS;
11024
11041
  account: IBaseRefFieldELS & {
11042
+ nameAppCloneSocial: string;
11025
11043
  accountDeviceTypeAppClone: string;
11026
11044
  accountDeviceNameAppClone: string;
11027
11045
  };
@@ -11072,6 +11090,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
11072
11090
  };
11073
11091
  accountGroup: IBaseRefFieldELS;
11074
11092
  account: IBaseRefFieldELS & {
11093
+ nameAppCloneSocial: string;
11075
11094
  accountDeviceTypeAppClone: string;
11076
11095
  accountDeviceNameAppClone: string;
11077
11096
  };
@@ -11114,6 +11133,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
11114
11133
  };
11115
11134
  accountGroup: IBaseRefFieldELS;
11116
11135
  account: IBaseRefFieldELS & {
11136
+ nameAppCloneSocial: string;
11117
11137
  accountDeviceTypeAppClone: string;
11118
11138
  accountDeviceNameAppClone: string;
11119
11139
  };
@@ -11155,6 +11175,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
11155
11175
  };
11156
11176
  accountGroup: IBaseRefFieldELS;
11157
11177
  account: IBaseRefFieldELS & {
11178
+ nameAppCloneSocial: string;
11158
11179
  accountDeviceTypeAppClone: string;
11159
11180
  accountDeviceNameAppClone: string;
11160
11181
  };
@@ -11196,6 +11217,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
11196
11217
  };
11197
11218
  accountGroup: IBaseRefFieldELS;
11198
11219
  account: IBaseRefFieldELS & {
11220
+ nameAppCloneSocial: string;
11199
11221
  accountDeviceTypeAppClone: string;
11200
11222
  accountDeviceNameAppClone: string;
11201
11223
  };
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
  };
@@ -9703,6 +9705,8 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
9703
9705
  timezone: ETimeZone;
9704
9706
  listDateOfWeeks: string[];
9705
9707
  schedulePostTime: Array<Array<string>>;
9708
+ growthFollow: number;
9709
+ timeGrowthFollow: Date;
9706
9710
  isInteractUserFollower: boolean;
9707
9711
  isInteractUserFollowing: boolean;
9708
9712
  isInteractCurrentUser: boolean;
@@ -9724,6 +9728,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
9724
9728
  };
9725
9729
  accountGroup: IBaseRefFieldELS;
9726
9730
  account: IBaseRefFieldELS & {
9731
+ nameAppCloneSocial: string;
9727
9732
  accountDeviceTypeAppClone: string;
9728
9733
  accountDeviceNameAppClone: string;
9729
9734
  };
@@ -9776,6 +9781,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
9776
9781
  };
9777
9782
  accountGroup: IBaseRefFieldELS;
9778
9783
  account: IBaseRefFieldELS & {
9784
+ nameAppCloneSocial: string;
9779
9785
  accountDeviceTypeAppClone: string;
9780
9786
  accountDeviceNameAppClone: string;
9781
9787
  };
@@ -9817,6 +9823,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
9817
9823
  };
9818
9824
  accountGroup: IBaseRefFieldELS;
9819
9825
  account: IBaseRefFieldELS & {
9826
+ nameAppCloneSocial: string;
9820
9827
  accountDeviceTypeAppClone: string;
9821
9828
  accountDeviceNameAppClone: string;
9822
9829
  };
@@ -9859,6 +9866,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
9859
9866
  };
9860
9867
  accountGroup: IBaseRefFieldELS;
9861
9868
  account: IBaseRefFieldELS & {
9869
+ nameAppCloneSocial: string;
9862
9870
  accountDeviceTypeAppClone: string;
9863
9871
  accountDeviceNameAppClone: string;
9864
9872
  };
@@ -9900,6 +9908,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
9900
9908
  };
9901
9909
  accountGroup: IBaseRefFieldELS;
9902
9910
  account: IBaseRefFieldELS & {
9911
+ nameAppCloneSocial: string;
9903
9912
  accountDeviceTypeAppClone: string;
9904
9913
  accountDeviceNameAppClone: string;
9905
9914
  };
@@ -9931,6 +9940,8 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
9931
9940
  timezone: ETimeZone;
9932
9941
  listDateOfWeeks: string[];
9933
9942
  schedulePostTime: Array<Array<string>>;
9943
+ growthFollow: number;
9944
+ timeGrowthFollow: Date;
9934
9945
  unFollowPerDay: number;
9935
9946
  unFollowPerHour: number;
9936
9947
  isInteractBeforeUnFollow: boolean;
@@ -9947,6 +9958,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9947
9958
  };
9948
9959
  accountGroup: IBaseRefFieldELS;
9949
9960
  account: IBaseRefFieldELS & {
9961
+ nameAppCloneSocial: string;
9950
9962
  accountDeviceTypeAppClone: string;
9951
9963
  accountDeviceNameAppClone: string;
9952
9964
  };
@@ -9999,6 +10011,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9999
10011
  };
10000
10012
  accountGroup: IBaseRefFieldELS;
10001
10013
  account: IBaseRefFieldELS & {
10014
+ nameAppCloneSocial: string;
10002
10015
  accountDeviceTypeAppClone: string;
10003
10016
  accountDeviceNameAppClone: string;
10004
10017
  };
@@ -10059,6 +10072,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
10059
10072
  };
10060
10073
  accountGroup: IBaseRefFieldELS;
10061
10074
  account: IBaseRefFieldELS & {
10075
+ nameAppCloneSocial: string;
10062
10076
  accountDeviceTypeAppClone: string;
10063
10077
  accountDeviceNameAppClone: string;
10064
10078
  };
@@ -10131,6 +10145,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
10131
10145
  };
10132
10146
  accountGroup: IBaseRefFieldELS;
10133
10147
  account: IBaseRefFieldELS & {
10148
+ nameAppCloneSocial: string;
10134
10149
  accountDeviceTypeAppClone: string;
10135
10150
  accountDeviceNameAppClone: string;
10136
10151
  };
@@ -10197,6 +10212,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
10197
10212
  };
10198
10213
  accountGroup: IBaseRefFieldELS;
10199
10214
  account: IBaseRefFieldELS & {
10215
+ nameAppCloneSocial: string;
10200
10216
  accountDeviceTypeAppClone: string;
10201
10217
  accountDeviceNameAppClone: string;
10202
10218
  };
@@ -10255,6 +10271,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
10255
10271
  };
10256
10272
  accountGroup: IBaseRefFieldELS;
10257
10273
  account: IBaseRefFieldELS & {
10274
+ nameAppCloneSocial: string;
10258
10275
  accountDeviceTypeAppClone: string;
10259
10276
  accountDeviceNameAppClone: string;
10260
10277
  };
@@ -11022,6 +11039,7 @@ interface IThreadsReportPostELS extends IBaseELS {
11022
11039
  };
11023
11040
  accountGroup: IBaseRefFieldELS;
11024
11041
  account: IBaseRefFieldELS & {
11042
+ nameAppCloneSocial: string;
11025
11043
  accountDeviceTypeAppClone: string;
11026
11044
  accountDeviceNameAppClone: string;
11027
11045
  };
@@ -11072,6 +11090,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
11072
11090
  };
11073
11091
  accountGroup: IBaseRefFieldELS;
11074
11092
  account: IBaseRefFieldELS & {
11093
+ nameAppCloneSocial: string;
11075
11094
  accountDeviceTypeAppClone: string;
11076
11095
  accountDeviceNameAppClone: string;
11077
11096
  };
@@ -11114,6 +11133,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
11114
11133
  };
11115
11134
  accountGroup: IBaseRefFieldELS;
11116
11135
  account: IBaseRefFieldELS & {
11136
+ nameAppCloneSocial: string;
11117
11137
  accountDeviceTypeAppClone: string;
11118
11138
  accountDeviceNameAppClone: string;
11119
11139
  };
@@ -11155,6 +11175,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
11155
11175
  };
11156
11176
  accountGroup: IBaseRefFieldELS;
11157
11177
  account: IBaseRefFieldELS & {
11178
+ nameAppCloneSocial: string;
11158
11179
  accountDeviceTypeAppClone: string;
11159
11180
  accountDeviceNameAppClone: string;
11160
11181
  };
@@ -11196,6 +11217,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
11196
11217
  };
11197
11218
  accountGroup: IBaseRefFieldELS;
11198
11219
  account: IBaseRefFieldELS & {
11220
+ nameAppCloneSocial: string;
11199
11221
  accountDeviceTypeAppClone: string;
11200
11222
  accountDeviceNameAppClone: string;
11201
11223
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.66",
3
+ "version": "5.4.68",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",