automation-lib 5.4.142 → 5.4.143

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
@@ -11727,15 +11727,15 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
11727
11727
  accountDeviceTypeAppClone: string;
11728
11728
  accountDeviceNameAppClone: string;
11729
11729
  };
11730
- accountVPN: IBaseRefFieldELS & {
11730
+ accountVPN: Array<IBaseRefFieldELS & {
11731
11731
  email: string;
11732
11732
  username: string;
11733
11733
  code2FA: string;
11734
11734
  country: string;
11735
11735
  type: ETypeAccountVPN;
11736
11736
  status: EStatusAccountVPN;
11737
- };
11738
- accountProxy: IBaseRefFieldELS & {
11737
+ }>;
11738
+ accountProxy: Array<IBaseRefFieldELS & {
11739
11739
  ip: string;
11740
11740
  port: string;
11741
11741
  username: string;
@@ -11744,7 +11744,7 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
11744
11744
  city: string;
11745
11745
  country: string;
11746
11746
  status: EStatusProxyChecked;
11747
- };
11747
+ }>;
11748
11748
  minuteWaiting: number;
11749
11749
  isTimeUS: boolean;
11750
11750
  dayOfWeek: EDayOfWeek;
@@ -11810,15 +11810,15 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
11810
11810
  accountDeviceTypeAppClone: string;
11811
11811
  accountDeviceNameAppClone: string;
11812
11812
  };
11813
- accountVPN: IBaseRefFieldELS & {
11813
+ accountVPN: Array<IBaseRefFieldELS & {
11814
11814
  email: string;
11815
11815
  username: string;
11816
11816
  code2FA: string;
11817
11817
  country: string;
11818
11818
  type: ETypeAccountVPN;
11819
11819
  status: EStatusAccountVPN;
11820
- };
11821
- accountProxy: IBaseRefFieldELS & {
11820
+ }>;
11821
+ accountProxy: Array<IBaseRefFieldELS & {
11822
11822
  ip: string;
11823
11823
  port: string;
11824
11824
  username: string;
@@ -11827,7 +11827,7 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
11827
11827
  city: string;
11828
11828
  country: string;
11829
11829
  status: EStatusProxyChecked;
11830
- };
11830
+ }>;
11831
11831
  minuteWaiting: number;
11832
11832
  isTimeUS: boolean;
11833
11833
  dayOfWeek: EDayOfWeek;
@@ -11890,15 +11890,15 @@ interface ITaskInstagramFollowELS extends IBaseELS {
11890
11890
  accountDeviceTypeAppClone: string;
11891
11891
  accountDeviceNameAppClone: string;
11892
11892
  };
11893
- accountVPN: IBaseRefFieldELS & {
11893
+ accountVPN: Array<IBaseRefFieldELS & {
11894
11894
  email: string;
11895
11895
  username: string;
11896
11896
  code2FA: string;
11897
11897
  country: string;
11898
11898
  type: ETypeAccountVPN;
11899
11899
  status: EStatusAccountVPN;
11900
- };
11901
- accountProxy: IBaseRefFieldELS & {
11900
+ }>;
11901
+ accountProxy: Array<IBaseRefFieldELS & {
11902
11902
  ip: string;
11903
11903
  port: string;
11904
11904
  username: string;
@@ -11907,7 +11907,7 @@ interface ITaskInstagramFollowELS extends IBaseELS {
11907
11907
  city: string;
11908
11908
  country: string;
11909
11909
  status: EStatusProxyChecked;
11910
- };
11910
+ }>;
11911
11911
  minuteWaiting: number;
11912
11912
  isTimeUS: boolean;
11913
11913
  dayOfWeek: EDayOfWeek;
@@ -11954,15 +11954,15 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
11954
11954
  accountDeviceTypeAppClone: string;
11955
11955
  accountDeviceNameAppClone: string;
11956
11956
  };
11957
- accountVPN: IBaseRefFieldELS & {
11957
+ accountVPN: Array<IBaseRefFieldELS & {
11958
11958
  email: string;
11959
11959
  username: string;
11960
11960
  code2FA: string;
11961
11961
  country: string;
11962
11962
  type: ETypeAccountVPN;
11963
11963
  status: EStatusAccountVPN;
11964
- };
11965
- accountProxy: IBaseRefFieldELS & {
11964
+ }>;
11965
+ accountProxy: Array<IBaseRefFieldELS & {
11966
11966
  ip: string;
11967
11967
  port: string;
11968
11968
  username: string;
@@ -11971,7 +11971,7 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
11971
11971
  city: string;
11972
11972
  country: string;
11973
11973
  status: EStatusProxyChecked;
11974
- };
11974
+ }>;
11975
11975
  minuteWaiting: number;
