automation-lib 5.4.292 → 5.4.293

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
@@ -11157,6 +11157,26 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
11157
11157
  type: string;
11158
11158
  status: ESheetToolStatusRun;
11159
11159
  };
11160
+ accountVPN: IBaseRefFieldELS & {
11161
+ email: string;
11162
+ password: string;
11163
+ code2FA: string;
11164
+ provider: string;
11165
+ country: string;
11166
+ type: ETypeAccountVPN;
11167
+ status: EStatusAccountVPN;
11168
+ };
11169
+ accountProxy: IBaseRefFieldELS & {
11170
+ ip: string;
11171
+ port: string;
11172
+ user: string;
11173
+ password: string;
11174
+ provider: string;
11175
+ city: string;
11176
+ country: string;
11177
+ status: EStatusProxyChecked;
11178
+ type: ETypeProxy;
11179
+ };
11160
11180
  listUserBlock: string[];
11161
11181
  listUserRestrict: string[];
11162
11182
  listUserHidden: string[];
@@ -11220,6 +11240,26 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
11220
11240
  type: string;
11221
11241
  status: ESheetToolStatusRun;
11222
11242
  };
11243
+ accountVPN: IBaseRefFieldELS & {
11244
+ email: string;
11245
+ password: string;
11246
+ code2FA: string;
11247
+ provider: string;
11248
+ country: string;
11249
+ type: ETypeAccountVPN;
11250
+ status: EStatusAccountVPN;
11251
+ };
11252
+ accountProxy: IBaseRefFieldELS & {
11253
+ ip: string;
11254
+ port: string;
11255
+ user: string;
11256
+ password: string;
11257
+ provider: string;
11258
+ city: string;
11259
+ country: string;
11260
+ status: EStatusProxyChecked;
11261
+ type: ETypeProxy;
11262
+ };
11223
11263
  listUsersFollow: Array<string>;
11224
11264
  follower: number;
11225
11265
  following: number;
@@ -11284,6 +11324,26 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
11284
11324
  type: string;
11285
11325
  status: ESheetToolStatusRun;
11286
11326
  };
11327
+ accountVPN: IBaseRefFieldELS & {
11328
+ email: string;
11329
+ password: string;
11330
+ code2FA: string;
11331
+ provider: string;
11332
+ country: string;
11333
+ type: ETypeAccountVPN;
11334
+ status: EStatusAccountVPN;
11335
+ };
11336
+ accountProxy: IBaseRefFieldELS & {
11337
+ ip: string;
11338
+ port: string;
11339
+ user: string;
11340
+ password: string;
11341
+ provider: string;
11342
+ city: string;
11343
+ country: string;
11344
+ status: EStatusProxyChecked;
11345
+ type: ETypeProxy;
11346
+ };
11287
11347
  content: string;
11288
11348
  userLink: string;
11289
11349
  linkPost: string;
@@ -11335,6 +11395,26 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
11335
11395
  type: string;
11336
11396
  status: ESheetToolStatusRun;
11337
11397
  };
11398
+ accountVPN: IBaseRefFieldELS & {
11399
+ email: string;
11400
+ password: string;
11401
+ code2FA: string;
11402
+ provider: string;
11403
+ country: string;
11404
+ type: ETypeAccountVPN;
11405
+ status: EStatusAccountVPN;
11406
+ };
11407
+ accountProxy: IBaseRefFieldELS & {
11408
+ ip: string;
11409
+ port: string;
11410
+ user: string;
11411
+ password: string;
11412
+ provider: string;
11413
+ city: string;
11414
+ country: string;
11415
+ status: EStatusProxyChecked;
11416
+ type: ETypeProxy;
11417
+ };
11338
11418
  receiverName: string;
11339
11419
  messageReply: string;
11340
11420
  status: EStatusTaskScript;
@@ -11392,6 +11472,26 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
11392
11472
  type: string;
11393
11473
  status: ESheetToolStatusRun;
11394
11474
  };
11475
+ accountVPN: IBaseRefFieldELS & {
11476
+ email: string;
11477
+ password: string;
11478
+ code2FA: string;
11479
+ provider: string;
11480
+ country: string;
11481
+ type: ETypeAccountVPN;
11482
+ status: EStatusAccountVPN;
11483
+ };
11484
+ accountProxy: IBaseRefFieldELS & {
11485
+ ip: string;
11486
+ port: string;
11487
+ user: string;
11488
+ password: string;
11489
+ provider: string;
11490
+ city: string;
11491
+ country: string;
11492
+ status: EStatusProxyChecked;
11493
+ type: ETypeProxy;
11494
+ };
11395
11495
  listUsersUnFollow: Array<string>;
11396
11496
  follower: number;
11397
11497
  following: number;
