automation-lib 5.4.293 → 5.4.295

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
@@ -11123,6 +11123,8 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
11123
11123
  sheetUrl: string;
11124
11124
  sheetName: string;
11125
11125
  account: IInstagramAccountRaw | string;
11126
+ accountProxy: string | IProxy;
11127
+ accountVPN: string | IAccountVPN;
11126
11128
  listUserBlock: string[];
11127
11129
  listUserRestrict: string[];
11128
11130
  listUserHidden: string[];
@@ -11193,6 +11195,8 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
11193
11195
  interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11194
11196
  sheet: string | ISheetsTool;
11195
11197
  account: IInstagramAccountRaw | string;
11198
+ accountProxy: string | IProxy;
11199
+ accountVPN: string | IAccountVPN;
11196
11200
  listUsersFollow: Array<string>;
11197
11201
  follower: number;
11198
11202
  following: number;
@@ -11287,6 +11291,8 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
11287
11291
 
11288
11292
  interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11289
11293
  account: IInstagramAccountRaw | string;
11294
+ accountProxy: string | IProxy;
11295
+ accountVPN: string | IAccountVPN;
11290
11296
  sheet: string | ISheetsTool;
11291
11297
  content: string;
11292
11298
  userLink: string;
@@ -11360,6 +11366,8 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
11360
11366
 
11361
11367
  interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11362
11368
  account: IInstagramAccountRaw | string;
11369
+ accountProxy: string | IProxy;
11370
+ accountVPN: string | IAccountVPN;
11363
11371
  sheet: string | ISheetsTool;
11364
11372
  receiverName: string;
11365
11373
  messageReply: string;
@@ -11429,6 +11437,8 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
11429
11437
 
11430
11438
  interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11431
11439
  account: IInstagramAccountRaw | string;
11440
+ accountProxy: string | IProxy;
11441
+ accountVPN: string | IAccountVPN;
11432
11442
  sheet: string | ISheetsTool;
11433
11443
  listUsersUnFollow: Array<string>;
11434
11444
  follower: number;
@@ -11514,6 +11524,8 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
11514
11524
 
11515
11525
  interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11516
11526
  account: string | IInstagramAccountRaw;
11527
+ accountProxy: string | IProxy;
11528
+ accountVPN: string | IAccountVPN;
11517
11529
  sheet: string | ISheetsTool;
11518
11530
  rowId: string;
11519
11531
  sttAccount: string;
@@ -11634,6 +11646,8 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
11634
11646
 
11635
11647
  interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11636
11648
  account: string | IInstagramAccountRaw;
11649
+ accountProxy: string | IProxy;
11650
+ accountVPN: string | IAccountVPN;
11637
11651
  sheet: string | ISheetsTool;
11638
11652
  rowId: string;
11639
11653
  sttAccount: string;