11976
11976
  isTimeUS: boolean;
11977
11977
  dayOfWeek: EDayOfWeek;
@@ -12021,15 +12021,15 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
12021
12021
  accountDeviceTypeAppClone: string;
12022
12022
  accountDeviceNameAppClone: string;
12023
12023
  };
12024
- accountVPN: IBaseRefFieldELS & {
12024
+ accountVPN: Array<IBaseRefFieldELS & {
12025
12025
  email: string;
12026
12026
  username: string;
12027
12027
  code2FA: string;
12028
12028
  country: string;
12029
12029
  type: ETypeAccountVPN;
12030
12030
  status: EStatusAccountVPN;
12031
- };
12032
- accountProxy: IBaseRefFieldELS & {
12031
+ }>;
12032
+ accountProxy: Array<IBaseRefFieldELS & {
12033
12033
  ip: string;
12034
12034
  port: string;
12035
12035
  username: string;
@@ -12038,7 +12038,7 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
12038
12038
  city: string;
12039
12039
  country: string;
12040
12040
  status: EStatusProxyChecked;
12041
- };
12041
+ }>;
12042
12042
  minuteWaiting: number;
12043
12043
  isTimeUS: boolean;
12044
12044
  dayOfWeek: EDayOfWeek;
@@ -12086,15 +12086,15 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
12086
12086
  accountDeviceTypeAppClone: string;
12087
12087
  accountDeviceNameAppClone: string;
12088
12088
  };
12089
- accountVPN: IBaseRefFieldELS & {
12089
+ accountVPN: Array<IBaseRefFieldELS & {
12090
12090
  email: string;
12091
12091
  username: string;
12092
12092
  code2FA: string;
12093
12093
  country: string;
12094
12094
  type: ETypeAccountVPN;
12095
12095
  status: EStatusAccountVPN;
12096
- };
12097
- accountProxy: IBaseRefFieldELS & {
12096
+ }>;
12097
+ accountProxy: Array<IBaseRefFieldELS & {
12098
12098
  ip: string;
12099
12099
  port: string;
12100
12100
  username: string;
@@ -12103,7 +12103,7 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
12103
12103
  city: string;
12104
12104
  country: string;
12105
12105
  status: EStatusProxyChecked;
12106
- };
12106
+ }>;
12107
12107
  minuteWaiting: number;
12108
12108
  isTimeUS: boolean;
12109
12109
  dayOfWeek: EDayOfWeek;
@@ -12189,15 +12189,15 @@ interface ITaskInstagramPostELS extends IBaseELS {
12189
12189
  accountDeviceTypeAppClone: string;
12190
12190
  accountDeviceNameAppClone: string;
12191
12191
  };
12192
- accountVPN: IBaseRefFieldELS & {
12192
+ accountVPN: Array<IBaseRefFieldELS & {
12193
12193
  email: string;
12194
12194
  username: string;
12195
12195
  code2FA: string;
12196
12196
  country: string;
12197
12197
  type: ETypeAccountVPN;
12198
12198
  status: EStatusAccountVPN;
12199
- };
12200
- accountProxy: IBaseRefFieldELS & {
12199
+ }>;
12200
+ accountProxy: Array<IBaseRefFieldELS & {
12201
12201
  ip: string;
12202
12202
  port: string;
12203
12203
  username: string;
@@ -12206,7 +12206,7 @@ interface ITaskInstagramPostELS extends IBaseELS {
12206
12206
  city: string;
12207
12207
  country: string;
12208
12208
  status: EStatusProxyChecked;
12209
- };
12209
+ }>;
12210
12210
  minuteWaiting: number;
12211
12211
  isTimeUS: boolean;
12212
12212
  dayOfWeek: EDayOfWeek;
@@ -12299,15 +12299,15 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
12299
12299
  accountDeviceTypeAppClone: string;
12300
12300
  accountDeviceNameAppClone: string;
12301
12301
  };
