automation-lib 5.4.54 → 5.4.56

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
@@ -9502,7 +9502,6 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
9502
9502
  };
9503
9503
  accountGroup: IBaseRefFieldELS;
9504
9504
  account: IBaseRefFieldELS & {
9505
- accountIDSheet: string;
9506
9505
  accountDeviceTypeAppClone: string;
9507
9506
  accountDeviceNameAppClone: string;
9508
9507
  };
@@ -9542,7 +9541,6 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
9542
9541
  };
9543
9542
  accountGroup: IBaseRefFieldELS;
9544
9543
  account: IBaseRefFieldELS & {
9545
- accountIDSheet: string;
9546
9544
  accountDeviceTypeAppClone: string;
9547
9545
  accountDeviceNameAppClone: string;
9548
9546
  };
@@ -9584,7 +9582,6 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
9584
9582
  };
9585
9583
  accountGroup: IBaseRefFieldELS;
9586
9584
  account: IBaseRefFieldELS & {
9587
- accountIDSheet: string;
9588
9585
  accountDeviceTypeAppClone: string;
9589
9586
  accountDeviceNameAppClone: string;
9590
9587
  };
@@ -9625,7 +9622,6 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
9625
9622
  };
9626
9623
  accountGroup: IBaseRefFieldELS;
9627
9624
  account: IBaseRefFieldELS & {
9628
- accountIDSheet: string;
9629
9625
  accountDeviceTypeAppClone: string;
9630
9626
  accountDeviceNameAppClone: string;
9631
9627
  };
@@ -9667,7 +9663,6 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
9667
9663
  };
9668
9664
  accountGroup: IBaseRefFieldELS;
9669
9665
  account: IBaseRefFieldELS & {
9670
- accountIDSheet: string;
9671
9666
  accountDeviceTypeAppClone: string;
9672
9667
  accountDeviceNameAppClone: string;
9673
9668
  };
@@ -9710,7 +9705,6 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
9710
9705
  };
9711
9706
  accountGroup: IBaseRefFieldELS;
9712
9707
  account: IBaseRefFieldELS & {
9713
- accountIDSheet: string;
9714
9708
  accountDeviceTypeAppClone: string;
9715
9709
  accountDeviceNameAppClone: string;
9716
9710
  };
@@ -9752,7 +9746,6 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
9752
9746
  };
9753
9747
  accountGroup: IBaseRefFieldELS;
9754
9748
  account: IBaseRefFieldELS & {
9755
- accountIDSheet: string;
9756
9749
  accountDeviceTypeAppClone: string;
9757
9750
  accountDeviceNameAppClone: string;
9758
9751
  };
@@ -9795,7 +9788,6 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9795
9788
  };
9796
9789
  accountGroup: IBaseRefFieldELS;
9797
9790
  account: IBaseRefFieldELS & {
9798
- accountIDSheet: string;
9799
9791
  accountDeviceTypeAppClone: string;
9800
9792
  accountDeviceNameAppClone: string;
9801
9793
  };
@@ -9840,7 +9832,6 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9840
9832
  };
9841
9833
  accountGroup: IBaseRefFieldELS;
9842
9834
  account: IBaseRefFieldELS & {
9843
- accountIDSheet: string;
9844
9835
  accountDeviceTypeAppClone: string;
9845
9836
  accountDeviceNameAppClone: string;
9846
9837
  };
@@ -9900,7 +9891,6 @@ interface IInstagramReportPostNewELS extends IBaseELS {
9900
9891
  };
9901
9892
  accountGroup: IBaseRefFieldELS;
9902
9893
  account: IBaseRefFieldELS & {
9903
- accountIDSheet: string;
9904
9894
  accountDeviceTypeAppClone: string;
9905
9895
  accountDeviceNameAppClone: string;
9906
9896
  };
@@ -9973,7 +9963,6 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
9973
9963
  };
9974
9964
  accountGroup: IBaseRefFieldELS;
9975
9965
  account: IBaseRefFieldELS & {
9976
- accountIDSheet: string;
9977
9966
  accountDeviceTypeAppClone: string;
9978
9967
  accountDeviceNameAppClone: string;
9979
9968
  };
@@ -10040,7 +10029,6 @@ interface IInstagramReportPostReelELS extends IBaseELS {
10040
10029
  };
10041
10030
  accountGroup: IBaseRefFieldELS;
10042
10031
  account: IBaseRefFieldELS & {
10043
- accountIDSheet: string;
10044
10032
  accountDeviceTypeAppClone: string;
10045
10033
  accountDeviceNameAppClone: string;
10046
10034
  };
@@ -10099,7 +10087,6 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
10099
10087
  };
10100
10088
  accountGroup: IBaseRefFieldELS;
10101
10089
  account: IBaseRefFieldELS & {
10102
- accountIDSheet: string;
10103
10090
  accountDeviceTypeAppClone: string;
10104
10091
  accountDeviceNameAppClone: string;
10105
10092
  };
