automation-lib 5.4.141 → 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 +36 -40
- package/dist/index.d.ts +36 -40
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2157,7 +2157,6 @@ interface IDeviceLogELS extends IBaseELS {
|
|
|
2157
2157
|
|
|
2158
2158
|
interface IDeviceSettingForAccount extends IBaseModel, ITrackingModel<IUser> {
|
|
2159
2159
|
device: string | IDevice;
|
|
2160
|
-
deviceOld: string | IDevice;
|
|
2161
2160
|
typeSocial: ETypeSocial;
|
|
2162
2161
|
accountSocial: string | IAccountSocialBase;
|
|
2163
2162
|
isActive: boolean;
|
|
@@ -2184,7 +2183,6 @@ interface IAccountCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2184
2183
|
|
|
2185
2184
|
interface IDeviceSettingForCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
|
|
2186
2185
|
device: string | IDevice;
|
|
2187
|
-
deviceOld: string | IDevice;
|
|
2188
2186
|
accountCHPlayICloud: IAccountCHPlayICloud | string;
|
|
2189
2187
|
}
|
|
2190
2188
|
|
|
@@ -11729,15 +11727,15 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
|
|
|
11729
11727
|
accountDeviceTypeAppClone: string;
|
|
11730
11728
|
accountDeviceNameAppClone: string;
|
|
11731
11729
|
};
|
|
11732
|
-
accountVPN: IBaseRefFieldELS & {
|
|
11730
|
+
accountVPN: Array<IBaseRefFieldELS & {
|
|
11733
11731
|
email: string;
|
|
11734
11732
|
username: string;
|
|
11735
11733
|
code2FA: string;
|
|
11736
11734
|
country: string;
|
|
11737
11735
|
type: ETypeAccountVPN;
|
|
11738
11736
|
status: EStatusAccountVPN;
|
|
11739
|
-
}
|
|
11740
|
-
accountProxy: IBaseRefFieldELS & {
|
|
11737
|
+
}>;
|
|
11738
|
+
accountProxy: Array<IBaseRefFieldELS & {
|
|
11741
11739
|
ip: string;
|
|
11742
11740
|
port: string;
|
|
11743
11741
|
username: string;
|
|
@@ -11746,7 +11744,7 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
|
|
|
11746
11744
|
city: string;
|
|
11747
11745
|
country: string;
|
|
11748
11746
|
status: EStatusProxyChecked;
|
|
11749
|
-
}
|
|
11747
|
+
}>;
|
|
11750
11748
|
minuteWaiting: number;
|
|
11751
11749
|
isTimeUS: boolean;
|
|
11752
11750
|
dayOfWeek: EDayOfWeek;
|
|
@@ -11812,15 +11810,15 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
|
|
|
11812
11810
|
accountDeviceTypeAppClone: string;
|
|
11813
11811
|
accountDeviceNameAppClone: string;
|
|
11814
11812
|
};
|
|
11815
|
-
accountVPN: IBaseRefFieldELS & {
|
|
11813
|
+
accountVPN: Array<IBaseRefFieldELS & {
|
|
11816
11814
|
email: string;
|
|
11817
11815
|
username: string;
|
|
11818
11816
|
code2FA: string;
|
|
11819
11817
|
country: string;
|
|
11820
11818
|
type: ETypeAccountVPN;
|
|
11821
11819
|
status: EStatusAccountVPN;
|
|
11822
|
-
}
|
|
11823
|
-
accountProxy: IBaseRefFieldELS & {
|
|
11820
|
+
}>;
|
|
11821
|
+
accountProxy: Array<IBaseRefFieldELS & {
|
|
11824
11822
|
ip: string;
|
|
11825
11823
|
port: string;
|
|
11826
11824
|
username: string;
|
|
@@ -11829,7 +11827,7 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
|
|
|
11829
11827
|
city: string;
|
|
11830
11828
|
country: string;
|
|
11831
11829
|
status: EStatusProxyChecked;
|
|
11832
|
-
}
|
|
11830
|
+
}>;
|
|
11833
11831
|
minuteWaiting: number;
|
|
11834
11832
|
isTimeUS: boolean;
|
|
11835
11833
|
dayOfWeek: EDayOfWeek;
|
|
@@ -11892,15 +11890,15 @@ interface ITaskInstagramFollowELS extends IBaseELS {
|
|
|
11892
11890
|
accountDeviceTypeAppClone: string;
|
|
11893
11891
|
accountDeviceNameAppClone: string;
|
|
11894
11892
|
};
|
|
11895
|
-
accountVPN: IBaseRefFieldELS & {
|
|
11893
|
+
accountVPN: Array<IBaseRefFieldELS & {
|
|
11896
11894
|
email: string;
|
|
11897
11895
|
username: string;
|
|
11898
11896
|
code2FA: string;
|
|
11899
11897
|
country: string;
|
|
11900
11898
|
type: ETypeAccountVPN;
|
|
11901
11899
|
status: EStatusAccountVPN;
|
|
11902
|
-
}
|
|
11903
|
-
accountProxy: IBaseRefFieldELS & {
|
|
11900
|
+
}>;
|
|
11901
|
+
accountProxy: Array<IBaseRefFieldELS & {
|
|
11904
11902
|
ip: string;
|
|
11905
11903
|
port: string;
|
|
11906
11904
|
username: string;
|
|
@@ -11909,7 +11907,7 @@ interface ITaskInstagramFollowELS extends IBaseELS {
|
|
|
11909
11907
|
city: string;
|
|
11910
11908
|
country: string;
|
|
11911
11909
|
status: EStatusProxyChecked;
|
|
11912
|
-
}
|
|
11910
|
+
}>;
|
|
11913
11911
|
minuteWaiting: number;
|
|
11914
11912
|
isTimeUS: boolean;
|
|
11915
11913
|
dayOfWeek: EDayOfWeek;
|
|
@@ -11956,15 +11954,15 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
|
|
|
11956
11954
|
accountDeviceTypeAppClone: string;
|
|
11957
11955
|
accountDeviceNameAppClone: string;
|
|
11958
11956
|
};
|
|
11959
|
-
accountVPN: IBaseRefFieldELS & {
|
|
11957
|
+
accountVPN: Array<IBaseRefFieldELS & {
|
|
11960
11958
|
email: string;
|
|
11961
11959
|
username: string;
|
|
11962
11960
|
code2FA: string;
|
|
11963
11961
|
country: string;
|
|
11964
11962
|
type: ETypeAccountVPN;
|
|
11965
11963
|
status: EStatusAccountVPN;
|
|
11966
|
-
}
|
|
11967
|
-
accountProxy: IBaseRefFieldELS & {
|
|
11964
|
+
}>;
|
|
11965
|
+
accountProxy: Array<IBaseRefFieldELS & {
|
|
11968
11966
|
ip: string;
|
|
11969
11967
|
port: string;
|
|
11970
11968
|
username: string;
|
|
@@ -11973,7 +11971,7 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
|
|
|
11973
11971
|
city: string;
|
|
11974
11972
|
country: string;
|
|
11975
11973
|
status: EStatusProxyChecked;
|
|
11976
|
-
}
|
|
11974
|
+
}>;
|
|
11977
11975
|
minuteWaiting: number;
|
|
11978
11976
|
isTimeUS: boolean;
|
|
11979
11977
|
dayOfWeek: EDayOfWeek;
|
|
@@ -12023,15 +12021,15 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
|
|
|
12023
12021
|
accountDeviceTypeAppClone: string;
|
|
12024
12022
|
accountDeviceNameAppClone: string;
|
|
12025
12023
|
};
|
|
12026
|
-
accountVPN: IBaseRefFieldELS & {
|
|
12024
|
+
accountVPN: Array<IBaseRefFieldELS & {
|
|
12027
12025
|
email: string;
|
|
12028
12026
|
username: string;
|
|
12029
12027
|
code2FA: string;
|
|
12030
12028
|
country: string;
|
|
12031
12029
|
type: ETypeAccountVPN;
|
|
12032
12030
|
status: EStatusAccountVPN;
|
|
12033
|
-
}
|
|
12034
|
-
accountProxy: IBaseRefFieldELS & {
|
|
12031
|
+
}>;
|
|
12032
|
+
accountProxy: Array<IBaseRefFieldELS & {
|
|
12035
12033
|
ip: string;
|
|
12036
12034
|
port: string;
|
|
12037
12035
|
username: string;
|
|
@@ -12040,7 +12038,7 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
|
|
|
12040
12038
|
city: string;
|
|
12041
12039
|
country: string;
|
|
12042
12040
|
status: EStatusProxyChecked;
|
|
12043
|
-
}
|
|
12041
|
+
}>;
|
|
12044
12042
|
minuteWaiting: number;
|
|
12045
12043
|
isTimeUS: boolean;
|
|
12046
12044
|
dayOfWeek: EDayOfWeek;
|
|
@@ -12088,15 +12086,15 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
|
|
|
12088
12086
|
accountDeviceTypeAppClone: string;
|
|
12089
12087
|
accountDeviceNameAppClone: string;
|
|
12090
12088
|
};
|
|
12091
|
-
accountVPN: IBaseRefFieldELS & {
|
|
12089
|
+
accountVPN: Array<IBaseRefFieldELS & {
|
|
12092
12090
|
email: string;
|
|
12093
12091
|
username: string;
|
|
12094
12092
|
code2FA: string;
|
|
12095
12093
|
country: string;
|
|
12096
12094
|
type: ETypeAccountVPN;
|
|
12097
12095
|
status: EStatusAccountVPN;
|
|
12098
|
-
}
|
|
12099
|
-
accountProxy: IBaseRefFieldELS & {
|
|
12096
|
+
}>;
|
|
12097
|
+
accountProxy: Array<IBaseRefFieldELS & {
|
|
12100
12098
|
ip: string;
|
|
12101
12099
|
port: string;
|
|
12102
12100
|
username: string;
|
|
@@ -12105,7 +12103,7 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
|
|
|
12105
12103
|
city: string;
|
|
12106
12104
|
country: string;
|
|
12107
12105
|
status: EStatusProxyChecked;
|
|
12108
|
-
}
|
|
12106
|
+
}>;
|
|
12109
12107
|
minuteWaiting: number;
|
|
12110
12108
|
isTimeUS: boolean;
|
|
12111
12109
|
dayOfWeek: EDayOfWeek;
|
|
@@ -12191,15 +12189,15 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12191
12189
|
accountDeviceTypeAppClone: string;
|
|
12192
12190
|
accountDeviceNameAppClone: string;
|
|
12193
12191
|
};
|
|
12194
|
-
accountVPN: IBaseRefFieldELS & {
|
|
12192
|
+
accountVPN: Array<IBaseRefFieldELS & {
|
|
12195
12193
|
email: string;
|
|
12196
12194
|
username: string;
|
|
12197
12195
|
code2FA: string;
|
|
12198
12196
|
country: string;
|
|
12199
12197
|
type: ETypeAccountVPN;
|
|
12200
12198
|
status: EStatusAccountVPN;
|
|
12201
|
-
}
|
|
12202
|
-
accountProxy: IBaseRefFieldELS & {
|
|
12199
|
+
}>;
|
|
12200
|
+
accountProxy: Array<IBaseRefFieldELS & {
|
|
12203
12201
|
ip: string;
|
|
12204
12202
|
port: string;
|
|
12205
12203
|
username: string;
|
|
@@ -12208,7 +12206,7 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12208
12206
|
city: string;
|
|
12209
12207
|
country: string;
|
|
12210
12208
|
status: EStatusProxyChecked;
|
|
12211
|
-
}
|
|
12209
|
+
}>;
|
|
12212
12210
|
minuteWaiting: number;
|
|
12213
12211
|
isTimeUS: boolean;
|
|
12214
12212
|
dayOfWeek: EDayOfWeek;
|
|
@@ -12301,15 +12299,15 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
|
|
|
12301
12299
|
accountDeviceTypeAppClone: string;
|
|
12302
12300
|
accountDeviceNameAppClone: string;
|
|
12303
12301
|
};
|
|
12304
|
-
accountVPN: IBaseRefFieldELS & {
|
|
12302
|
+
accountVPN: Array<IBaseRefFieldELS & {
|
|
12305
12303
|
email: string;
|
|
12306
12304
|
username: string;
|
|
12307
12305
|
code2FA: string;
|
|
12308
12306
|
country: string;
|
|
12309
12307
|
type: ETypeAccountVPN;
|
|
12310
12308
|
status: EStatusAccountVPN;
|
|
12311
|
-
}
|
|
12312
|
-
accountProxy: IBaseRefFieldELS & {
|
|
12309
|
+
}>;
|
|
12310
|
+
accountProxy: Array<IBaseRefFieldELS & {
|
|
12313
12311
|
ip: string;
|
|
12314
12312
|
port: string;
|
|
12315
12313
|
username: string;
|
|
@@ -12318,7 +12316,7 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
|
|
|
12318
12316
|
city: string;
|
|
12319
12317
|
country: string;
|
|
12320
12318
|
status: EStatusProxyChecked;
|
|
12321
|
-
}
|
|
12319
|
+
}>;
|
|
12322
12320
|
minuteWaiting: number;
|
|
12323
12321
|
isTimeUS: boolean;
|
|
12324
12322
|
dayOfWeek: EDayOfWeek;
|
|
@@ -12375,15 +12373,15 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
|
|
|
12375
12373
|
accountDeviceTypeAppClone: string;
|
|
12376
12374
|
accountDeviceNameAppClone: string;
|
|
12377
12375
|
};
|
|
12378
|
-
accountVPN: IBaseRefFieldELS & {
|
|
12376
|
+
accountVPN: Array<IBaseRefFieldELS & {
|
|
12379
12377
|
email: string;
|
|
12380
12378
|
username: string;
|
|
12381
12379
|
code2FA: string;
|
|
12382
12380
|
country: string;
|
|
12383
12381
|
type: ETypeAccountVPN;
|
|
12384
12382
|
status: EStatusAccountVPN;
|
|
12385
|
-
}
|
|
12386
|
-
accountProxy: IBaseRefFieldELS & {
|
|
12383
|
+
}>;
|
|
12384
|
+
accountProxy: Array<IBaseRefFieldELS & {
|
|
12387
12385
|
ip: string;
|
|
12388
12386
|
port: string;
|
|
12389
12387
|
username: string;
|
|
@@ -12392,7 +12390,7 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
|
|
|
12392
12390
|
city: string;
|
|
12393
12391
|
country: string;
|
|
12394
12392
|
status: EStatusProxyChecked;
|
|
12395
|
-
}
|
|
12393
|
+
}>;
|
|
12396
12394
|
minuteWaiting: number;
|
|
12397
12395
|
isTimeUS: boolean;
|
|
12398
12396
|
dayOfWeek: EDayOfWeek;
|
|
@@ -13483,13 +13481,11 @@ interface IManagerSheetChildrenGroupItem extends IBaseModel, ITrackingModel<IUse
|
|
|
13483
13481
|
|
|
13484
13482
|
interface IDeviceSettingForProxy extends IBaseModel, ITrackingModel<IUser> {
|
|
13485
13483
|
device: string | IDevice;
|
|
13486
|
-
deviceOld: string | IDevice;
|
|
13487
13484
|
proxy: IProxy | string;
|
|
13488
13485
|
}
|
|
13489
13486
|
|
|
13490
13487
|
interface IDeviceSettingForVPN extends IBaseModel, ITrackingModel<IUser> {
|
|
13491
13488
|
device: string | IDevice;
|
|
13492
|
-
deviceOld: string | IDevice;
|
|
13493
13489
|
accountVPN: string | IAccountVPN;
|
|
13494
13490
|
}
|
|
13495
13491
|
|
package/dist/index.d.ts
CHANGED
|
@@ -2157,7 +2157,6 @@ interface IDeviceLogELS extends IBaseELS {
|
|
|
2157
2157
|
|
|
2158
2158
|
interface IDeviceSettingForAccount extends IBaseModel, ITrackingModel<IUser> {
|
|
2159
2159
|
device: string | IDevice;
|
|
2160
|
-
deviceOld: string | IDevice;
|
|
2161
2160
|
typeSocial: ETypeSocial;
|
|
2162
2161
|
accountSocial: string | IAccountSocialBase;
|
|
2163
2162
|
isActive: boolean;
|
|
@@ -2184,7 +2183,6 @@ interface IAccountCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2184
2183
|
|
|
2185
2184
|
interface IDeviceSettingForCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
|
|
2186
2185
|
device: string | IDevice;
|
|
2187
|
-
deviceOld: string | IDevice;
|
|
2188
2186
|
accountCHPlayICloud: IAccountCHPlayICloud | string;
|
|
2189
2187
|
}
|
|
2190
2188
|
|
|
@@ -11729,15 +11727,15 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
|
|
|
11729
11727
|
accountDeviceTypeAppClone: string;
|
|
11730
11728
|
accountDeviceNameAppClone: string;
|
|
11731
11729
|
};
|
|
11732
|
-
accountVPN: IBaseRefFieldELS & {
|
|
11730
|
+
accountVPN: Array<IBaseRefFieldELS & {
|
|
11733
11731
|
email: string;
|
|
11734
11732
|
username: string;
|
|
11735
11733
|
code2FA: string;
|
|
11736
11734
|
country: string;
|
|
11737
11735
|
type: ETypeAccountVPN;
|
|
11738
11736
|
status: EStatusAccountVPN;
|
|
11739
|
-
}
|
|
11740
|
-
accountProxy: IBaseRefFieldELS & {
|
|
11737
|
+
}>;
|
|
11738
|
+
accountProxy: Array<IBaseRefFieldELS & {
|
|
11741
11739
|
ip: string;
|
|
11742
11740
|
port: string;
|
|
11743
11741
|
username: string;
|
|
@@ -11746,7 +11744,7 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
|
|
|
11746
11744
|
city: string;
|
|
11747
11745
|
country: string;
|
|
11748
11746
|
status: EStatusProxyChecked;
|
|
11749
|
-
}
|
|
11747
|
+
}>;
|
|
11750
11748
|
minuteWaiting: number;
|
|
11751
11749
|
isTimeUS: boolean;
|
|
11752
11750
|
dayOfWeek: EDayOfWeek;
|
|
@@ -11812,15 +11810,15 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
|
|
|
11812
11810
|
accountDeviceTypeAppClone: string;
|
|
11813
11811
|
accountDeviceNameAppClone: string;
|
|
11814
11812
|
};
|
|
11815
|
-
accountVPN: IBaseRefFieldELS & {
|
|
11813
|
+
accountVPN: Array<IBaseRefFieldELS & {
|
|
11816
11814
|
email: string;
|
|
11817
11815
|
username: string;
|
|
11818
11816
|
code2FA: string;
|
|
11819
11817
|
country: string;
|
|
11820
11818
|
type: ETypeAccountVPN;
|
|
11821
11819
|
status: EStatusAccountVPN;
|
|
11822
|
-
}
|
|
11823
|
-
accountProxy: IBaseRefFieldELS & {
|
|
11820
|
+
}>;
|
|
11821
|
+
accountProxy: Array<IBaseRefFieldELS & {
|
|
11824
11822
|
ip: string;
|
|
11825
11823
|
port: string;
|
|
11826
11824
|
username: string;
|
|
@@ -11829,7 +11827,7 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
|
|
|
11829
11827
|
city: string;
|
|
11830
11828
|
country: string;
|
|
11831
11829
|
status: EStatusProxyChecked;
|
|
11832
|
-
}
|
|
11830
|
+
}>;
|
|
11833
11831
|
minuteWaiting: number;
|
|
11834
11832
|
isTimeUS: boolean;
|
|
11835
11833
|
dayOfWeek: EDayOfWeek;
|
|
@@ -11892,15 +11890,15 @@ interface ITaskInstagramFollowELS extends IBaseELS {
|
|
|
11892
11890
|
accountDeviceTypeAppClone: string;
|
|
11893
11891
|
accountDeviceNameAppClone: string;
|
|
11894
11892
|
};
|
|
11895
|
-
accountVPN: IBaseRefFieldELS & {
|
|
11893
|
+
accountVPN: Array<IBaseRefFieldELS & {
|
|
11896
11894
|
email: string;
|
|
11897
11895
|
username: string;
|
|
11898
11896
|
code2FA: string;
|
|
11899
11897
|
country: string;
|
|
11900
11898
|
type: ETypeAccountVPN;
|
|
11901
11899
|
status: EStatusAccountVPN;
|
|
11902
|
-
}
|
|
11903
|
-
accountProxy: IBaseRefFieldELS & {
|
|
11900
|
+
}>;
|
|
11901
|
+
accountProxy: Array<IBaseRefFieldELS & {
|
|
11904
11902
|
ip: string;
|
|
11905
11903
|
port: string;
|
|
11906
11904
|
username: string;
|
|
@@ -11909,7 +11907,7 @@ interface ITaskInstagramFollowELS extends IBaseELS {
|
|
|
11909
11907
|
city: string;
|
|
11910
11908
|
country: string;
|
|
11911
11909
|
status: EStatusProxyChecked;
|
|
11912
|
-
}
|
|
11910
|
+
}>;
|
|
11913
11911
|
minuteWaiting: number;
|
|
11914
11912
|
isTimeUS: boolean;
|
|
11915
11913
|
dayOfWeek: EDayOfWeek;
|
|
@@ -11956,15 +11954,15 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
|
|
|
11956
11954
|
accountDeviceTypeAppClone: string;
|
|
11957
11955
|
accountDeviceNameAppClone: string;
|
|
11958
11956
|
};
|
|
11959
|
-
accountVPN: IBaseRefFieldELS & {
|
|
11957
|
+
accountVPN: Array<IBaseRefFieldELS & {
|
|
11960
11958
|
email: string;
|
|
11961
11959
|
username: string;
|
|
11962
11960
|
code2FA: string;
|
|
11963
11961
|
country: string;
|
|
11964
11962
|
type: ETypeAccountVPN;
|
|
11965
11963
|
status: EStatusAccountVPN;
|
|
11966
|
-
}
|
|
11967
|
-
accountProxy: IBaseRefFieldELS & {
|
|
11964
|
+
}>;
|
|
11965
|
+
accountProxy: Array<IBaseRefFieldELS & {
|
|
11968
11966
|
ip: string;
|
|
11969
11967
|
port: string;
|
|
11970
11968
|
username: string;
|
|
@@ -11973,7 +11971,7 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
|
|
|
11973
11971
|
city: string;
|
|
11974
11972
|
country: string;
|
|
11975
11973
|
status: EStatusProxyChecked;
|
|
11976
|
-
}
|
|
11974
|
+
}>;
|
|
11977
11975
|
minuteWaiting: number;
|
|
11978
11976
|
isTimeUS: boolean;
|
|
11979
11977
|
dayOfWeek: EDayOfWeek;
|
|
@@ -12023,15 +12021,15 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
|
|
|
12023
12021
|
accountDeviceTypeAppClone: string;
|
|
12024
12022
|
accountDeviceNameAppClone: string;
|
|
12025
12023
|
};
|
|
12026
|
-
accountVPN: IBaseRefFieldELS & {
|
|
12024
|
+
accountVPN: Array<IBaseRefFieldELS & {
|
|
12027
12025
|
email: string;
|
|
12028
12026
|
username: string;
|
|
12029
12027
|
code2FA: string;
|
|
12030
12028
|
country: string;
|
|
12031
12029
|
type: ETypeAccountVPN;
|
|
12032
12030
|
status: EStatusAccountVPN;
|
|
12033
|
-
}
|
|
12034
|
-
accountProxy: IBaseRefFieldELS & {
|
|
12031
|
+
}>;
|
|
12032
|
+
accountProxy: Array<IBaseRefFieldELS & {
|
|
12035
12033
|
ip: string;
|
|
12036
12034
|
port: string;
|
|
12037
12035
|
username: string;
|
|
@@ -12040,7 +12038,7 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
|
|
|
12040
12038
|
city: string;
|
|
12041
12039
|
country: string;
|
|
12042
12040
|
status: EStatusProxyChecked;
|
|
12043
|
-
}
|
|
12041
|
+
}>;
|
|
12044
12042
|
minuteWaiting: number;
|
|
12045
12043
|
isTimeUS: boolean;
|
|
12046
12044
|
dayOfWeek: EDayOfWeek;
|
|
@@ -12088,15 +12086,15 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
|
|
|
12088
12086
|
accountDeviceTypeAppClone: string;
|
|
12089
12087
|
accountDeviceNameAppClone: string;
|
|
12090
12088
|
};
|
|
12091
|
-
accountVPN: IBaseRefFieldELS & {
|
|
12089
|
+
accountVPN: Array<IBaseRefFieldELS & {
|
|
12092
12090
|
email: string;
|
|
12093
12091
|
username: string;
|
|
12094
12092
|
code2FA: string;
|
|
12095
12093
|
country: string;
|
|
12096
12094
|
type: ETypeAccountVPN;
|
|
12097
12095
|
status: EStatusAccountVPN;
|
|
12098
|
-
}
|
|
12099
|
-
accountProxy: IBaseRefFieldELS & {
|
|
12096
|
+
}>;
|
|
12097
|
+
accountProxy: Array<IBaseRefFieldELS & {
|
|
12100
12098
|
ip: string;
|
|
12101
12099
|
port: string;
|
|
12102
12100
|
username: string;
|
|
@@ -12105,7 +12103,7 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
|
|
|
12105
12103
|
city: string;
|
|
12106
12104
|
country: string;
|
|
12107
12105
|
status: EStatusProxyChecked;
|
|
12108
|
-
}
|
|
12106
|
+
}>;
|
|
12109
12107
|
minuteWaiting: number;
|
|
12110
12108
|
isTimeUS: boolean;
|
|
12111
12109
|
dayOfWeek: EDayOfWeek;
|
|
@@ -12191,15 +12189,15 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12191
12189
|
accountDeviceTypeAppClone: string;
|
|
12192
12190
|
accountDeviceNameAppClone: string;
|
|
12193
12191
|
};
|
|
12194
|
-
accountVPN: IBaseRefFieldELS & {
|
|
12192
|
+
accountVPN: Array<IBaseRefFieldELS & {
|
|
12195
12193
|
email: string;
|
|
12196
12194
|
username: string;
|
|
12197
12195
|
code2FA: string;
|
|
12198
12196
|
country: string;
|
|
12199
12197
|
type: ETypeAccountVPN;
|
|
12200
12198
|
status: EStatusAccountVPN;
|
|
12201
|
-
}
|
|
12202
|
-
accountProxy: IBaseRefFieldELS & {
|
|
12199
|
+
}>;
|
|
12200
|
+
accountProxy: Array<IBaseRefFieldELS & {
|
|
12203
12201
|
ip: string;
|
|
12204
12202
|
port: string;
|
|
12205
12203
|
username: string;
|
|
@@ -12208,7 +12206,7 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12208
12206
|
city: string;
|
|
12209
12207
|
country: string;
|
|
12210
12208
|
status: EStatusProxyChecked;
|
|
12211
|
-
}
|
|
12209
|
+
}>;
|
|
12212
12210
|
minuteWaiting: number;
|
|
12213
12211
|
isTimeUS: boolean;
|
|
12214
12212
|
dayOfWeek: EDayOfWeek;
|
|
@@ -12301,15 +12299,15 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
|
|
|
12301
12299
|
accountDeviceTypeAppClone: string;
|
|
12302
12300
|
accountDeviceNameAppClone: string;
|
|
12303
12301
|
};
|
|
12304
|
-
accountVPN: IBaseRefFieldELS & {
|
|
12302
|
+
accountVPN: Array<IBaseRefFieldELS & {
|
|
12305
12303
|
email: string;
|
|
12306
12304
|
username: string;
|
|
12307
12305
|
code2FA: string;
|
|
12308
12306
|
country: string;
|
|
12309
12307
|
type: ETypeAccountVPN;
|
|
12310
12308
|
status: EStatusAccountVPN;
|
|
12311
|
-
}
|
|
12312
|
-
accountProxy: IBaseRefFieldELS & {
|
|
12309
|
+
}>;
|
|
12310
|
+
accountProxy: Array<IBaseRefFieldELS & {
|
|
12313
12311
|
ip: string;
|
|
12314
12312
|
port: string;
|
|
12315
12313
|
username: string;
|
|
@@ -12318,7 +12316,7 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
|
|
|
12318
12316
|
city: string;
|
|
12319
12317
|
country: string;
|
|
12320
12318
|
status: EStatusProxyChecked;
|
|
12321
|
-
}
|
|
12319
|
+
}>;
|
|
12322
12320
|
minuteWaiting: number;
|
|
12323
12321
|
isTimeUS: boolean;
|
|
12324
12322
|
dayOfWeek: EDayOfWeek;
|
|
@@ -12375,15 +12373,15 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
|
|
|
12375
12373
|
accountDeviceTypeAppClone: string;
|
|
12376
12374
|
accountDeviceNameAppClone: string;
|
|
12377
12375
|
};
|
|
12378
|
-
accountVPN: IBaseRefFieldELS & {
|
|
12376
|
+
accountVPN: Array<IBaseRefFieldELS & {
|
|
12379
12377
|
email: string;
|
|
12380
12378
|
username: string;
|
|
12381
12379
|
code2FA: string;
|
|
12382
12380
|
country: string;
|
|
12383
12381
|
type: ETypeAccountVPN;
|
|
12384
12382
|
status: EStatusAccountVPN;
|
|
12385
|
-
}
|
|
12386
|
-
accountProxy: IBaseRefFieldELS & {
|
|
12383
|
+
}>;
|
|
12384
|
+
accountProxy: Array<IBaseRefFieldELS & {
|
|
12387
12385
|
ip: string;
|
|
12388
12386
|
port: string;
|
|
12389
12387
|
username: string;
|
|
@@ -12392,7 +12390,7 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
|
|
|
12392
12390
|
city: string;
|
|
12393
12391
|
country: string;
|
|
12394
12392
|
status: EStatusProxyChecked;
|
|
12395
|
-
}
|
|
12393
|
+
}>;
|
|
12396
12394
|
minuteWaiting: number;
|
|
12397
12395
|
isTimeUS: boolean;
|
|
12398
12396
|
dayOfWeek: EDayOfWeek;
|
|
@@ -13483,13 +13481,11 @@ interface IManagerSheetChildrenGroupItem extends IBaseModel, ITrackingModel<IUse
|
|
|
13483
13481
|
|
|
13484
13482
|
interface IDeviceSettingForProxy extends IBaseModel, ITrackingModel<IUser> {
|
|
13485
13483
|
device: string | IDevice;
|
|
13486
|
-
deviceOld: string | IDevice;
|
|
13487
13484
|
proxy: IProxy | string;
|
|
13488
13485
|
}
|
|
13489
13486
|
|
|
13490
13487
|
interface IDeviceSettingForVPN extends IBaseModel, ITrackingModel<IUser> {
|
|
13491
13488
|
device: string | IDevice;
|
|
13492
|
-
deviceOld: string | IDevice;
|
|
13493
13489
|
accountVPN: string | IAccountVPN;
|
|
13494
13490
|
}
|
|
13495
13491
|
|