@@ -11456,6 +11556,26 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
11456
11556
  type: string;
11457
11557
  status: ESheetToolStatusRun;
11458
11558
  };
11559
+ accountVPN: IBaseRefFieldELS & {
11560
+ email: string;
11561
+ password: string;
11562
+ code2FA: string;
11563
+ provider: string;
11564
+ country: string;
11565
+ type: ETypeAccountVPN;
11566
+ status: EStatusAccountVPN;
11567
+ };
11568
+ accountProxy: IBaseRefFieldELS & {
11569
+ ip: string;
11570
+ port: string;
11571
+ user: string;
11572
+ password: string;
11573
+ provider: string;
11574
+ city: string;
11575
+ country: string;
11576
+ status: EStatusProxyChecked;
11577
+ type: ETypeProxy;
11578
+ };
11459
11579
  rowId: string;
11460
11580
  sttAccount: string;
11461
11581
  timeStart: Date;
@@ -11573,6 +11693,26 @@ interface IInstagramReportPostNewELS extends IBaseELS {
11573
11693
  type: string;
11574
11694
  status: ESheetToolStatusRun;
11575
11695
  };
11696
+ accountVPN: IBaseRefFieldELS & {
11697
+ email: string;
11698
+ password: string;
11699
+ code2FA: string;
11700
+ provider: string;
11701
+ country: string;
11702
+ type: ETypeAccountVPN;
11703
+ status: EStatusAccountVPN;
11704
+ };
11705
+ accountProxy: IBaseRefFieldELS & {
11706
+ ip: string;
11707
+ port: string;
11708
+ user: string;
11709
+ password: string;
11710
+ provider: string;
11711
+ city: string;
11712
+ country: string;
11713
+ status: EStatusProxyChecked;
11714
+ type: ETypeProxy;
11715
+ };
11576
11716
  rowId: string;
11577
11717
  sttAccount: string;
11578
11718
  timeStart: Date;
@@ -11707,6 +11847,26 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
11707
11847
  type: string;
11708
11848
  status: ESheetToolStatusRun;
11709
11849
  };
11850
+ accountVPN: IBaseRefFieldELS & {
11851
+ email: string;
11852
+ password: string;
11853
+ code2FA: string;
11854
+ provider: string;
11855
+ country: string;
11856
+ type: ETypeAccountVPN;
11857
+ status: EStatusAccountVPN;
11858
+ };
11859
+ accountProxy: IBaseRefFieldELS & {
11860
+ ip: string;
11861
+ port: string;
11862
+ user: string;
11863
+ password: string;
11864
+ provider: string;
11865
+ city: string;
11866
+ country: string;
11867
+ status: EStatusProxyChecked;
11868
+ type: ETypeProxy;
11869
+ };
11710
11870
  rowId: string;
11711
11871
  sttAccount: string;
11712
11872
  timeStart: Date;
@@ -11830,6 +11990,26 @@ interface IInstagramReportPostReelELS extends IBaseELS {
11830
11990
  type: string;
11831
11991
  status: ESheetToolStatusRun;
11832
11992
  };
11993
+ accountVPN: IBaseRefFieldELS & {
11994
+ email: string;
11995
+ password: string;
11996
+ code2FA: string;
11997
+ provider: string;
11998
+ country: string;
11999
+ type: ETypeAccountVPN;
12000
+ status: EStatusAccountVPN;
12001
+ };
12002
+ accountProxy: IBaseRefFieldELS & {
12003
+ ip: string;
12004
+ port: string;
12005
+ user: string;
12006
+ password: string;
12007
+ provider: string;
12008
+ city: string;
12009
+ country: string;
12010
+ status: EStatusProxyChecked;
12011
+ type: ETypeProxy;
12012
+ };
11833
12013
  rowId: string;
11834
12014
  sttAccount: string;
11835
12015
  timeStart: Date;
@@ -11942,6 +12122,26 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
11942
12122
  type: string;
11943
12123
  status: ESheetToolStatusRun;
11944
12124
  };
12125
+ accountVPN: IBaseRefFieldELS & {
12126
+ email: string;
12127
+ password: string;
12128
+ code2FA: string;
12129
+ provider: string;
12130
+ country: string;
12131
+ type: ETypeAccountVPN;
12132
+ status: EStatusAccountVPN;
12133
+ };
12134
+ accountProxy: IBaseRefFieldELS & {
12135
+ ip: string;
12136
+ port: string;
12137
+ user: string;
12138
+ password: string;
12139
+ provider: string;
12140
+ city: string;
12141
+ country: string;
12142
+ status: EStatusProxyChecked;
12143
+ type: ETypeProxy;
12144
+ };
11945
12145
  rowId: string;
11946
12146
  sttAccount: string;
11947
12147
  timeStart: Date;