12302
- accountVPN: IBaseRefFieldELS & {
12302
+ accountVPN: Array<IBaseRefFieldELS & {
12303
12303
  email: string;
12304
12304
  username: string;
12305
12305
  code2FA: string;
12306
12306
  country: string;
12307
12307
  type: ETypeAccountVPN;
12308
12308
  status: EStatusAccountVPN;
12309
- };
12310
- accountProxy: IBaseRefFieldELS & {
12309
+ }>;
12310
+ accountProxy: Array<IBaseRefFieldELS & {
12311
12311
  ip: string;
12312
12312
  port: string;
12313
12313
  username: string;
@@ -12316,7 +12316,7 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
12316
12316
  city: string;
12317
12317
  country: string;
12318
12318
  status: EStatusProxyChecked;
12319
- };
12319
+ }>;
12320
12320
  minuteWaiting: number;
12321
12321
  isTimeUS: boolean;
12322
12322
  dayOfWeek: EDayOfWeek;
@@ -12373,15 +12373,15 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
12373
12373
  accountDeviceTypeAppClone: string;
12374
12374
  accountDeviceNameAppClone: string;
12375
12375
  };
12376
- accountVPN: IBaseRefFieldELS & {
12376
+ accountVPN: Array<IBaseRefFieldELS & {
12377
12377
  email: string;
12378
12378
  username: string;
12379
12379
  code2FA: string;
12380
12380
  country: string;
12381
12381
  type: ETypeAccountVPN;
12382
12382
  status: EStatusAccountVPN;
12383
- };
12384
- accountProxy: IBaseRefFieldELS & {
12383
+ }>;
12384
+ accountProxy: Array<IBaseRefFieldELS & {
12385
12385
  ip: string;
12386
12386
  port: string;
12387
12387
  username: string;
@@ -12390,7 +12390,7 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
12390
12390
  city: string;
12391
12391
  country: string;
12392
12392
  status: EStatusProxyChecked;
12393
- };
12393
+ }>;
12394
12394
  minuteWaiting: number;
12395
12395
  isTimeUS: boolean;
12396
12396
  dayOfWeek: EDayOfWeek;
package/dist/index.d.ts CHANGED
@@ -11727,15 +11727,15 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
11727
11727
  accountDeviceTypeAppClone: string;
11728
11728
  accountDeviceNameAppClone: string;
11729
11729
  };
11730
- accountVPN: IBaseRefFieldELS & {
11730
+ accountVPN: Array<IBaseRefFieldELS & {
11731
11731
  email: string;
11732
11732
  username: string;
11733
11733
  code2FA: string;
11734
11734
  country: string;
11735
11735
  type: ETypeAccountVPN;
11736
11736
  status: EStatusAccountVPN;
11737
- };
11738
- accountProxy: IBaseRefFieldELS & {
11737
+ }>;
11738
+ accountProxy: Array<IBaseRefFieldELS & {
11739
11739
  ip: string;
11740
11740
  port: string;
11741
11741
  username: string;
@@ -11744,7 +11744,7 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
11744
11744
  city: string;
11745
11745
  country: string;
11746
11746
  status: EStatusProxyChecked;
11747
- };
11747
+ }>;
11748
11748
  minuteWaiting: number;
11749
11749
  isTimeUS: boolean;
11750
11750
  dayOfWeek: EDayOfWeek;
@@ -11810,15 +11810,15 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
11810
11810
  accountDeviceTypeAppClone: string;
11811
11811
  accountDeviceNameAppClone: string;
11812
11812
  };
11813
- accountVPN: IBaseRefFieldELS & {
11813
+ accountVPN: Array<IBaseRefFieldELS & {
11814
11814
  email: string;
11815
11815
  username: string;
11816
11816
  code2FA: string;
11817
11817
  country: string;
11818
11818
  type: ETypeAccountVPN;
11819
11819
  status: EStatusAccountVPN;
11820
- };
11821
- accountProxy: IBaseRefFieldELS & {
11820
+ }>;
11821
+ accountProxy: Array<IBaseRefFieldELS & {
11822
11822
  ip: string;
11823
11823
  port: string;
11824
11824
  username: string;
@@ -11827,7 +11827,7 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
11827
11827
  city: string;
11828
11828
  country: string;
11829
11829
  status: EStatusProxyChecked;
11830
- };
11830
+ }>;
11831
11831
  minuteWaiting: number;