@@ -10854,7 +10841,10 @@ interface IThreadsReportPostELS extends IBaseELS {
10854
10841
  key: string;
10855
10842
  };
10856
10843
  accountGroup: IBaseRefFieldELS;
10857
- account: IBaseRefFieldELS;
10844
+ account: IBaseRefFieldELS & {
10845
+ accountDeviceTypeAppClone: string;
10846
+ accountDeviceNameAppClone: string;
10847
+ };
10858
10848
  sheetName: string;
10859
10849
  sheetUrl: string;
10860
10850
  url: string;
@@ -10901,7 +10891,10 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
10901
10891
  key: string;
10902
10892
  };
10903
10893
  accountGroup: IBaseRefFieldELS;
10904
- account: IBaseRefFieldELS;
10894
+ account: IBaseRefFieldELS & {
10895
+ accountDeviceTypeAppClone: string;
10896
+ accountDeviceNameAppClone: string;
10897
+ };
10905
10898
  sheetName: string;
10906
10899
  sheetUrl: string;
10907
10900
  follower: number;
@@ -10940,7 +10933,10 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
10940
10933
  key: string;
10941
10934
  };
10942
10935
  accountGroup: IBaseRefFieldELS;
10943
- account: IBaseRefFieldELS;
10936
+ account: IBaseRefFieldELS & {
10937
+ accountDeviceTypeAppClone: string;
10938
+ accountDeviceNameAppClone: string;
10939
+ };
10944
10940
  sheetName: string;
10945
10941
  sheetUrl: string;
10946
10942
  follower: number;
@@ -10978,7 +10974,10 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
10978
10974
  key: string;
10979
10975
  };
10980
10976
  accountGroup: IBaseRefFieldELS;
10981
- account: IBaseRefFieldELS;
10977
+ account: IBaseRefFieldELS & {
10978
+ accountDeviceTypeAppClone: string;
10979
+ accountDeviceNameAppClone: string;
10980
+ };
10982
10981
  sheetName: string;
10983
10982
  sheetUrl: string;
10984
10983
  receiverName: string;
@@ -11016,7 +11015,10 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
11016
11015
  key: string;
11017
11016
  };
11018
11017
  accountGroup: IBaseRefFieldELS;
11019
- account: IBaseRefFieldELS;
11018
+ account: IBaseRefFieldELS & {
11019
+ accountDeviceTypeAppClone: string;
11020
+ accountDeviceNameAppClone: string;
11021
+ };
11020
11022
  sheetName: string;
11021
11023
  sheetUrl: string;
11022
11024
  content: string;
package/dist/index.d.ts CHANGED
@@ -9502,7 +9502,6 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
9502
9502
  };
9503
9503
  accountGroup: IBaseRefFieldELS;
9504
9504
  account: IBaseRefFieldELS & {
9505
- accountIDSheet: string;
9506
9505
  accountDeviceTypeAppClone: string;
9507
9506
  accountDeviceNameAppClone: string;
9508
9507
  };
@@ -9542,7 +9541,6 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
9542
9541
  };
9543
9542
  accountGroup: IBaseRefFieldELS;
9544
9543
  account: IBaseRefFieldELS & {
9545
- accountIDSheet: string;
9546
9544
  accountDeviceTypeAppClone: string;
9547
9545
  accountDeviceNameAppClone: string;
9548
9546
  };
@@ -9584,7 +9582,6 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
9584
9582
  };
9585
9583
  accountGroup: IBaseRefFieldELS;
9586
9584
  account: IBaseRefFieldELS & {
9587
- accountIDSheet: string;
9588
9585
  accountDeviceTypeAppClone: string;
9589
9586
  accountDeviceNameAppClone: string;
9590
9587
  };
@@ -9625,7 +9622,6 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
9625
9622
  };
9626
9623
  accountGroup: IBaseRefFieldELS;
9627
9624
  account: IBaseRefFieldELS & {
9628
- accountIDSheet: string;
9629
9625
  accountDeviceTypeAppClone: string;
9630
9626
  accountDeviceNameAppClone: string;
9631
9627
  };
@@ -9667,7 +9663,6 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
9667
9663
  };
9668
9664
  accountGroup: IBaseRefFieldELS;
9669
9665
  account: IBaseRefFieldELS & {
9670
- accountIDSheet: string;
9671
9666
  accountDeviceTypeAppClone: string;
9672
9667
  accountDeviceNameAppClone: string;
9673
9668
  };
@@ -9710,7 +9705,6 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
9710
9705
  };
9711
9706
  accountGroup: IBaseRefFieldELS;
9712
9707
  account: IBaseRefFieldELS & {
9713
- accountIDSheet: string;
9714
9708
  accountDeviceTypeAppClone: string;
9715
9709
  accountDeviceNameAppClone: string;
9716
9710
  };
@@ -9752,7 +9746,6 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
9752
9746
  };
9753
9747
  accountGroup: IBaseRefFieldELS;
9754
9748
  account: IBaseRefFieldELS & {
9755
- accountIDSheet: string;
9756
9749
  accountDeviceTypeAppClone: string;
9757
9750
  accountDeviceNameAppClone: string;
9758
9751
  };