package/dist/index.d.ts CHANGED
@@ -11157,6 +11157,26 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
11157
11157
  type: string;
11158
11158
  status: ESheetToolStatusRun;
11159
11159
  };
11160
+ accountVPN: IBaseRefFieldELS & {
11161
+ email: string;
11162
+ password: string;
11163
+ code2FA: string;
11164
+ provider: string;
11165
+ country: string;
11166
+ type: ETypeAccountVPN;
11167
+ status: EStatusAccountVPN;
11168
+ };
11169
+ accountProxy: IBaseRefFieldELS & {
11170
+ ip: string;
11171
+ port: string;
11172
+ user: string;
11173
+ password: string;
11174
+ provider: string;
11175
+ city: string;
11176
+ country: string;
11177
+ status: EStatusProxyChecked;
11178
+ type: ETypeProxy;
11179
+ };
11160
11180
  listUserBlock: string[];
11161
11181
  listUserRestrict: string[];
11162
11182
  listUserHidden: string[];
@@ -11220,6 +11240,26 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
11220
11240
  type: string;
11221
11241
  status: ESheetToolStatusRun;
11222
11242
  };
11243
+ accountVPN: IBaseRefFieldELS & {
11244
+ email: string;
11245
+ password: string;
11246
+ code2FA: string;
11247
+ provider: string;
11248
+ country: string;
11249
+ type: ETypeAccountVPN;
11250
+ status: EStatusAccountVPN;
11251
+ };
11252
+ accountProxy: IBaseRefFieldELS & {
11253
+ ip: string;
11254
+ port: string;
11255
+ user: string;
11256
+ password: string;
11257
+ provider: string;
11258
+ city: string;
11259
+ country: string;
11260
+ status: EStatusProxyChecked;
11261
+ type: ETypeProxy;
11262
+ };
11223
11263
  listUsersFollow: Array<string>;
11224
11264
  follower: number;
11225
11265
  following: number;
@@ -11284,6 +11324,26 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
11284
11324
  type: string;
11285
11325
  status: ESheetToolStatusRun;
11286
11326
  };
11327
+ accountVPN: IBaseRefFieldELS & {
11328
+ email: string;
11329
+ password: string;
11330
+ code2FA: string;
11331
+ provider: string;
11332
+ country: string;
11333
+ type: ETypeAccountVPN;
11334
+ status: EStatusAccountVPN;
11335
+ };
11336
+ accountProxy: IBaseRefFieldELS & {
11337
+ ip: string;
11338
+ port: string;
11339
+ user: string;
11340
+ password: string;
11341
+ provider: string;
11342
+ city: string;
11343
+ country: string;
11344
+ status: EStatusProxyChecked;
11345
+ type: ETypeProxy;
11346
+ };
11287
11347
  content: string;
11288
11348
  userLink: string;
11289
11349
  linkPost: string;
@@ -11335,6 +11395,26 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
11335
11395
  type: string;
11336
11396
  status: ESheetToolStatusRun;
11337
11397
  };
11398
+ accountVPN: IBaseRefFieldELS & {
11399
+ email: string;
11400
+ password: string;
11401
+ code2FA: string;
11402
+ provider: string;
11403
+ country: string;
11404
+ type: ETypeAccountVPN;
11405
+ status: EStatusAccountVPN;
11406
+ };
11407
+ accountProxy: IBaseRefFieldELS & {
11408
+ ip: string;
11409
+ port: string;
11410
+ user: string;
11411
+ password: string;
11412
+ provider: string;
11413
+ city: string;
11414
+ country: string;
11415
+ status: EStatusProxyChecked;
11416
+ type: ETypeProxy;
11417
+ };
11338
11418
  receiverName: string;
11339
11419
  messageReply: string;
11340
11420
  status: EStatusTaskScript;
@@ -11392,6 +11472,26 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
11392
11472
  type: string;
11393
11473
  status: ESheetToolStatusRun;
11394
11474
  };
11475
+ accountVPN: IBaseRefFieldELS & {
11476
+ email: string;
11477
+ password: string;
11478
+ code2FA: string;
11479
+ provider: string;
11480
+ country: string;
11481
+ type: ETypeAccountVPN;
11482
+ status: EStatusAccountVPN;
11483
+ };
11484
+ accountProxy: IBaseRefFieldELS & {
11485
+ ip: string;
11486
+ port: string;
11487
+ user: string;
11488
+ password: string;
11489
+ provider: string;
11490
+ city: string;
11491
+ country: string;
11492
+ status: EStatusProxyChecked;
11493
+ type: ETypeProxy;
11494
+ };
11395
11495
  listUsersUnFollow: Array<string>;
11396
11496
  follower: number;
11397
11497
  following: number;
@@ -11456,6 +11556,26 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
11456
11556
  type: string;
