automation-lib 5.4.54 → 5.4.55

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
  };
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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.54",
3
+ "version": "5.4.55",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",