@@ -9795,7 +9788,6 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9795
9788
  };
9796
9789
  accountGroup: IBaseRefFieldELS;
9797
9790
  account: IBaseRefFieldELS & {
9798
- accountIDSheet: string;
9799
9791
  accountDeviceTypeAppClone: string;
9800
9792
  accountDeviceNameAppClone: string;
9801
9793
  };
@@ -9840,7 +9832,6 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9840
9832
  };
9841
9833
  accountGroup: IBaseRefFieldELS;
9842
9834
  account: IBaseRefFieldELS & {
9843
- accountIDSheet: string;
9844
9835
  accountDeviceTypeAppClone: string;
9845
9836
  accountDeviceNameAppClone: string;
9846
9837
  };
@@ -9900,7 +9891,6 @@ interface IInstagramReportPostNewELS extends IBaseELS {
9900
9891
  };
9901
9892
  accountGroup: IBaseRefFieldELS;
9902
9893
  account: IBaseRefFieldELS & {
9903
- accountIDSheet: string;
9904
9894
  accountDeviceTypeAppClone: string;
9905
9895
  accountDeviceNameAppClone: string;
9906
9896
  };
@@ -9973,7 +9963,6 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
9973
9963
  };
9974
9964
  accountGroup: IBaseRefFieldELS;
9975
9965
  account: IBaseRefFieldELS & {
9976
- accountIDSheet: string;
9977
9966
  accountDeviceTypeAppClone: string;
9978
9967
  accountDeviceNameAppClone: string;
9979
9968
  };
@@ -10040,7 +10029,6 @@ interface IInstagramReportPostReelELS extends IBaseELS {
10040
10029
  };
10041
10030
  accountGroup: IBaseRefFieldELS;
10042
10031
  account: IBaseRefFieldELS & {
10043
- accountIDSheet: string;
10044
10032
  accountDeviceTypeAppClone: string;
10045
10033
  accountDeviceNameAppClone: string;
10046
10034
  };
@@ -10099,7 +10087,6 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
10099
10087
  };
10100
10088
  accountGroup: IBaseRefFieldELS;
10101
10089
  account: IBaseRefFieldELS & {
10102
- accountIDSheet: string;
10103
10090
  accountDeviceTypeAppClone: string;
10104
10091
  accountDeviceNameAppClone: string;
10105
10092
  };
@@ -10854,7 +10841,10 @@ interface IThreadsReportPostELS extends IBaseELS {
10854
10841
  key: string;
10855
10842
  };
10856
10843
  accountGroup: IBaseRefFieldELS;
10857
- account: IBaseRefFieldELS;
10844
+ account: IBaseRefFieldELS & {
10845
+ accountDeviceTypeAppClone: string;
10846
+ accountDeviceNameAppClone: string;
10847
+ };
10858
10848
  sheetName: string;
10859
10849
  sheetUrl: string;
10860
10850
  url: string;
@@ -10901,7 +10891,10 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
10901
10891
  key: string;
10902
10892
  };
10903
10893
  accountGroup: IBaseRefFieldELS;
10904
- account: IBaseRefFieldELS;
10894
+ account: IBaseRefFieldELS & {
10895
+ accountDeviceTypeAppClone: string;
10896
+ accountDeviceNameAppClone: string;
10897
+ };
10905
10898
  sheetName: string;
10906
10899
  sheetUrl: string;
10907
10900
  follower: number;
@@ -10940,7 +10933,10 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
10940
10933
  key: string;
10941
10934
  };
10942
10935
  accountGroup: IBaseRefFieldELS;
10943
- account: IBaseRefFieldELS;
10936
+ account: IBaseRefFieldELS & {
10937
+ accountDeviceTypeAppClone: string;
10938
+ accountDeviceNameAppClone: string;
10939
+ };
10944
10940
  sheetName: string;
10945
10941
  sheetUrl: string;
10946
10942
  follower: number;
@@ -10978,7 +10974,10 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
10978
10974
  key: string;
10979
10975
  };
10980
10976
  accountGroup: IBaseRefFieldELS;
10981
- account: IBaseRefFieldELS;
10977
+ account: IBaseRefFieldELS & {
10978
+ accountDeviceTypeAppClone: string;
10979
+ accountDeviceNameAppClone: string;
10980
+ };
10982
10981
  sheetName: string;
10983
10982
  sheetUrl: string;
10984
10983
  receiverName: string;
@@ -11016,7 +11015,10 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
11016
11015
  key: string;
11017
11016
  };
11018
11017
  accountGroup: IBaseRefFieldELS;
11019
- account: IBaseRefFieldELS;
11018
+ account: IBaseRefFieldELS & {
11019
+ accountDeviceTypeAppClone: string;
11020
+ accountDeviceNameAppClone: string;
11021
+ };
11020
11022
  sheetName: string;
11021
11023
  sheetUrl: string;
11022
11024
  content: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.54",
3
+ "version": "5.4.56",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",