11457
11557
  status: ESheetToolStatusRun;
11458
11558
  };
11559
+ accountVPN: IBaseRefFieldELS & {
11560
+ email: string;
11561
+ password: string;
11562
+ code2FA: string;
11563
+ provider: string;
11564
+ country: string;
11565
+ type: ETypeAccountVPN;
11566
+ status: EStatusAccountVPN;
11567
+ };
11568
+ accountProxy: IBaseRefFieldELS & {
11569
+ ip: string;
11570
+ port: string;
11571
+ user: string;
11572
+ password: string;
11573
+ provider: string;
11574
+ city: string;
11575
+ country: string;
11576
+ status: EStatusProxyChecked;
11577
+ type: ETypeProxy;
11578
+ };
11459
11579
  rowId: string;
11460
11580
  sttAccount: string;
11461
11581
  timeStart: Date;
@@ -11573,6 +11693,26 @@ interface IInstagramReportPostNewELS extends IBaseELS {
11573
11693
  type: string;
11574
11694
  status: ESheetToolStatusRun;
11575
11695
  };
11696
+ accountVPN: IBaseRefFieldELS & {
11697
+ email: string;
11698
+ password: string;
11699
+ code2FA: string;
11700
+ provider: string;
11701
+ country: string;
11702
+ type: ETypeAccountVPN;
11703
+ status: EStatusAccountVPN;
11704
+ };
11705
+ accountProxy: IBaseRefFieldELS & {
11706
+ ip: string;
11707
+ port: string;
11708
+ user: string;
11709
+ password: string;
11710
+ provider: string;
11711
+ city: string;
11712
+ country: string;
11713
+ status: EStatusProxyChecked;
11714
+ type: ETypeProxy;
11715
+ };
11576
11716
  rowId: string;
11577
11717
  sttAccount: string;
11578
11718
  timeStart: Date;
@@ -11707,6 +11847,26 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
11707
11847
  type: string;
11708
11848
  status: ESheetToolStatusRun;
11709
11849
  };
11850
+ accountVPN: IBaseRefFieldELS & {
11851
+ email: string;
11852
+ password: string;
11853
+ code2FA: string;
11854
+ provider: string;
11855
+ country: string;
11856
+ type: ETypeAccountVPN;
11857
+ status: EStatusAccountVPN;
11858
+ };
11859
+ accountProxy: IBaseRefFieldELS & {
11860
+ ip: string;
11861
+ port: string;
11862
+ user: string;
11863
+ password: string;
11864
+ provider: string;
11865
+ city: string;
11866
+ country: string;
11867
+ status: EStatusProxyChecked;
11868
+ type: ETypeProxy;
11869
+ };
11710
11870
  rowId: string;
11711
11871
  sttAccount: string;
11712
11872
  timeStart: Date;
@@ -11830,6 +11990,26 @@ interface IInstagramReportPostReelELS extends IBaseELS {
11830
11990
  type: string;
11831
11991
  status: ESheetToolStatusRun;
11832
11992
  };
11993
+ accountVPN: IBaseRefFieldELS & {
11994
+ email: string;
11995
+ password: string;
11996
+ code2FA: string;
11997
+ provider: string;
11998
+ country: string;
11999
+ type: ETypeAccountVPN;
12000
+ status: EStatusAccountVPN;
12001
+ };
12002
+ accountProxy: IBaseRefFieldELS & {
12003
+ ip: string;
12004
+ port: string;
12005
+ user: string;
12006
+ password: string;
12007
+ provider: string;
12008
+ city: string;
12009
+ country: string;
12010
+ status: EStatusProxyChecked;
12011
+ type: ETypeProxy;
12012
+ };
11833
12013
  rowId: string;
11834
12014
  sttAccount: string;
11835
12015
  timeStart: Date;
@@ -11942,6 +12122,26 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
11942
12122
  type: string;
11943
12123
  status: ESheetToolStatusRun;
11944
12124
  };
12125
+ accountVPN: IBaseRefFieldELS & {
12126
+ email: string;
12127
+ password: string;
12128
+ code2FA: string;
12129
+ provider: string;
12130
+ country: string;
12131
+ type: ETypeAccountVPN;
12132
+ status: EStatusAccountVPN;
12133
+ };
12134
+ accountProxy: IBaseRefFieldELS & {
12135
+ ip: string;
12136
+ port: string;
12137
+ user: string;
12138
+ password: string;
12139
+ provider: string;
12140
+ city: string;
12141
+ country: string;
12142
+ status: EStatusProxyChecked;
12143
+ type: ETypeProxy;
12144
+ };
11945
12145
  rowId: string;
11946
12146
  sttAccount: string;
11947
12147
  timeStart: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.292",
3
+ "version": "5.4.293",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",