@@ -11791,6 +11805,8 @@ interface IInstagramReportPostNewELS extends IBaseELS {
11791
11805
 
11792
11806
  interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11793
11807
  account: string | IInstagramAccountRaw;
11808
+ accountProxy: string | IProxy;
11809
+ accountVPN: string | IAccountVPN;
11794
11810
  sheet: string | ISheetsTool;
11795
11811
  rowId: string;
11796
11812
  sttAccount: string;
@@ -11944,6 +11960,8 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
11944
11960
 
11945
11961
  interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11946
11962
  account: string | IInstagramAccountRaw;
11963
+ accountProxy: string | IProxy;
11964
+ accountVPN: string | IAccountVPN;
11947
11965
  sheet: string | ISheetsTool;
11948
11966
  rowId: string;
11949
11967
  sttAccount: string;
@@ -12076,6 +12094,8 @@ interface IInstagramReportPostReelELS extends IBaseELS {
12076
12094
 
12077
12095
  interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
12078
12096
  account: string | IInstagramAccountRaw;
12097
+ accountProxy: string | IProxy;
12098
+ accountVPN: string | IAccountVPN;
12079
12099
  sheet: string | ISheetsTool;
12080
12100
  rowId: string;
12081
12101
  sttAccount: string;
package/dist/index.d.ts CHANGED
@@ -11123,6 +11123,8 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
11123
11123
  sheetUrl: string;
11124
11124
  sheetName: string;
11125
11125
  account: IInstagramAccountRaw | string;
11126
+ accountProxy: string | IProxy;
11127
+ accountVPN: string | IAccountVPN;
11126
11128
  listUserBlock: string[];
11127
11129
  listUserRestrict: string[];
11128
11130
  listUserHidden: string[];
@@ -11193,6 +11195,8 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
11193
11195
  interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11194
11196
  sheet: string | ISheetsTool;
11195
11197
  account: IInstagramAccountRaw | string;
11198
+ accountProxy: string | IProxy;
11199
+ accountVPN: string | IAccountVPN;
11196
11200
  listUsersFollow: Array<string>;
11197
11201
  follower: number;
11198
11202
  following: number;
@@ -11287,6 +11291,8 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
11287
11291
 
11288
11292
  interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11289
11293
  account: IInstagramAccountRaw | string;
11294
+ accountProxy: string | IProxy;
11295
+ accountVPN: string | IAccountVPN;
11290
11296
  sheet: string | ISheetsTool;
11291
11297
  content: string;
11292
11298
  userLink: string;
@@ -11360,6 +11366,8 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
11360
11366
 
11361
11367
  interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11362
11368
  account: IInstagramAccountRaw | string;
11369
+ accountProxy: string | IProxy;
11370
+ accountVPN: string | IAccountVPN;
11363
11371
  sheet: string | ISheetsTool;
11364
11372
  receiverName: string;
11365
11373
  messageReply: string;
@@ -11429,6 +11437,8 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
11429
11437
 
11430
11438
  interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11431
11439
  account: IInstagramAccountRaw | string;
11440
+ accountProxy: string | IProxy;
11441
+ accountVPN: string | IAccountVPN;
11432
11442
  sheet: string | ISheetsTool;
11433
11443
  listUsersUnFollow: Array<string>;
11434
11444
  follower: number;
@@ -11514,6 +11524,8 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
11514
11524
 
11515
11525
  interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11516
11526
  account: string | IInstagramAccountRaw;
11527
+ accountProxy: string | IProxy;
11528
+ accountVPN: string | IAccountVPN;
11517
11529
  sheet: string | ISheetsTool;
11518
11530
  rowId: string;
11519
11531
  sttAccount: string;
@@ -11634,6 +11646,8 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
11634
11646
 
11635
11647
  interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11636
11648
  account: string | IInstagramAccountRaw;
11649
+ accountProxy: string | IProxy;
11650
+ accountVPN: string | IAccountVPN;
11637
11651
  sheet: string | ISheetsTool;
11638
11652
  rowId: string;
11639
11653
  sttAccount: string;
@@ -11791,6 +11805,8 @@ interface IInstagramReportPostNewELS extends IBaseELS {
11791
11805
 
11792
11806
  interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11793
11807
  account: string | IInstagramAccountRaw;
11808
+ accountProxy: string | IProxy;
11809
+ accountVPN: string | IAccountVPN;
11794
11810
  sheet: string | ISheetsTool;
11795
11811
  rowId: string;
11796
11812
  sttAccount: string;
@@ -11944,6 +11960,8 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
11944
11960
 
11945
11961
  interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11946
11962
  account: string | IInstagramAccountRaw;
11963
+ accountProxy: string | IProxy;
11964
+ accountVPN: string | IAccountVPN;
11947
11965
  sheet: string | ISheetsTool;
11948
11966
  rowId: string;
11949
11967
  sttAccount: string;
@@ -12076,6 +12094,8 @@ interface IInstagramReportPostReelELS extends IBaseELS {
12076
12094
 
12077
12095
  interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
12078
12096
  account: string | IInstagramAccountRaw;
12097
+ accountProxy: string | IProxy;
12098
+ accountVPN: string | IAccountVPN;
12079
12099
  sheet: string | ISheetsTool;
12080
12100
  rowId: string;
12081
12101
  sttAccount: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.293",
3
+ "version": "5.4.295",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",