11832
11832
  isTimeUS: boolean;
11833
11833
  dayOfWeek: EDayOfWeek;
@@ -11890,15 +11890,15 @@ interface ITaskInstagramFollowELS extends IBaseELS {
11890
11890
  accountDeviceTypeAppClone: string;
11891
11891
  accountDeviceNameAppClone: string;
11892
11892
  };
11893
- accountVPN: IBaseRefFieldELS & {
11893
+ accountVPN: Array<IBaseRefFieldELS & {
11894
11894
  email: string;
11895
11895
  username: string;
11896
11896
  code2FA: string;
11897
11897
  country: string;
11898
11898
  type: ETypeAccountVPN;
11899
11899
  status: EStatusAccountVPN;
11900
- };
11901
- accountProxy: IBaseRefFieldELS & {
11900
+ }>;
11901
+ accountProxy: Array<IBaseRefFieldELS & {
11902
11902
  ip: string;
11903
11903
  port: string;
11904
11904
  username: string;
@@ -11907,7 +11907,7 @@ interface ITaskInstagramFollowELS extends IBaseELS {
11907
11907
  city: string;
11908
11908
  country: string;
11909
11909
  status: EStatusProxyChecked;
11910
- };
11910
+ }>;
11911
11911
  minuteWaiting: number;
11912
11912
  isTimeUS: boolean;
11913
11913
  dayOfWeek: EDayOfWeek;
@@ -11954,15 +11954,15 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
11954
11954
  accountDeviceTypeAppClone: string;
11955
11955
  accountDeviceNameAppClone: string;
11956
11956
  };
11957
- accountVPN: IBaseRefFieldELS & {
11957
+ accountVPN: Array<IBaseRefFieldELS & {
11958
11958
  email: string;
11959
11959
  username: string;
11960
11960
  code2FA: string;
11961
11961
  country: string;
11962
11962
  type: ETypeAccountVPN;
11963
11963
  status: EStatusAccountVPN;
11964
- };
11965
- accountProxy: IBaseRefFieldELS & {
11964
+ }>;
11965
+ accountProxy: Array<IBaseRefFieldELS & {
11966
11966
  ip: string;
11967
11967
  port: string;
11968
11968
  username: string;
@@ -11971,7 +11971,7 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
11971
11971
  city: string;
11972
11972
  country: string;
11973
11973
  status: EStatusProxyChecked;
11974
- };
11974
+ }>;
11975
11975
  minuteWaiting: number;
11976
11976
  isTimeUS: boolean;
11977
11977
  dayOfWeek: EDayOfWeek;
@@ -12021,15 +12021,15 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
12021
12021
  accountDeviceTypeAppClone: string;
12022
12022
  accountDeviceNameAppClone: string;
12023
12023
  };
12024
- accountVPN: IBaseRefFieldELS & {
12024
+ accountVPN: Array<IBaseRefFieldELS & {
12025
12025
  email: string;
12026
12026
  username: string;
12027
12027
  code2FA: string;
12028
12028
  country: string;
12029
12029
  type: ETypeAccountVPN;
12030
12030
  status: EStatusAccountVPN;
12031
- };
12032
- accountProxy: IBaseRefFieldELS & {
12031
+ }>;
12032
+ accountProxy: Array<IBaseRefFieldELS & {
12033
12033
  ip: string;
12034
12034
  port: string;
12035
12035
  username: string;
@@ -12038,7 +12038,7 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
12038
12038
  city: string;
12039
12039
  country: string;
12040
12040
  status: EStatusProxyChecked;
12041
- };
12041
+ }>;
12042
12042
  minuteWaiting: number;
12043
12043
  isTimeUS: boolean;
12044
12044
  dayOfWeek: EDayOfWeek;
@@ -12086,15 +12086,15 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
12086
12086
  accountDeviceTypeAppClone: string;
12087
12087
  accountDeviceNameAppClone: string;
12088
12088
  };
