automation-lib 6.6.31 → 6.6.32

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
@@ -16853,12 +16853,15 @@ interface IInstagramSettingConfigMySettings {
16853
16853
 
16854
16854
  interface IInstagramFollowTarget {
16855
16855
  isConfig: boolean;
16856
+ runRandom: number;
16856
16857
  }
16857
16858
  interface IInstagramUnfollow {
16858
16859
  isConfig: boolean;
16860
+ runRandom: number;
16859
16861
  }
16860
16862
  interface IInstagramPreBlockAndBlock {
16861
16863
  isConfig: boolean;
16864
+ runRandom: number;
16862
16865
  }
16863
16866
  interface IInstagramSettingConfigFollowTarget {
16864
16867
  targetList: string[];
@@ -16909,13 +16912,13 @@ interface IInstagramSettingConfigBlock {
16909
16912
  }
16910
16913
 
16911
16914
  interface IInstagramReplyComment {
16912
- name: string;
16915
+ runRandom: number;
16913
16916
  }
16914
16917
  interface IInstagramProcessRequests {
16915
- name: string;
16918
+ runRandom: number;
16916
16919
  }
16917
16920
  interface IInstagramNotificationBar {
16918
- name: string;
16921
+ runRandom: number;
16919
16922
  }
16920
16923
  interface IInstagramSettingConfigReplyComment {
16921
16924
  name: string;
@@ -16928,10 +16931,10 @@ interface IInstagramSettingConfigNotificationBar {
16928
16931
  }
16929
16932
 
16930
16933
  interface IInstagramInboxManager {
16931
- name: string;
16934
+ runRandom: number;
16932
16935
  }
16933
16936
  interface IInstagramReplyMessage {
16934
- name: string;
16937
+ runRandom: number;
16935
16938
  }
16936
16939
  interface IInstagramSettingConfigInboxManager {
16937
16940
  name: string;
@@ -16941,13 +16944,13 @@ interface IInstagramSettingConfigReplyMessage {
16941
16944
  }
16942
16945
 
16943
16946
  interface IInstagramFeedSurf {
16944
- name: string;
16947
+ runRandom: number;
16945
16948
  }
16946
16949
  interface IInstagramPostInteract {
16947
- name: string;
16950
+ runRandom: number;
16948
16951
  }
16949
16952
  interface IInstagramPostAfterEngagement {
16950
- name: string;
16953
+ runRandom: number;
16951
16954
  }
16952
16955
  interface IInstagramSettingConfigFeedSurf {
16953
16956
  name: string;
@@ -16960,24 +16963,25 @@ interface IInstagramSettingConfigPostAfterEngagement {
16960
16963
  }
16961
16964
 
16962
16965
  interface IInstagramReelsSurfer {
16963
- name: string;
16966
+ runRandom: number;
16964
16967
  }
16965
16968
  interface IInstagramSettingConfigReelsSurfer {
16966
16969
  name: string;
16967
16970
  }
16968
16971
 
16969
16972
  interface IInstagramStoryViewer {
16970
- name: string;
16973
+ isConfig: boolean;
16974
+ runRandom: number;
16971
16975
  }
16972
16976
  interface IInstagramSettingConfigStoryViewer {
16973
16977
  name: string;
16974
16978
  }
16975
16979
 
16976
16980
  interface IInstagramMyNetworkInteract {
16977
- name: string;
16981
+ runRandom: number;
16978
16982
  }
16979
16983
  interface IInstagramStrangerProfileVisit {
16980
- name: string;
16984
+ runRandom: number;
16981
16985
  }
16982
16986
  interface IInstagramSettingConfigMyNetwork {
16983
16987
  name: string;
@@ -16987,19 +16991,19 @@ interface IInstagramSettingConfigStrangerVisit {
16987
16991
  }
16988
16992
 
16989
16993
  interface IInstagramNavigation {
16990
- name: string;
16994
+ runRandom: number;
16991
16995
  }
16992
16996
  interface IInstagramGesture {
16993
- name: string;
16997
+ runRandom: number;
16994
16998
  }
16995
16999
  interface IInstagramHumanDelay {
16996
- name: string;
17000
+ runRandom: number;
16997
17001
  }
16998
17002
  interface IInstagramCheckpoint {
16999
- name: string;
17003
+ runRandom: number;
17000
17004
  }
17001
17005
  interface IInstagramEndWorkflow {
17002
- name: string;
17006
+ runRandom: number;
17003
17007
  }
17004
17008
  interface IInstagramSettingConfigNavigation {
17005
17009
  name: string;
package/dist/index.d.ts CHANGED
@@ -16853,12 +16853,15 @@ interface IInstagramSettingConfigMySettings {
16853
16853
 
16854
16854
  interface IInstagramFollowTarget {
16855
16855
  isConfig: boolean;
16856
+ runRandom: number;
16856
16857
  }
16857
16858
  interface IInstagramUnfollow {
16858
16859
  isConfig: boolean;
16860
+ runRandom: number;
16859
16861
  }
16860
16862
  interface IInstagramPreBlockAndBlock {
16861
16863
  isConfig: boolean;
16864
+ runRandom: number;
16862
16865
  }
16863
16866
  interface IInstagramSettingConfigFollowTarget {
16864
16867
  targetList: string[];
@@ -16909,13 +16912,13 @@ interface IInstagramSettingConfigBlock {
16909
16912
  }
16910
16913
 
16911
16914
  interface IInstagramReplyComment {
16912
- name: string;
16915
+ runRandom: number;
16913
16916
  }
16914
16917
  interface IInstagramProcessRequests {
16915
- name: string;
16918
+ runRandom: number;
16916
16919
  }
16917
16920
  interface IInstagramNotificationBar {
16918
- name: string;
16921
+ runRandom: number;
16919
16922
  }
16920
16923
  interface IInstagramSettingConfigReplyComment {
16921
16924
  name: string;
@@ -16928,10 +16931,10 @@ interface IInstagramSettingConfigNotificationBar {
16928
16931
  }
16929
16932
 
16930
16933
  interface IInstagramInboxManager {
16931
- name: string;
16934
+ runRandom: number;
16932
16935
  }
16933
16936
  interface IInstagramReplyMessage {
16934
- name: string;
16937
+ runRandom: number;
16935
16938
  }
16936
16939
  interface IInstagramSettingConfigInboxManager {
16937
16940
  name: string;
@@ -16941,13 +16944,13 @@ interface IInstagramSettingConfigReplyMessage {
16941
16944
  }
16942
16945
 
16943
16946
  interface IInstagramFeedSurf {
16944
- name: string;
16947
+ runRandom: number;
16945
16948
  }
16946
16949
  interface IInstagramPostInteract {
16947
- name: string;
16950
+ runRandom: number;
16948
16951
  }
16949
16952
  interface IInstagramPostAfterEngagement {
16950
- name: string;
16953
+ runRandom: number;
16951
16954
  }
16952
16955
  interface IInstagramSettingConfigFeedSurf {
16953
16956
  name: string;
@@ -16960,24 +16963,25 @@ interface IInstagramSettingConfigPostAfterEngagement {
16960
16963
  }
16961
16964
 
16962
16965
  interface IInstagramReelsSurfer {
16963
- name: string;
16966
+ runRandom: number;
16964
16967
  }
16965
16968
  interface IInstagramSettingConfigReelsSurfer {
16966
16969
  name: string;
16967
16970
  }
16968
16971
 
16969
16972
  interface IInstagramStoryViewer {
16970
- name: string;
16973
+ isConfig: boolean;
16974
+ runRandom: number;
16971
16975
  }
16972
16976
  interface IInstagramSettingConfigStoryViewer {
16973
16977
  name: string;
16974
16978
  }
16975
16979
 
16976
16980
  interface IInstagramMyNetworkInteract {
16977
- name: string;
16981
+ runRandom: number;
16978
16982
  }
16979
16983
  interface IInstagramStrangerProfileVisit {
16980
- name: string;
16984
+ runRandom: number;
16981
16985
  }
16982
16986
  interface IInstagramSettingConfigMyNetwork {
16983
16987
  name: string;
@@ -16987,19 +16991,19 @@ interface IInstagramSettingConfigStrangerVisit {
16987
16991
  }
16988
16992
 
16989
16993
  interface IInstagramNavigation {
16990
- name: string;
16994
+ runRandom: number;
16991
16995
  }
16992
16996
  interface IInstagramGesture {
16993
- name: string;
16997
+ runRandom: number;
16994
16998
  }
16995
16999
  interface IInstagramHumanDelay {
16996
- name: string;
17000
+ runRandom: number;
16997
17001
  }
16998
17002
  interface IInstagramCheckpoint {
16999
- name: string;
17003
+ runRandom: number;
17000
17004
  }
17001
17005
  interface IInstagramEndWorkflow {
17002
- name: string;
17006
+ runRandom: number;
17003
17007
  }
17004
17008
  interface IInstagramSettingConfigNavigation {
17005
17009
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.31",
3
+ "version": "6.6.32",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",