12089
- accountVPN: IBaseRefFieldELS & {
12089
+ accountVPN: Array<IBaseRefFieldELS & {
12090
12090
  email: string;
12091
12091
  username: string;
12092
12092
  code2FA: string;
12093
12093
  country: string;
12094
12094
  type: ETypeAccountVPN;
12095
12095
  status: EStatusAccountVPN;
12096
- };
12097
- accountProxy: IBaseRefFieldELS & {
12096
+ }>;
12097
+ accountProxy: Array<IBaseRefFieldELS & {
12098
12098
  ip: string;
12099
12099
  port: string;
12100
12100
  username: string;
@@ -12103,7 +12103,7 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
12103
12103
  city: string;
12104
12104
  country: string;
12105
12105
  status: EStatusProxyChecked;
12106
- };
12106
+ }>;
12107
12107
  minuteWaiting: number;
12108
12108
  isTimeUS: boolean;
12109
12109
  dayOfWeek: EDayOfWeek;
@@ -12189,15 +12189,15 @@ interface ITaskInstagramPostELS extends IBaseELS {
12189
12189
  accountDeviceTypeAppClone: string;
12190
12190
  accountDeviceNameAppClone: string;
12191
12191
  };
12192
- accountVPN: IBaseRefFieldELS & {
12192
+ accountVPN: Array<IBaseRefFieldELS & {
12193
12193
  email: string;
12194
12194
  username: string;
12195
12195
  code2FA: string;
12196
12196
  country: string;
12197
12197
  type: ETypeAccountVPN;
12198
12198
  status: EStatusAccountVPN;
12199
- };
12200
- accountProxy: IBaseRefFieldELS & {
12199
+ }>;
12200
+ accountProxy: Array<IBaseRefFieldELS & {
12201
12201
  ip: string;
12202
12202
  port: string;
12203
12203
  username: string;
@@ -12206,7 +12206,7 @@ interface ITaskInstagramPostELS extends IBaseELS {
12206
12206
  city: string;
12207
12207
  country: string;
12208
12208
  status: EStatusProxyChecked;
12209
- };
12209
+ }>;
12210
12210
  minuteWaiting: number;
12211
12211
  isTimeUS: boolean;
12212
12212
  dayOfWeek: EDayOfWeek;
@@ -12299,15 +12299,15 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
12299
12299
  accountDeviceTypeAppClone: string;
12300
12300
  accountDeviceNameAppClone: string;
12301
12301
  };
12302
- accountVPN: IBaseRefFieldELS & {
12302
+ accountVPN: Array<IBaseRefFieldELS & {
12303
12303
  email: string;
12304
12304
  username: string;
12305
12305
  code2FA: string;
12306
12306
  country: string;
12307
12307
  type: ETypeAccountVPN;
12308
12308
  status: EStatusAccountVPN;
12309
- };
12310
- accountProxy: IBaseRefFieldELS & {
12309
+ }>;
12310
+ accountProxy: Array<IBaseRefFieldELS & {
12311
12311
  ip: string;
12312
12312
  port: string;
12313
12313
  username: string;
@@ -12316,7 +12316,7 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
12316
12316
  city: string;
12317
12317
  country: string;
12318
12318
  status: EStatusProxyChecked;
12319
- };
12319
+ }>;
12320
12320
  minuteWaiting: number;
12321
12321
  isTimeUS: boolean;
12322
12322
  dayOfWeek: EDayOfWeek;
@@ -12373,15 +12373,15 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
12373
12373
  accountDeviceTypeAppClone: string;
12374
12374
  accountDeviceNameAppClone: string;
12375
12375
  };
12376
- accountVPN: IBaseRefFieldELS & {
12376
+ accountVPN: Array<IBaseRefFieldELS & {
12377
12377
  email: string;
12378
12378
  username: string;
12379
12379
  code2FA: string;
12380
12380
  country: string;
12381
12381
  type: ETypeAccountVPN;
12382
12382
  status: EStatusAccountVPN;
12383
- };
12384
- accountProxy: IBaseRefFieldELS & {
12383
+ }>;
12384
+ accountProxy: Array<IBaseRefFieldELS & {
12385
12385
  ip: string;
12386
12386
  port: string;
12387
12387
  username: string;
@@ -12390,7 +12390,7 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
12390
12390
  city: string;
12391
12391
  country: string;
12392
12392
  status: EStatusProxyChecked;
12393
- };
12393
+ }>;
12394
12394
  minuteWaiting: number;
12395
12395
  isTimeUS: boolean;
12396
12396
  dayOfWeek: EDayOfWeek;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.142",
3
+ "version": "5.4.143",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",